.SFX_Gallery {
    background: rgba(0,0,0,0.8) !important;
}

a {
    color: #acacac;
}

    a:hover {
        color: #000000;
    }

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.SFX_Separator {
margin-top:10px;
}

.SFX_nav_tabs {
    border-bottom: none;
    width: fit-content;
    margin: auto;
    font-size: 15px;
    color: #464646;
    font-weight: 600;
    display: flex;
    margin-top:30px;


}

.SFX_nav_tabs li{
    list-style-type:none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #ffffff;
        border: none;
        border-bottom-color: transparent;
        cursor: default;
    }

.nav-tabs > li.active > .SFX_Menu_Dot {
    background-color: #377dff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: auto;
}


.SFX_Awards_line hr {
    border-top:solid 2px #e5e5e5;
}


.SFX_Awards_Block {
    width: 100%;
    min-height: 250px;
    border: solid 1px #e5e5e5;
    border-radius: 20px;
    background-color: #ffffff;
    cursor: pointer;
}

    .SFX_Awards_Block:hover {
        /*border: solid 2px #377dff;*/
        background-color: #fafafa;
    }

        .SFX_Awards_Block:hover .BTN_circle {
            border: solid 2px #377dff;
            background-color: #377dff;
        }
            .SFX_Awards_Block:hover .BTN_circle > .fa-angle-down {
                color: #ffffff;
            }

.SFX_Awards_Image_Gallery {
    text-align: right;
    padding-left: 7%;
    padding-bottom: 45px;
}

.SFX_Awards_Image_Gallery_Mobile {
    text-align: right;
    padding:0;
    padding-bottom: 45px;
}

.IMG_BOD {
    background-color: transparent;
    margin-top: 10%;
}

    .IMG_BOD img {
        width: 100%;
        height: 100%
    }

.SFX_Awards_Date {
    font-size: 10px;
    color: #c2c2c2;
    padding-top: 10%;
    padding-left: 10%;
}

.SFX_Awards_Title {
    font-size: 17px;
    color: #464646;
    padding: 5% 10%;
    font-weight: 600;
}

.BTN_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #377dff;
    background-color: #ffffff;
    position: absolute;
    display: block;
}

    .BTN_circle > .fa-angle-down {
        position: inherit;
        font-weight: 600;
        left: 2px;
        padding: 10% 30%;
    }



.fa, .fas {
    font-weight: 900;
    color: #377dff;
    text-align: center;
    padding-top: 6px;
}

.SFX_Awards_Main_Block_Left {
    padding: 0px 20px 0px 0px;
}

.SFX_Awards_Main_Block_Right {
    padding: 0px 0px 0px 20px;
}

.SFX_Award_Info_Table {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    margin-top: 50px;
}

.SFX_Award_Info_Title {
    font-size: 11px;
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 3.5% 0%;
    font-weight: 600;
}

.SFX_Award_Info_Content {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    text-align: left;
    padding: 0% 0% 3% 0%;
}

.SFX_Awards_Block > .IMG_BOD {
    background-color: transparent;
    width: 30%;
    height: auto;
    padding-left: 2vw;
    margin-top: 1.6vw;
}


.IMG_BOD1 {
    width: 200px;
    height: 100%;
    border-radius: 30px;
    background-color: transparent;
    padding: 0% 0%;
    float: none;
    margin: auto;
    position: relative;
}

    .IMG_BOD1 .BTN_1 {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #377dff;
        color: #ffffff;
        border-radius: 20px;
        display: table-cell;
        vertical-align: middle;
        font-size: 10px;
        width: 110px;
        text-align: left;
    }

    .IMG_BOD1 > img {
        width: 200px;
        height: 250px;
        border-radius: 25px;
        object-fit: cover;
    }

.IMG_BOD2 {
    width: 200px;
    height: 100%;
    border-radius: 30px;
    background-color: transparent;
    padding: 0% 0%;
    float: none;
    margin: auto;
    position: relative;
}

    .IMG_BOD2 .BTN_1 {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #377dff;
        color: #ffffff;
        border-radius: 20px;
        display: table-cell;
        vertical-align: middle;
        font-size: 10px;
        width: 110px;
        text-align: left;
    }

    .IMG_BOD2 > img {
        width: 200px;
        height: 250px;
        border-radius: 25px;
        object-fit: cover;
    }


