/* + SET BASE + */
* {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /* font-size: 14px; */
  font-family: Arial, Helvetica, sans-serif;
}

body {
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #333;
  height: 100%;
  width: 100%;
  font-weight: normal;
}

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 */ {
  padding: 12px;
  display: block;
  background-color: white;
  border-radius: 12px;
}

.hidden {
  display: none !important;
}

.fatamorgana {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, white, transparent, white);
  z-index: 1;
}

.svitok {
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
}

.svitok:hover {
  opacity: 1;
  height: 70px;
}

article {
  box-shadow: 4px 4px 16px 1px #00000059;
}

article.full {
  padding: 7px 12px 27px 27px;
  max-width: 2005px;
  margin: 0 auto;
}

.article-list-advert {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.shot-story-info-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

img {
  max-width: 100%;
}
.clr {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus,
.news-link {
  color: #16a1e7;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-size: 18px;
}

.h3-shaddow-block {
  padding: 7px;
  box-shadow: 3px 3px 10px #0000006b;
  border-radius: 7px;
}

.text-to-right {
  text-align: right;
}

.sub-title h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.pm-page,
.search-page,
.static-page,
.tags-page,
.form-wrap {
}

.static-page,
.pm-page {
  padding: 7px 27px;
  display: block;
  background-color: white;
  border-radius: 12px;
  height: 100%;
}

/*--- 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 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  /* text-transform: uppercase; */
  text-decoration: none;
  background: linear-gradient(
    to top,
    rgba(0, 161, 221, 0.8) 60%,
    rgba(255, 255, 255, 0.8) 110%
  );
  text-shadow: #333 1px 1px 1px;
  box-shadow: inset -1px -1px 2px 1px #333;
  transition: all 0.5s linear;
}
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: #2d547d;
  color: #fff;
}
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;
}

