body {
  font: normal 400 14px/17px var(--font-body);
  padding: 0;
  margin: 0;
  color: var(--color-onbody);
  background-color: var(--color-body);
  height: 100%;
  width: 100%;
  min-width: 320px;
  min-height: 600px;
}

.col-20 {flex:0 0 20%; width: 20%; height: auto; position:relative; padding-top:20px;}
.col-80 {flex: 0 0 80%;    width: 80%;}
.cattopiska {
  text-align: justify;
  padding: 1%;
    width:98%;
}
.rekl2 {max-width:340px; text-align:center;}
.rekl
{text-align:center; margin: 5px 0;}
.mbrt 
{
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  background: var(--color-primary);
  color: var(--color-onprimary);
  border-radius: 8px;
  margin: 0 0 8px;
  padding: 8px;
}
* {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}
.stycks
{
    position: sticky;
    top: 10px;
    margin: 10px 0;
    z-index:2;
}
.suggest {
    margin: 0.5em 0;
}
.afterpost {
  margin: 10px 0;
}

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;
}

header {
  padding-bottom: 10px;
}



img {
  max-width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.clr {
  clear: both;
}
.pg
{
 display: flex;
    flex-wrap: wrap;   
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-h);
}

h1 {
  font: normal 700 32px/32px var(--font-h);
  margin: 8px 0;
  text-align: center;
  line-height: 1.2em;
}
h2 {
	font-size: 2em;
	margin: 0.8em 0;
  line-height: 1.2em;
}
h3 {
	font-size: 1.5em;
	margin: 0.6em 0;
  line-height: 1.2em;
}
.art p {
  margin:0.6em 0;
  font-size:15px;
  line-height: 1.3em;
}

.post-category {
position: absolute;
top: 1px;
right: 1px;
opacity: 0.9;
color: var(--color-primary);
background: var(--color-onprimary);
font-weight: 700;
border-radius: 0 7px 0 8px;
padding: 8px;
}

.sub-title h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.pm-page,
.search-page,
.static-page,
.tags-page,
.form-wrap {}

.o10 {
  margin-top: 10px;
}

.v10 {
  padding: 10px;
  margin-bottom: 10px;
}

.r1 {
  position: absolute;
  bottom: 10px;
  left: 10px;
}


/*--- SET ---*/

.button,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not([class*=fr]),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled],
input[disabled] {
  cursor: default;
}

.button: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:var(--color-primary);
color:#fff;
background: -webkit-linear-gradient(to left, var(--color-primary), #642B73);
background: linear-gradient(to left, var(--color-primary), #642B73);

}
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"].bbcodes,
input[type="button"].bbcodes,
input.bbcodes,
.ui-button {
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0px 10px;
  border-radius: 3px;
}
.ui-dialog {
  height: 400px !important;
}
.dlepopupnewsedit {
  height: 200px !important;
}
.quick-edit-text {
  font-size: 16px;
  width: 100%;
}
input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: var(--color-onbg);
  background-color: var(--color-bg);
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px #111, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.8);
}
input[type="text"]:focus {}
.fakts {
  line-height: 2;
  width: 100%;
  float: left;
}
.aktr {
  margin: 1% 3%;
 text-align: justify;
}
.aktr img {
  margin: 0 !important;
  border: none;
  height: auto;
  width: auto;
  max-height: 95vh;
  max-width: 95wh;
}
.aktr ul {
  margin-left: 1.5rem;
}
.aktr li {
  list-style-type: circle;
}
.aktr p, .aktr li {
  font-size: 1rem;
}
.aktr p, .aktr li, .aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
  margin: 0.5rem 20%;
}
.aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
  font-weight: bold;
}

