.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 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: url(images/logo.png) no-repeat scroll left 10px center;
    border-bottom: 2px solid #bd1f24;
    position: relative;
    height: 45px;
    color: #212529;
    display: inline-block;
    padding: 0 10px 0 35px;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
    font-size: 15px;
}
.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 td.LibraryItem .LibraryItem {
    height: 185px;
    margin: 5px 3px;
    width: 190px;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 185px;
    height: 100%;
    /* 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);
}
@media only screen and (max-width: 768px) {
    .GoldCustomer td.LibraryItem {
    width: 99vw !important;
}
}