input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #000000;
  background-color: #f8f8f8;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px #ededed, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus {
}

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 {
  min-height: 40px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background-color: #f8f8f8;
  border-radius: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  box-shadow: 0 0 0 1px #ededed, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.img-box,
.img-wide,
.img-resp-h,
.img-resp-v,
.img-resp-sq {
  overflow: hidden;
  position: relative; /*background-color:#000;*/
  padding: 12px;
}
.img-resp-h {
  padding-top: 60%;
}
.img-resp-v {
  padding-top: 130%;
}
.img-resp-sq {
  padding-top: 100%;
}
.img-box img,
.img-resp-h img,
.img-resp-v img,
.img-resp-sq img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.img-resp-h img,
.img-resp-v img,
.img-resp-sq 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 {
  transition: all 0.3s;
}
.button,
.side-item-img,
.news-item-img,
.main-item-img {
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.ps-link {
  cursor: pointer;
}
.icon-l .fa {
  margin-right: 10px;
  font-size: 20px;
}
.icon-r .fa {
  margin-left: 10px;
  font-size: 20px;
}

.fx-row {
  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-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fx-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fx-stretch {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.fx-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.fx-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fx-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.fx-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fx-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* BASIC GRID
----------------------------------------------- */
-------------------------------------
/*.wrap {min-width:600px; overflow:hidden; position:relative;}*/
.center {
  /*max-width:1200px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.block {
  padding: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.header {
  border-radius: 12px 12px 0 0;
  background: url(/images/head/rightbg.png) top right no-repeat;
  background-size: auto 150px;
  padding: 0;
  /* margin: 1px 3px; */
}

.logo-wrapper {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.banner-wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.cols {
  /* min-width: 600px; */
  min-width: inherit;
}

.side {
  width: 300px;
  height: fit-content;
  padding: 12px;
  margin-right: 3px;
  background: linear-gradient(
    90deg,
    #ffffff4a,
    rgb(245 255 250 / 83%) 60%,
    #ffffff9e,
    transparent,
    #9c27b026
  );
}

.sidehide {
  position: absolute;
  z-index: 1;
  right: 0;
  opacity: 0;
  transition: 1s;
}

.width-inherit {
  width: inherit !important;
  z-index: 2;
  transition: 0.5s;
}

.main {
  min-height: 100vh;
  padding: 12px;
  width: calc(100% - 310px);
  width: -webkit-calc(100% - 310px);
  transition: 0.5s;
  margin-right: auto;
  margin-left: auto;
}

.main-articles-columns {
  columns: 2 379px;
  max-width: 2005px;
  margin: 0 auto;
}

.main-articles-columns > .news-item {
  break-inside: avoid;
}

.main-fade {
  background: linear-gradient(0deg, #ffffff 1%, #ffffff27 80%, #ffffffed);
}

.footer {
  height: 379px;
  width: 100%;
  background: #fff url("/templates/wedjat/images/footerBg.webp") center center
    no-repeat;
  background-size: cover;
}

.footer-fade {
  background: linear-gradient(0deg, transparent, #ffffff 95%);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 27px;
  padding-top: 27px;
}

-------------------------------------- #gotop {
  /*background-color: #ff0000; width: 40px; height: 40px; text-align: center; 
	line-height: 40px; display: none; cursor: pointer; position: fixed; bottom: 7px; right: 13px; border: 1px solid #8b00ff; border-radius: 40px; 
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2); z-index: 999;*/
  background: #0000ff;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  line-height: 47px;
  opacity: 0.6;
  outline: 0px none currentColor;
  position: fixed;
  right: 27px;
  text-align: center;
  bottom: 7px;
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  z-index: 999;
  cursor: pointer;
  display: none;
}
#gotop:hover {
  background: #ff0000;
  color: #fff;
  opacity: 1;
}
.rkl-bx {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

/* HEADER
----------------------------------------------- */
.h-inf {
  height: 147px;
  padding: 7px 20px;
  background: url(/images/head/leftbg.png) left no-repeat;
  background-size: auto 150px;
  /* border-bottom: 1px solid #fff; */
  background-color: rgba(0, 161, 221, 0.2);
  box-shadow: inset 0px 2px 17px 0px #aa72fea1;
  /* border-radius: 5px 5px 0 0; */
  min-height: 64px;
  margin: 0;
  position: relative;
  transition: 0.5s;
}
.h-inf img,
.logo-slogan {
  margin: 0 50px -7px 50px;
}
.h-nav {
  height: 40px;
  background: linear-gradient(
    3deg,
    #aa72fea1 50%,
    #f2df788f,
    #ffffffa6,
    transparent
  );
  font-size: 12px !important;
  line-height: 10px;
  padding: 3px 0;
  box-shadow: inset 0px -4px 8px 1px #f2df788f, 1px 1px 11px 1px #f972fe4f;
  transition: all 0.7s ease-in;
  /* min-width: 600px; */
  min-width: inherit;
}
.logo {
  /* width: calc(100% - 244px);
  width: -webkit-calc(100% - 244px); */
  display: block;
  overflow: hidden;
  text-shadow: 0.1px 1px 2px #888888;
  font-size: 12px;
}

.logo-slogan {
  display: block;
  /* height: 15%; */
  padding: 6px 0 0 12px;
  color: #efcd1d;
  text-shadow: 1px 1px #918247;
}

.logo p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.search-box {
  width: 270px;
}
.search-field {
  width: 100%;
  position: relative;
}

.search-field input,
.search-field input:focus {
  /* height: 40px; */
  /* line-height: 40px; */
  /* padding: 0 100px 0 10px; */
  width: 100%;
  border-radius: 0px;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  border-radius: 7px;
}

.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px !important;
}

ul.h-nav.to-mob {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  /* gap: 3px; */
}

.h-nav li {
  flex-grow: 1;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  background: rgb(0 255 137 / 30%);
  border-radius: 0px;
  text-shadow: #000000 1px 1px 3px;
  box-shadow: inset 0px -2px 6px 1px #33333396;
  transition: all 0.3s linear;
}

.h-nav li:hover {
  background: rgb(0 184 255 / 40%);
  transition: all 0.3s linear;
}

.h-nav a {
  display: block;
  color: #f2df78;
  transition: all 0.3s linear;
}

.h-nav a:hover,
.h-nav a.is-active {
  color: #ffffff;
  text-shadow: #021d75 2px 2px 3px;
  transition: all 0.5s ease-in-out;
}

#h_nav:hover {
  background: rgba(255, 228, 0, 0.35);
  transition: all 1.3s ease-in;
}

/* NEWS
----------------------------------------------- */
.news-item {
  /* padding: 7px 27px 27px 9px; */
  /* background: linear-gradient(
      to bottom right,
      #4b00821f 0%,
      white 50%,
      #30d5c83b
    ),
    url(/forum/public/style_images/master/isis.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: white; */
  border-radius: 7px;
  text-indent: 1.5em;
}

.news-item > .short-story-bg-main {
  padding: 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 7px;
}

.isis-stamp {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 50%;
  width: auto;
  opacity: 0.5;
}

.news-item-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  box-shadow: 4px 4px 16px 1px #00000059;
  transition: 0.5s;
}

.news-item-flex:hover {
  box-shadow: 1px 1px 7px 3px #00000059;
  transition: 0.5s;
}

.news-item + .news-item {
  margin-top: 20px;
  /* padding-top: 20px; */
  /* border-top: 1px solid #e3e3e3; */
}
.news-item-img {
  float: left;
  margin-left: -225px;
  display: block;
  width: 210px;
  height: 150px;
}
.news-item-date {
  opacity: 0.6;
  margin-bottom: 5px;
  font-size: 12px;
}
.news-item-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: right;
}
.news-item-text {
  opacity: 0.9;
  margin-bottom: 10px;
  /* font-size: 15px; */
}

.news-item-text span {
  height: 100%;
  display: block;
  text-align: justify;
  line-height: 1.5;
}

.news-item-text a > img {
  /* width: 27%; */
  height: auto;
  max-height: 200px;
  max-width: max-content ;
  float: left;
  margin: 0 27px 0 0px;
  border-radius: 7px;
  box-shadow: 1px 1px 6px 1px #00000094;
  transition: 0.2s ease-in-out;
}

.news-item-text a > img:hover {
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}

.news-item-img:hover {
  opacity: 0.8;
}
#dle-content {
  /**/
  padding: 12px 37px 17px 27px;
  background: #fff;
  border-radius: 7px;
  text-align: justify;
}

/* SIDE, FOOTER
----------------------------------------------- */
.side-bt {
  padding: 3px 0 5px 27px;
  font-style: italic;
  text-shadow: -2px 0px 6px #06437b;
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(180deg, transparent, #27b08829, transparent);
}
.side-bc {
  padding: 3px 0;
}
ul.side-bc {
  padding-top: 0;
}
ul.side-bc a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
}

.side-item {
  padding: 0 12px;
  background: linear-gradient(350deg, white, transparent);
  border-radius: 7px 0;
  box-shadow: 1px 2px 11px 0px white;
}

.side-item + .side-item {
  margin-top: 10px;
  padding-top: 10px;
  /* border-top: 1px solid #e3e3e3; */
}
.side-item-date {
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 6px;
}
.side-item-link {
  display: block;
  font-style: italic;
  font-weight: 600;
}
.side-bx {
  background-color: #3ab73a12;
  padding: 3px 0 1px 0;
  margin: 0 0 15px 0;
  border: 1px solid #c6c9dd6b;
  border-radius: 5px 5px 7px 0;
}
.ft-copyr {
  font-size: 12px;
  margin-top: 10px;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
  line-height: 40px;
  text-align: center;
  padding: 40px 0 0 0;
}
.pagi-nav {
  max-width: 100%;
  display: inline-block;
}
.pagi-nav > span {
  display: inline-block;
}
.pprev,
.pnext {
}
.pprev {
}
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
  display: block;
  width: 46px;
  text-align: center;
}
.navigation {
  text-align: center;
}
.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  margin: 5px 2px 0 0;
  border-radius: 4px;
  border: 0px solid #ddd;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0);
  font-size: 18px;
}
.navigation span,
.pagi-nav a:hover {
  background-color: #16a1e7;
  color: #fff;
}
.navigation span.nav_ext {
  background-color: #fff;
  color: #888;
}
.pagi-nav a:hover {
  background-color: #16a1e7;
  color: #fff;
}
.dle-comments-navigation .pagi-nav {
  margin-bottom: 0;
}

