/* BASIC LAYOUT
----------------------------------------------- */
.shell {min-width: 320px; position: relative;}
.shell-box {max-width: var(--shell-width); margin: 0 auto; position: relative; z-index: 20;}
.shell-main {padding: 0 var(--gutter); background-color: #221d19; box-shadow: 0 20px 60px rgba(0,0,0,0.8);;}
.header {background: var(--grad-brass); border-radius: 3px; box-shadow: var(--drop);
	padding: 6px 20px; color: #fff; z-index: 100; position: relative; left: 0; top: 0;}
.header.sticky {padding-right: 76px; padding-left: 76px; position: sticky;
	margin: 0 var(--gutter-neg); border-radius: 0;}
.showcase {padding-top: 20px;}
.columns {padding: 40px 0;}
.col-aside {width: 240px; margin-right: 20px;}
.col-extra {width: 240px; margin-left: 20px;}
.footer {margin: 0 var(--gutter-neg); padding: 0 var(--gutter); background-color: #191512;}
.footer__one {padding: 20px 0;}
.footer__two {margin: 0 var(--gutter-neg); padding: 15px var(--gutter);
	font-size: 13px; color: #999; background-color: rgba(0,0,0,0.3);}
.footer__menu {margin-left: 80px;}
.footer__menu a {margin-right: 30px; border-bottom: 1px dotted #eee;}
	
#scrolltop, .header__btn-menu {position: absolute; right: 0; top: 0; height: 100%; width: 56px; cursor: pointer; 
	display: flex; justify-content: center; align-items: center; background-color: rgba(0,0,0,0.15); 
	font-size: 18px; opacity: 0; visibility: hidden;}
.header__btn-menu {right: auto; left: 0; background-color: var(--amber); color: #fff; font-size: 24px;}
.header.sticky #scrolltop, .header.sticky .header__btn-menu {opacity: 1; visibility: visible;}


/* HEADER
----------------------------------------------- */
.header__menu {font-size: 14px; text-transform: uppercase; padding: 20px 0;}
.header__menu a:hover {text-decoration: underline;}
.brand {display: inline-flex; flex-direction: column; justify-content: center; height: 46px; padding-left: 50px; 
	line-height: 1; background: url(../images/brand-mark.svg) 0 center / 40px no-repeat;}
.brand__title {text-transform: uppercase; font-weight: 700; font-size: 23px; color: #fff; letter-spacing: 1px;}
.brand__caption {font-size: 13px; color: #fff; opacity: 0.8; margin-top: 1px;}
.header__btn-login {display: flex; align-items: center; justify-content: center; height: 36px; 
	border-radius: 18px; padding: 0 20px; text-transform: uppercase; font-size: 14px; 
	box-shadow: 0 2px 4px rgba(20,16,13,0.35); cursor: pointer;
	background: linear-gradient(to top, #a9682a 0%, #c8873c 50%, #5794ce 100%);}
.header__btn-login .fal:first-child {margin: -2px 10px 0 -17px; height: 30px; width: 30px; border-radius: 15px; 
	display: flex; align-items: center; justify-content: center; font-size: 12px;
	background: rgba(0,0,0,0.15);}
.header__btn-login::after {content:"\f178"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left: 10px;}
.header__btn-login:hover .fal {background-color: #fff; color: var(--amber);}
.header__search {position:relative; margin: 0 80px;}
.header__search input, .header__search input:focus {padding: 0 60px 0 20px; border-radius: 3px; 
	background: rgba(0,0,0,0.2); color: #fff; box-shadow: none; height: 46px; line-height: 46px;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 16px;} 
.header__search button {position:absolute; right: 0; top: 0; width: 60px; padding: 0; 
	background: none; color: var(--ink); font-size: 18px; height: 46px;}


/* CAROUSELS
----------------------------------------------- */
.showcase__caption {text-transform: uppercase; margin-right: 20px; font-size: 18px;}
.showcase__tabs div {height: 30px; line-height: 30px; cursor: pointer; border-radius: 15px; 
	padding: 0 15px; margin-right: 5px;}
.showcase__tabs div.is-on {background-color: var(--amber-lit); color: #fff;}
.showcase__tabs div:not(.is-on):hover {background-color: #191512;}
.showcase__header {margin-bottom: 20px;}
.showcase-card {display: block; overflow: hidden; position: relative; border-radius: 2px;}
.showcase-card::before {content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 70%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); z-index: 1; opacity: 0.8;}
.showcase-card__label {background-color: var(--amber-veil); color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; right: 8px; top: 8px; z-index: 10;}
.showcase-card__title {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
	font-size: 15px; padding: 10px 15px; line-height: 1.4;}
.showcase-card:hover .showcase-card__title {opacity: 0;}
.showcase__content {min-height: 199px;}


/* SECTION
----------------------------------------------- */
.unit__title {font-size: 22px; font-weight: 400; padding-left: 30px; position: relative; text-transform: uppercase;}
.unit__title::before {content:"\f0ab"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; left: 0; top: 3px; color: var(--amber); text-shadow: 0 2px 2px rgba(20,16,13,0.15);}
.unit__header {margin-bottom: 20px;}
.unit__link-top {background: var(--grad-amber); color: #fff; font-size: 15px; text-transform: uppercase; 
	padding: 8px 20px 8px 50px; position: relative; border-radius: 3px;}
.unit__link-top span {font-size: 18px; font-weight: 700; text-decoration: underline; 
	color: #e8c37a; margin-left: 3px;}
.unit__link-top::before {content: ''; position: absolute; left: -6px; bottom: 0px; 
	background: url(../images/trophy.svg) 0 0 / contain no-repeat; width: 50px; height: 50px;}
.unit__link-top:hover {color: #000; background-size: 250% 100%;}
.crumbs {font-size: 13px; color: #999; margin-bottom: 20px; text-transform: uppercase;
	padding: 10px 12px; border: 1px solid var(--edge); border-radius: 2px;}
.crumbs1 a:after {display: inline; content: '/'; margin: 0 5px;}
.crumbs a {color: #eee;}
.crumbs a:hover {text-decoration: underline;}
.seotext {width: 100%; display: grid; grid-gap: 20px; line-height: 1.7; color: #999; 
	padding-top: 40px; margin-top: 40px; border-top: 1px solid var(--edge);}
.seotext h1, .seotext h2, .seotext h3 {font-weight: 400; font-size: 19px; text-transform: uppercase; color: #eee; line-height: 1.3;}
.seotext ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.seotext ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--amber); position: absolute; left: 0; top: 0;}
	

/* SHORT ITEM
----------------------------------------------- */
.item--announce {box-shadow: var(--drop); border: 1px solid var(--edge); border-radius: 3px; margin-bottom: 20px;}
.item__header {border-bottom: 1px solid var(--edge); padding: 10px 15px;}
.item__cols {padding: 15px;}
.item__img {width: 180px; height: 260px; display: block; margin-right: 15px; border-radius: 2px;}
.item__label {background-color: var(--amber-veil); color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; left: 8px; top: 8px; z-index: 10;}
.item__title {font-size: 19px; font-weight: 400;}
.item__meta {margin-top: 8px; font-size: 13px; color: #999;}
.item__meta-item a, .item__category a, .seotext a {color: #b08a4a;}
.item__meta-item + .item__meta-item::before {content: '/'; opacity: 0.3; display: inline; margin: 0 8px;}
.item__rating-value {background-color: var(--brass); color: #fff; border-radius: 2px; 
	padding: 4px 6px; font-weight: 700; font-size: 12px; margin-left: 6px; text-align: center; min-width: 23px;}
.item__text {-webkit-line-clamp: 7; line-height: 1.6; opacity: 0.7;}
.item__footer {font-size: 13px; margin-top: 15px;}
.item__category-icon {width: 28px; height: 28px; border-radius: 50%; background-color: var(--gold); color: #000; 
	display: inline-block; text-align: center; line-height: 28px; margin-right: 6px;}
.item__size .fal {margin-right: 8px; opacity: 0.7;}
.item__fav a {color: var(--gold); margin: 0 20px; font-size: 16px;}
.item__btn {height: 36px; padding: 0 12px 0 43px; position: relative;}
.item__btn::before {content: ''; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
	background: url(../images/1.svg) 0 0 / 100% auto no-repeat; width: 20px; height: 20px;}
.item__header a:hover, .item__category a:hover, .seotext a, .item__ctrl .item__fav a:hover {text-decoration: underline;}
a.item__img:hover {opacity: 0.8;}
.item__rating--likes > * {background-color: #6ab04c; color: #fff !important; font-size: 12px; display: block; 
	border-radius: 2px; padding: 4px 6px; font-weight: 700;}
.item__rating--likes > * + * {background-color: #eb4d4b; margin-left: 5px;}
.item__rating--likes .fal {margin-right: 5px;}


/* SIDEBARS
----------------------------------------------- */
.rail {padding: 15px; border-radius: 3px; background-color: #191512;
    border: 1px solid var(--edge); box-shadow: var(--drop); margin-bottom: 20px;}
.rail__title {text-transform: uppercase; margin-bottom: 15px; font-size: 18px;}
.rail--bg-22 {background-color: var(--brass);}
.rail--bg-none {background: none; border: 0; box-shadow: none; padding: 0;}
.rail--sticky {position: sticky; left: 0; top: 80px;}
.rail:last-child, .cover-card:last-child {margin-bottom: 0;}
.rail--nav {border-radius: 4px; padding-bottom: 5px; border: 1px solid var(--brass);}
.promo {text-align: center;}
.covers-nav {margin-bottom: 15px;}

.nav > li {position: relative; margin: 0 -15px;}
.nav__btn {position: absolute; right: 15px; top: 10px; width: 16px; height: 16px; border-radius: 3px; font-size: 12px;
	background-color: var(--brass); color: #eee; text-align: center; line-height: 16px; cursor: pointer;}
.nav__btn:hover {background-color: var(--amber); color: #fff;}
.is-on .nav__btn .fal {content:"\f068";}
.nav > li > a {display: block; padding: 8px 42px 8px 15px; border-top: 1px solid rgba(255,255,255,0.1);}
.nav > li:hover > a {background-color: rgba(255,255,255,0.1);}
.nav > li.subnav.is-on > a {background-color: var(--amber); color: #fff;}
.nav__hidden {background-color: #212121; padding: 12px 0; display: none;}
.nav__hidden a {display: block; padding: 6px 42px 6px 15px; position: relative;}
.nav__hidden a:hover {background-color: rgba(0,0,0,0.3);}
.nav__hidden a::before {content:"\f054"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; right: 15px; top: 6px; opacity: 0.6; font-size: 12px;}

.cover-card {margin-bottom: 15px; display: block;}
.cover-card__title {text-transform: uppercase; margin-top: 10px; font-size: 13px;}
.cover-card__meta {position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 5; 
	background-color: var(--ink-veil); color: #eee; border-radius: 3px; overflow: hidden;}
.cover-card__meta > * {text-align: center; font-size: 14px; padding: 6px;}
.cover-card__rating-caption {font-size: 12px;}
.cover-card__rating-value > span {color: var(--amber); font-size: 22px;}
.cover-card__size {font-weight: 700; background-color: var(--amber-veil);}
.cover-card__size-value {padding-top: 5px;}
.cover-card__category, .cover-card__year {font-size: 12px;}
.cover-card__category {background-color: var(--amber-veil);}
.unit__content--top .cover-card {margin: 0; max-width: 100%;}
.unit__content--top .cover-card__meta > * {min-width: 100%;}
.unit__content--top .cover-card__size-icon {display: none;}

.toplist li + li {margin-top: 10px; padding-top: 10px; border-top: 1px solid #221d19;}
.toplist-item {position: relative; font-size: 14px; line-height: 1.4;}
.toplist-item__img {width: 50px; height: 50px; border-radius: 50%; margin-right: 10px;}
.toplist-item__desc small {color: #999; font-size: 12px;}
.toplist-item:hover .toplist-item__title, .cover-card:hover .cover-card__title {text-decoration: underline;}
.toplist {counter-reset: num;}
.toplist-item::before {content: counter(num); counter-increment: num; background-color: var(--gold); color: #000; 
	width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; font-size: 11px; 
	box-shadow: 0 0 0 3px #191512; position: absolute; left: -6px; top: 0; z-index: 1;}


/* PAGINATION
----------------------------------------------- */
.pagination {text-align: center; padding-top: 10px;}
.pagination__btn-loader a, .pagination__btn-loader span {display: inline-flex; justify-content: center; align-items: center; 
	height: 32px; padding: 0 80px; background: var(--grad-brass); color: #fff; border-radius: 3px; margin: -10px 0 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 30px; 
	padding: 0 8px; min-width: 36px; border-radius: 2px; border: 1px solid var(--edge); color: #ccc;}
.pagination__pages span:not(.catnav_ext), .pagination__pages a:hover  
{background: var(--brass); color: #fff; border-color: var(--brass);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}


/* INNER PAGE
----------------------------------------------- */
.entry__main, .entry__comments, .entry__add-comms, .add-comments-form.form {box-shadow: var(--drop); 
	border: 1px solid var(--edge); border-radius: 3px; margin-bottom: 20px;}
.entry__add-comms {background: #191512; padding: 15px; margin-bottom: 0;}
.entry__add-comms .entry__comments-title {color: #eee;}
.entry__comments, .entry__desc {padding: 15px;}
.unit--related, .entry__footer {padding: 15px; border-top: 1px solid var(--edge);}
.entry__footer {background-color: #191512; border-radius: 0 0 3px 3px;}
.entry__complaint {color: #999; font-size: 12px; line-height: 1.5; padding-left: 38px; position: relative;}
.entry__complaint a {text-transform: uppercase; font-weight: 700; color: var(--gold); font-size: 13px; display: block;}
.entry__complaint::before {content:"\f05a"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; left: 0; top: -3px; color: #c0392b; font-size: 28px;}

.entry__header .item__rating-value {background-color: var(--amber-lit); color: #000;}
.entry__header {background: linear-gradient(to right, #191919, #191512); min-height: 235px; padding: 15px;
	color: #eee; position: relative; padding-left: 210px; border-radius: 3px 3px 0 0; margin-bottom: 50px;}
.entry__poster {width: 180px; height: 270px; border-radius: 2px; position: absolute; left: 15px; bottom: -50px;}
.entry__header a {color: #b08a4a;}
.entry__header h1 {font-size: 22px;}
.entry__header h1 a {margin-left: 10px; font-size: 12px; opacity: 0.5;}
.entry__header .item__meta a, .entry__header .item__category a {border-bottom: 1px dotted #ccc;}
.entry__header .item__meta a:hover, .entry__header .item__category a:hover {border-color: transparent;}
.entry__header .item__size .fal {opacity: 0.8;}
.entry__header .item__size {margin-right: 15px;}
.entry__header .item__rating-1 {position: relative; top: -1px;}
.item__ctrl {margin-top: 10px;}
.item__ctrl .item__fav a {margin: 0; color: #eee; margin-right: 15px; 
	height: 30px; line-height: 30px; display: inline-block;}
.item__ctrl .item__fav a .fal, .item__ctrl .item__fav a .fas {margin-right: 8px; color: #b8b8b8;}
.item__ctrl > a {display: inline-flex; align-items: center; height: 30px; border-radius: 15px; 
	padding: 0 20px; background-color: #c0392b; color: #fff;}
.item__ctrl > a:hover {background-color: var(--amber-lit); color: #fff;}
.item__btn--online, .item__btn--trailer {background: none; border: 1px solid var(--amber); padding: 0 10px; margin-left: 10px;}
.item__btn--trailer {border-color: var(--amber-lit); margin-left: 10px;}
.item__btn--online::before, .item__btn--trailer::before {display: none;}
.item__btns > * {font-size: 15px; margin-top: 15px; color: #fff !important;}

.entry__list {line-height: 1.6; padding: 15px; font-size: 14px; border-bottom: 1px solid var(--edge);}
.entry__list span {font-weight: 700; margin-right: 6px;}
.entry__list a {color: var(--amber); border-bottom: 1px dotted var(--amber);}
.entry__subtitle {font-size: 16px; font-weight: 700; margin-bottom: 15px;}
.entry__text {margin-top: -5px; opacity: 0.7;}
.entry__screenshots {padding: 15px;}
.entry__screenshots br {display: none;}
.entry__screenshots, .entry__screenshots .xfieldimagegallery {display: grid; grid-gap: 15px 15px; 
	grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); grid-auto-flow: row dense;}
.entry__screenshots .xfieldimagegallery, .entry__screenshots .entry__subtitle {grid-column: 1 / -1; margin: 0;}
.entry__screenshots a, .entry__screenshots img, .entry__screenshots li {height: 100px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.entry__screenshots img {width: 100%; object-fit: cover;}
.entry__player-select {background-color: #191512;}
.entry__player-select div {cursor: pointer; line-height: 40px; font-weight: 700; padding: 0 20px;}
.entry__player-select div.is-on {background-color: var(--brass); color: #fff;}

.entry__dl {padding: 15px;}
.entry__dl-title {text-transform: uppercase; font-size: 18px; color: var(--gold); text-align: center; margin-bottom: 15px;}
.fdl-btn {display: block; position: relative; box-shadow: var(--drop); text-decoration: none; padding: 15px 15px 15px 130px;
	border: 1px solid var(--edge); border-radius: 3px; background: var(--amber); color: #fff !important; overflow: hidden;}
.fdl-btn-title {text-transform: uppercase; font-weight: 700; word-wrap: break-word;}
.fdl-btn-size {text-transform: uppercase; font-size: 14px; margin-top: 5px; margin-bottom: 10px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn::before {content: ''; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px;
	background: url(../images/ut.svg) 0 0 / 100% auto no-repeat; position: absolute; left: 40px; top: 50%; 
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .entry__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #fac40c; position: absolute; top: 4px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #fac40c; color: #000; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: #fac40c; 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#fbf6ef;} 
.full-text table tr:nth-child(1) {background-color:#efe0cd;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}


/* COMMENTS
----------------------------------------------- */
.entry__comments-list .message-info:last-child {margin-bottom: 0;}
.entry__comments-title {font-size: 18px; text-transform: uppercase; margin-bottom: 15px;}
.entry__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--ink-dim); line-height: 1.5;}
.entry__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.add-comments-form.form {background-color: #221d19; padding: 15px; margin: 0;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #17130f; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .u-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-top: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 400; text-transform: uppercase; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #17130f;}
.comments-tree-item:last-child .comment-item {margin-bottom: 0; padding-bottom: 0; border: 0;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author, .comment-item__author a {font-size: 15px; color: var(--gold);}
.comment-item__date {color: var(--ink-dim); margin-top: 4px; font-size: 13px;}
.comment-item__main {margin: 8px 0 6px 0;}
.comment-item__rating {white-space: nowrap; font-size: 13px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; text-decoration: underline; font-weight: 400; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 13px; margin-right: 20px; color: var(--ink-dim);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 13px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--ink-dim);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--panel); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--panel-deep);}
.login__title {font-size: 19px; font-weight: 400; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--ink-dim); margin-left: 10px; font-weight: 400; color: var(--ink-dim);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--ink-dim);}
.login__caption {font-size: 14px; color: var(--ink); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--amber);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--panel-deep); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--panel-deep); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {display: none; width: 100%; position: relative; z-index: 5;}
 .owl-carousel .owl-stage {position: relative;
	 display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 1px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-loading, .owl-carousel.owl-hidden {opacity: 0;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {border-radius: 15px; border: 2px solid var(--edge); overflow: hidden; 
	height: 30px; min-width: 132px; display: flex;}
 .owl-prev, .owl-next {display: block; cursor: pointer; background-color: #272727; box-shadow: none; 
 	width: 50%; font-size: 16px; height: 30px; line-height: 30px; color: #eee;}
 .owl-prev {margin: 0;}
 .owl-next {border-left: 2px solid var(--edge) !important;}
 .owl-prev:hover, .owl-next:hover {background-color: #1a1613; color: var(--amber);}
.showcase-strip .owl-nav, #owl-related .owl-nav {position: absolute; right: 0; top: -50px;}
.covers .owl-nav {margin: 15px auto 0 auto; max-width: 210px;}
	 

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.veil {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.drawer {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 15px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: #221d19;}
.drawer.is-on {left: 0;}
.drawer-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.drawer-close.is-on {top: 0px; opacity: 1;}
body.drawer-open {overflow: hidden; width: 100%; height: 100%;}
.drawer .header__menu {margin: 0; padding: 0; display: block; margin-bottom: 5px;}
.drawer .header__menu > li {width: 100%; margin: 0; padding: 0;}
.drawer .header__menu > li > a {height: 30px; display: block;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.shell {padding: 0;}
	.shell-box {max-width:1000px;}
	.shell-main {padding-left: 20px; padding-right: 20px;}
	.header__menu {display: none;}
	.header {border-radius: 0; margin: 0 -20px !important; padding-left: 76px;}
	.header__search {margin: 0 20px;}
	.header__btn-menu {visibility: visible; opacity: 1;}
	.showcase__content {min-height: 150px;}
	.col-aside, .col-aside .x-into-drawer {display: none; order: 1;}
	.footer, .footer__two {margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 950px) {
	.shell-box {max-width:768px;}
	.col-body {min-width: 100%;}
	.col-extra, .col-aside {width: 46%; margin: 0; margin-top: 40px; order: 1; display: block;}
	.footer__one, .footer__two {display: block; text-align: center; background-image: none;}
	.footer__menu {justify-content: center; margin: 20px 0 0 0;}
	.footer__menu a {display: inline-block; margin: 0 10px 20px 10px;}
	.owl-nav {min-width: 80px;}
	.rail--sticky {position: static;}
}

@media screen and (max-width: 760px) {
	.shell-box {max-width:640px;}
	.header__logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin-right: 20px;}
	.header__btn-search {display: block; cursor: pointer; font-size: 18px; margin-right: 10px;}
	.header__btn-login {font-size: 0; padding: 0; width: 30px; height: 30px; border-radius: 15px;}
	.header__btn-login .fal:first-child {margin: 0;}
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 8px; display: none;}
	.showcase__caption, .header__btn-login::after, .item__meta-item:not(.u-grow), 
	.item__meta-item::before {display: none !important;}
	.unit__link-top {width: 100%; order: -1; margin: 0 0 20px 0;}
	.item--announce .item__btn {width: 100%; margin: 0; margin-top: 15px;}
	.item--announce .item__fav a {margin-right: 0;}

	.entry__main {margin-bottom: 0;}
	.entry__main, .entry__comments {margin-left: -20px; margin-right: -20px; border-radius: 0; 
		border-left: 0; border-right: 0;}
	.entry__header {border-radius: 0;}
	.entry__header .item__meta {display: none;}
	.item__btns .item__btn.u-grow {min-width: 100%;}
	.item__btns > * {margin-left: 0; width: 48%; padding: 0;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.shell-box {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social {padding-left: 20px; padding-right: 20px;}
	.col-extra, .col-aside {width: 48%;}

	.entry__header {padding: 15px; display: block; margin-bottom: 0;}
	.entry__poster {position: relative; bottom: 0; left: 0; margin: 0 auto;}
	.entry__header h1 {text-align: center; margin-bottom: 15px;}
	.entry__screenshots, .entry__screenshots .xfieldimagegallery {grid-gap: 15px 15px; 
		grid-template-columns: repeat(auto-fit,minmax(90px,1fr));}
	.entry__screenshots a, .entry__screenshots img, .entry__screenshots li {height: 80px;}
	.entry__player-select div {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
	.entry__share {width: 100%; margin-top: 15px;}
	.entry .unit__title, .entry__dl-title {font-size: 20px;}
	.fdl-btn {padding-left: 100px;}
	.fdl-btn::before {width: 40px; height: 40px; margin-top: -20px; left: 25px;
		box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}
	.fdl-btn-dl {display: none;}
}

@media screen and (max-width: 470px) {
	.shell-box22 {max-width:360px;}
	.header__logo {padding-left: 0; background-image: none;}
	.header {padding-left: 66px; padding-right: 10px;}
	.header.sticky {padding-right: 66px; padding-left: 66px;}
	.brand__title {font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.col-extra, .col-aside {width: 100%;}
	.item__cols {display: block;}
	.item__img {margin: 0 auto 15px auto;}
	.cover-card {max-width: 210px; margin-left: auto; margin-right: auto;}
	.crumbs {min-height: 39px;}
	.entry__header h1, .item__footer {min-height: 28px;}
	.item__ctrl {height: 30px;}
}

/* COLLECTIONS
----------------------------------------------- */
.collection-card {background-color: var(--panel-deep); border: 1px solid var(--edge); border-radius: 3px;
	padding: 15px; margin-bottom: 15px; align-items: flex-start; gap: 15px;}
.collection-card:hover {border-color: var(--hue); box-shadow: var(--drop);}
.collection-card__img {flex: 0 0 110px; width: 110px; height: 150px; overflow: hidden; border-radius: 2px;
	background-color: var(--panel);}
.collection-card__img img {width: 100%; height: 100%; object-fit: cover; display: block;}
.collection-card__title {font-size: 18px; text-transform: uppercase; color: #eee; line-height: 1.3;}
.collection-card:hover .collection-card__title {color: var(--hue);}
.collection-card__count {font-size: 13px; color: var(--hue); margin: 6px 0 10px 0;}
.collection-card__descr {font-size: 14px; color: #999; line-height: 1.6;}
@media screen and (max-width: 560px) {
	.collection-card__img {flex-basis: 80px; width: 80px; height: 110px;}
	.collection-card__title {font-size: 16px;}
}

/* счётчик книг в заголовке раздела */
.unit__count {flex: 0 0 auto; font-size: 13px; color: var(--hue); text-transform: none;
	background-color: var(--panel-deep); border: 1px solid var(--edge); border-radius: 12px;
	padding: 4px 12px; white-space: nowrap; align-self: center;}