.aktr br {
  content: "A" !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent
}
input:focus::-moz-placeholder {
  color: transparent
}
input:focus:-moz-placeholder {
  color: transparent
}
input:focus:-ms-input-placeholder {
  color: transparent
}
select {
  height: 40px;
  border: 1px solid #111;
  background-color: #222;
  color: #FFF;
}
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #111;
  color: var(--color-onbg);
  background-color: var(--color-bg);
  border-radius: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  box-shadow: 0 0 0 1px #111, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
}
.butnavi {
  float: left;
  border-radius: 5px;
  background-color: #282828;
  padding: 2% 5% 2% 5%;
  font-size: 1.3em;
  margin: 2%;
  width: 35%;
  max-width: 200px;
  text-align: center;
}
.big {
  float: left;
  width: 100%;
  font-size: 2.5em;
  text-transform: uppercase;
  margin-top: 20px;
}
.svyaz {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #282828;
  padding: 5px;
}
.podb1 img {
  float: left;
  border-radius: 60px;
  border: 6px solid #fff;
}
.podb1 {
  margin: 5px 0 5px 0;
  font-size: 2em;
  width: 280px;
  float: left;
}
.podb1 a {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 30px;
}
.pd1 {
  margin-right: 5px;
  width: 95px;
  float: left;
}
.pd2 {
  text-align: center;
  width: 170px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}
