/* BASIC LAYOUT
----------------------------------------------- */

body {background: url(../images/bg-back.webp)50%0 no-repeat #000;
padding: 0 !important;
width: auto !important;
max-width: none !important;
min-width: auto !important;}
.wrapper-container {max-width: var(--max-width);margin: 0 auto;position: relative;z-index: 50;margin-top: 16em;}
.header-wrap {max-width: var(--max-width);margin: 0 auto;}
.header {background: var(--bg-black);box-shadow: var(--bsh);position: fixed;z-index: 9999;width: 100%;left: 0;top: 0;}
.cols {
	background-color: var(--bg);
	border-radius: 8px;
	min-height: 100vh;
	border: 1px solid var(--bdc);
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	}
.footer {padding: 20px 0;}
.col-main {padding: 20px var(--indent);}
.col-side {
	background-color: var(--bg-lightest);
	padding: 20px;
	border-radius: 8px 0 0 8px;
	width: 330px;
	border-right: 1px solid var(--bdc);
	box-shadow: 1px 0 var(--bdc-lighter);
	}
.carou__menu + .content {border-top-right-radius: 0;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg-lighter); color: var(--tt); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}

.card__desc {
    display: flex;
    flex-wrap: wrap;
}
/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex;flex-direction: column;justify-content: center;height: 40px;text-align: left;}
.logo__title {text-transform: uppercase; color: #fff; font-size: 18px; 
	font-weight: 900; line-height: 1; }
.logo__caption {font-size: 10px; font-weight: 300; color: #fff; 
	opacity: 0.8; text-transform: uppercase; margin-top: 3px;}