/* SECTION
----------------------------------------------- */
.sect {
  margin-bottom: 30px;
}
.sect-t {
  /*margin-bottom:30px; font-size: 18px; font-weight: 700;*/
  font: 300 26px/1.3 Helvetica, Arial, sans-serif;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 12px;
  border-radius: 7px;
}

.speedbar {
  display: block;
  line-height: 27px;
  background: linear-gradient(
    to right top,
    rgb(255 255 255) 10%,
    #0000ff4d,
    rgb(156 39 176 / 49%),
    rgb(0 255 137 / 32%) 95%
  );
  padding: 7px 12px;
  border-radius: 7px;
  box-shadow: -1px 1px 9px 0px #9e5fda5c, inset -3px 3px 11px 0px #ffffffba;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
  margin-bottom: 3px;
  font-weight: 700;
  text-shadow: 1px 1px 2px white;
}

.speedbar a {
  font-style: italic;
  font-weight: 600;
  color: darkorchid;
  font-size: 14px;
  text-shadow: 1px 1px 2px white;
  transition: all 0.5s linear;
}

.speedbar a:hover {
  color: #cc3232;
  font-size: 15px;
  text-shadow: -1px 1px 5px white;
  transition: all 0.3s linear;
}

/* FULL
----------------------------------------------- */
.full h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  text-shadow: 2px 2px 3px #00000021;
}
.full h1 .fa {
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.full-meta {
  margin-bottom: 20px;
  height: 26px;
  padding: 3px;
  overflow: hidden;
  line-height: 20px;
}
.full-meta .main-item-date {
  float: left;
  margin-right: 15px;
}
.full-meta .main-item-date.to-fav {
  float: right;
  margin: 0;
}
.full-meta .main-item-date.frate {
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
}
.main-item-date:not(.frate) {
  opacity: 0.5;
  font-size: 12px;
}

.rels {
  padding-top: 30px;
  border-top: 4px solid #5e90d5;
}
.rels-in {
  width: 300px;
  padding: 15px;
  float: left;
  margin: 0 30px 15px 0;
  display: none;
  border: 1px solid #e3e3e3;
  border-top: 4px solid #3c6695;
}
.full-text .rels-in {
  display: block;
}
.rels-in-title {
  margin: -15px -15px 15px -15px;
  padding: 10px 15px;
  background-color: #ebeef3;
  font-size: 18px;
}
.rels-in a {
  text-decoration: none !important;
  color: #2a2a2a !important;
}
.rels-in a:hover {
  text-decoration: underline !important;
  color: #3c6695 !important;
}
.rels-in .row-item-date {
  display: block;
  margin: 0;
}
.rels-in + .quote {
  margin-left: 330px;
}

.fbtm {
  margin-bottom: 30px;
  color: #888;
}
.error-text {
  font-size: 14px;
  width: 300px;
}
.error-text .fa {
  font-size: 18px;
  vertical-align: top;
  margin-right: 10px;
}
.error-text:after {
  content: attr(data-text);
}

/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
  width: 100%;
  max-width: 100% !important;
  height: 400px;
  display: block;
  margin: 0 auto;
}
.mejs-container {
  max-width: 100% !important;
}
.full-text {
  color: #363636;
  /* font-size: 15px; */
  line-height: 27px;
  padding-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.full-text img:not(.emoji) {
  max-width: 100%; /*border:5px solid #f0f0f0;*/
  margin: 10px 0;
}
.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;
}

