/*
.GoldCustomer div.Logo ul.LogoList li.li-item img {
    filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {
    filter : grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
}

.GoldCustomer {
}
.GoldCustomer .Title {
    display: none;
}
.GoldCustomer div.Logo {
    background: none repeat scroll 0 0 #e0e0e0;
    height: 80px;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}
.GoldCustomer div.Logo ul.LogoList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 1000%;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
    border: medium none;
    display: block;
    float: left;
    padding: 0 15px;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
    border: medium none;
    display: block;
    height: 60px;
}
.GoldCustomer div.Logo .selected {
    display: block;
    height: 90px;
    opacity: 1 !important;
    width: 180px;
}*/


/************************************************/
/*
.GoldCustomer > table {
    margin: 30px auto;
    width: 1040px;
    text-align: justify;
}
.GoldCustomer td.LibraryItem {
    border: 2px solid #D0D0D0;
    display: inline-block;
    height: 110px;
    margin: 5px 3px;
    width: 190px;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 185px;

    filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}
.GoldCustomer .LibraryItem .link-item:hover .img-item {

    filter : grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
}*/

.GoldCustomer div.Logo ul.LogoList li.li-item img {
        /* filter : grayscale(100%); */
        -moz-filter: grayscale(100%);
        /* -webkit-filter:grayscale(100%); */
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {
        filter: grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
}
.GoldCustomer {
        /*text-align: center;*/
        /* background: #fff; */
        position: relative;
        padding: 0;
        /* max-width: 1160px; */
        margin-bottom: 15px;
}
.GoldCustomer .Title {
        display: inline-block;
        width: 100%;
        border-bottom: 2px solid #cd2323;
        margin-bottom: 10px;
}
.GoldCustomer .Title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #cd2323;
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
}
.GoldCustomer .Title :after {
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-left: 24px solid #cd2323;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
}
.GoldCustomer:before {
        content: '';
        display: none;
        height: 2px;
        background: #343a40;
        width: 100%;
        /* position: absolute; */
        /* top: 50%; */
        /* transform: translate(-50%, -50%); */
        /* z-index: 0; */
        /* left: 50%; */
        margin-bottom: -43px;
}
.GoldCustomer div.Logo {
        /* background: #fff none repeat scroll 0 0; */
        /* height: 110px; */
        /* overflow: hidden; */
        /* padding: 0; */
        /*position: relative;*/
        width: 100%;
        /* max-width: 1160px; */
        overflow: hidden;
        padding-bottom: 20px;
}
.GoldCustomer div.Logo ul.LogoList {
        /* display: block; */
        /* list-style: outside none none; */
        /* margin: 0; */
        /* padding: 0; */
        /* position: relative; */
        /* width: 1000%; */
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 20px;
        column-count: unset !important;
        padding: 0;
        left: 0;
        position: absolute;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
        /*border: medium none;
        display: block;
        float: left;
        padding: 0 5px;*/
        width: 297px;
        display: inline-block;
        text-align: center;
}
.GoldCustomer div.Logo ul.LogoList li.li-item a {
        width: 100%;
        text-align: center;
        display: block;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 103px;
        margin: auto;
        width: 100%;
        object-fit: contain;
}
.GoldCustomer div.Logo .selected {
        display: block;
        height: 90px;
        opacity: 1;
        width: 180px;
}
.GoldCustomer>table {
        margin: 30px auto;
        text-align: justify;
        width: 1040px;
}
.GoldCustomer td.LibraryItem {
        border: 2px solid #d0d0d0;
        display: inline-block;
        height: 110px;
        margin: 5px 3px;
        width: 190px;
}
.GoldCustomer>table .img-item {
        width: 190px;
}
.GoldCustomer .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        /* background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll left top; */
}
.GoldCustomer .PreButton:before {
        content: '<';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.GoldCustomer .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
}
.GoldCustomer .NextButton:before {
        content: '>';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
        .GoldCustomer {
                padding: 0 20px;
                width: 100vw;
        }
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                width: calc(50vw - 13px);
        }
}