.header__btn {height: 36px;}
.header__link {font-size: 12px;color: #e0dfdc;text-decoration: underline;cursor: pointer;}
.vhod {
    margin-right: 20px;
}
.theme-toggle {display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer;
	background-color: var(--bg-darker); height: 40px; border-radius: 20px; padding: 5px 0; margin-right: 20px;}
.theme-toggle li {cursor: pointer; width: 30px; height: 30px; line-height: 30px; 
	border-radius: 50%; text-align: center; color: var(--tt); margin: 0 5px;} 
.theme-toggle:hover li {color: #fff;}
.lt-is-active .theme-toggle li:first-child, body:not(.lt-is-active) .theme-toggle li:last-child {background-color:var(--accent); color: #fff;}
.rating_votes {
    font-size: 9px;
    text-align: center;
}
.header__search {position:relative;width: 240px;}
.header__search input, .header__search input:focus {
	padding: 0 50px 0 15px;
	border-radius: 0px;
	background-color: var(--bg-darker);
	color: var(--tt-lighter);
	border: 0px solid var(--bdc);
	box-shadow: none;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border: 1px solid #6B6B6B;
	-webkit-box-shadow: 0 2px 4px #666 inset;
	box-shadow: 0 2px 4px #414141 inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #B6B6B6;
	background-color: #505050;
	}
.header__search input:not(:focus)::placeholder {color: var(--tt); opacity: 0.8; font-size: 13px;} 
.header__search button {
	position:absolute;
	right: 0;
	top: 0;
	width: 50px;
	padding: 0;
	background: none;
	color: var(--tt);
	font-size: 12px;
	height: 26px;
	border: none;
	}


/* TOP ITEM
----------------------------------------------- */
a.card__img:hover, .top__img:hover, .poster:hover .poster__img {opacity: 0.7;}
.carou__menu li {text-align: center;}
.carou__menu a {
	display: block;
	padding: 7px 16px;
	background-color: #3f3f3f;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 0 0 0 1px #ffffff14;
	border: 1px solid #000;
	border-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #bfbfbf;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	}
.carou__menu a.is-active, .carou__menu a:hover {background-color: var(--accent); color: #fff;}
.carou {
	padding: 10px;
	background-color: #585858;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	border-radius: 6px 0 6px 6px;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	border: 1px solid var(--bdc);
	}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 140px)/8); flex-shrink: 0; margin-right: 20px;}
.top__img {/* border-radius: 4px; */border: 3px solid #888;opacity: 0.8;}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; 
	padding: 20px; color: var(--tt-lighter);}
.poster__rating {position: absolute; left: 0; top: 5px; z-index: 10; border-radius: 0 4px 4px 0;
	background-color: #aaaaaa; color: #fff; font-size: 12px; padding: 2px; 
	text-align: center; width: 40px; font-weight: 600;}
.poster__rating.rating-1, .poster__rating.rating-2, .poster__rating.rating-3 {background-color: #e07978;}
.poster__rating.rating-4, .poster__rating.rating-5, .poster__rating.rating-6 {background-color: #e4a257;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10 {background-color: #9ab96d;}
.poster__img {box-shadow: var(--bsh-2); border-radius: 3px; margin-bottom: 15px;height:120px}
.poster__title {line-height: 1.3; font-size: 13px; font-weight: 400;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 20px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 14px;font-weight: 700;color: var(--tt-lighter);}
.sect__subtitle {font-size: 21px;}
.site-desc {display: grid;grid-gap: 20px;line-height: 1.5;color: var(--tt-darker);margin: 20px 0;padding:10px 20px;border-radius:6px;background:var(--bg-black);margin-bottom: 0;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 700; font-size: 17px; color: var(--tt); line-height: 1.3;}
.site-desc a {text-decoration: underline; color: var(--tt);}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.site-desc img {float:left;margin: 0px 20px 0px 0px;width:140px;border-radius:3px;opacity:0.6;}
.speedbar {font-size: 12px;color: var(--tt-darker-2);margin-bottom: 20px;}
.speedbar a:hover {text-decoration: underline;}
.sect__btn-filter {height: 30px; padding: 0 10px; margin-left: 20px;}


/* CARD
----------------------------------------------- */
.card {
	margin: 0 var(--indent-negative);
	padding: 13px var(--indent);
	line-height: 1.4;
	border-top: 1px solid var(--bdc);
	box-shadow: inset 0 1px var(--bdc-lighter);
	position: relative;
	} 
.card__img {
	width: 200px;
	height: 300px;
	margin-right: 20px;
	display: block;
	box-shadow: var(--bsh-2);
	transition: 0.2s;
	}
.widthsearch {width:150px;height:210px}

.card__title, .card__bottom {width: 100%;}
.card__title {font-size: 17px;font-weight: 700;/* margin: -3px 0 14px 0; *//* padding-right: 140px; */}
.card__list {display: grid;grid-gap: 5px 0;font-size: 13px;order: 5;}
.card__list li > span:first-child {font-weight: 600; margin-right: 3px;}
.card__list a {border-bottom: 1px solid;}
.card__list--margin {/* margin-top: 12px; */}
.card__list--margin_bottom {margin-bottom: 12px;font-size:14px;}
.card__list--margin_bottom > span {color:var(--accent-2);}
.card__text {margin-bottom: 13px;order: 2;}
.card__bottom {font-size: 12px;margin-top: 10px;}
.card__meta {margin-left: 20px;}
.card__meta .fas {margin-right: 5px; opacity: 0.66;}
.card__meta--move_date {margin-right: 20px;}
.card__meta--move {position: relative;margin: 0;margin-right: 3em;}
.card__btn {
	border-radius: 0 0 0px 0px;
	width: 200px;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker);
	color: var(--tt);
	border: 1px solid var(--bdc);
	height: 25px;
	font-size: 11px;
	}
.card__btn_comm{border-radius: 0 0 4px 4px; box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker); color: var(--tt); border: 1px solid var(--bdc); 
	height: 26px;}
.favmod {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 40px;

}


	.favmod .favmod-unset,
	.favmod.active .favmod-add {
		display: none;
	}
	.favmod.active .favmod-unset {
		display: flex;
	}

.card__fav {
	position: absolute;
	right: 10px;
	top: -1px;
	width: 25px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
	overflow: hidden;
	color: var(--tt-lighter);
	}
.card__fav .fas {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;

	}
.card__fav .fas::after {
	content: '';
	background: var(--gradient);

	z-index: -1;

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	}
.card__fav .fas.no-added::after {background: url(../images/plus-fav.svg);background-repeat: no-repeat;}
.card__fav .favmod.active .fas.added::after {background: url(../images/minus-fav.svg);background-repeat: no-repeat;}
.card__rating-ext {
	/* margin-left: 20px; */
	font-size: 13px;
	font-weight: 600;
	color: var(--tt-lighter);
	position: relative;
	height: 36px;
	display: flex;
	align-items: center;
	line-height: 1;
	white-space: nowrap;
	border-radius: 0 0 0px 0px;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	color: var(--tt);
	border: 1px solid var(--bdc);
	height: 25px;
	padding: 0 15px 0 32px;
	justify-content: center;
	}

.card__rating-ext span {font-size: 10px; font-weight: 400; color: var(--tt); 
	margin-left: 3px; display: inline-block; position: relative;}
.fw__600, .fw__600 span {font-size:13px;font-weight:600;}
.fw__600 span{margin-left:0;color: var(--tt-lighter);}
.card__rating-ext::before {content: attr(data-text); display: block; position: absolute; top: 0; 
	white-space: nowrap; font-size: 12px; font-weight: 400; color: #fff; line-height: 20px;}
.card__rating-ext.kp {background: url(../images/kp.svg) 8px 3px / 17px no-repeat;/* margin-left: 5px; */}
.card__rating-ext.imdb {background: url(../images/imdb.svg) 6px 4px / 15px no-repeat;}
.card__rating-ext.site {padding-left: 50px; min-width: 140px;}
.card__rating-ext-count {height: 40px; width: 40px; position: absolute; left: 0; top: 0;}
.card__rating-ext svg {width: 150px; height: 150px; position: absolute; left: 0; top: 0; fill: none; 
	transform: scale(0.3,0.3) rotate(-90deg) translate(-50%,-50%); transform-origin: left top; margin: 19px 0 0 20px;}
.card__rating-ext svg circle {width: 150px; height: 150px; fill: inherit; transform: translate(5px,5px);
	stroke-width: 10; stroke: var(--bg-lightest); stroke-dasharray: 440; stroke-dashoffset: 0;}
.card__rating-ext svg circle:nth-child(2) {stroke: var(--accent-3);}
.stars {height: 17px; width: 85px; position: absolute; left: 50px; top: 0px; pointer-events: none;
	background: url(../dleimages/rating.svg); transform: scale(1,1); transform-origin: left top;}
.stars__rating-fill {position: absolute; left: 0; top: 0; height: 100%; z-index: 1; 
	background: url(../dleimages/rating.svg) 0 -34px repeat-x;}

/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 20px;}
.side-block__title {
	border: 1px solid var(--bdc);
	border-left: 0;
	border-right: 0;
	margin: -10px -20px;
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--tt-lighter);
	text-shadow: 1px 1px rgb(0, 0, 0);
	}

@keyframes Gradient {0% {background-position: 0 50%;} 50% {background-position: 100% 50%;} 100% {background-position: 0% 50%;} }
.side-block__title.first {border-top: 0; padding-top: 0; box-shadow: 0 1px var(--bdc-lighter);}

.nav-col {width: 50%; margin-bottom: -3px;}
.nav-col + .nav-col {width: 45%;}
.nav-title {font-weight: 700;margin-bottom: 6px;color: #fff;text-shadow: 1px 1px rgb(0, 0, 0);}
.nav-menu + .nav-title {margin-top: 12px;}
.nav-menu a {display:block;font-size: 13px;padding:1px 0;text-decoration: underline;}
.nav-menu a:hover {}
.nav-menu li {position: relative;display: flex;align-items: center;align-content: center;justify-content: space-between;margin-bottom: 3px;}
.nav-menu li > i {float:left;margin-right:5px}
.nav-menu li > span {position: relative;right: 0;pointer-events: none;font-size: 10px;color: #a0a0a0;}

.soon{background: #2b2b2b; padding: 10px; border-radius: 6px;}
.soon + .soon {margin-top: 10px;}
.soon__img {width: 60px; height: 90px; border-radius: 3px; box-shadow: var(--bsh-2); margin-right: 10px;float:left}
.soon__title {color: var(--tt-lighter); font-weight: 700;font-size:14px}
.soon__title:hover {opacity:0.7}
.soon__text {line-height: 1.3; -webkit-line-clamp: 4; font-size: 12px; margin-top: 5px; color: var(--tt);}

.sickvel {width:100%;max-width:100%}

.sickvel + .sickvel {margin-top:10px;margin-bottom:10px}
.sickvel__img {width: 40px; height: 60px; border-radius: 3px; box-shadow: var(--bsh-2); margin-right: 20px;float:left;}
.sickvel__desc {width:calc(100% - 90px);display:inline-block;}
.sickvel__title {color: var(--tt-lighter);}
.sickvel__text {line-height: 1.3; -webkit-line-clamp: 4; font-size: 13px; margin-top: 5px; color: var(--tt);}

.upd-box {background-color: var(--bg);border-radius: 4px;box-shadow: vr(--bsh-2);overflow: hidden;}
.updli {padding: 8px 5px;color: var(--tt);border-bottom: 1px solid #212121;);)firebrick;)firebrick;)lemonchiffon;)lemonchiffon;)ff;)ff\;)lemonchiffon;)lemonchiffon;)firebrick;)firebrick;)f;);}
.updli-1 {width: 40px;height: 60px;border-radius: 2px;box-shadow: var(--bsh-2);margin-right: 10px;}
.updli-2 {font-size: 12px;color: #ffbf00;}
.updli-2 div {color: var(--tt-lighter);font-size: 12px;margin-bottom: 2px;}
.updli-3 {text-align: right; width: 120px; margin-left: 10px; font-size: 12px; line-height: 1.1;}
.updli-3 div {color: var(--accent-2); font-weight: 300; margin-bottom: 5px;}
.updli:hover {background-color: #ffffff10;}
.upd-box-title {background: var(--bg-lighter);color: var(--tt-lighter);font-weight: 700;padding: 8px 10px;}
.tg-fix {
    right: 10px;
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    max-width: 200px;
    text-align: center;
    background: #2b2b2b;
    padding: 16px 15px;
    border-radius: 6px;
    border: 1px solid #414141;
}

.tg-fix a {
    width: auto;
    margin-top: 10px;
    height: 34px;
}

.tg-fix .soc-channels__item::before{
    height: 34px;
}
.lcomm:not(:last-child) {margin-bottom: 5px;}
.lcomm {background-color: var(--bg);border-radius: 4px;padding: 15px 8px;font-size: 13px;}
.lcomm__link {display: block;color: #fff;font-size: 13px;padding-left: 1px;background: #505050;padding: 5px 10px;}
.lcomm__date {font-size: 12px; color: var(--tt-darker-2); margin-left: 10px;}
.lcomm__text {margin: 8px 0 10px 0;}
.lcomm__author {font-weight: 600;}
.lcomm__av {width: 35px; height: 35px; border-radius: 50%; margin-right: 10px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer .btn {margin-right: 40px;}
.footer__logo {min-width: 0; margin-right: 30px;}
.footer__text {font-size: 13px; line-height: 1.5;}

.pagination {
	text-align: center;
	margin: 0 var(--indent-negative);
	padding: 25px var(--indent);
	padding-bottom: 0;
	border-top: 1px solid var(--bdc);
	box-shadow: inset 0 1px var(--bdc-lighter);
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 3px;
	}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 44px; padding: 0 40px; max-width: 400px; background: var(--bg-darker); color: var(--tt); width: 100%;
	font-weight: 600; text-transform: uppercase; font-size: 12px;
	margin-bottom: 10px; border-radius: 3px; border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter);}
.pagination span {background: #242424;border: 1px solid #414141;color: #494949;padding: 3px 8px;text-decoration: none;display: inline-block;margin-bottom: 3px;opacity: 0.5;font-size: 12px;}
.pagination a {background: #242424;border: 1px solid #393939;color: #7e7d7d;padding: 3px 8px;text-decoration: none;display: inline-block;margin-bottom: 3px;font-size: 12px;}

.pagination span:not(.nav_ext),  
{	border-radius: 3px;
	background: #2b2b2b;
	border: 1px solid #3d3d3d;
	color: #464646;
	font-size: 12px;
	padding: 3px 6px;

}
.pagination__pages {
    gap: 3px;
}
.pagination a:hover, .pagination__btn-loader a:hover {
    background-color: #505050;
    border: 1px solid #686868;
    color: #a3a3a3;
 }
/* INNER PAGE
----------------------------------------------- */
.page__subcols {
	margin: 0 var(--indent-negative);
	padding: 20px var(--indent);
	border-top: 1px solid var(--bdc);
	box-shadow: inset 0 1px var(--bdc-lighter);
	position: relative;
	gap: 20px;
	}
.page__header {width: 100%;margin-bottom: 20px;display: flex;justify-content: space-between;}
.page__header_t {width: 100%; margin-bottom: 20px;}
.page__col-side {width: 300px; margin-left: 40px;}
.page__subcol-side {width: 200px; margin-right: 20px;}
.page__subcol-side2 {width: 300px; margin-left: 40px;}
.page__subtitle {font-size: 15px;font-weight: 700;margin-bottom: 20px;margin-top: 20px;color: var(--tt-lighter);}
.page__subtitle.tac {text-align: center;}
.page__text {margin-bottom: 20px; padding: 20px; border-radius: 4px;
	border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter); background-color: var(--bg-darker);}
.page__text_ads {margin-bottom:10px}

.pmovie__original-title {color:#7d7d7d; text-transform: uppercase; font-size: 12px; 
	margin-top: 2px; font-weight: 600;}
.page__header h1,.page__header_t h1 {font-size: 19px; font-weight: 700; color: var(--tt-lighter); margin-top: -5px;}
.page__header h1 a,.page__header_t h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmovie__poster {width: 200px;max-height: 340px;box-shadow: var(--bsh-2);border-radius: 4px;flex-shrink: 0;}
.pmovie__btn {position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 0;}
.pmovie__btn__subscripe {position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 0;background: #ffca64;color: #1c1c1c;font-weight: 700;}
.pmovie__btn__subscripe:not(:hover) {opacity: 0.9;}
.pmovie__yellow__btn {position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 0;background:var(--accent-2);color:var(--bdc)}
.pmovie__btn:not(:hover) {opacity: 0.8;}
.pmovie__year {margin-bottom: 15px;}
.pmovie__header-list {line-height: 1.5; font-size: 13px;}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li > div:first-child {color: var(--tt); font-size: 13px; margin-bottom: 3px; color: var(--tt-darker-2);}
.pmovie__header-list li a, .pmovie__year a {text-decoration: underline;}
.pmovie__header-list--accent > span:first-child {color: var(--accent-2); margin-right: 5px;}
.pmovie__header-list--accent > span:first-child + span {
	display: inline-block;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	padding: 3px 8px;
	border: 1px solid var(--bdc);
	font-size: 12px;
	text-transform: uppercase;
	}
.pmovie__bottom {margin-right: -340px; margin-left: -20px;}
.bottom_text-movie_page{color: var(--accent-2);margin-top:10px;display:block}

.pmovie__player {margin: 0 var(--indent-negative);border-top: 1px solid #111;}
.pmovie__complaint2 a {color: #eb4d4b; font-size: 13px; text-transform: uppercase; margin-left:-10px;font-weight: 700;margin-right: var(--indent);}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {
	height: 32px;
	line-height: 33px;
	padding: 0 20px;
	background-color: var(--bg-darker);
	color: var(--tt-darker-2);
	font-weight: 600;
	/* box-shadow: inset 0 0 0 1px var(--bdc-lighter); */
	/* border: 1px solid var(--bdc); */
	transition: 0.2s;
	}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--accent);color: #fff;}
.tabs-block__select span.is-active{padding: 0 30px;}
.pmovie__player-bottom {
	background-color: var(--bg-darker);
	border: 1px solid var(--bdc);
	border-left: 0;
	border-right: 0;
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
	padding: 10px var(--indent);
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	}
.tabs-block__content {
    display: block;
    background: #000 url(/templates/kinogo_new/images/loader.svg) no-repeat 50% 50%;
    position: relative;
    height: 423px;
}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 40px; border-radius: 20px; 
	background-color: var(--bg); box-shadow: var(--bsh-2); padding: 5px; 
	font-weight: 600; margin-right: 10px; padding-right: 20px;}
.pmovie__rating-likes > * .fas {background-color: #6ab04c; color: #fff; height: 30px; line-height: 30px; 
	width: 30px; border-radius: 50%; text-align: center; font-size: 16px; margin-right: 10px;}
.pmovie__rating-likes > * + * .fas {background-color: #eb4d4b;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}
.pmovie__player-bottom .card__rating-ext {margin-right: 10px; margin-left: 0;}
.pmovie__share {text-align: right; margin-right: 20px;}
.pmovie__caption {line-height: 1.6; position: relative; background-color: var(--bg-lighter);
	color: var(--tt); padding: 15px var(--indent); margin: 0 var(--indent-negative); padding-left: 90px;} 
.pmovie__caption::before {content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 900; 
	position: absolute; left: var(--indent); top: 50%; font-size: 34px; color: var(--accent); transform: translateY(-50%);}

.pmovie__trivia {margin:15px 0;}
.pmovie__trivia > p {margin-top:7px;}
.pmovie__trivia > p::before {font-weight:600;color:var(--accent-2);counter-increment: section;content: counter(section);margin-right:8px;}

.cadrs__movie > a {display: inline-block; width: 23%; height: 110px; overflow: hidden; margin: 4px 1%;}
.cadrs__movie img {width:100%;height:100%;object-fit:cover;display:block;border-radius:4px;}

.soc-channels__item {
	text-align:center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 0 20px 0 55px;
	overflow: hidden;
	background-color: #0088cc;
	font-size: 11px;
	border-radius: 2px;
	height: 30px;
	display: flex;
	width: 400px;
	}
.soc-channels__item:hover{    background-color: rgb(11 102 147);}
.soc-channels__item div {font-size: 11px;text-transform: none;font-weight: 700;margin-top: 0px;}
.vk {background-color: #1877f2; color: #fff;}
.yt {background-color: #df1111; color: #fff;}
.soc-channels__item + .soc-channels__item {margin-top: 10px;}
.soc-channels__item::before {
	content: '';
	width: 40px;
	height: 30px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
	}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk::before {background-image: url(../images/i-vk.svg);}
.rate::before {background-image: url(../images/i-like.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}

.soc-channels__item span {padding-top: 2px; display: inline-block;}
.page__tags {margin: 20px 0; margin-right: -16px; font-size: 0;}
.page__tags .fas {height: 30px; line-height: 30px; margin: 10px 10px 0 0; font-size: 16px; opacity: 0.6;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; margin: 10px 10px 0 0;
	color: var(--tt); border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter);}
.page__tags a:hover {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.pmovie__related {
	border: 1px solid var(--bdc);
	border-left: 0;
	border-right: 0;
	margin: 0 var(--indent-negative);
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
	padding:0 20px 30px var(--indent);
	border-top: 0;
	}
.pmovie__franchise {border: 1px solid var(--bdc); border-left: 0; border-right: 0; border-bottom:0; margin: 0 var(--indent-negative); 
	box-shadow: 0 0 0 0 var(--bdc-lighter), inset 0 1px var(--bdc-lighter); padding: 10px var(--indent);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7;font-size: 13px;word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, .full-text > ul, .full-text > ol, .page__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 + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px 0;}
.full-text table tr:nth-child(2n+1) {} 
.full-text table tr:nth-child(1) {}
.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;border-left: 1px solid #404040;border-right: 1px solid #404040;}
.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: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.short-info {margin-top: 3px;line-height: 1.5;border-bottom: 1px solid #555;font-weight: 700;margin: 2px 0;padding: 1px 10px;}
.short-info > span {font-weight: 700;margin-right: 5px;}
.info-title {color: #a4a4a4;}

/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 15px; font-weight: 300; color: var(--tt-lighter); margin-bottom: 20px;}
.page__comments-info {font-size: 13px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-darker-2); line-height: 1.5;}
.page__comments-info .fas {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.page__comments-list {padding: 0;border-bottom: 1px solid var(--bdc);border-left: 0;border-right: 0;margin: 0 var(--indent-negative);box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);/* padding: 10px 20px; */}
.page__comments-list--not-comments {/* padding: 0; *//* border: 0; *//* border-left: 1px solid #404040; *//* border-right: 1px solid #404040; */}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none123, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 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: 600; font-size: 18px; margin-bottom: 20px;}
.comment-item {
	/* margin-bottom: 20px; */
	/* padding-bottom: 15px; */
	/* border-bottom: 1px solid var(--bdc); */
	/* box-shadow: 0 1px var(--bdc-lighter); */
	padding: 10px 20px;
	border-top: 1px solid var(--bdc);
	border-left: 0;
	border-right: 0;
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
	/* border-top: 0; */
	}
.comment-item__img {width: 60px; height: 60px; float:left; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 600; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author, .comment-item__author a {font-weight: 600; font-size: 13px; color: #fff;}
.comment-item__date {color: var(--tt-darker-2); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 10px 0 10px 0; font-size: 13px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;right: 45px;position: absolute;}
.comment-item__rating a {margin-left: 6px; color: var(--tt);}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px; color: var(--tt-darker);}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b; color: var(--tt-darker);}
.comment-item__reply a {font-size: 13px;line-height:1.7;/* padding:15px; */color: var(--tt-darker-2);/* color: silver; *//* padding: 5px 10px; *//* background: #242424; *//* border: 1px solid #404040; *//* cursor: pointer; *//* font-size: 13px; *//* text-decoration: none; */}
.comment-item__reply a .fas {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fas {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; 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(--tt-darker-2);}
.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;}
.comment-date__size {font-weight:300;color:var(--tt);}


/* LOGIN
----------------------------------------------- */
.login {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	background-color: var(--ui-bg);
	border-radius: 4px;
	width: 400px;
	box-shadow: 0 0px 11px 0px rgb(0 0 0);
	}
.login__header {padding: 20px 40px;/* background-color: var(--ui-bg-darker); */border-bottom: 1px solid #111;position: relative;padding: 10px 14px 10px 20px;font-size: .9375rem;line-height: 24px;cursor: default;color: #a8a8a8;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;box-shadow: 0 1px 0 #404040;}
.login__title {font-size: 14px;font-weight: 600;padding: 1px 0;text-transform: capitalize;color: var(--tt-lighter);}
.login__close {cursor: pointer;font-size: 16px;opacity: 1;margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt); margin-left: 10px; font-weight: 400; color: var(--tt);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt);}
.login__caption {font-size: 14px; color: var(--tt-lighter); margin-bottom: 10px;}
.login__caption a {text-decoration: underline;margin-left: 6px;color: var(--accent-3);font-size: 11px;}
.login__input input {padding-left: 40px;}
.login__row .fas {opacity: 0.6;position: absolute;left: 0;bottom: 0;line-height: 31px;width: 40px;text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); 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: 20px;padding-right: 20px;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: flex;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
	align-content: center;
	align-items: center;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker);
	color: var(--tt);
	border: 1px solid var(--bdc);
	font-size: 12px;
	transition: 0.2s;
	}
.login__menu a:hover{opacity:0.6}
.login__menu .fas {display: block;/* height: 30px; */font-size: 16px;opacity: 0.3;margin-right: 0.5em;width: 18px;}
.full-text > ul, .full-text > ol {
    list-style: decimal;
}
.full-text > ul,
.full-text > ol {
    margin: 1em 0;
    padding-left: 20px;
    /* list-style-position: inside; */
}



.full-text > ul > li > ul,
.full-text > ul > li > ol,
.full-text > ol > li > ul,
.full-text > ol > li > ol {
    margin: 0.5em 0;
    padding-left: 20px;
    list-style-position: inside;
    list-style: disc;
}

.full-text > ul > li > ul > li,
.full-text > ul > li > ol > li,
.full-text > ol > li > ul > li,
.full-text > ol > li > ol > li {
    margin: 0.5em 0;
    line-height: 1.4;
}


.fplaye{width:820px}
#player{min-height:460px}
.b-player{padding-top:10px;position:relative}
.b-translators__list{display:table-cell;padding:1em;text-align:center;vertical-align:middle}
.b-player iframe{overflow:hidden;width:100%!important}
.b-player iframe::-webkit-scrollbar{display:block}
.b-post__lastepisodeout{position:relative;background:#12171b url(../dle_serials/dle_serials.png);color:#ccc;height:20px}
.b-post__lastepisodeout_full{position:relative;background:#1f222e url(../dle_serials/dle_serials.png);color:#ccc;height:40px;line-height:40px;margin-bottom:30px}
@media only screen and (max-width: 590px) {
    /*.carou__menu{padding-top: 130px!important}*/
.b-post__lastepisodeout_full{position:relative;background:#12171b url(../dle_serials/dle_serials.png);color:#ccc;height:40px}
}
.b-episodes__list{margin-left:-16px;padding:32px 0 15px;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}
.b-episodes__list li{float:left;margin:0 0 17px 17px}
.b-simple_seasons__list{margin:0 auto;padding:10px;padding:4px 10px 12px 13px;list-style:none}
.b-simple_seasons__title{color:#fff;font-size:15px;font-weight:700;padding-top:10px;padding-left:11px;text-align:left}
.b-simple_season__item{margin:0 2px 2px 0 !important;list-style:none!important;float:left;padding:8px 5px;margin-right:4px;border-radius:3px;background:rgba(0,0,0,0.3);margin-bottom:3px;border:1px solid #35394a;color:#fff;text-align:center;cursor:pointer}
.b-simple_episodes__list{margin:0 auto;padding:10px 10px 12px 13px;text-align:left}
.b-simple_episode__item{display:inline-block;font-size:13px;-webkit-transition:background .3s ease;-moz-transition:-moz-background .3s ease;-o-transition:-o-background .3s ease;transition:background .3s ease;text-align:left;margin:0 2px 2px 0 !important;list-style:none!important;padding:8px 5px;border-radius:3px;background:rgba(0,0,0,0.3);border:1px solid #35394a;color:#fff;text-align:center;cursor:pointer}
.b-simple_episode__item:hover,.b-simple_season__item:hover{border:1px solid #ff8100;color:#ff8b00}
#serial_player{min-height:460px}
#simple-episodes-tabs{white-space:nowrap;overflow:hidden;margin:0 30px;display:block;position:relative}
@media only screen and (max-width: 590px) {
#simple-episodes-tabs{-webkit-overflow-scrolling:touch;overflow-x:scroll}
#serial_player{min-height:300px}
#player{background:#000;min-height:300px}
}
#simple-episodes-list{-moz-padding-start:0;padding-start:0;-webkit-padding-start:0;text-align:left}
.b-simple_episode__item.active{background:rgb(139 59 50)!important;cursor:default}
.b-simple_season__item.active{background:rgb(139 59 50)!important;cursor:default}
.prenext{position:relative}
.prevpl,.nextpl{position:absolute;top:5px;font-size:xx-large;width:25px;height:20px;color:#D5D9D9;cursor:pointer;font-weight:700;z-index:999}
.prevpl{left:0}
.nextpl{right:0}
@-webkit-keyframes fadein {
to{opacity:1}
}
@keyframes fadein {
to{opacity:1}
}
@-webkit-keyframes pulse {
50%{-webkit-transform:scale(0.9);transform:scale(0.9)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes pulse {
50%{-webkit-transform:scale(0.9);transform:scale(0.9)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes start3d {
0%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
20%{-webkit-transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1);transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1)}
40%{-webkit-transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3);transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3)}
60%{-webkit-transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2);transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2)}
100%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
}
@keyframes start3d {
0%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
20%{-webkit-transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1);transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1)}
40%{-webkit-transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3);transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3)}
60%{-webkit-transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2);transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2)}
100%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
}
@-webkit-keyframes showload {
0%{height:0}
50%{height:20px}
100%{height:0}
}
@keyframes showload {
0%{height:0}
50%{height:20px}
100%{height:0}
}
.av-loader{position:absolute;left:0;top:0;right:0;bottom:0;-webkit-animation:fadein 1s ease .2s 1 normal;animation:fadein 1s ease .2s 1 normal;background:#000}
.av-loader:after{content:"ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°";color:#fad8d1;display:inline-block;position:absolute;left:0;right:0;top:50%;margin-top:-8px;font-size:11px;line-height:20px;text-align:center;text-transform:uppercase;text-shadow:rgba(0,0,0,0.5) 0 1px 4px;transition:all 1.5s}
.is-loaded .av-loader:after{opacity:0}
.av-loader-hold{position:absolute;width:110px;height:110px;left:50%;top:50%;margin-left:-55px;margin-top:-55px}
.av-loader-ring,.av-loader-play{position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid rgba(255,255,255,0.5);border-radius:50%;color:#fff;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 50% 50%;transform-origin:50% 50% 50%;transition:all 2s}
.is-loaded .av-loader-ring,.is-loaded .av-loader-play{opacity:0}
.av-loader-play{border:1px solid #83210b;opacity:.8;box-shadow:#f17222 0 1px 0 inset,rgba(0,0,0,0.25) 0 0 10px;background-color:#cb3415;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNDIxZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMzQxNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);background-size:100%;background-image:linear-gradient(#fc421d,rgba(203,52,21,0));-webkit-transform:scale(0.92);transform:scale(0.92)}
.av-loader-play:after{background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/66042/arrow.png) no-repeat center center;content:"";display:block;width:28px;height:54px;position:absolute;left:50%;top:50%;margin-top:-27px;margin-left:-10px;opacity:.35;transition:all 2s}
.is-loaded .av-loader-play{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.is-loaded .av-loader-play:after{opacity:1}
.av-loader-ring:nth-child(1){border-color:rgba(226,33,3,0.5);-webkit-animation:start3d 6s ease-out .5s infinite normal;animation:start3d 6s ease-out .5s infinite normal}
.av-loader-ring:nth-child(2){border-color:rgba(226,41,3,0.5);-webkit-animation:start3d 6s ease-out 1s infinite normal;animation:start3d 6s ease-out 1s infinite normal}
.av-loader-ring:nth-child(3){border-color:rgba(226,48,3,0.5);-webkit-animation:start3d 6s ease-out 1.5s infinite normal;animation:start3d 6s ease-out 1.5s infinite normal}
.av-loader-ring:nth-child(4){border-color:rgba(226,55,3,0.5);-webkit-animation:start3d 6s ease-out 2s infinite normal;animation:start3d 6s ease-out 2s infinite normal}


/**
 * 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 {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; 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: 10px;}
 .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-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 600ms 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 {position: absolute;left: auto;top: 42%;right: auto;width: 100%;}
 .owl-prev, .owl-next {
	display: flex;
	cursor: pointer;
	width: 24px;
	height: 30px;
	background-color: #7f7f7f;
	color: #000000;
	position: absolute;
	left: auto;
	right: auto;
	top: 0;
	font-size: 13px;
	border-radius: 0px 0 0 0px;
	}
 .owl-prev {margin-bottom: 0;left: 0px;right: auto;}
 .owl-next {/* color: #fff; */margin-top: 0;right: 0;left: auto;}
 .owl-prev:hover, .owl-next:hover {background-color: #7f7f7f;color: #ca2a2a;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -25px;}
 .owl-dot {display: inline-block; width: 10px; height: 10px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 340px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 20px 20px; z-index: 999; position: fixed; left: -380px; top: 0; transition: left .4s; 
	background-color: var(--bg-lightest); color: var(--tt);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {
	cursor: pointer;
	display: block;
	left: 340px;
	top: -40px;
	position: fixed;
	z-index: 999;
	width: 40px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	opacity: 0;
	background-color: #414141;
	color: #fff;
	transition: top .4s, opacity .4s;
	}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 10px 20px; display: block; background: var(--bg-3); 
	width: calc(100% + 40px); margin: -10px -20px 25px -20px; max-width: none;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;padding-top: 77px !important;!i;!;}
	.wrapper {overflow: hidden;background-size: 140% auto;}
	.wrapper-container {max-width:1000px;}
	.col-side .js-this-in-mobile-menu {display: none;}
	.vhod{
		margin: 0;
	}
	.unit-rating{
    /* gap: 6px; */
}
	.header {margin-bottom: 100px;}
	.header__search {margin: 0; margin-right: 20px; width: 240px;}
	.header__logo {margin: 0 10px;}
	.nav-menu li{
    padding: 3px 0px;
}
	.header__btn-menu {display: flex;width: 40px;padding: 0;/* border-radius: 50%; */font-size: 22px;background: none;border: none;margin: 0;}
	.content, .carou, .col-side, .carou__menu li a {border-radius: 0;}
	.cols, .carou {border-left: 0; border-right: 0;}
	.carou {padding: 20px; padding-bottom: 40px; margin-bottom: 0;}
	.carou__menu li {flex-grow: 1; white-space: nowrap; min-width: auto; max-width: 100%;}
	.carou__content > .top {width: calc((100% - 100px)/6);}
	.col-side {width: 100%;order: 10;padding-top: 0;padding: 10px;}
	.site-desc, .footer {padding-left: var(--indent);padding-right: var(--indent);margin: 20px 0;padding: 0 20px;margin-bottom: 20px;}
	.footer {justify-content: center; text-align: center;}
	.footer__text {min-width: 100%; margin: 20px 0;}
	.footer__logo{
		margin: 0;
	}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;margin-top: 0em;}
	.side-block__title{
		margin-bottom: 10px;
	}
	ul.card__list {
    display: block;
}
    .tg-fix {
    width: 95.6%;
    max-width: 100%;
    bottom: 0;
    margin: 0 auto;
    border: 1px solid #555555;
}
.pmovie__player-controls.d-flex.ai-center {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
}
.fullstory_body ul.card__list li {
    padding: 3px 0px;
}
	.pmovie__poster{
    width: 130px;
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}.pmovie .fullstory_body.d-flex{
    display: block;
}
	.carou__content > .top {width: calc((100% - 80px)/5);}
	.theme-toggle {order: 10; margin: 0; margin-right: 20px;}
	.header__search {order: 10;width: calc(100% - 130px);margin: 0 0px 0 12px;}
	.header {padding-bottom: 10px;position: fixed;width: 100%;z-index: 9999;}
	.carou__menu{
		        /* padding-top: 77px; */
	}
	.art_content.d-flex {
    display: block;
}
	.sect1 .art_titles{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
}
	.sect1 .card__ratings.shortstory_rating{
    margin: 0;
}
	.header__btn-menu {margin-left: 10px;font-weight: 600;}
	.speedbar {/* margin: -15px 0 15px 0; */}

	.page__subcol-side2, .page__col-side {width: 100%; margin: 0; margin-top: 20px;}
	.pmovie__header-list li + li {margin-top: 10px;}
	.pmovie__caption {padding-left: 76px;}
}

@media screen and (max-width: 760px) {
    .carou{background-color: var(--bg-lightest);}
    .card__meta--move_date {display:none;}
	.wrapper-container {max-width:640px;}
	.carou__content > .top {width: calc((100% - 40px)/3);}
	.sect__btn-filter {font-size: 0; margin-left: 10px;}
	.sect__btn-filter::before {content: attr(data-text); font-size: 12px; margin-right: -20px;}
	.fullstory_header .card__meta {/* display: none; */margin-bottom: 15px;margin-top: 10px;}
	.card {/* display: grid; *//* grid-gap: 20px 20px; *//* grid-template-columns: 150px minmax(0,1fr); */}
	.card > .card__title {grid-column: 1 / -1;}
	.card__img {width: 130px;height: 200px;float: left;margin-right: 10px;}
	.card__text{
		margin-top: 10px;
	}
	.cont{
		font-size: 10px !important;!i;!;
	}
	.col-main .fullstory_header h1 {
    font-size: 15px;
}
	.video-responsive{
		height: 370px;
	}
	.fullstory_header.d-flex{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start !important;!i;!;
    align-content: flex-start;
}
	.card__desc {margin-bottom: 10px;display: block;}
	.card__bottom, .card__title, .card__rating-ext {margin: 0;}
	.card .card__rating-ext {/* width: 100%; *//* margin-bottom: 20px; */}
	.card__btn {width: 100%;margin: 0;order: 10;height: 40px;font-size: 15px;margin-top: 10px;}
	.card__list--margin {margin: 0;}
	.card__desc .card__title {margin-bottom: 15px; padding: 0;}
	.card__title {padding: 0;font-size: 15px;}
    .box_preemier,.skoro__bg{width:150px!important;height:220px!important}
    
	.page__header {padding: 0;}
	.pmovie__bottom {margin: 0; margin-top: 20px;}
	.pmovie__bottom .card__ratings {gap: 20px 20px;}
	.pmovie__bottom .card__rating-ext {margin: 0;}
	.page__text {border-radius: 0; margin-left: -20px; margin-right: -20px;}
	.pmovie__share {order: 10; text-align: center; min-width: 100%; margin: 0; margin-top: 10px;}
	.page__comments-info {display: none;}

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.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) {
    .header__search {width: calc(100% - 22px);}
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.carou__content > .top {width: calc((100% - 40px)/3);}
	.header {margin-bottom: 0; box-shadow: none;}
	.header .header__btn {font-size: 0; padding: 0; width: 40px; padding-left: 5px;}
	.header .header__btn::before {content: "\f007"; font-weight: 900; font-family: 'Font Awesome 5 Pro'; font-size: 18px;}
	.pagination__btn-loader a, .pagination__btn-loader > span {max-width: 100%;}
	.footer .btn {width: 100%; margin: 0; margin-top: 20px;}
	.carou__menu a {padding: 10px;font-size: 13px;border-right: 0;}
	.carou__menu li:first-child a {padding: 10px;font-size: 13px;border-right: 0;border-left: none;}
	.wrapper {background-image: none;}

	.page__header {text-align: center;}
	.page__subcols {display: block;position: relative;}
	.page__subcol-side {margin: 0 auto; margin-bottom: 20px;}
	.page__subcol-main {display: grid; grid-gap: 0px 20px; grid-template-columns: minmax(0,1fr) 150px;}
	.pmovie__bottom {grid-row: 1 / 3; grid-column: 2 / 3; margin: 0; align-self: start;}
	.pmovie__complaint2, .pmovie__player-bottom .card__rating-ext {display: none;}
	.pmovie__subinfo {width: 100%; padding-top: 5px;}
	.pmovie__subinfo::before {content: ""; display: table; clear: both; width: 100%;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
	.pmovie__related .poster:nth-child(5n) {display: block;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo {flex: 1 1 0;min-width: 100px;max-width: 100%;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__logo .logo__title {font-size: 18px;}
	.header__login {display: none;}
	.sect__title {font-size: 20px;}
	.site-desc img {margin-right: 20px;}
	.mobile-menu {width: 100%; left: -120vw;}
	.mobile-menu-close {left: calc(100% - 40px);}

	.pmovie__year {grid-column: 1 / -1;}
	.pmovie__bottom {grid-row: 1 / 3;}
	.pmovie__player-bottom {padding-left: 10px; padding-right: 10px;}
}
@media screen and (max-width: 370px) {
	.card {grid-gap: 20px 10px;}
}

.filter-block {margin-bottom: 30px;}
.filter-block__form {display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); grid-gap: 10px 10px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px;}
.filter-block__cell-content > * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns > * {width: calc((100% - 10px)/2) !important;}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], 
.filter-block__cell-content--check-group {height: 36px; line-height: 34px; background-position: right 8px top 50%;
	background-color: var(--bg-darker); color: var(--tt); border: 1px solid var(--bg-black); border-radius: 4px; 
	box-shadow: none; font-size: 14px;  padding: 0 7px; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.filter-block__cell-content select {padding: 0 8px 0 4px;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: var(--tt); font-size: 14px;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell-content label {position: relative; padding-left: 50px; cursor: pointer; 
	height: 36px; display: flex; flex-direction: column; justify-content: center; font-size: 14px;}
.filter-block__cell-content label input {display: inline-block; appearance: none; -webkit-appearance: none;
	height: 20px; width: 40px; border-radius: 10px; background-color: var(--bg-darker); cursor: pointer; transition: all .2s linear; 
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); position: absolute; left: 0; top: 50%; margin-top: -10px;}
.filter-block__cell-content label input::before {content: ''; width: 18px; height: 18px; border-radius: 10px; 
	position: absolute; left: 1px; top: 1px; background-color: var(--bg); transition: all .2s linear;}
.filter-block__cell-content label input:checked {background-color: #6ab04c;}
.filter-block__cell-content label input:checked::before {left: 21px;}
.filter-block__cell-content input[type="button"], .filter-block__cell-content button {cursor: pointer; 
	height: 36px; display: inline-flex; justify-content: center; padding: 0 10px; box-shadow: none; border-radius: 4px;}
.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {background: var(--bg-darker); color: var(--tt);}
.filter-block__cell-content--check-group label {padding: 0; text-align: center; white-space: nowrap; 
	flex: 1 1 0; min-width: 30px; max-width: 100%; background: var(--bg);}
.filter-block__cell-content--check-group label input {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; opacity: 0; z-index: 5;}
.filter-block__cell-content--check-group {display: flex; justify-content: center; overflow: hidden; padding: 0;}
.filter-block__cell-content--check-group label + label {border-left: 1px solid var(--bg-darker);}
.filter-block__cell-content--check-group label div {height: 36px; font-size: 13px;}
.filter-block__cell-content--check-group label input:checked + div {background-color: var(--bg-darker); color: var(--tt);}

.xsort-area{
	/* font: normal 13px/18px Arial; */
	margin-top:-10px;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin: 0 var(--indent-negative);
	padding: 0px var(--indent);
	border-top: 1px solid var(--bdc);
	box-shadow: inset 0 1px var(--bdc-lighter);
	padding-top: 14px;
	/* display: flex; */
	font: 12px 'Tahoma', sans-serif;
}
.xsort-area:after{
	content: "";
	display: table;
	clear: both;
}
.xsort-area>div{
	float: left;
	margin: 0 10px 13px 0;
}
.xsort-div{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: var(--bg-darker);
	color: var(--tt);
	position: relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker);
	color: var(--tt);
	border: 1px solid var(--bdc);
	transition: 0.2s;
}
.xsort-div:hover{
	border: 1px solid #ff000036;
	box-shadow: none;
}
.xsort-active{
	box-shadow: 0 0 0px 1px #8f1b1b;
}
.xsort-selected{
	cursor: pointer;
	padding-right: 15px;
	position: relative;
}
.xsort-selected:after{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
	border: 4px solid transparent;
	border-top-color: #777;
	content:"";
}
.xsort-div-filler{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvklEQVR42o3KsUqCYRiA0RPVZg6Fg2NgU0ME7g0KTg0SLtHaFYQ0VjRFDUGjEAhBi1vQ1Fx2BVJ4Aa4FQWT6tn38llTnWR//t+7MjY6mgh9mXYjUi4ZvzoVnDUXL9r35VJWxaqxvEcCGkSczkmNhR1ZHKEuuhZKsPWFbcimsyToS6pJd4YRkTs9IUZIzMLQFmNcSbk2oeBfuHDrVF8KHugllj0IIQ23daQsrNtUsIe9BWqbLuxde/WLBlQN/+wLDfD9iwnIihwAAAABJRU5ErkJggg==);
	background-position: 50% 50%;
	width: 32px;
	padding: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.xsort-ul{
	display: none;
	background: var(--bg-darker);
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	max-height: 400px;
	overflow: auto;
	list-style: none;
	z-index: 999;
	box-sizing: content-box;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker);
	color: var(--tt);
	border: 1px solid var(--bdc);
}
.xsort-ul li{
	display: block;
	padding: 0 35px 0 18px;
	line-height: 30px;
	white-space: nowrap;
	cursor: pointer;
	color: #666;
}
.xsort-ul li:last-child{
	border: none;
}
.xsort-ul li.current{
	color: #333;
	font-weight: bold;
	background: #c0c0c0;
	position: relative;
}
.xsort-ul li.current:after{
	position: absolute;
	top:0;
	right: 5px;
	bottom: 0;
	width: 5px;
	content: "";
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAJUlEQVQY01XIMQEAIAwDsDivroGe6Sg3OQNxBGLVCldVzbfECA+g/g9v8ooTNAAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.xsort-ul li:hover{
	background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAHElEQVQImWP4+vUrEwMDA9P///+ZGBgY4JjGfAByHhgFbrteLwAAAABJRU5ErkJggg==) repeat-x 0 0;
	color: #000;
}
.xsort-ul li.xdesc, .xsort-ul li.xasc{
	background-position: 6px 50%;
	background-repeat: no-repeat;
}
.xsort-ul li.xdesc, .xdesc{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAIElEQVQY02NgYGBgSPsPggwwQDQXwoRBFAHsekECEBoASUcnDSh9+RUAAAAASUVORK5CYII=);
}
.xsort-ul li.xasc, .xasc{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAAHklEQVQYV2NgAIO0/xAaygFBFA5UAMGBq0BRTDwXAPWMJw0b8PLnAAAAAElFTkSuQmCC);
}
span.xasc, span.xdesc{
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.xsort_empty{
	margin-top: 0px;
	border: 1px solid var(--bg-black);
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	color: #444;
	border-radius: 3px;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
	box-sizing: content-box;
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker);
	color: var(--tt);
	border: 1px solid var(--bdc);
}

.xsort-admin-area{
	padding: 0 0 0 210px;
}
.xsort-admin-area:after{
	content: "";
	display: block;
	clear: both;
}
.xsort-admin-area ul{
	list-style: none;
	margin: 0 0 0 -210px;
	padding: 0;
	float: left;
	width: 200px;
	border-right: 1px solid #ddd;
}
.xsort-admin-area ul.loading{
	background: url(data:image/GIF;base64,R0lGODlhFAAUAPUEAPz6/PT29Pz+/PTy9Hx+fHx6fIyKjLSytISChOzq7MTCxJyanOTm5NTS1Nza3MzOzKSmpJyenOTi5Ozu7IyOjMTGxMzKzJSWlLy6vKyurLS2tLy+vJSSlNze3KSipKyqrNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAEACwAAAAAFAAUAAAGY0CCcAgIDI6DAGDIJCKfyGWTYHwGqshAExsQMAVc51E7JQiyQqS3LMQSAGM2s3o9ruXmMRI/t/KHWEl/bX6DWXZ/Z0l0f4xqeIoDhIhlcHGTSXdmloJ9WVeBklOhUGRsdYVMQQAh+QQFBQACACwKAAAABwAGAAAGHECCAfIACASFZMHgEBwihAJBEjgGFIqjdssNBIIAIfkEBQUAAwAsAAABABQAEwAABjvAgXBILD6KyGShcBAknwMCgQlNJgzLY7WYkBoA26LiYgmbz+hnIj1YpwMDOHsNPtfTd7Z+75bvt31JQQAh+QQFBQAAACwPAAUABQALAAAGI0CAEBAQFgoPIoEAEUYKBuHhKC0QhBKFZjgQFhMAgXeYEAcBACH5BAUFAAcALAEAAQATABMAAAZWwINQODkUh8hkMqBsGp0HREE5CQicR2QVAH1Gr90kgcgMC6XCsnmYXQsHbm08UjDEAdJIu6soFB5uE1IGAQB7TRMLf3JciBOASYdeTQABe5JJjVmNSEEAIfkEBQUADQAsAQABABMAEwAABlbAhlA4aBSHyGTyqFQylQSCcxBoNhJTgVXIQBQM1a2yQHyKo0Rx06wWYttLuFwZNs7vV2SAnUwYyHF1QgAKUQUHTkoLBYwHWnoDZgcEBg9bYW8MD4INQQAh+QQFBQAAACwHAAUACwAPAAAGI0CAcChMEAjEpHLJbDqf0Kh0upREDocIkogpeL9cw9EASQYBACH5BAUFAAIALAIADwAMAAUAAAYhQMGDkxAYj8YOoYBQBJBGwKFAJUCQBOPDQIUiAw8IFxkEACH5BAUFAAMALAAACwASAAkAAAY1wA3kMCgaj0hIgQBAOouER6GgeDqZCAIiYXU2poYu1HiYEhRNY0CBQArGA48RUVCL79e6MwgAIfkEBQUAAQAsAAAEABQAEAAABkDAgHBILFKIgkCiyBwWhA+KokkVQgoEQLVpKES2xCuiUDiAiwRC+UwsdL/sOHMMkQuf9vyQgrf3q3VNSXpnWFVBACH5BAUFAAMALAAAAQASABEAAAY1wIFwwBgaj0PBoeBAOgfLwuJ5bBQKhgTVcAUgCAQtVUgYEAqKsXrNbrvf8Lh8/jSU3Xd4IAgAIfkECQUAAwAsBAAAABAADwAABjbAAeABMRAGyKSyYSg4C8oo0kmIHKRRgiIgRUCx4DAWQUAIxMojOvldRwiGNVuOVNPvkTtdHQQAIfkECQUACwAsBAAAABAAFAAABm3ABeABMRAGgwBgwWw2DIVoYTKgVpsLKSFyCASQDMRBwCwQFAGsIPCJHpiGCRbLgBYeC/kcOyEQEGR7cwpmeIJYAQQFEIdzEAUGjVhtBJJNB1GWTBGQmgEIi5qEdwmSfX9pmqpZjR+CgauClY1BACH5BAkFAAsALAQAAAAQABQAAAaGwAXgATEQBoMAYMFsNgyFaAFJXTalhMghEBgkkIErQRFuCrhgpiHRbC8E1DDb3YYjBXR6wHJ55N0BBAUQf24RBQaFbQcFBIpNjAWPTIeJjwEIg5MKUQ9zfwmZBgFroEYFfo0KVkwBCgiCB0yNjRAHBxGZUVtMD1BSwAZ+bQFEUAQGEA9lTUEAIfkECQUACwAsAQAAABMAFAAABozAhXABeEAMhMEgABg6hQ1DYVpQWpvPBZUQyQQCg4QykC0QFOSh4Dt+GhJZocCaFsLjciseD17us3N+f099BRmDQ4WHiAtgd4wLGREYkI0IBBCVClMPUgSPcQkIBQYBDwSkoE4JSAUPTgUIaE4ACpeGThlbEBkHEaNTGQJPnVTGpK9xRUcEBAYQD3VCQQAh+QQJBQALACwBAAAAEwAUAAAGlsCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIHAKBQUIZcG4LhEp5KACToVND4sm2lhEEwpxeVy4IBRV8T2FLaFiDQgJkBRGJhAkBBQePToWTlUOXjpkLlwSIiYuGBQqZhQF4CHuDAFYLDXGsTwkUFUtCZ2mhARV5BQ9sZ2gQBwcRCFQHAk8PUlTQBsF8AUZSBAYRD2tDQQAh+QQFBQALACwBAAAAEwAUAAAGjMCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIZAKBQUIZcG4LBEV5KACToVND4sm2lhEEwpxeVy4IBQp8T2FLaFiDQgJkBRGJhEoFGY9OhZKUQ2EJjZhCYQGHmIuRgZiFAVJ6j6MDCw+AcoOsa2cIalkAdmwZXBAZBxENY0t0D1JUUxCfg0VHeQYZiENBACH5BAkFAAIALAEAAgANABIAAAYxQIFwKDwQj8ikcslsOptG6HNKVSIICGajQCUIAMdAUeA1BM6BwQAJUbvXQ7FDnUgHggAh+QQJBQALACwAAAIAFAASAAAGasDFQnAoGAmRQyAwSAifz2KBUAlABVaosGE0OLXgJ4JA+IbDhELlzJ4C2OdCBK5NWAsHehivhw4Wcn1Pf26CC3cFCoZCYwhmfVwUDAJnb2AVCQMDAZRPApZhTJqbS0yPYEujqn90qZmkYEEAIfkEBQUACwAsAAACABQAEgAABoDAxUJwKBgJkUMgMEgMBgGhtFggKKJSwfKJXTSMhoR0PHxCFwAEgSAmjwXmxYNQULjdTCikCriT4VAGBRF+eE9GB4VkeXSJilJMCRobEo+QUHkClnAJAQBOXYUAXAuZiqNPQqgDmncAeV15UK1CAqidi2aYW05nhrrAoXiRXMILQQAh+QQJBQAAACwAAAIAFAAPAAAGNkCAcEgsGouVo3LJNBSYxwAokoQSA4OBwErMBrjdwRecyCbG4KwYLBywh25AnJuAv4foe3oYBAAh+QQFBQAFACwAAAEAFAATAAAGecCCsCAZCicD5ABgHAYmCAIhcggEBslBoHkdNBTboQCQDRfIk4CgKb5OmIVkAM4WkrFnrLkudAOeanxGAnp6glxpcodGaIaLfViKjwVPWlhri4RaAEh7fGhMkZifkpyXn110bkujBWNlXFlaVqtpdX9KkUp0t6ubbEEAOw==) no-repeat 50% 50%;
}
.xsort-admin-area ul li{
	display: block;
	color: #f43;
	cursor: pointer;
	padding: 1px 0;
}
.xsort-admin-area ul li.current,
.xsort-admin-area ul li:hover{
	color: #000;
}
.xsort-admin-area ul li.current{
	font-weight: bold;
}
.xsort-admin-area p{
	margin: 0;
	padding: 7px 0 0;
}
.xsort-admin-area code{
	max-height: 400px;
	overflow: auto;
}
.xsort-div-clearall{
    background-color:var(--accent);
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAKklEQVQoz2NgGATA4L/Bf3QWmrTBfwSNQwEOSWQT8EjiNRqnCQRcPgAAAG+mJxC7ICdhAAAAAElFTkSuQmCC); */
    background-position: 50% 50%;
    width: 32px;
    padding: 0;
    background-repeat: no-repeat;
    color: var(--tt);
    cursor: pointer;
    border:none;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    background-color: var(--bg-darker);
    color: var(--tt);
    border: 1px solid var(--bdc);
    display: flex;
    justify-content: center;
}

.font_size_13 {font-size:13px;}
.font_size_13 a {color:var(--tt-lighter-2)}

.subscr-lazydev {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
}


.subscr-title {
	font-size: 18px;
	font-weight: 700;
}

.subscr-desc {
	opacity: 0.6;
	margin-top: 10px;
    font-size:13px;
}

.subscr-left {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

.subscr-right {
	width: 200px;
	margin-left: 30px;
	text-align: center;
}

.subscr-btn, .unsubscr-btn {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 4px; 
	background-color: var(--accent);
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
}

.subscr-btn:hover, .unsubscr-btn:hover {
	background: var(--bg-darker);
    color:var(--tt-darker-2);
}

.subscr-info span {
	color: #ccc;
}

.right__menu__txt {float:right;font-weight:300;text-decoration:underline;font-size:13px;padding-right:10px}

@media screen and (max-width: 590px) {
    .subscr-lazydev {
		text-align: center;
		display: block;
	}
    .subscr-right {
		width: 100%;
		margin: 15px 0 0 0;
	}
}

.fl__movie_date_season {float:left; overflow:hidden; padding:2px 0;-ms-text-overflow:ellipsis; text-overflow:ellipsis; white-space:nowrap;font-size:16px;font-weight:600}
.epscape_tr {font-size:13px;}
.epscape_tr > td {width:140px;}
.epscape_tr > td+td {width:calc(100% - 320px)}
.epscape_tr > td+td+td {width:100px;float:right;}
.epscape_tr > td+td+td+td {width:70px;float:right;display:inline-block;color:#ffe083}
#epscape_showmore a {color:#fff}
.showhide__btn a {color:#cecece}


/* COLLECTIONS */

.box_collection {width:100%;margin:0 auto;}
.box_in_collection {width:calc((100% / 3) - 20px);margin-right:25px;margin-top:20px;display:inline-block;height:140px;position:relative;border: 1px solid var(--bdc);box-shadow: 1px var(--bdc-lighter);border-radius:6px;}
a:nth-child(3n+3) .box_in_collection {margin-right:0;}
.box_in_collection h2 {font-weight:300;font-size:13px;text-align:center;}
.box_in_collection span {position:absolute;top:10px;left:10px;padding:10px;text-align:center;border-radius:10px;background:rgba(33,33,33,0.8);font-weight:600;border: 1px solid var(--bdc);box-shadow: 1px var(--bdc-lighter);min-width:40px;color:#fff}
.box_in_collection img {width:100%;height:100%;object-fit:cover;border-radius:6px;}
.widthcardbtn {width:150px}

/* SIDE
----------------------------------------------- */
.side-bt {padding:8px 16px; font-weight:300;background-color:#1e1f23; color: #fff;}
.side-bc.flex-row {padding-bottom:0;}

.content .tabs-b {display:none;padding: 10px;font-size: 13px;}
.content .tabs-b.visible {display:block;}
.content .tabs-sel span {display:inline-block; padding:10px 11px;
	vertical-align:top; cursor:pointer; font-size: 14px; background-color: #333; margin-right: 1px;}
.content .tabs-sel span.current {background-color:#1c1c1c; color: #fff;}

.tabs-b .top-img {
  width: 180px;
  height: 260px;
  margin: 10px auto 10px;
  box-shadow: var(--bsh-2);
}
.top-item {margin-bottom:5px; display:block;}
.top-img {width:180px; height:260px; margin:0 auto 10px auto; border-radius:6px;}
.top-title {line-height:20px; padding-left:40px; position:relative;}
.tabs-b {counter-reset:a;}
.tabs-b .top-item .top-title:before {content:counter(a); counter-increment:a; font-size:14px; font-weight:500;
position:absolute; top:0; left:0; width:20px; height:20px; line-height:20px; text-align:center; 
background-color:var(--accent); color: #fff; border-radius: 3px;}
.l-h19{line-height:1.9}
.lenta-left {
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #8a212e #8a212e #8a212e transparent;
    position: relative;
}
.lenta-container {
    background: #8a212e;
    float: left;
    color: #fff;
    padding-top: 1px;
    height: 20px;
    padding-right: 7px;
}

.lenta-full {
    float: right;
    position: absolute;
    bottom:15px;
    right:15px;
    z-index: 2;
}

.kp_rate, .imdb_rate {padding:4px;margin-top:5px;border-radius:4px;display:inline-block;font-size:12px;}
.kp_rate {background:#f60;color:#fff}
.imdb_rate {background:#fc0;color:#282828}

body > div[id*=epom-pushdown] {
    cursor: pointer;
    position: absolute;
    height: 100% !important;
    z-index: 1 !important;
    width: 100% !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
        /* font-size: 11px; */
    }
}

.subscr-btn_soon{text-align:center;margin-bottom:10px;margin-top:10px;}

.part-block-grow,.col-main{counter-reset:sequel;}
.part-grow{cursor:pointer;display: table-row;
border: 1px solid var(--bdc);
border-left: 0;
border-right: 0;
box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);}

.part-grow .num::before{text-align: center;color:#6f6f6f;
width: 5%;counter-increment:sequel;content:counter(sequel);}

.part-grow:hover{opacity:0.7}

.part-grow div{transition: background .1s ease-in-out;
color: #cecece;
display: table-cell;
padding: 6px 5px;
vertical-align: middle;}


.part-grow .year-part {padding:5px 0;color:#8e8e8e;text-align:center;
width: 12%;}

.part-grow .part-another {
padding:10px;
width: 7%;
    background:#484848;
    color:#fff;
    font-weight:700;
}

.green-back-p{background:#015101!important;}
.red-back-p{background:#7f1515!important;}
.part-grow.activers{background:var(--bg-lightest)}
.part-grow.activers .num::before {content:"\f04b";z-index:100;font-family: "Font Awesome 5 Pro"; font-weight: 900;}

.box_preemier {
  width: 200px; height: 300px;
  position: absolute;
    top:0;
  border: 1px solid #585858;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 2;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #FFCA64;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #585858;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #585858;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #585858;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #585858;
}



.block__series {
  border: 3px solid #FFCA64;
  background: #ffffff;
  -webkit-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.15);
}

.block__series {
  width:100%;
  position: absolute;
    top:0;
  margin: 0 0 30px;
}


.block__series .ribbon__series {
  left: -6px;
  top: -6px;
  padding: 5px 10px;
  font-weight: 600;
  padding-right: 30px;
  color: #202020;
  background: linear-gradient(-66deg,transparent,transparent 19%,#FFCA64 0%,#FFCA64);
  position: absolute;
}

.block__series .ribbon__series::before {
  border: 3px solid transparent;
  content: " ";
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 0;
}
.ml_10{margin-left:10px;font-size:15px}
.skoro__bg{background:rgba(0,0,0,0.6);position:absolute;width:200px;height:300px;z-index:1;color:#cecece;align-items:center;left:0;font-weight:700;display:inline-grid;text-align:center;}
.mylists-switch, .mylists-tabs {
        list-style: none;
        padding: 5px;
        font-size: 13px;
    }
.mylists-tabs li{width:calc(100% / 6)}
    .mylists-switch li, .mylists-tabs li {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        position:relative;
        text-align:center;
    }
.mylists-switch li{width:20%;}
    .mylists-switch li:hover, .mylists-tabs li:hover {
        color: var(--accent-2);
        cursor: pointer;
    }
    .mylists-switch li:last-child, .mylists-tabs li:last-child {
        margin: 0px;
    }
    .mylists-switch li.active, .mylists-tabs li.active {
        background: var(--accent-2);
        border: 0px;
        color:#1c1c1c;
    }
	.mylists-tabs li.active a, .mylists-tabs li.active:hover{color:#1c1c1c}
.mylists-tabs li span {position:absolute;right:2px;top:-15px;padding:5px;background:#1c1c1c;border-radius:4px;color:#fff;font-weight:700}
.new_listing_mov{position: absolute;
border-radius: 4px;
background: #2b2b2b;
color: #f0a235;
padding: 3px;
font-size: 12px;
top: -12px;
right: 3px;
box-shadow: inset 0 0 0 1px var(--bdc-lighter);
border: 1px solid var(--bdc);
font-weight: 700;}


.star__person .card__img {width:100px;height:150px;}

.carou__menu li:nth-child(3) a {
    /* background-color: #462424; */
}
.top__img:hover {
    border: 3px solid #bababa;
    opacity: 1;
}

.lenta {
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: 2;
}
.cont {
    background: #b51200;
    float: left;
    color: #fff;
    padding-top: 1px;
    height: 20px;
    line-height: 17px;
    font-size: 11px;
    padding-right: 7px;
}
.edge-left {
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #b51200 #b51200 #b51200 transparent;
    position: relative;
}
#tooltip {
    display: none;
    background-color: var(--bg-darker);
    color: #ffffff;
    position: absolute;
    margin: 30px 0 0 -15px;
    max-width: 300px;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    padding: 5px 8px;

    vertical-align: middle;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid var(--bdc);
    font-size: 12px;

}

#tooltip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #303438;
    bottom: 100%;
    left: 15px
}

#tooltip:after {
    content: '';
    display: block;
    clear: both
}

#tooltip b {
    color: #eee
}

#tooltip img {
    float: left;
    width: 50px;
    margin-right: 10px
}
.ui-dialog-buttonset {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.ui-dialog-titlebar button.ui-dialog-titlebar-close {
    border: none;
    height: 45px;
}
.art_titles {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 20px;
}
li.pmovie__header-list--accent {
    margin-top: 0px;
}
.two_me {
    margin-top: 13px;
}
.pmovie__related .sect__title {
    padding-top: 15px;
}
.off_n {
    padding: 20px;
    background: #595959;
}
.pmovie__player-controls.d-flex.ai-center {
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    gap: 20px;
}
.pmovie__complaint3 .card__meta {
    margin: 0;
    margin-right: 20px;
}
.fullstory_body.d-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.fullstory_header.d-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.fullstory_header h1 {
    font-size: 18px;
}

span.fas.fa-pencil {
    font-size: 11px;
}
.desc_li {
    flex-grow: 1;
}
.fullstory_rating .card__rating-ext {
    margin: 0;
}
.fullstory_rating .card__rating-ext:first-child {
 margin-right: 6px;
}

.fullstory_rating {

}
.fullstory_ratings {
    display: flex;
    align-items: center;
        border-top: 1px solid #000;
    padding-top: 12px;
    margin-top: 6px;
    box-shadow: inset 0 1px var(--bdc-lighter);
}
span.kp {
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
}
span.imdb {
    color: #ffcc02;
    font-size: 14px;
    font-weight: bold;
}
.card__ratings.shortstory_rating {
    margin-left: 20px;
}

.shortstory_rating .card__rating-ext:first-child {
    margin-right: 10px;
}
.desc-more{
    display: flex;
    padding: 8px;
    border-radius: 2px;
    background: #242424;
    border: 1px solid #404040;
    color: #a8a8a8;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.fullstory_card_meta {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    margin-top: 30px;
    gap: 5px;
    align-items: center;
}
.movie-franchise {
    background: #000;
    padding: 10px 20px;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    border-top: 1px solid #404040;
    box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
}

.movie-franchise * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.movie-franchise__header {
    display: flex;
    font-size: 16px;
    line-height: 26px;
    color: #e9e9e9;
    margin-bottom: 10px
}

.movie-franchise__header-icon {
    width: 18px;
    margin-right: 10px
}

.movie-franchise__current-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.movie-franchise__label {
    color: #e9e9e9;
    font-size: 14px;
}

.movie-franchise__navigation {
    display: flex;
    gap: 10px;
}

.movie-franchise__nav-btn {
    display: flex;
    text-decoration: none;
    transition: color .2s;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border-radius: 2px;
    background: #242424;
    border: 1px solid #404040;
    cursor: pointer;
    align-items: center;
    height: 30px;
    transition: 0.2s;
}

.movie-franchise__nav-btn:hover {
    color: #fff;
	background: #424242;
}

.movie-franchise__nav-btn svg {
    fill: currentColor;
}

.movie-franchise__nav-btn--prev svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.movie-franchise__nav-btn--next svg {
    margin-left: 5px;
    width: 16px;
    height: 16px;
}

.movie-franchise__current-content {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #ffdb00;
    background: #242424;
    border: 1px solid #404040;
    border-radius: 2px;
}

.movie-franchise__item {
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    padding: 5px 10px 5px 15px;
    transition: background-color .2s;
    border-radius: 2px;
    background: #242424;
    border: 1px solid #404040;
    margin-bottom: 3px;
}

.movie-franchise__item.is-active {
    color: #fff;
    background-color: #000000;
}

.movie-franchise__item.is-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #9f0000;
}

.movie-franchise__item:hover {
    background-color: #000
}

.movie-franchise__item + .movie-franchise__item {
    border-top: 1px solid #2b2b2b
}

.movie-franchise__num {
    flex-basis: 25px;
    color: #888;
    font-size: 12px;
    position: relative
}

.movie-franchise__item.is-active .movie-franchise__num {
    text-indent: -9999px
}

.movie-franchise__item.is-active .movie-franchise__num:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left-color: #ccc;
    height: 0;
    width: 0;
    border-left-width: 12px
}

.movie-franchise__title {
    flex: 1;
    color: inherit;
    padding: 0 5px;
    text-decoration: none
}

.movie-franchise__category {
    margin-top: 2px;
    font-size: 11px;
    color: rgba(255,255,255,0.52)
}

.movie-franchise__year {
    font-size: 12px;
    margin-right: 15px
}

.movie-franchise__rating {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 22px;
    background: #666666;
    color: #fff;
    border-radius: 2px;
    cursor: help;
}

.movie-franchise__rating--high {
    background: #166d16;
}

.movie-franchise__rating--medium {
    background: #666666;
}

.movie-franchise__rating--low {
    background: #ff0000;
}

.movie-franchise__rating--none {
    background: #666666;
}

.movie-franchise__separator {
    height: 1px;
    background: #2b2b2b;
    margin: 15px 0;
}

.movie-franchise__meta {
    display: flex;
    gap: 15px;
}
    .movie-franchise__label {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #e9e9e9;
}

.movie-franchise__label-icon {
    width: 15px;
    height: 15px;
    margin-right: 13px;
    color: currentColor;
}
.movie-franchise__nav-btn--prev {
    padding: 0 12px 0 2px;
}
.movie-franchise__nav-btn--next{
    padding: 0 2px 0 12px;
}
.movie-franchise__current-info {
    flex: 1;
}
@media only screen and (max-width: 590px) {
	.movie-franchise__navigation {
    display: flex;
    align-content: center;
    justify-content: center;

}
a.movie-franchise__nav-btn span {
    display: none;
}

.movie-franchise__nav-btn--prev, .movie-franchise__nav-btn--next {
    padding: 10px;
}

.movie-franchise__nav-btn--prev svg, .movie-franchise__nav-btn--next svg {
    margin: 0;
}
.movie-franchise__nav-btn {
    width: 100%;
}
}
.seasons { 
    background: #000; 
    padding: 10px 20px; 
    border-left: 1px solid #404040; 
    border-right: 1px solid #404040; 
    border-top: 1px solid #404040; 
    box-shadow: 0 1px #404040, inset 0 1px #404040; 
    margin: 0 var(--indent-negative); 
} 

.seasons__header {
    display: flex;
    font-size: 15px;
    line-height: 42px;
    color: #e9e9e9;
    margin-bottom: 20px;
    background: #0f0f0f;
    border: 1px solid #363636;
    border-radius: 2px;
    border-left: 2px solid #881515;
    margin-top: 10px;
} 

.seasons__header svg {
    width: 16px;
    margin-right: 10px;
    height: 40px;
    margin-left: 8px;
} 

.season-container { 
    max-width: 900px; 
    margin: 0 auto; 

    color: #ffffff; 
} 

.season-header {
    justify-content: space-between;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    padding: 8px 10px 8px 15px;
    transition: background-color .2s;
    border-radius: 2px;
    border: 1px dashed #404040;
    margin-bottom: 10px;
} 
.season-header.active{
	color: #fff;
	background: #191919;
}
.season-header:hover { 
    background: #2a2a2a; 
} 

.season-number { 
    font-size: 1rem; 
    color: #9b9b9b; 
} 

.toggle-icon { 
    color: #9b9b9b; 
    transition: transform 0.2s ease; 
} 

.toggle-icon.active { 
    transform: rotate(180deg); 
} 

.header-right { 
    height: 24px; 
} 

.episodes-block { 
    background: #141414; 
    border-top: 1px solid #3a3a3a; 
} 

.episodes-header { 
    display: grid; 
    grid-template-columns: 20% 40% 20% 20%; 
    padding: 8px 16px; 
    background: #141414; 
    color: #9b9b9b; 
    font-size: 0.85rem; 
    border-bottom: 1px solid #3a3a3a; 
} 

.episodes-table { 
    width: 100%; 
    border-collapse: collapse; 
} 

.episode-row { 
    border-bottom: 1px solid #3a3a3a; 
    display: flex; 
    text-decoration: none; 
    position: relative; 
    background: #000; 
    align-items: center; 
    padding: 5px 10px 5px 15px; 
    transition: background-color .2s; 
    border-radius: 2px; 
    border: 1px solid #404040; 
    margin-bottom: 3px; 
} 

.episode-row:hover { 
    background: #2a2a2a; 
} 

.episode-info { 
    display: flex; 
    gap: 2px; 
} 

.season-small { 
    font-size: 0.75rem; 
    color: #9b9b9b; 
} 

.episode-badge { 
    display: inline-block; 
    padding: 1px 6px; 
    background: #3a3a3a; 
    border-radius: 3px; 
    font-size: 0.9rem; 
} 

.episode-code { 
    font-size: 0.7rem; 
    color: #9b9b9b; 
    text-transform: lowercase; 
} 

.episode-number { 
    width: 20%; 
} 

.episode-title { 
    width: 40%; 
} 

.episode-date { 
    width: 20%; 
    text-align: right; 
    color: #9b9b9b; 
} 

.episode-status { 
    width: 20%; 
    text-align: center; 
} 

.status-indicator { 
    display: inline-flex; 
    align-items: center; 
    gap: 4px; 
    padding: 2px 6px; 
    border-radius: 3px; 
    font-size: 0.8rem; 
} 

.status-indicator.released { 
    color: #00b894; 
} 

.status-indicator.coming-soon { 
    color: #fdcb6e; 
} 

.show-more { 
    text-align: center; 
} 

.show-all-btn { 
    gap: 6px; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 12px; 
    text-align: center; 
    white-space: nowrap; 
    box-shadow: none; 
    height: 31px; 
    padding: 0 20px; 
    outline: 0; 
    border-radius: 2px; 
    background: #242424; 
    border: 1px solid #404040; 
    cursor: pointer; 
    color: #a8a8a8; 
} 

.show-all-btn:hover { 
    color: #ffffff; 
}
ul.tabs {
    line-height: 26px;
    list-style: none;
    padding: 0
}
.tabs li {
    list-style: none;
    position: relative;
    font-weight: 700;
    height: 28px;
    padding: 0 20px;
    transition: 0.2s;
    cursor: pointer;
}
.tabs li:hover {
    background: #a8a8a8;
    color: #010101;
    text-shadow: #fff 1px 1px 1px;
    padding: 0 20px
}
.tabs li.current {
    background: #1a1a1a;
    cursor: default;
    padding: 0 20px;
    pointer-events: none;
}
.tabs li.current:hover {
    background: #1a1a1a;
    padding: 0 20px
}
.tabs li,.tabs li.current:hover {
    text-shadow: #000 1px 1px 1px;
    color: #c9c9c9
}
#iframesrc {
    transition: opacity 0.2s ease;
}