.highslide img {
  border-radius: 12px;
  box-shadow: 3px 3px 12px 0px #0000004d;
  max-height: 350px;
}

img.fr-padded {
  padding: 0 !important;
}

.full-text a {
  text-decoration: underline;
  color: #3c6695;
}
.full-text a:hover {
  text-decoration: none;
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  text-shadow: 2px 2px 3px #00000021;
}

article .full-text h2,
article .full-text h3,
article .full-text h4,
article .full-text h5 {
  margin: 17px 0 7px -3px;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  text-shadow: 2px 2px 3px #00000021;
  clear: both;
  background: linear-gradient(to right, #0000ff14, white);
  padding: 0 0 0 7px;
  border-radius: 7px;
}

.full-text p,
.full-text span {
  margin: 0 0 7px 0;
  /* margin-bottom: 3px;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important; 
  margin: 12px 0 !important;*/
}
.full-text p:first-letter {
  font-size: 110%;
  text-shadow: -1px -1px 1px #00000033;
}
.full-text > ul,
.full-text > ol {
  margin: 10px 0;
}
.full-text > ul li {
  list-style: disc;
  margin-left: 40px;
  position: relative;
}
.full-text2 > ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: -25px;
  width: 8px;
  height: 8px;
  color: #9cce43;
  border-radius: 0;
}
.full-text > ol li {
  list-style: decimal !important;
  margin-left: 40px;
}
.full-text ul li {
  list-style: circle;
  margin-left: 27px;
}
.full-text ul {
  margin-bottom: 27px;
}
.full-text table {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.full-text table tr td {
  padding: 10px;
  border: 2px solid #fff;
}
.full-text table tr:nth-child(2n + 1) {
  background-color: #f5f5f5;
}
.full-text table tr:nth-child(1) {
  background-color: #0297dc !important;
  color: #fff;
  font-size: 14px !important;
}
.full-text table img {
  display: block;
  margin: 0;
  border: 0;
  max-width: 350px;
}
.attach {
  line-height: 40px;
  background-color: #f5f5f5;
  padding: 0 15px 0 0;
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
}
.attach .download-link {
  color: #fff !important;
  text-decoration: none !important;
  margin-right: 15px;
  float: left;
  display: inline-block;
  padding: 0 15px;
  background: #3c6695;
}
.attach-info {
  float: right;
}
.attach i {
  margin-right: 5px;
}
.dcont {
  border: 1px solid #e3e3e3;
  padding: 0 15px 15px 15px;
  margin: 0 0 20px 0;
  line-height: 20px;
}
.polltitle {
  display: block;
  padding: 5px 15px;
  margin: 0 -15px 15px -15px;
  font-size: 18px;
  background-color: #f5f5f5;
  line-height: normal;
}
.full-taglist a {
  color: #3c6695;
}
.full-taglist {
  margin: 0 0 30px 0;
}
.full-taglist span:not(:last-child):not(.fa) a:after {
  content: ",";
  margin-right: 3px;
}

/* COMMENTS
----------------------------------------------- */
.add-comm-form {
  position: relative;
  padding: 15px;
  border: 1px solid #e3e3e3;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
.ac-soc {
  position: absolute;
  right: 16px;
  top: 10px;
}
.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;
  border-radius: 15px;
}
.ac-inputs,
.ac-textarea {
  margin-bottom: 15px;
}

.ac-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ac-inputs input {
  width: 49%;
  background-color: #fff;
}
.ac-textarea textarea {
  height: 85px;
  background-color: #fff;
}
.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 {
  background-color: #fff;
}

.mass_comments_action {
  text-align: right;
  padding: 5px 15px;
  background-color: #f5f5f5;
  margin: 20px 0 0 0;
}
.last-comm-link {
  font-size: 16px;
  margin-bottom: 1px;
}

.last-comm-link a {
  color: #8b3ffd;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
}

.last-comm-link a:hover {
  padding: 3px;
  text-shadow: 0 -2px 10px #00000070;
  border-radius: 7px;
  transition: 0.5s;
}

.full-comms {
}

.comm-item {
  margin-bottom: 20px;
}

.comm-right {
  width: 100%;
  min-height: 100px;
  padding: 3px 7px;
  background: linear-gradient(45deg, #9c27b0, transparent);
  border-radius: 12px;
  box-shadow: 4px 4px 16px 1px #00000059;
}

.comm-one {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  /*  overflow: hidden;*/
  margin-bottom: 12px;
}
.comm-one > span:last-child {
  color: #bcbcbc;
  float: right;
  margin-right: 0;
}
.comm-one > span {
  float: left;
  margin-right: 15px;
}
.comm-author {
  font-weight: 700;
}
.comm-author a {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000b0;
  margin-left: 12px;
}
.rate3-comm {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  font-size: 16px;
}
.rate3-comm a {
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #497b41;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.rate3-comm a:last-child {
  color: #a03939;
  margin: 0 0 0 5px;
}
.rate3-comm a:hover {
  opacity: 0.5;
}
.rate3-comm > span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  vertical-align: top;
}
.rate3-comm > span > span.ratingtypeplus {
  color: #06b601;
}
.rate3-comm > span > span.ratingplus {
  color: #95c613;
}
.rate3-comm > span > span.ratingminus {
  color: #ff0e0e;
}
.comm-two {
  color: #4c4c4c;
  line-height: 20px;
  padding: 12px 27px 12px 12px;
  font-size: 15px;
  background-color: ghostwhite;
  border-radius: 7px;
  box-shadow: 0px 3px 10px 1px #00000087;
}
.signature {
  margin-top: 10px;
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #888;
  border-top: 1px dashed #e3e3e3;
}
.comm-three {
  margin-top: 6px;
  font-size: 12px;
  text-align: right;
}
.comm-three li {
  display: inline-block;
  margin-left: 10px;
}
.comm-three a {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000b0;
  margin-left: 12px;
}
.comm-three li:first-child {
  margin-left: 0px;
  float: left;
}

/* ADAPTIVE
----------------------------------------------- */
.btn-menu {
  display: none;
}
.side-panel {
  width: 260px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding: 0 10px;
  z-index: 888;
  position: fixed;
  left: -260px;
  top: 0;
  transition: left 0.4s;
  -webkit-transition: left 0.4s;
}
.side-panel.active {
  left: 0;
}
.close-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 887;
  display: none;
}
.side-panel a {
  display: block;
  padding: 10px 50px 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
}

