.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;
}
.GoldCustomer .Title {
    border-bottom: 1px solid #333;
    color: #333;
    display: inline-block;
    font: 23px/40px "Roboto",sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
}
.GoldCustomer div.Logo {
    background: #fff none repeat scroll 0 0;
    height: 110px;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
}
.GoldCustomer div.Logo ul.LogoList {
    display: block;
    list-style: outside none 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: 100px;
}
.GoldCustomer div.Logo .selected {
    display: block;
    height: 90px;
    opacity: 1;
    width: 180px;
}
.GoldCustomer > table {
    margin: 30px auto;
    text-align: justify;
    width: 1040px;
}
.GoldCustomer > table tr {
    display: flex;
}
.GoldCustomer > table tr td.LibraryItem {
    flex: 1;
    padding: 10px;
}
.GoldCustomer > table tr td div {
    width: 100%;
    height: 120px;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
}
.GoldCustomer > table .link-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.GoldCustomer > table .img-item {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

