/* SET BASE
----------------------------------------------- */
@font-face {
	font-family: 'Roboto';
	src: url('../webfonts/Roboto-Regular.woff2') format('woff2'), url('../webfonts/Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
    font-display: swap
}

@font-face {
	font-family: 'Roboto';
	src: url('../webfonts/Roboto-Medium.woff2') format('woff2'), url('../webfonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
    font-display: swap
}
@font-face {
	font-family: 'Roboto';
	src: url('../webfonts/Roboto-Bold.woff2') format('woff2'), url('../webfonts/Roboto-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
   
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #1b1e24;
    background: #f2f2f2;
    min-height: 100%;
    width: 100%;
    font-weight: 400;
    }
a {color: #010101; text-decoration: none;}
a:hover, a:focus {color: #ff8300; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 800; font-size: 20px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none;-webkit-appearance: none;font-size: 16px;font-weight: 500;}


button {display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #ff8300;
    font-size: 14px;}

/*button:not(.color-btn):not([class*=fr]),*/
.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,  
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {display: inline-block;text-align: center;padding: 0 20px;height: 40px;line-height: 40px;border-radius: 4px;cursor: pointer;color: #fff;background-color: #ff8300;font-size: 14px;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #ffa23f; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%;background-color: #f9f9f9;color: #000;box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden;position: relative;}
.img-resp {/* padding-top: 70%; */}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%;max-height: 263px;display: block;margin: 0 auto;/* object-fit: cover; */position: relative;position: relative;z-index: 1;display: block;margin: 0 auto;height: auto;max-width: 100%;max-height: 525px;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-center {-webkit-justify-content:center;justify-content:center;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
	}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 500;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .header-menu a, .navigation a {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 28px !important; font-weight: 800 !important;}
#dle-content > *:not(.short-item) {width: 100%;}
.title, .mtitle, h1, h2, h3, h4, h5 {font-weight: 500;line-height: 1.3;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-top: 0px;}
.wrap-center {max-width: 1470px;margin:0 auto;position:relative;z-index:20;background-color: #f0f1f5;} .wrap-header{max-width: 1470px;padding: 0 30px;margin: 0 auto;} 
.header {
	background-color: #fff;
	box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);
	/* position: relative; */
	z-index: 990;
	padding: 12px 0;
	position: sticky;
	top: 0;
	width: 100%;
	}
.content {padding: 30px;}
.col-left {width: 200px;} .col-right {width: 340px;}
.col-main {padding: 0 60px;width: calc(100% - 540px);width: -webkit-calc(100% - 540px);}
.footer {background-color: #ffffff;color: #4a4a4a;line-height: 1.5;padding: 25px 30px;}

#gotop{position:fixed;width:40px;height:40px;line-height: 36px;right: 10px;bottom:10px;z-index:990;display:none;border: 3px solid #ffffff;background-color: #ffe8d1;color: #ff8300;cursor:pointer;font-size:18px;border-radius: 8px;text-align:center;/* box-shadow: 0 0 15px 0 rgb(0 0 0 / 11%); */}


/* HEADER
----------------------------------------------- */
.logo {display: block;width: 184px;height: 38px;}
.header-btn:hover, .header-menu > li > a:hover, .header-menu > li:hover > a {color: #36c537;}
.search-btn {margin-right: 25px;font-size: 20px;cursor: pointer;}
.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
	top: 0; left: 50%; transform: translateX(-50%);}
.search-title {font-size: 28px; font-weight: 800;} 
.search-close {font-size: 24px; cursor: pointer;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none;}
.search-box input:not(:focus)::placeholder {} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
background-color:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}
.header-menu > li {margin-left: 30px; position: relative;}
.header-menu > li > a {display: block;height: 24px;line-height: 24px;font-size: 17px;}
.submenu > a:after {content:"\f107"; font-weight: 400; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
transition: all .2s; display: inline-block;}
.hidden-menu {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 100;
position: absolute; left: -10%; top: 100%; width: 240px; pointer-events: none; opacity: 0; transform: translateY(30px);}
.hidden-menu li a {display: block; padding: 15px 30px; border-bottom: 1px solid rgba(0,0,0,0.05);}
.header-menu > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.header-menu > li.submenu:hover > a:after {transform: rotate(-180deg) !important}

.yz-head-login {
    background: #ff8300;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    vertical-align: top;
    overflow: hidden;
}
.yz-head-login img{object-fit: cover;border-radius: 40px;width: 40px;height: 40px;}

/* SECTION, SIDE
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 28px; font-weight: 800;}
.sect-title-small {font-size: 20px;}

.side-box {background-color: #fff;margin-bottom: 30px;box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);padding: 30px;border-radius: 12px;}

.side-boxyz {background-color: #ffffff;margin-bottom: 30px;box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);/* padding: 20px 20px 35px 20px; */border-radius: 12px;}

.side-bc {padding: 20px 20px 1px 20px;}
.side-bt {padding: 18px 20px 15px;font-size: 16px;line-height: 16px;border-bottom: 1px solid #e9e9e9;}
.no-bg {background-color: transparent; padding: 0; box-shadow: none;}
.mb-remove-30 {margin-bottom: -30px;}
.side-menu li {margin: 0;}
.side-menu {margin: -15px 0;position: sticky;left: 0px;top: 90px;}
.side-menu > li > a {height: 40px;line-height: 40px;position: relative;margin-bottom: 3px;display: flex;justify-content: flex-start;align-items: center;padding: 0px 13px;border-radius: 12px;}
.side-menu > li > a:hover {
    background: #ffffff;
    color: #0a0a0a;
}

.side-menu .submenu > a:after {position: absolute; right: 0; top: 0;}
.side-menu > li.submenu:hover > a:after {transform: rotate(-90deg) !important}
.side-menu .hidden-menu {top: 0; left: 90%;}
.side-menu a > i {
    display: flex;
    vertical-align: top;
    font-size: 17px;
    margin: 0px 12px 0 0;
    transition: all 0.2s linear;
    color: #0a0a0a;
}

  .met-header {
    background: #fff;
    box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 18px 24px 11px;
}

                            .met-tit{position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;}
                            .met-tit-img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 37px;
    overflow: hidden;
    margin-right: 12px;
    }
.met-tit-title{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }
.met-tit-title h1{font-weight: 700;font-size: 18px;}
.met-header-info {margin: 10px 0 15px;}.met-header-info p{padding:0 0 10px;line-height: 1.4;font-weight: 300;font-size: 14px;}

.yz-tagcat{
        display: block;
        /* margin-bottom: 20px; */
    }
    .yz-tagctatb{
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #b9b9b9;
    padding: 8px 12px;
    color: #363636;
    margin: 0 10px 10px 0;
}
.top-item {margin-bottom: 20px;}.top-item:hover{color:#4e44ff;}
.top-item-img {width: 80px;height: 80px;margin-right: 15px;border-radius: 50%;padding: 3px;border: 2px solid #4e44ff;}.top-item-img img{border-radius:50%}
.top-item-text {line-height: 20px; max-height: 60px; overflow: hidden;}.top-item-title {font-weight:500;} 
.lcomm + .lcomm {margin-top: 15px; padding-top: 15px; border-top: 1px solid #e3e3e3;}
.ltitle {display: block;}
.ltext {line-height: 1.5; color: #5c5c5c; font-weight: 300;}
.lmeta {font-size: 12px; margin: 5px 0; color: #888;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 7px;}
.lav {width: 26px; height: 26px; border-radius: 50%;}
.lcomm .comm-letter {line-height: 26px; font-size: 12px;}
.thumb-item {display: block;margin-bottom: 20px;}
.thumb-item-img {display: flex;align-items: center;position: relative;max-width: 100%;overflow: hidden;margin-bottom: 13px;border-bottom: 3px solid #ff8300;border-radius: 12px;height: 200px;}
.thumb-item-img img{z-index: 1;display: flex;margin: 0 auto;height: auto;max-width: 100%;max-height: 200px;}

.thumb-item-title {font-weight:500;font-size: 14px;line-height: 19px;text-transform:uppercase;padding-left: 6px;}

/* SHORT ITEM
----------------------------------------------- */
.sside-box {background:#fff;box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);border-radius:12px;margin-bottom: 30px;}

.short-item {background-color: #fff; margin-bottom: 15px; width: 48.7%; 
	position: relative; box-shadow: 0 0 15px 0 rgba(0,0,0,0.05); padding: 15px; padding-bottom: 85px;}
.short-item a {display: block;}
.short-img {margin-bottom: 15px;}
.short-img:after {content:''; position:absolute; z-index:1; bottom:0; left:0; right:0; height:30%; pointer-events:none;
background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);}
.short-category {position: absolute; z-index: 5; left: 15px; bottom: 15px; color: #fff; font-size: 12px;}
.short-title {font-size: 14px; margin-bottom: 15px; line-height: 1.5;}
.short-meta {font-size: 12px; color: #888; margin-bottom: 15px;}
.short-meta-item {margin-left: 10px;}
.short-meta-item.fx-1 {margin-left: 0;}
.short-text {color: #5c5c5c; line-height: 1.5; font-weight: 300;}
.short-bottom {position: absolute; left: 15px; right: 15px; bottom: 15px;}




.topshort-metayz{padding: 24px 24px 15px;display: flex;align-items: center;}.ptsmyz{border-bottom: 1px solid #e9e9e9;margin: 0 0 15px;} 
.topshort-meta-left{align-items: baseline;display: flex;}
.topshort-metaurl-cat{margin-right: 1px;display: flex;align-items: center;font-weight: 400;}
.topshort-metaimg-left{width: 25px;height: 25px;border-radius: 3px;margin-right: 8px;position: absolute;overflow: hidden;}
.topshort-metaimg-left img{border-radius:50%;}
.topshort-metacat-left{margin-left: 32px;}
.topshort-metaspan-left span{color: #a6a6a6;font-size: 12px;margin-left:5px;}
.top-meta-yz {padding: 20px 20px 15px 20px;display: flex;align-items: center;max-width: 100%;overflow-x: hidden;}
.top-meta-left {line-height: 22px;--avatar-size: 36px;display: grid;align-items: center;grid-template-columns: var(--avatar-size) 1fr;grid-template-rows: repeat(2, auto);gap: 0px 15px;}
.top-meta-cat {grid-row: span 2 / auto;width: 40px;height: 40px;background-color: rgb(244 243 240);overflow: hidden;border-radius: 6px;}
.top-meta-cat img {width: 40px;height: 40px;}
.top-meta-right {margin-left: auto;}
.top-meta-title {font-size: 15px;display: flex;align-items: center;white-space: nowrap;min-width: 0px;}
.author_name {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight: 500;}
.top-meta-info {font-size: 12px;line-height: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: flex;align-items: center;color: rgb(166, 166, 166);margin-left: -20px;}
.top-meta-info img {width 20px; margin: 0 5px 0 0;display: flex;align-items: center;border: 2px solid #fff;border-radius: 50%;width: 100%;height: 100%;object-fit: cover;}
.top-meta-info i {margin-left: 5px;padding-right: 5px;}
.top-meta-autor{margin-right:10px;display: flex;align-items: center;}
.top-meta-autor img{width: 20px;height: 20px;}
.content-body-yz{padding: 0 20px 0 20px;}


.top-title {
    padding: 0px 24px 10px;
    font-size: 22px;
    line-height: 31px;
}

.top-title h2:hover {
    color: #ff0b3c;
}
.short-text {line-height: 26px;font-size: 16px;overflow-wrap: break-word;/* color: #3a3a3a; */}

.short-text a{color:#127bff;text-decoration: underline;}.short-text a:hover{color:#0569e8;}
.short-text p {color: #272b32;margin-bottom: 15px;padding: 0 24px;}

.short-text p>img {margin: 15px auto 0;border-radius: 6px;}

 .short-text img.fr-dib{margin: 15px auto 0;border-radius: 6px;}


.post-img {display: block;position: relative;max-width: 100%;max-height: 100%;overflow: hidden;margin: 0 24px;border-radius: 10px;}  
.post-img__img, .video-poster {position: relative;z-index: 1;display: block;margin: 0 auto;height: auto;max-width: 100%;max-height: 525px;}

.post-img__bg {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-position: 50%;background-repeat: no-repeat;background-size: cover;filter: blur(20px);transform: scale(1.1);}

.post-img > .postplay:hover{  color: #f0f1f5;}
.postplay{position: absolute;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px rgb(0 0 0 / 71%);}

video.b-lazy.b-loaded {
    max-width: 100%;
    display: block;
    margin: 10px 0 0px;
    width: 100%;
    max-height: 50vh;
    border-radius: 12px;
    background: #181818 url(../images/re.png);
}
.short-text-tags{padding: 15px 20px;line-height: 1.7;font-size: 14px;overflow-wrap: break-word;}


.short-text-tags a:first-child{margin: 0 5px 0 0;}

.short-text-tags a:first-child:before{font-family: 'Font Awesome 5 Pro';
    content: "\f762";
    color: #ff5500;
   margin-right:3px;

									  
}


.short-text-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin-top: 15px;
  padding: 7px 15px;

}
.short-text-tags a:not(:last-child):not(:empty) {
  margin-right: 5px;
}
.short-text-tags a {
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: .4s;
  transition: .4s;
  color: #757575 !important;
}
.short-text-tags a:not(:empty):before {
  content: "#";
  color: #757575;
  font-size: 10px;
}
.short-text-tags a.hidden {
  display: none;
}
.page_tags-more {
  position: relative;
  padding: 5px;
  border-radius: 22px;
  -webkit-transition: .4s;
  transition: .4s;
  letter-spacing: normal;
  font-size: 16px;
  color: #757575;
  line-height: 1px;
}
.page_tags-more:hover{
  cursor: pointer;
  letter-spacing: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}



.content_like {
    padding: 5px 15px 15px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.df_like {
    flex-grow: 2;
}

.df_dlike {
    flex-grow: 1;
}

.df_like a {
    background-color: rgba(159, 211, 0, 0.11);
    color: rgb(141, 187, 0);
}

.df_dlike a {
    background-color: rgba(239, 83, 80, 0.11);
    color: rgb(239, 83, 80);
}

.df_like a, .df_dlike a {
    height: 40px;
    gap: 10px;
    border-radius: 10px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*--.short-text-tags a:before {content: '#';padding-right: 1px;}--*/

.content-footer-yz {font-size: 13px;border-top: 1px solid #e9e9e9;padding: 10px 24px;display: flex;align-items: center;font-weight: 500;}
.f-like-yz {padding: 0 5px;}
.f-like-yz i, .f-dlike-yz i, .f-link-yz i {line-height: 30px;margin-right: 5px;font-weight: 500;}
.f-like-yz a:hover {color: #8ac858;}
.f-dlike-yz a:hover {color: #fe2c55;}
.f-link-yz, .f-dlike-yz {margin-left: 15px;padding: 0 5px;}
.f-link-yz:hover {color: #307df0;}
.f-info-yz span, .f-info-yz i {font-size: 13px;color: rgb(68, 68, 68);font-weight: 400;margin-left: 5px;}

.izbadd {font-size: 14px !important;margin-left:15px;}.izb:hover {font-size: 14px !important;color:#ff8800 !important;}  
.izbdel {font-size: 14px !important; font-weight:900 !important;color:#ff8800 !important;margin-left:15px;}
.f-info-yz i {margin-right: 5px;}
.f-info-yz {display: flex;margin-left: auto;align-items: center;}
.f-info-bott-yz {background: #f1f1f1;padding: 7px 10px 7px 17px;margin-left: 15px;border-radius: 15px;}
.f-info-bott-yz:hover {background: #eaeaea;}

/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.5; padding: 30px;
	font-weight: 300; border-top: 1px solid #e3e3e3;}
.site-desc h1, .site-desc h2 {font-size: 20px; font-weight: 800; margin-bottom: 10px; color: #000;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc p {margin-bottom: 10px;}
.site-desc > *:last-child {margin-bottom: 0;}
.site-desc a {color: #06c; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.navigation {text-align:center;font-size: 16px;padding-top: 15px;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block;padding:0 15px;margin:10px 4px 0 4px;line-height: 40px;min-width: 40px;border-radius: 8px;background-color: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: #ffe8d1;color: #ff8300;font-weight: 600;}

.pnavb {display: flex;align-items: center;gap: 10px;margin-bottom: 5px;}.pnav-padd{padding:0 20px;}
.pnavb > pprevs, .pnavb > pnexts {display: flex;align-items: center;justify-content: center;}
.pprevs {flex-grow: 1;background: #e3e3e3;} .pnexts {flex-grow: 2;} 
.pprevs, .pnexts {height: 46px;line-height: 46px;border-radius:12px;border: 3px solid #ffffff;}     
.pprevs a, .pnexts a{background: #ffe8d1;color: #ff8300;height: 40px;gap: 10px;border-radius: 10px;padding: 0px 10px;font-size: 14px;font-weight: 600;line-height: 28px;display: flex;padding: 0px 10px;align-items: center;justify-content: center;}
.pprevs a:hover, .pnexts a:hover{background:#ff8300;color:#fff;}
/* FULL
----------------------------------------------- */

.fmain .short-meta {margin-bottom: 30px;}
.fmain .short-rating {margin-left: 10px;}
.fbtm-one {border-top: 1px solid #e3e3e3; padding-top: 30px; margin-top: 30px;}
.ferror {color: #939393; font-size: 14px; line-height: 1.3;}
.ferror-btns {margin-right: 9px;}
.ferror-btns div, .faddcomms {margin-right: 8px; background-color: #939393; color: #fff; 
	padding: 8px 15px; border-radius: 3px; font-weight: 500;}
.ferror-text div, .ferror-text span {font-weight: 500;}
.ferror-text div span {color: #ea969e;}
.ffav a {padding-left: 50px; position: relative; display: block; font-size: 14px; color: #949494;}
.ffav .far {margin: 0; position: absolute; left: 0; top: -5px; width: 40px; height: 40px; line-height: 40px; 
text-align: center; border-radius: 50%; border: 1px solid #e3e3e3;}
.frels .thumb-item {width: 48%;}


.btn-dl {background: linear-gradient(to bottom, #36c537 0%,#2ecc71 100%); color: #fff; 
border-radius: 4px; overflow: hidden;}
.btn-dl:hover {background: linear-gradient(to top, #36c537 0%,#2ecc71 100%); color: #fff;}
.btn-dl-title {padding: 15px; font-size: 16px;}
.btn-dl-icon, .btn-dl-size {padding: 15px; font-size: 24px; background-color: rgba(0,0,0,0.1);}
.btn-dl-title > div {font-size: 12px; opacity: 0.8; margin-top: 5px;}
.btn-dl-title > div > span {margin-right: 10px;}
.btn-dl-size {font-size: 16px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.5;font-weight: 300;font-size: 16px;}

.full-text img:not(.emoji) {
    border-radius: 12px;
}

.full-text img:not(.emoji) {
    margin: 6px auto;
    max-width:100%;
    display: inline-block;
}

.full-text p >img,.full-textp a img{/* width: 100%; */border: 1px solid #ddd;padding: 3px;}



.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 a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}


.full-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

.full-text h2::before {
    border-bottom: 25px solid #ffe1c0;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 14px;
    z-index: -1;
}


.fulltxt {padding:0 20px;}

.mce-toc {
    border: 2px solid #ffe1c0;
    margin: 15px 20px 15px;
    border-radius: 12px;
}



.mce-toc h2{
    text-align: center;
    background: #fff;
    display: block;
    margin: -10px auto 10px !important;!i;!;
    width: 130px;
    font-style: italic;
    font-size: 16px;
    color: #ff8300;
    }

.mce-toc h2::before {
    border-bottom: 0;
    
    position: none;
    
}

.mce-toc ul {padding: 0 30px 15px;}.mce-toc li {padding: 0 0 5px}
.mce-toc li > a {text-decoration: none;padding-left: 27px;position: relative;color: #ff8918;font-weight: 500;font-size: 14px;} 
.mce-toc li > a:before {content:"\f550";font-family:"Font Awesome 5 Pro";color: #767676;position: absolute;left: 0;top: 0;font-size: 14px;font-weight: 400;}
.mce-toc li > a:hover {color: #363636;}

.full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, .full-text > ul, .short-text > ul, .full-text > ol, .full-text table, .page__title {
    margin: 0 20px 15px;
}
.full-text p:last-child{margin:0 20px 0}

.full-text hr {padding: 0px;margin-bottom: 15px;height: 30px;border-right: none;border-bottom: none;border-left: none;border-image: initial;text-align: -webkit-center;text-align: center;}
.full-text > hr:before {font-family: 'Font Awesome 5 Pro';content: "\f39b";color: #ff5500;font-size: 30px;}


.full-text > ul li, .full-text > ol li, .short-text > ul li, .short-text > ol li  {padding-left: 35px;position: relative;}
.full-text > ul li::before, .short-text > ul li::before {content: "";width: 5px;height: 5px;border-radius: 50%;border: 3px solid #ff8300;position: absolute;top: 5px;left: 10px;}
.full-text > ol {
    counter-reset: num 0;
    margin-top: 21px;
}

.full-text > ol li::before, .short-text > ol li::before {
    content: counter(num);
    counter-increment: num 1;
    color:  #ff8300;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid  #ff8300;
    }
.full-text > ul li + li, .full-text > ol li + li, .short-text > ul li + li, .short-text > ol li + li {margin-top: 12px;}
 .sshort-adv  {margin-bottom:25px;}
.full-adv {border-top: 1px solid #dddddd;border-bottom: 1px solid #dddddd;padding: 10px;margin: 5px 0;background: #f7f7f7;}
.plyr__video-embed,.plyr__video-wrapper--fixed-ratio {aspect-ratio: 4/3 !important;}
/* COMMENTS
----------------------------------------------- */
.add-comms {}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 10px; color: #000; font-size: 18px; font-weight: 600;}
.last-comm-yz{
    background: #ffffff;
    border-left: 4px solid #9ac2ff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);
    }

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; text-transform: uppercase;}
.comm-item {margin-top: 30px; font-size: 14px; padding-left: 50px; position: relative; min-height: 40px;}
.comm-two {margin: 10px 0;}
.comm-one > span {margin-right: 15px; color: #888;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; color: #010101; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:14px; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.4;}
.comm-rate3 a:last-child {}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #06c; border-bottom: 1px dotted #06c;}

/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000; cursor: pointer;}
.login-box {border-radius: 12px;position: fixed;z-index: 999;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;padding: 30px 60px 40px 60px;width: 400px;box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #000000;
	}
.login-title {font-size: 20px; font-weight: 800; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #06c; color: #06c; font-size: 14px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #fff; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {/* border-top: 1px solid #e3e3e3; *//* border-left: 1px solid #e3e3e3; */}
.login-menu li {background: #fff2e5;text-align: center;border-radius: 6px;margin: 4px;width: 47%;}
.login-menu a {display: block;padding: 10px 5px;font-size: 13px;color: #ff8300;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #e3e3e3; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}

.promo-tg{background: #2694cb;margin-bottom: 30px;gap: 14px;font-size: 14px;color: #ffffff;justify-content: center;padding: 20px;border-radius: 12px;box-shadow: 0 2px 4px rgb(56 50 48 / 5%), 0 1px 0 rgb(56 50 48 / 8%);}
.promo-logo{ height: 100px;width: 100px;border-radius: 50%;padding: 4px;background: #0c5980;}
.promo-title{font-size: 18px;font-weight: 900;text-transform: uppercase;}
.promo-bt{background: #27a7e7;padding: 10px 15px;border-radius: 8px;}.promo-bt i{margin-right: 5px;}
.promo-bt:hover{background: #05202e;}
.d-flex {display: flex;flex-wrap: wrap;flex-direction: row;}
.ai-center {align-items: center;}
.flex-grow-1 {flex: 1 1 0;max-width: 100%;min-width: 50px;}


.footer-copyright span{color:#ff8300;}
.adult{color: #fff !important;
    background: #ff4242;
    font-size: 11px;
    padding: 3px 8px;
    font-weight: 700;
    border-radius: 10px;}

   .footer-url{font-size:12px; margin-top: 10px;
    display: flex;
    gap: 10px;}
.footer-url a{color:#000000;font-weight:500;}.footer-url a:hover{text-decoration:underline;}
/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width: 280px;height:100%;overflow-x:hidden;overflow-y:auto;background-color:#fff;padding:15px;z-index:9999;position:fixed;left:-320px;top:0;transition:left .4s;}
.side-panel.active {left: 0px;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer;display:block;left: 280px;top: -40px;position: fixed;z-index: 9999;width:40px;height:40px;line-height:40px;text-align:center;font-size:18px;background-color: #e84e36;color: #fff;transition:top .4s;-webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {display: block;}
.side-panel .header-menu > li {margin: 0;}
.side-panel .header-menu > li > a {height: 40px; line-height: 40px;}
.side-panel .hidden-menu {background-color: #f5f6f8; box-shadow: none; position: static; width: calc(100% + 30px);
pointer-events: auto; opacity: 1; transform: translateY(0); margin: 15px -15px;}
.side-panel .hidden-menu li a {padding: 10px 15px; font-size: 14px;}
.side-panel .side-box {padding: 0; background-color: transparent; box-shadow: none; margin: 30px 0 0 0;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.header .header-menu, .col-left, .col-right {display: none !important;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin: 0 30px 0 0; position: relative;}
.btn-menu {display: block;font-size: 25px;color: #0a0a0a;margin-left: 15px;height: 40px;width: 40px;text-align: center;line-height: 40px;border-radius: 4px;cursor: pointer;}
.btn-login {
	background-color: #ffedd9;
	color: #ff8300 !important;
	padding: 0 12px;
	border-radius: 50%;
	font-size: 0;
	/* margin-left: -15px; */
	}
.btn-login .far {font-size: 18px; margin: 0; line-height: 40px;}
.col-main {padding: 0; width: 100%;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.not-logged .login-avatar {display: none;}
.login-close {/* top: 15px; */}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px);padding: 15px;}

.ferror {display: none;}
.frels .thumb-item {width: 48%;}
.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap {overflow: hidden;}
.wrap-center {max-width:480px;padding-top: 64px;}
.short-item {width: 100%;}

.fmain h1, .sect-title {font-size: 20px;}
.frels .thumb-item {width: 100%;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:360px;}
.logo img {width: 100%;max-width: 134px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.yz-head-login img {object-fit: cover;border-radius: 8px;width: 35px;height: 36px;}
.yz-head-login {
    background: #ff8300;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    vertical-align: top;
    overflow: hidden;
}
.header {padding-left: 15px;padding-right: 15px;position: fixed;} .footer, .col-main .side-box {padding-left: 15px;padding-right: 15px;}
.header__scrolled{
    -webkit-transition:top .3s;
    transition:top .3s;
    top:0
}
.header__scrolled::before{
    -webkit-box-shadow:0 5px 5px 0 #dc4a2914;
    box-shadow:0 5px 5px 0 #dc4a2914
}
.header__hidden {
    -webkit-transition:top .3s;
    transition:top .3s;
    top:-70px
}
.wrap-header {padding: 0;}
.content {padding: 10px 0 0;}
.sside-box, .met-header{border-radius:0;margin-bottom: 10px;}
.post-img {
    margin: 0;
    border-radius: 0;
}
	
.last-comm-yz{border-radius:0;margin-bottom:10px;}
.side-panel.active  {width: 100%;background-color: #ffffffe8;}
.btn-close.active {
    cursor: pointer;
    display: block;
    left: 353px;
    top: 17px;
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    background-color: #ffffff00;
    color: #000000;
    transition: top .4s;
    -webkit-transition: top .4s;
}
.side-menu {top:35px;}
.fmain .short-meta-item:not(.fx-1):not(:last-child) {display: none;}
.full-text img:not(.emoji) {left: calc(-50vw + 50%);width: 100vw;max-width: 100vw;height: auto;position: relative;border-radius: 0;padding: 3px 0;}

.pnavb {padding:20px 20px 0;}	

.promo-tg{border-radius:0;margin-bottom:10px;}
	.promo-text{min-width: 100% !important;min-width: 100%;
        justify-content: center;
        text-align: center;}
}


@media screen and (max-width: 350px) {
.wrap-center22 {max-width:320px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

.short-item-wide {width: 100% !important;}
@media screen and (min-width: 560px) {
.short-item-wide .short-img {padding-top: 30%;}
.short-item-wide .short-title {font-size: 24px;}
}