#ongoing-calendar {
	padding: 20px;
    background: #FFF;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;	
}

.block {
    margin-bottom: 30px;
    line-height: 1.65;
    position: relative;
}

header.head {
	text-align:left;
	margin-bottom:20px;
}

header.head h1, header.head h2 {
    border-bottom: none;
    color: #123;
    display: inline-block;
    font-family: Open Sans, Helvetica Neue, Arial, Verdana, sans-serif;
    font-family: var(--font-alt);
    font-size: 30px;
    font-weight: normal;
}

header.head .notice {
    clear: left;
    color: #333;
    font-size: 13px;
    line-height: 1.65;
    margin: 2px 0 2px 1px;
}

.headline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #151617;
	border-left: 5px solid #f85b49;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-alt);
	letter-spacing: 0.13px;
	line-height: 1.65;
	margin-bottom: 10px;
	padding: 4px 10px 2px;
	text-transform: uppercase;
	transition: color 0.2s ease;
	text-align: left;
}

.count-ognoing {float:right;}

.cc-entries>.c-column {
    margin-bottom: 30px;
    line-height: 1.65;
    position: relative;
    float: left;
    position: relative;
    /*width: 18%;*/
	margin-right: 15px;
}

.c-anime-action {
	position: absolute;
	top:0;
	right:0;
	opacity:0;
	visibility: hidden;
	transition: opacity .1s linear,visibility .1s linear;
	background: #FFF;
	height: 24px;
}
.c-anime-action:hover svg {
	opacity: 1;
}
.c-anime-action svg {
	width:24px;
	height:24px;
	opacity: .7;
	transition: opacity .3s linear;
}

.cc-entries>.c-column:hover .c-anime-action {
	visibility: visible;
	opacity: 1;
}

.b-catalog_entry .cover .image-decor img {
    width: 100%;
}

.b-catalog_entry .cover .image-decor {
    display: block;
    line-height: 0px;
    position: relative;
}

.b-catalog_entry .cover .image-decor .image-cutter {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
	max-width: 160px;
    max-height: 220.48px;
}

.b-catalog_entry .cover .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #176093;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 1.65;
    margin-top: 5px;
	text-align:left;
	max-width: 160px;
}

.b-catalog_entry .cover .misc {
    color: #555;
    display: block;
    font-size: 11px;
    line-height: 17px;
	max-width: 160px;
}