body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
.home-cover-img.animate-end {transform: scale(1);}
@keyframes slideshow {0% {opacity: 0;} 20% {opacity: 1;} 100% {opacity: 1; transform: scale(1); }}
@keyframes slideshow--alt {100% {transform: scale(1);}}
.input-search .icon-search {top: 5px; color: #777; right: 10px;}

div[data-type="album"] {
    margin-top:15px;
}
div[data-type="album"]::after, div[data-type="album"]::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #afb7bc;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
div[data-type="album"]::before {
    top: -4px;
    right: 15px;
    left: 15px;
}
div[data-type="album"]:hover::before {
    top: -6px;
    background: #8c9296;
}
div[data-type="album"]::after {
    top: -2px;
    right: 4px;
    left: 4px;
}
div[data-type="album"]:hover::after {
    top: -3px;
    background: #8c9296;
}
div[data-type="album"] .list-item-desc {
    opacity: 1;
}
.ad-banner img {
  display: block;
  margin: 0 auto;
  max-width:100%;	
}

.panel-thumb-list {margin-top:5px;}