.login-box li,
.lb-name,
.lb-check,
.lb-lnk,
.lb-soc,
.postforum {
  padding: 3px 17px;
  font-size: 14px;
}

.lb-soc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.lb-check,
.lb-lnk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.lb-infoblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

.instagram-media,
.twitter-tweet {
  display: inline-block !important;
}

#gotop {
  position: fixed;
  bottom: 22px;
  right: 125px;
  background-color: #ff000059;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(128 107 10 / 51%) 3px 2px 6px 1px,
    #ffffffb3 3px 3px 7px 1px inset;
  cursor: pointer;
  z-index: 99999;
  transition: 0.3s;
}

#gotop:hover {
  transform: scale(1.1) rotate(360deg);
  box-shadow: rgb(128 107 10 / 48%) 3px 2px 6px 1px,
    #ffffffa8 3px 3px 7px 1px inset;
  transition: 0.3s;
}

.wellcome-ezo {
  background: linear-gradient(45deg, #ffffffe8, #ffffff),
    url(/uploads/fotos/bank/foto_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 27px;
  margin: 12px 0;
  border-radius: 7px;
  box-shadow: 0px 4px 9px 1px #0000007d;
  transform: rotate(-1deg);
  transition: 0.5s;
}

.wellcome-ezo:hover {
  transform: scale(1.01) rotate(0deg);
  transition: 0.5s;
}

.wellcome-ezo p {
  margin: 7px;
  font-size: 15px;
  text-indent: 12px;
  text-align: justify;
}

.wellcome-ezo a {
  color: #0411a1;
  text-decoration: none;
}

.wellcome-ezo a:hover {
  color: #5709b1;
  text-decoration: underline;
}

.wellcome-ezo img {
  display: inline;
  vertical-align: sub;
}

img.fr-dii.fr-fil.fr-padded {
  margin: 0 27px;
}

.cloud-cats-all {
  background: white;
  padding: 12px;
  margin: 12px 0;
  border-radius: 7px;
}

span.cloud-cat-main a {
  background: #dd92f217;
  padding: 1px 3px;
  margin: 5px 0 3px 12px;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 1px 1px 7px 1px #00000021;
  border-radius: 5px;
  transition: 0.3s linear;
}

span.cloud-cat-main a::before {
  content: "\27AB";
}

span.cloud-cat-sub a::before {
  content: " \269D ";
}

span.cloud-cat-sub a {
  background: #dd92f217;
  padding: 1px 3px;
  margin: 0;
  line-height: 1.7em;
  border-radius: 5px;
  font-weight: normal !important;
  font-size: 12px;
  box-shadow: 1px 1px 7px 1px #00000021;
  transition: 0.3s linear;
}

span.cloud-cat-sub a:hover,
span.cloud-cat-main a:hover {
  box-shadow: 3px 3px 7px 1px #0000003d;
  transform: scale(1.1);
  transition: 0.3s linear;
}

div.full-text li {
  margin: 12px 7px 0 27px;
  line-height: 1.4;
}

div#full-text p {
  text-indent: 12px;
}

.anomaly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  flex-wrap: nowrap;
  border-radius: 50%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background: radial-gradient(#ffffff 17%, #ffffff70, #ffffff 71%),
    url(/templates/wedjat/images/hoper-anomaly.jpg);
}

.anomaly h1,
.anomaly h2 {
  font-size: 28px;
  animation: anomaly 3s infinite 1s ease-in reverse;
}

.anomaly p {
  font-size: 24px;
  animation: anomaly 3s ease-in-out infinite;
}

.anomaly a {
  font-size: 20px;
  color: red;
  text-transform: uppercase;
  animation: anomaly 10s infinite ease reverse;
}

.anomaly a:hover {
  font-size: 20px;
  color: rgb(5, 250, 78);
  font-weight: 700;
  text-transform: lowercase;
  transition: 0.5s;
  animation-play-state: paused;
}

.clear-animation-anomaly {
  animation: clear-anomaly 7s infinite ease-in-out;
}

.clear-animation-anomaly-r {
  animation: clear-anomaly 10s infinite ease reverse;
}

@keyframes anomaly {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.9) rotate(15deg);
    font-size: 35px;
  }
  90% {
    transform: scale(1.1) rotate(-15deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes clear-anomaly {
  0% {
    transform: scale(1) skewX(0);
  }
  50% {
    transform: scale(1.1) skewX(45deg);
  }
  90% {
    transform: scale(0.9) skewX(-45deg);
  }
  100% {
    transform: scale(1) skewX(0);
  }
}

.littlemoon {
  display: none;
}
.comments-image-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.comments-image-gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-image-gallery li img {
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 0.7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}
.image-bordered {
  border: 1px solid #ddd;
}

.image-shadows {
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px,
    rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
  padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}
.title_spoiler svg {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 7px;
  height: 16px;
  width: 16px;
}
.mce-accordion summary {
  cursor: pointer;
}

.self_delete_link {
  border: 0 none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 12px 27px;
  border-radius: 10px;
  outline: none;
  background-color: #f44336;
  color: #fff;
  text-shadow: 0 1px #333;
  text-decoration: none !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: all ease 0.1s;
  transition: all ease 0.1s;
}

label.comments_subscribe {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.DLEPush {
  z-index: 2001;
  position: fixed;
  right: 20px;
  top: 20px;
}

@keyframes DLEPush-show {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.DLEPush-notification.wrapper {
  animation-name: DLEPush-show;
  animation-duration: 1s;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
  background-color: #fff;
  border-radius: 10px;
}

.DLEPush-notification .DLEPush-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 45px;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
  scale: 0.8;
}

.DLEPush-notification .DLEPush-header {
  font-weight: 500;
  grid-column: 2;
  grid-row: 1;
  font-size: 1rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.DLEPush-notification .DLEPush-header:empty {
  margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.875rem;
  margin: 1rem;
}

.DLEPush-notification .DLEPush-message li,
.DLEPush-notification .DLEPush-message ul {
  list-style-type: none;
  padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-weight: 300;
  background: none;
  border: 0;
  font-size: 1.15rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  color: inherit;
  outline: 0;
  opacity: 0.75;
}

@media only screen and (min-width: 601px) {
  .DLEPush-notification.wrapper {
    min-width: 400px;
  }
}

.DLEPush-notification .DLEPush-close:hover {
  opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
  background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
  background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
  background-color: #fff3e0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
  background-color: #ff9800;
}

.DLEPush-notification.wrapper.push-error {
  background-color: #fbe9e7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
  background-color: #ff5722;
}

input[type="text"].comments_author_field {
  width: 100%;
  margin-bottom: 10px;
}