.poltos {
  float: right;
  width: 75%;
  text-align: center;
}
.img-box,
.img-wide,
.img-resp-h,
.img-resp-v {
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.img-resp-h {
  padding-top: 75%;
}
.img-resp-v {
  padding-top: 130%;
}
.img-box img,
.img-resp-h img,
.img-resp-v img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.img-resp-h img,
.img-resp-v img {
  position: absolute;
  left: 0;
  top: 0;
}
.img-wide img {
  width: 100%;
  display: block;
}
.img-square img {
  width: 150%;
  max-width: 150%;
  margin-left: -25%;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
button,
.h-menu a {
  transition: all .3s;
}
.button,
.th-img img {
  transition: color .3s, background-color .3s, opacity .3s;
}
.ps-link {
  cursor: pointer;
}
.icon-l .fa {
  margin-right: 10px;
}
.icon-r .fa {
  margin-left: 10px;
}

.fx-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.rels-t p {
  font-size: 12px;
  text-transform: lowercase;
}
.pages {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.btns-log,
.h-menu,
.side-bt,
.footer,
.th-title,
.site-desc h1,
.site-desc h2,
.site-desc h3,
.rels-t,
.button,
.comms-title,
.f-fav,
.btn-scr,
.btn-dl,
.rels-t {
  font-size: 14px;
  font-weight: 300;
}

/* РЁР°РїРєР°
----------------------------------------------- */
.logo-link {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  color: var(--color-onbody);
  font-size: 1.2rem;
  text-decoration: none !important;
  opacity: 0.9;
  margin-top:15px;
  font-weight: 700;
  width: calc(100% - 55px);
}
.logo-link:hover {
  opacity: 1;
}
.logo-text {
  margin-left: 0.5rem;
}
.logos {
  background-size: contain;
  margin-top: 0px;
  display: block;
  float: left;
  width: 2.5rem;
  height: 2.5rem;
}
.h-one {
  background-color: var(--color-bg);
  height: 76px;
  padding: 0 20px;
  margin: 0 0 10px;
  position: relative;
  box-shadow: 0 0 5px 1px var(--color-primary);
}
.fa-search {
  color: #bbbbbb;
  margin-top: 20px;
}
.search-box {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 20px 0 0 -200px;
}
.search-field {
  width: 100%;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.search-field input,
.search-field input:focus {
  width: 100%;
  padding: 12px 50px 0px 20px;
  background-color: #fff;
  border-radius: 20px;
  color: #bbbbbb;
  height: 45px;
  line-height: 35px;
  box-shadow: none;
}
.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  width: 40px;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 18px;
  background: transparent !important;
  color: #fff !important;
}
.btns-log {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  float: right;
  margin-top: 10px;
}
.btns-log a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.show-login {
  background-color: var(--color-primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  border-radius: 20px;
  margin-top: 10px;
}
.btns-log a:hover,
.show-login:hover {
  text-decoration: underline;
}
.footer {
  background-color: var(--color-bg);
  padding: 20px 10px;
  margin: 20px 0 0;
  color: var(--color-onbody);
  text-align: center;
  /*float: left;*/
  box-shadow: 0 0 5px 1px var(--color-primary);
  position: relative;
}

/* BASIC GRID
----------------------------------------------- */
.cont {
  max-width: var(--width-content);
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0 8px;
}
.wrap {
  min-width: 320px;
  /*overflow: hidden;*/
}
.h-two {
  background-color: #333;
  height: 50px;
  padding: 0 2010px;
  margin: 0 -2000px;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.9);
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.row a{color:#fff;}
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.side {
  width: 140px;
  background-color: #333;
}
.h-menu,
.h-menu li {
  float: left;
}
.h-menu a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  background-color: #222;
  margin: 10px 10px 0 0;
  border-radius: 15px;
}
.h-menu a span {
  background-color: #2c8f00;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  margin: 5px 0 0 10px;
  border-radius: 10px;
}
.sorter,
.randm {
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #222;
  border-radius: 15px;
  margin-right: 10px;
}
.sorter:before {
  content: attr(data-label);
  float: left;
  padding: 0 10px 0 0;
}
.sorter form {
  display: none;
  background-color: #333;
  padding: 10px;
  line-height: 26px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  top: 100%;
  width: 160px;
  z-index: 999;
}
.sorter a:hover {
  text-decoration: underline;
}
.sort li.asc a:after,
.sort li.desc a:after {
  content: "\f063";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
}
.sort li.desc a:after {
  content: "\f062"
}

/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {
  line-height: 18px;
  text-align: justify;
  margin-bottom: 20px;
}
.site-desc h1,
.site-desc h2,
.site-desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-primary);
  color: #FFF;
}
.site-desc h1 span,
.site-desc h2 span,
.site-desc h3 span {}
.site-desc p+p {
  margin-top: 5px;
}
.site-desc a {
  color: var(--color-primary);
  text-decoration: underline;
}

/* THUMB
----------------------------------------------- */
.thumb {
  width: 25%;
  float: left;
  padding: 0 5px 10px 5px;
}
.th-in {
  background-color: #333;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.th-img {
  display: block;
}
.th-img:hover img {
  opacity: 0.8;
}
.th-rate {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(44, 143, 0, 0.8);
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 20;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 14px;
}
.th-time {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  font-size: 13px;
  border-radius: 14px;
}
.th-text {
  padding: 10px;
  height: 50px;
  overflow: hidden;
}
.th-title {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.th-in:hover {
  background-color: var(--color-primary);
}
.th-in:hover .th-title {
  color: #fff;
}

/* SIDE
----------------------------------------------- */
.side-box {
  padding: 10px;
}
.side-bt {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
  color: #FFF;
}
.side-nav {
  background-color: #333;
  color: #FFF;
}
.side-nav .side-bt {
  border-bottom: 0;
  margin: -10px -10px 10px -10px;
  padding: 10px;
  background-color: var(--color-primary);
  color: #fff;
  background: -webkit-linear-gradient(to right, var(--color-primary), #642B73);
  background: linear-gradient(to right, var(--color-primary), #642B73);
}
.side-nav a {
  border-bottom: 1px solid #111;
  box-shadow: 0 1px #555;
  display: block;
  padding: 10px 50px 10px 0;
  color: #ccc;
  font-size: 14px;
}
.side-nav li:last-child a {
  border-bottom: 0;
  box-shadow: none;
}
.side-nav a:hover {
  color: var(--color-primary);
}
.side-nav li {
  position: relative;
}
.side-nav li span {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.6;
}

/* FOOTER
----------------------------------------------- */
.ft-copyr {
  margin-bottom: 10px;
  font-size: 16px;
}
.ft-menu a {
  color: #ccc;
  display: inline-block;
  vertical-align: top;
  padding: 1px 10px;
}
.ft-menu a+a {
  border-left: 1px solid #666;
}
.ft-menu a:hover {
  color: #FFF;
  text-decoration: underline;
}
.counter {
  display: inline-block;
  height: 31px;
  background-color: #111;
  position: absolute;
  right: 0;
  bottom: 20px;
  margin-right: 2010px;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
  line-height: 24px;
  text-align: left;
  padding: 20px 5px 0 5px;
}
.pagi-nav {
  max-width: 100%;
  display: inline-block;
  list-style: none;
}
.pagi-nav li,
.pagi-nav>span {
  display: inline-block;
}
.pagi-nav a {
	padding: 5px;
    background: var(--color-onbody);
    color: var(--color-body);
    margin: 0 5px 5px 0;
    display: inline-block;
    line-height: 1em;
}
.pagi-nav a:hover {
    background: var(--color-primary);
    color: var(--color-onprimary);
}
.pprev,
.pnext {}
.pprev {}
.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
  display: block;
  width: 36px;
  text-align: center;
}
.navigation {
  text-align: center;
}
.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
  display: inline-block;
  padding: 0 5px;
  min-width: 36px;
  background-color: #333;
  margin: 5px 5px 0 0;
  border-radius: 0px;
  border: 0px solid #ddd;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0);
  font-size: 18px;
}
.navigation a {color:#fff;}
.navigation span,
.pagi-nav a:hover {
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.navigation span.nav_ext {
  background-color: #333;
  color: #ccc;
}
.pagi-nav a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.dle-comments-navigation .pagi-nav {
  margin-bottom: 0;
}

/* FULL
----------------------------------------------- */
.full {float:left;
}

.otstupi {
  width: 100%;
  float: left;
}
.full-in {
  background-color: #fff;
  color:#000;
 
  margin-bottom: 20px;
}
.full-in a {color:#333;}
.player-box {
  background-color: #000;
}
.player-box .video-box {
  max-width: 700px;
  margin: 0 auto;
}
.full-in h1 {
  font-size: 24px;
  padding: 10px;
    text-align:center;
  color: #000;
}

.full-meta {   
  width:100%;float:left;
}
.paddingrel {
  padding: 0 5% 0;
  float: left;
  width: 95%;
}
.full-tags {
  color: #333;
  margin-bottom: 0px;
  line-height: 30px;
  padding: 0 10px;
}
.full-tags span {
  color: #fff;
}
.full-tags a,
{
  display: inline-block;
  padding: 0 10px;
  background-color: #222;
  margin: 0 0 10px 5px;
}
.tags {
  width: 100%;
  float: left;
}
.tagsz {
  padding: 3px 0 0 10px;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.tags a {
  display: block;
  float: left;
  padding: 5px 10px 5px 10px;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 20px;
  font-weight: bold;
  margin: 0 5px 5px 10px;
}
.f-fav,
.btn-scr,
.btn-dl,
.f-time,
.f-views {
  float: left;
  margin: 0 0 0 20px;
  cursor: pointer;
  line-height: 40px;
  position: relative;
}
.f-time,
.f-views {
  float: right;
}
.f-desc {
  padding: 10px;
  background-color: #282828;
  margin: 0 10px 10px 10px;
}
.f-screens {
  padding: 10px 5px 0 5px;
  border: 1px solid #111;
  background-color: #282828;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.f-screens a,
.f-screens>img {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 5px;
  max-width: 250px;
  max-height: 150px;
  overflow: hidden;
}
.f-screens a img {
  display: block;
}
.f-screens br {
  display: none;
}
.btn-dl ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 200px;
  padding: 5px 0;
  display: none;
}
.btn-dl ul li {
  padding: 5px 10px;
  line-height: normal;
  text-transform: none;
}
.btn-dl ul li a {
  color: #fff;
}
.btn-dl li:hover {
  background-color: #000;
}
.f-rate {
  float: left;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  background-color: #222;
  box-shadow: 0 0 0 1px #111;
  width: 246px;
}
.rate-plus,
.rate-minus,
.rate-counts {
  display: inline-block;
  vertical-align: middle;
}
.rate-data {
  display: none;
}
.rate-counts {
  width: 160px;
  padding: 0 10px;
  padding-top: 3px;
  height: 40px;
}
.rate-plus,
.rate-minus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  background: linear-gradient(to bottom, #333 0%, #222 100%);
  line-height: 40px;
}
.rate-plus {
  color: #1e9b05;
  border-right: 1px solid #111;
}
.rate-minus {
  color: #d00707;
  border-left: 1px solid #111;
}
.rate-plus:hover,
.rate-minus:hover {
  background: linear-gradient(to top, #444 0%, #222 100%);
}
.rate-bar {
  width: 100%;
  min-height: 6px;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #ef4559;
}
.rate-fill {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7bbc00;
  transition: width 1s linear;
}
.rate-perc {
  margin-right: 5px;
  font-size: 18px;
  color: #7bbc00;
}
.rels-t {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
  padding-left: 15px;
}
.full .thumb {
  padding: 10px 5px 0px 5px;
}

/* 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;
}
.opisi {
  padding: 3% 10% 3% 10%;
  width: 100%;
  float: left;
  margin: 5px 0;
}
.opisi img {
  float: left;
  border: 3px solid #fff;
  ;
  margin-top: -1px !important;
}
.opisileft {
  width: 19%;
  margin-right: 1% !important;
  float: left;
}
.opisiright {
  float: right;
  width: 80%;
}
.full-text i {
  margin-left: 10px;
}
.full-text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  float: left;
  width: 100%;
}
.full-text img:not(.emoji) {
  max-width: 100%;
  margin: 10px 0;
}

.full-text a {
  text-decoration: underline;
  color: var(--color-primary);
}
.full-text a:hover {
  text-decoration: none;
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.full-text p {
  margin-bottom: 10px;
}
.full-text ul,
.full-text ol {
  margin: 0;
}
.full-text ul li {
  list-style: disc;
  margin-left: 40px;
}
.full-text ol li {
  list-style: decimal;
  margin-left: 40px;
}
#dle-speedbar
{
 padding:1%;   
margin:1% 0;
float:left;
width:100%;
background-color:#82ba35;
color:#fff;
}
#dle-speedbar a
{color:#fff;
}

/* COMMENTS
----------------------------------------------- */
.full-comms {
  padding: 10px;
}
.comms-title {
  line-height: 40px;
 float:right;
}

.comms-title>span {
  font-size: 16px;
}
.add-comm-form {
  position: relative;
  margin: 150px 0;
  display: none;
}
.ac-soc {
  position: absolute;
  right: 0px;
  top: -8px;
}
.ac-soc:before {
  content: attr(data-label);
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-right: 5px;
}
.ac-soc a {
  display: inline-block;
  margin: 0 0 0 3px;
  vertical-align: top;
}
.ac-soc img {
  display: block;
  width: 30px;
}
.ac-inputs,
.ac-textarea {
  margin-bottom: 15px;
}
.ac-av {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  float: left;
  margin-right: 10px;
  background: #fff url(../dleimages/noavatar.png) no-repeat;
  background-size: contain;
}
.ac-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ac-inputs input {
  width: 49%;
}
.ac-textarea textarea {
  height: 85px;
}
.ac-submit {}
.sec-answer+.sec-label {
  margin-top: 10px;
}
.ac-protect {
  margin-top: -10px;
  display: none;
}
.ac-protect .label {
  font-size: 12px;
}
.ac-protect .sep-input {
  padding: 10px 10px 10px 160px;
}
.ac-protect input {}
.mass_comments_action {
  text-align: right;
  padding: 5px 15px;
  background-color: #222;
  margin: 20px 0 0 0;
}
.last-comm-link {
  font-size: 16px;
  margin-bottom: 10px;
}
.last-comm-link a {
  text-decoration: underline;
}
.full-comms {}
.comm {
  background-color: #333;
  padding: 10px;
  padding-left: 60px;
  margin-top: 10px;
}
.comm-av {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: -50px;
}
.comm-meta {
  margin-bottom: 8px;
}
.comm-meta span+span {
  margin-left: 10px;
  opacity: 0.8;
}
.comm-author {
  font-weight: 700;
}
.comm-text {
  font: 14px/18px Arial, Helvetica, sans-serif;
}



/* GO TOP BUTTON */
#gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 36px;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  font-size: 20px;
  z-index: 9998;
  display: none;
  opacity: 0.7;
  background-color: #000;
  color: #FFF;
  border-radius: 0%;
  text-align: center;
}
.post-item {
  width: 100%;
  position: relative;
  min-height: 80px;
  background-color: #888;
  margin: 0 0 8px;
  border-radius: 8px;
  overflow: hidden;
}
.post-image {
  border-radius: 8px;
  border: 1px solid transparent;
  display:block;
  width: 100%;
}
.post-image:hover {
  border: 1px solid #bbb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.post-name {
  position: absolute;
  bottom: 1px;
  left: 1px;
  background-color: var(--color-onbody);
  padding: 8px;
  color: var(--color-body) !important;
  max-width: 90%;
  border-radius: 0 8px 0 7px;
  font-weight: 700;
}
.entry {
	width: 100%;
	padding: 1%;
}
.art {
	padding: 0 8px;
  word-wrap: break-word;
}
.art img {
	width: 100%;
    height: auto;
}
.art ul,
.art ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
  list-style: decimal;
}
.art ul {
  list-style: disc;
}
.date {
	text-align: right;
}

/* ADAPTIVE
----------------------------------------------- */
.btn-menu {
  background-color: var(--color-primary);
  color: var(--color-onprimary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 18px 16px 0 0;
  width: 36px;
  height: 36px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
}
.side-panel {
  width: 260px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--color-bg);
  padding: 10px 10px;
  z-index: 888;
  position: fixed;
  left: -260px;
  top: 0;
  transition: left .4s;
  -webkit-transition: left .4s;
}
.side-panel.active {
  left: 0;
}
.close-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--color-onbody);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 887;
  display: none;
  opacity: 0.8;
}
.side-box a {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 30px;
  border-bottom: 1px dotted #b3b3b3;
  color: var(--color-onbody);
}
.side-box a:hover {
  background-color: var(--color-primary);
  color: var(--color-onprimary);
  text-decoration: none;
  font-weight: bold;
}
#the-posts {
  column-gap: 8px;
	columns: 4;
}
#author {
  display: flex;
  gap: 20px;
  margin: 16px 0;
  padding: 5px;
  box-shadow: 0 0 5px 1px var(--color-primary);
  border-radius: 8px;
  align-items: center;
}
#author .photo-wrap {
  flex: 0 0 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-onbody);
  position: relative;
  background-color: var(--color-primary);
}
#author .photo {
  width: 150px;
  height: 150px;
}
#author .name {
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 8px var(--color-onbody);
  color: var(--color-body);
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
#author .links {
  margin: 16px 0 0;
}
#author .link {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 12px 0 0;
  line-height: 38px !important;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1220px) {
  .center {
    max-width: 1000px;
  }
  
  .aktr p, .aktr li {
    margin: 0.5rem 18%;
  }
  .aktr p, .aktr li, .aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
    font-size: 0.95rem;
  }
  
  .thumb {
    width: 33.33%;
  }
  
  .search-box {
    position: static;
    float: left;
    margin-left: 100px;
  }
  
  .butnavi {
    font-size: 1em;
  }
  
  .f-fav,
  .btn-scr,
  .btn-dl,
  .f-time,
  .f-views {
    margin: 0 0 0 10px;
  }
}
button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
}
button[type=submit] span {
  margin: 0;
  margin-right: 0.5rem;
  padding: 0;
  color: #777;
}
#story {
  padding: 0.5rem 1rem;
  color: black;
  border: 1px solid #eee;
  font-size: 1rem;
}
.field-row {
    padding: 0 0 10px;
}
.page h2 {
  text-align: center;
}
#soc-1 {
  margin: 1em 0;
}
#soc-1 .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
@media screen and (max-width: 950px) {
  .center {
    max-width: 768px;
  }
  
  .search-box {
    width: 200px;
  }

  .aktr p, .aktr li {
    font-size: 0.9rem;
  }
  .aktr p, .aktr li, .aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
    margin: 0.5rem 16%;
  }
  
  .desk,
  .btns-log a,
  .h-menu,
  .side {
    display: none;
  }
  
  .sorter {
    float: right;
    margin-right: 0;
  }
  
  .main {
    width: 100%;
    padding-right: 0;
       
  }
  
  .counter {
    position: static;
    margin: 10px 0 0 0;
  }

	#the-posts {
		columns: 3;
	}
}
@media screen and (max-width: 760px) {
	#the-posts {
		columns: 2;
	}
      .column {
    flex: 50%;
    max-width: 50%;
    }
    
  .aktr img {
    width: 90%;
    height: 100%;
  }
  
  .aktr p, .aktr li {
    font-size: 0.85rem;
  }
  .aktr p, .aktr li, .aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
    margin: 0.5rem 12%;
  }
  
  .aktr {
   
    padding: 0;
  }
  
  .center {
    max-width: 640px;
  }
  
  .thumb {
    width: 50%;
  }
  
  .h-one {
    /*height: 140px;*/
    position: relative;
  }
  
  .search-box {
    width: auto;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 80px;
    left: 1920px;
    right: 2030px;
  }
  
  .search-field input,
  .search-field input:focus {
    height: 40px;
    line-height: 40px;
  }
  
  .search-box button {
    width: 40px;
    height: 40px !important;
    line-height: 30px !important;
  }
  
  .site-desc h1,
  .site-desc h2,
  .site-desc h3 {
    font-size: 18px;
  }
  
  .fa-search {
    margin: 0
  }
  
  .ac-protect {
    margin-top: 0px;
  }
  
  .comments-tree-list .comments-tree-list {
    padding-left: 0px !important;
  }
  
  .comments-tree-list .comments-tree-list:before {
    display: none;
  }
  
  .mass_comments_action {
    display: none;
  }
  
  .sub-title h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 590px) {
  
    .col-80 {flex: 100%;    order: 0;}
    .col-20 {flex: 0 0 100%;    width: 100%;}
    .relikis {flex:100% !important;}
    #podb {margin-left:12px;}
  .center {
    max-width: 480px;
  }
    
  .aktr p, .aktr li {
    font-size: 0.8rem;
  }
  .aktr p, .aktr li, .aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
    margin: 0.5rem 6%;
  }
  
  .poltos {
    width: 100%;
  }
  
  .butnavi {
    width: 45%;
  }
  
  .full-in h1,
  .rels-t {
    font-size: 18px;
  }
  
  .full-meta {
    text-align: center;
  }
  
  .f-rate {
    float: none;
    margin: 0 auto 10px auto;
  }
  
  .f-fav,
  .btn-scr,
  .btn-dl,
  .f-time,
  .f-views {
    float: none;
    margin: 0 5px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
  }
  
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 300px;
  }
  
  .ac-soc {
    position: static;
  }
  
  .ac-inputs input {
    width: 100%;
    margin-top: 10px;
  }
  
  .ac-protect {
    width: 100%;
    float: none;
    margin: 0;
  }
  
  .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;
  }
  #soc-1 {
    margin: 10px 0;
  }
  #soc-1 .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}