.SFX_award_close_btn .BTN_modal_close_group {
    margin: 3% 0% 3% 0%;
    position: absolute;
    /*left: 90px;*/
    top: 20px;
}

.BTN_modal_close_group td:first-child {
    color: rgba(0,0,0,0.3);
    padding: 10px 10px !important;
    font-weight: 600;
    font-size: 12px;
}

.SFX_award_close_btn > .BTN_modal_close_group > tbody >tr > td:first-child {
    display: table-cell !important;
}

.SFX_Awards_BTN_modal_close_button {
    /*color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 20px 9px;*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /*border: solid 2px #377dff;*/
    background-color: #fe5f55;
    position: absolute;
    display: block;
}

    .SFX_Awards_BTN_modal_close_button > .fa-times {
        position: inherit;
        font-weight: 600;
        left: 0px;
        padding: 33% 35%;
        font-size: 15px;
        color:#ffffff;
    }

.BTN_modal_close_group:hover {
    cursor: pointer;
}

.SFX_Margin_Top {
    margin-top: 40px;
}

.SFX_Text_right {
    top: 75%;
    position: absolute;
    left: 85%;
}

.SFX_left_triangle:after, SFX_left_triangle:before {
    bottom: 0;
    top: -15px;
    left: 34%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.SFX_left_triangle:after {
    border-color: rgba(55, 125, 255, 0);
    border-bottom-color: #f7f7f7;
    border-width: 8px;
}

.SFX_left_triangle:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: none;
    border-width: 36px;
    margin-left: -36px;
}


.SFX_right_triangle:after, SFX_right_triangle:before {
    bottom: 0;
    top: -15px;
    left: 64%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.SFX_right_triangle:after {
    border-color: rgba(55, 125, 255, 0);
    border-bottom-color: #f7f7f7;
    border-width: 8px;
}

.SFX_right_triangle:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: none;
    border-width: 36px;
    margin-left: -36px;
}

.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:hover {
    border: solid 2px #ffffff;
    background-color: #377dff;
    color: #ffffff;
}

.SFX_Load_more_btn_padding {
    /*padding: 0 30px;*/
    margin: 50px 0px;
}


