/*-------------------------------------------------*/
/*----------Classics Boxes List--------------------*/
/*-------------------------------------------------*/
.ClassicsList{
    position: relative;
    margin: 100px auto 0 auto;
    max-width: 1150px;
    margin: 0 auto 70px auto;
}
/*Content*/
.ClassicsListContent{
    position: relative;
    transition: height 1s ease-in-out;
}
.ClassicsListContentItem{
    position: absolute;
    background-color: #4d4d4d;
    border-radius: 5px;
    transition: top 1s ease-in-out, left 1s ease-in-out, transform 0.4s ease-in;
}
.ContentItemOverlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    display: none;
    opacity: 0.2;
}
.ClassicsListContentItem img{
    border-radius: 5px;
    display: block;
}
.ContentItemLabel{
    display: block;
    margin: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.ContentItemLabel span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 14px;
    max-width: 160px;
    padding: 0 15px;
}
.ClassicsListContentItem:hover div:nth-of-type(1){
    display: block;
}
@media screen and (max-width: 900px) {
    .ClassicsListControls{
        justify-content: center;
    }
    .ClassicsListControlsSearch{
        margin: 8px 10px;
    }
    .ClassicsListControlsSort{
        margin: 8px 10px;
    }
}
.releaseInfoOverlay{
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}
.releaseInfo{
    position: absolute;
    font-size: 8px;
    font-weight: 700;
	line-height: 8px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    margin: 0;
    text-align: center;
	left: -9px;
	top: 20px;
	display: block;
	text-decoration: none;
	color: black;
}
.releaseInfo span:nth-of-type(2){
	font-size: 17px;
	line-height: 17px;
	margin: 0;
	display: block;
}