@media screen and (max-width: 470px) {
  #the-posts {
    columns: 1;
  }
      .column {
    flex: 100%;
    max-width: 100%;
  }
  .opisi {
    padding: 1%;
    width: 98%;
  }
    
  .aktr p, .aktr li {
    font-size: 0.8rem;
  }
  .aktr p, .aktr li, .aktr h2, .aktr h3, .aktr h4, .aktr h5, .aktr h6 {
    margin: 0.5rem 5%;
  }
  
  .opisileft {
    width: 100%;
  }
  
  .opisiright {
    width: 100%;
    text-align: left;
  }
  
  .opisileft img {
    width: 100%;
  }
  
  .paddingrel {
    padding: 0px;
  }
  
  .aktr img {
    margin: 0px !important;
  }
  
  .f-desc {
    margin: 0;
  }
  
  .center2 {
    max-width: 320px;
  }
  
  .show-login {
    padding: 0 5px;
    font-size: 12px;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .logo {
    width: 240px;
    overflow: hidden;
    margin: 0;
  }
  
  .thumb {
    width: 100%;
  }
  
  .site-desc {
    display: none;
  }
  
  .post-item {
    /*display: block;
    position: relative;*/
  }
  
  .post-image {
    /*width: 96%;*/
  }

    
  .add-comm-btn {
    padding: 0 10px;
  }
  
  .comms-title2 {
    text-align: center;
    display: block !important;
  }
  
  .main {
    padding-left: 0;
  }
  
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 250px;
  }
  
  .pages {
    padding: 0;
    margin-left: -13px;
  }
  #author {
    gap: 10px;
  }
  #author .photo-wrap {
    flex: 0 0 100px;
  }
  #author .photo {
    width: 100px;
    height: 100px;
  }
}
.afterHeader {
  margin: -15px auto 10px;
}