@media (max-width: 1040px) {
    .SFX_Awards_Main_Block_Left {
        padding: 10px !important;
    }

    .SFX_Awards_Main_Block_Right {
        padding: 10px !important;
    }

    .SFX_Margin_Top {
        margin-top: 0%;
    }

    .SFX_Award_Info_Table {
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .SFX_left_triangle:after, SFX_left_triangle:before {
        bottom: 0;
        top: -15px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .SFX_left_triangle:after {
        border-color: rgba(55, 125, 255, 0);
        border-bottom-color: #f7f7f7;
        border-width: 8px;
    }

    .SFX_left_triangle:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: none;
        border-width: 36px;
        margin-left: -36px;
    }


    .SFX_right_triangle:after, SFX_right_triangle:before {
        bottom: 0;
        top: -15px;
        left: 64%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .SFX_right_triangle:after {
        border-color: rgba(55, 125, 255, 0);
        border-bottom-color: #f7f7f7;
        border-width: 8px;
    }

    .SFX_right_triangle:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: none;
        border-width: 36px;
        margin-left: -36px;
    }



    .SFX_award_close_btn .BTN_modal_close_group {
        margin: 10% 5%;
        position: unset;
        left: 0;
        float: right;
        right: 0px;
    }

        .SFX_award_close_btn .BTN_modal_close_group .SFX_Awards_BTN_modal_close_button {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            /*border: solid 2px #377dff;*/
            background-color: #fe5f55;
            position: absolute;
            display: block;
        }

            .SFX_award_close_btn .BTN_modal_close_group .SFX_Awards_BTN_modal_close_button > .fa-times {
                position: inherit;
                font-weight: 600;
                left: 0px;
                padding: 33% 35%;
                font-size: 15px;
                color: #ffffff;
            }

    /*.IMG_BOD1 > img {
        width: 200px;
        height: 250px;
        border-radius: 25px;
        object-fit: cover;
    }

    .IMG_BOD1 {
        width: 200px;
        height: 100%;
        border-radius: 30px;
        background-color: transparent;
        padding: 0% 0%;
        float: none;
        margin: auto;
        position: relative;
    }

        .IMG_BOD1 .BTN_1 {
            position: absolute;
            top: 200px;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            background-color: #377dff;
            color: #ffffff;
            border-radius: 20px;
            display: table-cell;
            vertical-align: middle;
            font-size: 1vw;
            width: auto;
            text-align: left;
            padding: 5px;
        }*/

    /*asd*/
    .IMG_BOD1 img[src=""], .IMG_BOD2 img[src=""] {
        display: none;
    }

    .SFX_Awards_Block > .IMG_BOD {
        background-color: transparent;
        width: 100px;
        height: auto;
        padding-left: 0;
        margin-top: 0px;
        margin: auto;
    }

    .SFX_Awards_Date {
        font-size: 10px;
        color: #c2c2c2;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

    .SFX_Awards_Title {
        font-size: 17px;
        color: #464646;
        padding-top: 0;
        font-weight: 600;
        text-align: center;
    }

    .BTN_circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: solid 2px #377dff;
        background-color: #ffffff;
        position: unset;
        left: 0;
        margin: auto;
    }

        .BTN_circle > .fa-angle-down {
            position: inherit;
            font-weight: 600;
            left: 0px;
            padding: 10% 10%;
            font-size: 15px;
        }

    .SFX_Text_right {
        top: 0;
        position: unset;
        left: 0;
        padding-bottom: 20px;
    }

    .SFX_Awards_Block {
        margin-top: 5%;
    }
    .SFX_Share_Button_Icon_M_Align img {
        right: 25px !important;
    }

    .SFX_Gallery_Popup_img img{
        object-fit:cover;
        height:300px !important;
    }
    .carousel-control {
        top: 0 !important;
        height: 300px !important;
    }

    .SFX_Gallery_Popup_Style ol{
        margin-bottom:0;
        top:62%;
    }
    .SFX_Gallery_left_control > .fa-arrow-left, .SFX_Gallery_right_control > .fa-arrow-right {
        top: 101% !important;
        position: absolute !important;
        font-size: 10px !important;
    }
}


@media (max-width: 499px) {
    .SFX_Awards_Main_Block_Left {
        padding: 10px !important;
    }

    .SFX_Awards_Main_Block_Right {
        padding: 10px !important;
    }

    .BTN_circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: solid 2px #377dff;
        background-color: #ffffff;
        position: unset;
        left: 0;
        margin: auto;
    }

    /*.IMG_BOD1 .BTN_1 {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #377dff;
        color: #ffffff;
        border-radius: 20px;
        display: table-cell;
        vertical-align: middle;
        font-size: 1vw;
        width: auto;
        text-align: left;
        padding: 5px;
    }*/
}



@media (max-width: 399px) {
    .SFX_Awards_Main_Block_Left {
        padding: 10px !important;
    }

    .SFX_Awards_Main_Block_Right {
        padding: 10px !important;
    }

    .SFX_left_triangle:after, SFX_left_triangle:before {
        bottom: 0;
        top: -15px;
        left: 46%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /*.IMG_BOD1 > img {
        width: 200px;
        height: 250px;
        border-radius: 25px;
        object-fit: cover;
    }

    IMG_BOD1 .BTN_1 {
        position: absolute;
        top: 73px;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #377dff;
        color: #ffffff;
        border-radius: 20px;
        display: table-cell;
        vertical-align: middle;
        font-size: 1vw;
        width: auto;
        text-align: left;
        padding: 5px;
    }*/
}

/*Gallery*/

.SFX_no_padding {
    padding: 0;
}

.SFX_Gallery_Popup_Style {
    height: 495px;
    border-radius: 30px;
    width: 70%;
    margin: 5% auto;
}

.SFX_Gallery_Popup_Header {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 100px;
    width: 100%;
    padding: 3.2% 0%;
    background-color: white;
}

    .SFX_Gallery_Popup_Header .SFX_Share_Button_Icon {
        padding: 2px;
        color: #ffffff;
        background-color: #377dff;
        border-radius: 25px;
        width: 30px;
        height: 30px;
        z-index: 1;
    }

.SFX_Share_Button_Title {
    font-size: 12px;
    color: #959595;
    padding: 2% 15px;
}

.SFX_close_Button_Title {
    text-align: right;
    color: #959595;
    font-size: 12px;
    padding: 2% 0px;
    position: absolute;
    right: 45px;
}

.SFX_Share_Button_Icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #377dff;
}

    .SFX_Share_Button_Icon img {
        width: 10px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 7px;
    }

.SFX_Gallery_Popup_Header .SFX_Close_Button_Icon {
    color: #ffffff;
    background-color: #fe5f55;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    font-size: 19px;
    position: absolute;
    left: 89%;
    z-index: 1;
}

.SFX_Gallery_Popup_Header .SFX_Gallery_Popup_icon:hover {
    cursor: pointer;
}

.SFX_Gallery_Popup_Header .SFX_Close_Button_Icon_Desk {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.SFX_Gallery_Popup_Title {
    font-size: 18px;
    font-weight: 600;
    color: #377dff;
    margin: auto;
    z-index: 0;
    width: 100%;
    text-align: center;
    height: fit-content;
    position: absolute;
    padding: 0px 100px
}

.SFX_Gallery_Popup_Content {
    font-size: 10px;
    color: #959595;
    margin: auto;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.SFX_Gallery_Popup_img {
    height: inherit;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.carousel-indicators {
    position: absolute;
    top: 510px;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}


.carousel-control {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    height: 450px;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
}

.SFX_Gallery_Popup_img img {
    object-fit: cover;
}

.SFX_Gallery_left_control {
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.SFX_Gallery_right_control {
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.SFX_Gallery_left_control > .fa-arrow-left {
    top: 85%;
    position: relative;
    font-size: 1vw;
    color: #ffffff;
}

.SFX_Gallery_right_control > .fa-arrow-right {
    top: 85%;
    position: relative;
    font-size: 1vw;
    color: #ffffff;
}

.SFX_Gallery_Popup_Style > .carousel-indicators li {
    background-color: #656565;
    opacity: 0.5;
    border: 0;
}

.SFX_Gallery_Popup_Style > .carousel-indicators .active {
    background-color: #656565;
    opacity: 1;
    border: solid 2px white;
}



/*@media(max-width: 991px ) {
    .SFX_Mobile_Gallery_Popup_Header .SFX_Close_Button_Icon {
        color: #ffffff;
        background-color: #fe5f55;
        border-radius: 25px;
        width: 30px;
        height: 30px;
        font-size: 19px;
        position: unset;
        left: 0%;
    }

    .SFX_Gallery_Popup_Style ol {
        margin-bottom: 0;
        top: 62%;
    }

    .SFX_Gallery_left_control > .fa-arrow-left {
        top: 104%;
        position: absolute;
        font-size: 10px;
    }

    .SFX_Gallery_right_control > .fa-arrow-right {
        top: 104%;
        position: absolute;
        font-size: 10px;
    }

    .SFX_Gallery_Popup_img img {
        object-fit: cover;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .carousel-control {
        top: 0;
        height: 300px;
    }

    .SFX_Gallery_left_control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .SFX_Gallery_right_control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .SFX_Share_Button_Icon img {
        width: 10px;
        height: auto;
        position: absolute;
        right: 25px;
    }

    .SFX_Gallery_Popup_img img {
        object-fit: cover;
        height: 300px !important;
    }

    

    .SFX_nav_tabs {
        display:flex;
    }

}*/

.SFX_Text_align_right {
    text-align: right;
}
.SFX_special_gallery_control {
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 15%;
    background: rgba(255,255,255,0.8);
    width: 70px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 10px;
}

@media (max-width:599px) {
    .SFX_Awards_Main_Block_Left {
        padding: 10px !important;
    }

    .SFX_Awards_Main_Block_Right {
        padding: 10px !important;
    }

    .SFX_Gallery_Date {
        font-size: 10px;
        color: white;
        font-weight: 300;
        padding: 50px 0 0 0;
    }

    .SFX_Gallery_Title {
        font-size: 16px;
        color: white;
        font-weight: 600;
        padding: 20px 0 0 0;
    }

    .SFX_Gallery_PhotoNo {
        font-size: 14px;
        color: white;
        font-weight: 300;
        padding: 10px 0 0 0;
    }

    .SFX_Gallery_Popup_img img {
        object-fit: cover;
        height: 250px !important;
    }

    .carousel-control {
        top:0px !important;
        height: 259px !important;
    }

    .SFX_Gallery_Popup_Style ol {
        margin-bottom: 0;
        top: 55% !important;
    }
}

.SFX_Close_Button_Icon_Mobile img{
    width:30px;
    height:30px;
} 