/*
  Styles for Agora Redesigned by TouchSize
  https://touchsize.com
*/

@font-face{font-family:agoraicons;src:url(/files/css/font/agoraicons.eot);
    src:url(/files/css/fontfont/agoraicons.eot#iefix) format('embedded-opentype'),
        url(/files/css/font/agoraicons.woff2) format('woff2'),url(/files/css/font/agoraicons.woff) format('woff'),url(/files/css/font/agoraicons.ttf) format('truetype'),url(/files/css/font/agoraicons.svg#agoraicons) format('svg');font-weight:400;font-style:normal}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'agoraicons';
    src: url('../font/agoraicons.svg#agoraicons') format('svg');
  }
}
*/

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'agoraicons';
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: auto;
  /* margin-right: 0.2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: 0.2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-login:before { content: '\e800'; } /* '' */
.icon-lock:before { content: '\e801'; } /* '' */
.icon-bookmark:before { content: '\e802'; } /* '' */
.icon-export:before { content: '\e803'; } /* '' */
.icon-clock:before { content: '\e804'; } /* '' */
.icon-event:before { content: '\e805'; } /* '' */
.icon-donate:before { content: '\e806'; } /* '' */
.icon-arrow-down:before { content: '\e807'; } /* '' */
.icon-caret-down:before { content: '\e808'; } /* '' */
.icon-caret-up:before { content: '\e809'; } /* '' */
.icon-left:before { content: '\e80a'; } /* '' */
.icon-right:before { content: '\e80b'; } /* '' */
.icon-shout:before { content: '\e80c'; } /* '' */
.icon-quote:before { content: '\e80d'; } /* '' */
.icon-cart:before { content: '\e80e'; } /* '' */
.icon-shop:before { content: '\e80f'; } /* '' */
.icon-livetext:before { content: '\e810'; } /* '' */
.icon-news:before { content: '\e811'; } /* '' */
.icon-pepper:before { content: '\e812'; } /* '' */
.icon-bullet:before { content: '\e813'; } /* '' */
.icon-play:before { content: '\e814'; } /* '' */
.icon-menu:before { content: '\e815'; } /* '' */
.icon-search:before { content: '\e816'; } /* '' */
.icon-user:before { content: '\e817'; } /* '' */
.icon-play-rect:before { content: '\e818'; } /* '' */
.icon-chat:before { content: '\e819'; } /* '' */
.icon-gallery:before { content: '\e81a'; } /* '' */
.icon-cog:before { content: '\e81b'; } /* '' */
.icon-time:before { content: '\e81c'; } /* '' */
.icon-inspiration:before { content: '\e81d'; } /* '' */
.icon-mail:before { content: '\e81e'; } /* '' */
.icon-euro:before { content: '\e81f'; } /* '' */
.icon-phone:before { content: '\e820'; } /* '' */
.icon-filter:before { content: '\e821'; } /* '' */
.icon-reload:before { content: '\e822'; } /* '' */
.icon-facebook:before { content: '\e823'; } /* '' */
.icon-google:before { content: '\e824'; } /* '' */
.icon-vk:before { content: '\e825'; } /* '' */
.icon-close:before { content: '\e826'; } /* '' */
.icon-pin:before { content: '\e827'; } /* '' */
.icon-star:before { content: '\e828'; } /* '' */
.icon-valid:before { content: '\e830'; } /* '' */
.icon-save:before { content: '\e831'; } /* '' */
.icon-save-article:before { content: '\e839'; } /* '' */
.icon-close-circle-full:before { content: '\e83a'; } /* '' */
.icon-cancel-round:before { content: '\e83b'; } /* '' */
.icon-logout:before { content: '\e83c'; } /* '' */
.icon-topic:before { content: '\e83d'; } /* '' */
.icon-refunds:before { content: '\e83e'; } /* '' */
.icon-graph:before { content: '\e83f'; } /* '' */
.icon-recurring:before { content: '\e840'; } /* '' */
.icon-question:before { content: '\e841'; } /* '' */
.icon-package:before { content: '\e842'; } /* '' */
.icon-add-circle-full:before { content: '\e843'; } /* '' */
.icon-add-user:before { content: '\e844'; } /* '' */
.icon-email:before { content: '\e845'; } /* '' */
.icon-calendar-dates:before { content: '\e846'; } /* '' */
.icon-location:before { content: '\f031'; } /* '' */
.icon-calendar:before { content: '\f133'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-balance:before { content: '\f24e'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-youtube:before { content: '\f313'; } /* '' */

body {
  font-family: 'Noto Serif', 'Open Sans', 'Helvetica Neue', Helvetica,
    sans-serif;
  font-size: 17px;
}
body * {
  box-sizing: border-box;
}

a {
  transition: 0.15s color ease-in-out;
}

.container {
  width: var(--containerWidth);
  max-width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.narrow-container {
  width: 1150px;
}
.flexer {
  display: flex;
}

/* Colors */
body {
  --red: #d52e32;
  --darkRed: #af1216;
  --white: #ffffff;
  --white: #ffffff;
  --black: #222222;
  --darkGrey: #505050;
  --meta: #a6a6a6;
  --ultraLightGrey: #f3f3f3;
  --almostWhite: #fbfbfb;
  --whiteOverlay25: rgba(255, 255, 255, 0.25);
  --whiteOverlay45: rgba(255, 255, 255, 0.45);
  --darkOverlay15: rgba(10, 10, 10, 0.15);
  --darkOverlay90: rgba(10, 10, 10, 0.9);
  --bodyFont: 'Noto Serif';
  --titleFont: 'Open Sans';
  --smallCardTitle: 16px;
  --containerWidth: 1220px;
}
img {
  display: block;
}
figure img {
  width: 100%;
  height: auto;
}
/* General */
h1 {
  font-size: 32px;
  line-height: 1.2;
}
h2 {
  font-size: 28px;
  line-height: 1.24;
}
h3 {
  font-size: 24px;
  line-height: 1.3;
}
h4 {
  font-size: 21px;
  line-height: 1.33;
}
h5 {
  font-size: 19px;
  line-height: 1.34;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--titleFont);
}
.sub-section {
  font-size: 1.2em;
}
.sub-section span {
  background: var(--black);
  color: var(--white);
  padding: 4px 8px;
}
img {
  max-width: 100%;
  height: auto;
}
article {
  position: relative;
}
article .article-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
figure figcaption {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: var(--meta);
  border-bottom: 1px solid var(--ultraLightGrey);
  margin-top: 6px;
  padding-bottom: 8px;
}
article:hover > header > .title {
  color: var(--red);
}
article figure {
  position: relative;
  line-height: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'] {
  border: 1px solid var(--ultraLightGrey);
  box-sizing: border-box;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  height: 38px;
  line-height: 36px;
  padding: 10px;
  font-size: 12px;
  font-family: var(--titleFont);
  background: var(--white);
  color: var(--meta);
  outline: none;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus {
  border-color: var(--darkOverlay15);
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder {
  color: var(--darkOverlay15);
}
.agora-button,
button[type='submit'],
input[type='submit'],
input[type='button'],
button[type='submit'] {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  color: var(--white);
  background: var(--red);
  border: 0 none;
  font-size: 12px;
  font-family: var(--titleFont);
  padding: 0 12px;
  outline: none;
  cursor: pointer;
  display: inline-block;

  transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.agora-button:hover,
button[type='submit']:hover,
input[type='submit']:hover,
input[type='button']:hover,
button[type='submit']:hover {
  background: var(--darkRed);
}
.agora-button {
  font-weight: bold;
  font-size: 13px;
}
.not-listed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  min-width: 0;
}
.entry-meta {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--meta);
  font-size: 12px;
  line-height: 12px;
  margin-top: auto;
  font-family: var(--titleFont);
  align-items: center;
}
.entry-meta li {
  display: inline-flex;
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta li i {
  /* margin-right: 0.2em; */
  margin-right: 0.5em;
}
.entry-category {
  display: inline-block;
  color: var(--red);
  font-size: 12px;
  line-height: 12px;
  font-family: var(--titleFont);
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 8px;
}
.entry-meta li.entry-meta-author img {
  width: 24px;
  height: auto;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.post-meta {
  margin-bottom: 20px;
}
.post-tags a {
  color: var(--meta);
  font-size: 16px;
  line-height: 23px;
}
.post-tags a:hover {
  color: var(--black);
}
.page-title {
  margin: 0 0 0.3em 0;
  font-size: 28px;
}
.featimg {
  width: 100%;
  height: auto;
}
.preamble {
  font-weight: 600;
}
.single-post {
  /* width: 640px;
  float: right; */
}
.post-sharing {
  list-style: none;
  margin: 22px 0 12px 0;
  padding: 0;
}
.post-sharing li {
  list-style: none;
  margin: 0 12px 0 0;
  padding: 0;
}
.post-title {
  margin: 0 0 0.4em;
}
.post-header {
    position: relative;
    z-index: 99;
}
.post-header,
.post-content {
  /* width: 680px; */
  width: 87%;
  float: right;
}
.post-content p {
  font-size: 16px;
  line-height: 26px;
}
.post-content h2,
.post-content h3,
.post-content h4 {
  margin-bottom: 0.2em;
}
.post-content blockquote {
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--ultraLightGrey);
  padding-top: 24px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  font-size: 19px;
  line-height: 1.48;
  text-align: center;
  margin: 30px 0 20px 0;
}
.post-content blockquote .icon-quote {
  color: var(--red);
  font-size: 34px;
  background: #fff;
  position: absolute;
  top: -0.5em;
  padding-left: 60px;
  padding-right: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.post-content blockquote cite {
  display: block;
  font-style: normal;
  color: var(--meta);
}
.post-content blockquote p {
  font-size: 19px;
  line-height: 1.48;
}
.single-post .side-content {
  width: 640px;
  margin: 0 auto;
}

.section-title {
  font-family: var(--titleFont);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.header-place {
  height: 69px;
}
.header-place:not(.unsell) {
  height: 1px;
}
.sidebared {
  display: flex;
}
.sidebared .side-content {
  margin-right: 30px;
  flex: 1;
}
.sidebared .side-sidebar {
  flex: 0 0 310px;
  background: var(--almostWhite);
}
.tab-container .tab-items {
  margin-bottom: -1px;
  z-index: 1;
  position: relative;
}
.tab-container .tab-items span {
  font-size: 15px;
  font-family: var(--titleFont);
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 21px;
  height: 44px;
  cursor: pointer;
  border: 1px solid var(--ultraLightGrey);
  color: var(--meta);
}
.tab-container .tab-items span:hover {
  color: var(--red);
}
.tab-container .tab-items span.active {
  color: var(--black);
  border-bottom-color: white;
}
.tab-container .tab-items span.active > i {
  color: var(--red);
}
.tab-contents {
  padding: 8px;
  border: 1px solid var(--ultraLightGrey);
}
.tab-contents > div:not(.shown) {
  display: none;
}
.load-more, .load-more-proj {
  background: var(--ultraLightGrey);
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--titleFont);

  transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.load-more:hover {
  background: #efefef;
  color: var(--red);
}
.load-more > i {
  display: inline-block;
  color: var(--red);
  margin-right: 5px;
}
.load-more:hover i {
}
.title {
  transition: 0.12s color ease-in-out;
}

/* Header */
#header {
  margin-bottom: 18px;
  color: #fff;
  display: flex;
}
#header.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.main-logo {
  line-height: 0;
}
.main-logo img#big-logo {
  height: 26px;
  width: auto;
  line-height: 1;
}
#header .flexer .column:nth-of-type(1) {
  align-items: center;
  display: flex;
}
#header .flexer .column:nth-of-type(3),
#header .flexer .column:nth-of-type(1) {
  flex-basis: 25%;
}
#header .flexer .column:nth-of-type(2) {
  flex-basis: 50%;
}
#header .flexer .column:nth-of-type(3) {
  justify-content: flex-end;
  align-items: center;
  flex-basis: 25%;
  display: inline-flex;
}
#header .container {
  align-items: center;
  background: var(--red);
  border-radius: 3px;
  width: 1190px;
}
#header form.header-search {
  justify-content: flex-end;
  display: none;
  height: 35px;
  margin: 8px 0;
}
#header form.header-search.shown {
  display: flex;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#header form input {
  height: 34px;
  line-height: 32px;
  margin-right: -4px;
  flex: 1;
}
#header form button,
#header form input[type='button'] {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  background: var(--black);
  font-weight: 600;
  text-transform: uppercase;
}
#header form button:hover,
#header form input[type='button']:hover {
  background: var(--darkRed);
}
#header .menu-trigger {
  margin-right: 10px;
  cursor: pointer;

  transition: 0.15s color ease-in;
}
#header .menu-trigger:hover {
  color: var(--black);
}

#header .menu-close {
  position: fixed;
  top: 0;
  left: 245px;
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  background: var(--red);
  cursor: pointer;
  opacity: 0;

  transition: 0.15s opacity ease-in;
}
#header .menu-close:hover {
  background: var(--black);
}
#header .menu-close.shown {
  display: block;
  opacity: 1;
}
.mega-topics {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
.mega-topics li {
  text-align: center;
  justify-content: center;
}
.mega-topics li i {
  font-size: 20px;
}
.mega-topics li a {
  display: flex;
  color: var(--white);
  align-items: center;
  padding: 14px 14px;
  justify-content: center;
  border-left: 1px solid var(--darkOverlay15);

  transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.mega-topics li:last-child a {
  border-right: 1px solid var(--darkOverlay15);
}
.mega-topics li a:hover {
  background-color: var(--darkRed);
}
.mega-topics li span {
  margin-top: 3px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: var(--titleFont);
  font-weight: 600;
}
.main-menu-topics {
  display: none;
}
.menu-topics {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.menu-topics > li {
  flex: 0 0 47%;
  margin-bottom: 12px;
}
.menu-topics > li:nth-child(2),
.menu-topics > li:nth-child(4) {
  margin-left: 6%;
}
.menu-topics > li a {
  display: flex;
  flex-direction: column;
  color: var(--black);
  align-items: center;
  padding: 8px 2px;
  justify-content: center;
  font-size: 12px;
  border: 1px solid rgba(248, 240, 238, 0.74);
  border-radius: 3px;
  text-transform: uppercase;

  transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.menu-topics > li a i {
  color: var(--red);
  font-size: 24px;
  margin-bottom: 4px;
}
.menu-topics > li a span {
  margin-top: 4px;
}
.menu-topics > li a:hover {
  background-color: rgba(248, 240, 238, 1);
}
.entry-topic {
  /* display: block; */
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  color: var(--white);
  width: 38px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-left: 5px solid var(--red);
}
.user-element {
  font-family: var(--titleFont);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  cursor: pointer;
  position: relative;
}
.user-element:hover {
  color: var(--ultraLightGrey);
}
.user-element span.user-name {
  margin-left: 6px;
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-search {
  display: inline-flex;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  margin-right: 8px;
}
.user-search:hover {
  background: var(--darkOverlay15);
}
.user-el {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  background: var(--ultraLightGrey);
  color: var(--black);
  cursor: pointer;

  transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.user-element:hover .user-el {
  background: var(--black);
  color: var(--white);
}
.user-options {
  display: none;
  border-radius: 3px;
  background-color: var(--ultraLightGrey);
  padding: 8px;

  position: absolute;
  top: 100%;
  right: 0;
  width: calc(100% - 40px);
  min-width: 120px;
}
.user-element.hovered .user-options,
.user-element:hover .user-options {
  display: block;
  z-index: 100;
}
.user-options a {
  line-height: 1.1;
  padding: 8px 10px;
  display: block;
  border-radius: 3px;
  color: var(--black);
  font-weight: 600;
}
.user-options a:hover {
  background-color: var(--white);
}

/* Menu */
.main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 100;

  position: fixed;
  width: 240px;
  top: 0;
  bottom: 0;
  left: -300px;
  background: var(--white);
  padding: 24px 18px;

  box-shadow: rgba(0, 0, 0, 0.1) 4px 0px 6px 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

  font-family: var(--titleFont);
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.03em;

  transition: 0.15s left ease-in-out;
}
.main-menu.shown {
  left: 0;
  overflow-y: auto;
}
.main-menu > li:not(:last-child)::after {
  content: '';
  display: block;
  height: 1px;
  background-color: var(--ultraLightGrey);
}
.main-menu > li > a {
  padding: 2px 6px;
  display: block;
  color: var(--black);
  line-height: 40px;
  border-radius: 3px;
  transition: 0.15s background ease, 0.15s padding-left ease;
}
.main-menu > li > a:hover {
  color: var(--red);
  padding-left: 10px;
  background-color: rgba(248, 240, 238, 0.7);
}
.main-menu > li.active > a {
  color: var(--red);
}
.ag-modal-backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  bottom: 0;
  opacity: 0;
  background-color: transparent;

  transition: 0.15s opacity ease;
}
body.overlay-shown .ag-modal-backdrop {
  width: 100%;
  background: rgba(10, 10, 10, 0.2);
  opacity: 1;
}
/* Footer */
#colophon {
  background-color: var(--black);
  color: var(--white);
  padding: 60px 0;
  margin-top: 20px;
  font-family: var(--titleFont);
  font-size: 14px;
}
#colophon a {
  color: var(--white);
}
.footer-menu-container {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 45%;
}
.footer-menu-container > div.menu-column {
  flex: 0 0 33.3%;
}
.footer-menu-container > div.menu-column:nth-of-type(4),
.footer-menu-container > div.menu-column:nth-of-type(5),
.footer-menu-container > div.menu-column:nth-of-type(6) {
  /* margin-top: 36px; */
}
.menu-column > strong,
.footer-head {
  text-transform: uppercase;
  color: var(--meta);
  font-weight: normal;
  display: block;
  margin-bottom: 18px;
}
.menu-column ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-column ul li {
  list-style-type: none;
  margin: 0 0 8px;
  padding: 0;
}
.menu-column ul li a {
  color: var(--white);
}
.menu-column ul li a:hover {
  color: var(--meta);
}
.footer-apps-social {
  padding-left: 120px;
}
.footer-apps-social img {
  margin-bottom: 32px;
}
.footer-apps-social form {
  margin-bottom: 48px;
}
.app-downloads > a:first-child {
  margin-right: 10px;
}
.app-downloads img {
  height: 50px;
  width: auto;
}
.copyright-text {
  border-top: 1px solid rgba(10, 10, 10, 0.4);
  padding-top: 20px;
  margin-bottom: 0;
}
.copyright-text span {
  float: right;
  color: #313033;
}
.copyright-text span a {
  color: inherit !important;
}
.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 2px solid var(--red);
  color: var(--red);
  border-radius: 50%;
  text-align: center;
  font-size: 12px;

  transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.social-icon:hover {
  background: var(--red);
  color: #fff;
}
#colophon .social-icon {
  margin-top: -5px;
  margin-bottom: 14px;
}

/* Mosaic Block */
.main-mosaic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.main-mosaic > div {
  flex-basis: 49.3%;
}
.main-mosaic article {
  display: flex;
  flex-direction: column;
}
.main-mosaic article .entry-excerpt {
  color: var(--darkGrey);
  line-height: 1.6;
  font-family: var(--titleFont);
  font-size: 14px;
  margin: 0 0 10px 0;
}
.main-mosaic .main-article {
  padding-right: 18px;
  position: relative;
  flex-basis: 50.7%;
}
.main-mosaic .main-article::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--ultraLightGrey);
  position: absolute;
  top: 0;
  right: 8px;
}
.main-mosaic .main-article article {
  flex-basis: 50%;
  height: 100%;
}
.main-mosaic .main-article article h2 {
  font-size: 20px;
}
.main-mosaic .main-article article header {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main-mosaic .secondary-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-mosaic .secondary-articles article {
  flex-basis: 50%;
  position: relative;
  border-bottom: 1px solid var(--ultraLightGrey);
  padding-bottom: 8px;
}
.main-mosaic .secondary-articles article header {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main-mosaic .secondary-articles article:nth-of-type(3),
.main-mosaic .secondary-articles article:nth-of-type(4) {
  padding-bottom: 0;
  padding-top: 8px;
}
.main-mosaic .secondary-articles article h2 {
  font-size: var(--smallCardTitle);
  font-weight: bold;
}
.main-mosaic .secondary-articles article:nth-of-type(1),
.main-mosaic .secondary-articles article:nth-of-type(3) {
  padding-right: 8px;
}
.main-mosaic .secondary-articles article:nth-of-type(1)::after,
.main-mosaic .secondary-articles article:nth-of-type(3)::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--ultraLightGrey);
  position: absolute;
  top: 0;
  right: 0;
}
.main-mosaic .secondary-articles article:nth-of-type(2),
.main-mosaic .secondary-articles article:nth-of-type(4) {
  padding-left: 8px;
}
.main-mosaic .secondary-articles article:nth-of-type(3),
.main-mosaic .secondary-articles article:nth-of-type(4) {
  border-bottom: 0 none;
}

/* Grid View */

.grid-view {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 20px;
}
.grid-view article {
  flex-basis: 25%;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .grid-view.cols-by-3 article {
    flex-basis: 33.333%;
  }
  .grid-view.cols-by-2 article {
    flex-basis: 50%;
  }
}
.grid-view article header {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 8px;
}
.grid-view h2.title {
  font-size: var(--smallCardTitle);
  font-weight: bold;
  margin: 0 0 8px 0;
}
.grid-view.numbered header {
  padding-left: 30px;
  position: relative;
}
.grid-view.numbered header .the-number {
  font-size: 32px;
  line-height: 32px;
  color: var(--red);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.grid-view.cols-3 article {
  flex-basis: 33.3%;
}

/* List View */
.list-view article {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--ultraLightGrey);
}
.list-view article figure {
  margin-right: 16px;
  flex: 0 0 40%;
}
.list-view article h2.title {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 8px 0;
}
.list-view article header {
  display: flex;
  flex-direction: column;
}

article.is-advertorial {
  background-color: rgba(248, 240, 238, 0.74);
}
article.is-advertorial .advertorial-badge {
  color: var(--red);
  font-size: 9px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-family: var(--titleFont);
  text-transform: uppercase;
}
article.is-advertorial .advertorial-badge i {
  font-size: 14px;
}

.widget {
  /* border-top: 2px solid var(--red); */
  border-top: 1px solid var(--red);
  padding: 12px 14px;
}
.widget .widget-title {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.widget .widget-title > i {
  color: var(--meta);
}
.widget.redded .widget-title > i {
  color: inherit;
}
.widget-news-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-news-list > li {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid var(--ultraLightGrey);
}
.widget-news-list > li:last-child {
  border-bottom: 0 none;
}
.widget-news-list li h5.title {
  font-size: 13px;
  line-height: 17px;
  margin: 8px 0;
  font-weight: 600;
  position: relative;
}

.widget-news-list.bulleted li header,
.widget-news-list.arrowed li header {
  padding-left: 14px;
}
.widget-news-list.arrowed li .title::before {
  content: '';
  display: block;
  border-left: 5px solid var(--red);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 3px;
  left: -14px;
}
.widget-news-list.numbered > li {
  display: flex;
}
.widget-news-list.numbered > li .the-number {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  color: var(--red);
  display: inline-flex;
  flex: 0 0 30px;
}
.widget-news-list.numbered > li h5.title {
  margin-top: 0;
}
.widget-news-list.bulleted li .title::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: var(--meta);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -14px;
}
.widget.basic {
  padding: 0;
  border-top: 0 none;
  background: #fff;
  padding-top: 4px;
}
.widget.redded {
  background-color: var(--red);
  color: var(--white);
  margin-bottom: 1px;
}
.widget .tag-item {
  display: inline-block;
  border-radius: 3px;
  background: var(--darkOverlay15);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
  font-family: var(--titleFont);
  padding: 6px 9px;
  margin: 0 4px 4px 0;
  transition: 0.2s background ease;
}
.widget .tag-item:hover {
  background: var(--darkOverlay90);
}

.widget .gallery-widget h5.title {
  font-size: 13px;
  line-height: 17px;
  margin: 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.group-banner {
  background-color: #fcf9f8;
  border-top: 2px solid var(--red);
  height: 250px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.group-banner .the-content {
  flex-basis: 50%;
}
.group-banner .the-content h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  margin: 24px auto 10px 0;
}
.group-banner .the-content p {
  font-size: 15px;
  line-height: 19px;
  color: var(--meta);
  margin: 0 0 16px 0;
  font-family: var(--titleFont);
}
.group-banner .the-icon {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.group-banner .the-image {
  margin-left: auto;
  margin-right: 40px;
}
.group-banner .the-image img {
  height: 190px;
  width: auto;
}

.agoad {
  border: 1px solid var(--ultraLightGrey);
  padding: 8px 2px 2px;
  margin: 14px auto;
  position: relative;
  line-height: 0;
  max-width: 100%;
}
.agoad.top-b {
  width: 1200px;
}
.agoad.middle-b {
  width: 970px;
  margin: 30px auto 20px auto;
}
.agoad.square {
  width: 250px;
}
.agoad::before {
  content: 'Publicitate';
  background: #fff;
  position: absolute;
  text-transform: uppercase;
  color: var(--meta);
  font-size: 8px;
  letter-spacing: 0.1em;
  font-family: var(--titleFont);
  margin-top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 2px 18px;
}
.side-sidebar .agoad::before {
  background: var(--almostWhite);
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.inline-news {
  border-bottom: 1px solid var(--ultraLightGrey);
}
.inline-news > h6 {
  color: var(--meta);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--titleFont);
  margin: 0 0 14px 0;
}
.inline-news .grid-view {
  margin-bottom: 10px;
}
.inline-news .grid-view h2.title {
  font-size: 13px;
  line-height: 17px;
}
.inline-news.advertoriale {
  border-top: 1px solid var(--ultraLightGrey);
  padding-top: 14px;
  margin-top: 14px;
}
.inline-news.advertoriale > h6 {
  color: var(--red);
}

.post-content p a {
  color: var(--red);
  text-decoration: underline;
}
.post-content p a:hover {
  color: var(--darkRed);
}

.bottom-article-app,
.bottom-article-donate {
  padding-top: 14px;
  text-align: center;
  font-family: var(--titleFont);
}
.bottom-article-app .app-downloads {
  justify-content: center;
}

.inline-head {
  font-family: var(--titleFont);
  font-size: 12px;
  line-height: 12px;
  color: var(--meta);
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.15em;
}
.bottom-article-donate {
}
.bottom-article-donate .inline-head {
  color: var(--red);
}
.bottom-article-donate ul {
  background: var(--red);
  color: var(--white);
  display: flex;
  justify-content: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bottom-article-donate ul li {
  flex: 0 0 50%;
  position: relative;
}
.bottom-article-donate ul li strong {
  display: block;
  text-align: left;
}
.bottom-article-donate ul li a {
  padding: 14px;
  color: inherit;
  display: flex;
  justify-content: center;

  transition: 0.15s background ease-in-out;
}
.bottom-article-donate ul li a:hover {
  background-color: var(--darkRed);
}
.bottom-article-donate ul li a img {
  height: 36px;
  width: auto;
  margin-right: 8px;
}
.bottom-article-donate ul li:not(:last-child)::after {
  content: '';
  display: block;
  height: 80%;
  width: 1px;
  right: 0;
  top: 10%;
  position: absolute;
  background: var(--whiteOverlay25);
}
.twophoto {
  margin: 0 -10px;
}
.twophoto > figure {
  padding: 0 10px;
}
.fotorama__thumb-border {
  border-color: var(--red);
}

.shop-block {
  margin: 30px 0 14px 0;
  padding: 30px 8px 8px 8px;
  position: relative;
  border: 1px solid var(--darkOverlay15);
}
.shop-block .block-title {
  color: var(--red);
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  left: 35%;
  width: 30%;
  text-align: center;
  background: #fff;
  font-size: 14px;
}
.shop-block .block-title i {
  font-size: 20px;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.product-grid article {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  margin-bottom: 18px;
  font-family: var(--titleFont);
}
.product-grid article:not(:nth-of-type(4n + 4)):not(:last-of-type) {
  border-right: 1px solid var(--ultraLightGrey);
}
.product-grid article h2 {
  font-size: 16px;
  line-height: 20px;
  margin: 6px 0 10px 0;
  text-align: center;
}
.product-grid article .entry-price {
  color: var(--red);
  font-size: 15px;
  font-weight: 600;
}
.product-grid article .buy-btn {
  color: var(--meta);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  border: 1px solid var(--meta);
  padding: 6px 9px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  transition: .15s border-color ease-in, .15s color ease-in;
}
.product-grid article .buy-btn:hover {
  color: var(--black);
  border-color: var(--black);
}
.product-grid article .buy-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: var(--red);
  border-color: var(--red);
  opacity: 0.5;
}
.product-grid article .product-details {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.shop-cart {
  display: flex;
  position: relative;
}
.shop-cart .pre-cart {
  background: var(--darkRed);
  display: inline-block;
  border-radius: 3px;
  padding: 6px 14px;
}
.shop-cart .pre-cart i {
  margin-right: 4px;
}
.shop-cart .cart-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  display: none;
  width: 280px;
  top: 100%;
  right: -15px;
  margin: 0;
  padding: 14px;
  z-index: 2;
  background: var(--red);
  border-radius: 3px;
}
.shop-cart:hover .cart-items {
  display: flex;
}
.shop-cart .cart-items ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.shop-cart .cart-items li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.shop-cart .cart-items li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.shop-cart .cart-items li img {
  height: 40px;
  width: auto;
  margin-right: 14px;
}
.shop-cart .cart-items li h4 {
  font-size: 16px;
  line-height: 1;
}
.shop-cart .cart-items li span {
  margin-left: auto;
}
.shop-cart .cart-items li a.remove {
  color: var(--white);
  font-size: 10px;
  margin-left: 10px;
  display: inline-block;
}
.shop-cart .cart-items .cart-btn {
  text-align: center;
}

/*  User Login  */
.user-login {
  width: 530px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  color: var(--black);
  padding: 24px;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  font-family: var(--titleFont);
  display: none;
}
.user-login.shown {
  display: block;
}
.login-header {
  border-bottom: 1px solid var(--ultraLightGrey);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.login-header .icon-user {
  color: var(--red);
  margin-right: 4px;
}
.login-header .icon-close {
  position: absolute;
  top: 25px;
  right: 24px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.login-header .icon-close:hover {
  color: var(--red);
}
.login-content {
  display: flex;
}
.login-content form {
  flex-basis: 60%;
}
.login-content label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: var(--meta);
  margin: 8px 0;
}
.login-content input {
  margin-bottom: 14px;
  min-width: 240px;
}
.login-content input[type='submit'],
.login-content button[type='submit'] {
  min-width: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.login-content .social-login {
  padding-left: 40px;
  border-left: 1px solid var(--ultraLightGrey);
  color: var(--meta);
  font-size: 14px;
}
.login-content .social-login div {
  margin-top: 14px;
}
.social-button {
  display: flex;
  flex: 1;
  background: var(--ultraLightGrey);
  color: var(--meta);
  line-height: 32px;
  border-radius: 3px;
  margin-bottom: 6px;
  padding-right: 10px;
}
.social-button:hover {
  background: #efefef;
}
.social-button i {
  display: inline-flex;
  width: 32px;
  height: 32px;
  text-align: center;
  justify-content: center;
  color: #fff;
  align-items: center;
  margin-right: 8px;
  border-radius: 3px;
}
.social-button i.icon-facebook {
  background-color: #3b5998;
}
.social-button i.icon-google {
  background-color: #ea4335;
}
.social-button i.icon-vk {
  background-color: #45668e;
}
.social-button i.icon-odnoklassniki {
  background-color: #ed812b;
}

.breaking-band, .event-band {
  padding: 14px 0;
  background: var(--black);
  color: var(--white);
  margin-top: -4px;
  margin-bottom: 12px;
  position: relative;
}
.breaking-band img {
  width: 146px;
  height: auto;
  flex: 0 0 146px;
  margin-right: 12px;

  animation: shake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.breaking-band a.flexer {
  font-size: 1.32rem;
  font-family: var(--titleFont);
  color: var(--white);
  font-weight: 600;
  line-height: 1.3;
  align-items: center;
}
.breaking-band a.flexer:hover {
  color: #ccc;
}
.breaking-band:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 5.62s infinite;
  opacity: 0.22;

  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.breaking-band {
  position: relative;
  background-color: var(--black);
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(31, 31, 32) 25%,
    transparent 25%,
    transparent 50%,
    rgba(31, 31, 32) 50%,
    rgba(31, 31, 32) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(31, 31, 32) 25%,
    transparent 25%,
    transparent 50%,
    rgba(31, 31, 32) 50%,
    rgba(31, 31, 32) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(31, 31, 32) 25%,
    transparent 25%,
    transparent 50%,
    rgba(31, 31, 32) 50%,
    rgba(31, 31, 32) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(31, 31, 32) 25%,
    transparent 25%,
    transparent 50%,
    rgba(31, 31, 32) 50%,
    rgba(31, 31, 32) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -ms-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -ms-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
  overflow: hidden;
}

/*
Animate the stripes
*/
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-ms-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes shake {
  3% {
    transform: rotate(-2deg) scale(1.02);
  }
  6% {
    transform: rotate(2deg) scale(1.02);
  }
  9% {
    transform: rotate(-2deg) scale(1.02);
  }
  11% {
    transform: rotate(2deg) scale(1.02);
  }
  15% {
    transform: rotate(0) scale(1);
  }
}

/* Wide Post Styles */
.wide-post.single-post {
  float: none;
  width: auto;
}

.wide-post .post-header,
.wide-post .post-content {
  float: none;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.wide-post .post-header,
.wide-post .post-content > h2,
.wide-post .post-content > h3,
.wide-post .post-content > h4,
.wide-post .post-content > h5,
.wide-post .post-content > .inline-news,
.wide-post .post-content > .post-sharing,
.wide-post .post-content > .post-tags,
.wide-post .post-content > .bottom-article-donate,
.wide-post .post-content > .bottom-article-app,
.wide-post figure figcaption,
.wide-post .post-content > p {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
}
.wide-post .post-header {
  text-align: center;
}
.wide-post .post-meta {
  justify-content: center;
}

/* Cards Post */
.wide-post.single-post.cards-post > figure,
.wide-post.cards-post .post-header,
.wide-post.cards-post .post-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  flex-direction: row-reverse;
  z-index: 4;
}
.wide-post.cards-post .sidebared .side-content {
  margin-right: 0;
  margin-left: 30px;
  counter-reset: cardNumbers;
}
.wide-post.cards-post .sidebared .side-sidebar {
  background-color: transparent;
}

.carded {
  padding: 18px 18px 6px 34px;
  background: var(--white);
  border: 1px solid var(--ultraLightGrey);
  border-radius: 3px;
  position: relative;
  list-style: none;
  margin: 0 0 20px 0;
  display: block;
}
.carded:before {
  content: counter(cardNumbers);
  counter-increment: cardNumbers;
  position: absolute;
  top: 20px;
  left: -16px;
  width: 32px;
  height: 32px;
  line-height: 31px;
  border-radius: 50%;
  border: 3px solid var(--white);
  background: var(--meta);
  text-align: center;
  color: var(--white);
  z-index: 2;
}
.carded.active:before {
  background-color: var(--red);
}
.carded::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  border-radius: 5px;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--meta);
}
.carded.active::after {
  background-color: var(--red);
}
.carded h3 {
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 -10px 0;
}

.cards-cuprins {
  display: block;
  padding: 18px 0 0;
  background: var(--white);
  border: 1px solid var(--ultraLightGrey);
  border-radius: 3px;
  position: relative;
}
.cards-cuprins .inline-head {
  margin: 0 0 10px 18px;
}
.cards-cuprins ol {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cuprinsList;
}
.cards-cuprins ol li {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--ultraLightGrey);
  cursor: pointer;

  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out;
}
.cards-cuprins ol li:hover {
  color: var(--red);
}
.cards-cuprins ol li:last-child {
  border-bottom: 0 none;
}
.cards-cuprins ol li::before {
  content: counter(cuprinsList) '.';
  color: var(--red);
  display: inline-block;
  width: auto;
  counter-increment: cuprinsList;
}
.cards-cuprins ol li.active::before {
  color: inherit;
}
.cards-cuprins ol li.active {
  border-bottom: 0 none;
  color: var(--white);
  background-color: var(--red);
}

.shop-page h1 {
  text-align: center;
}
.shop-page h1 i {
  color: var(--red);
}

/** Subscribe page below **/
.top-quote {
  display: flex;
  flex-direction: row;
  position: relative;
}
.top-quote > div {
  flex: 0 0 50%;
}
.top-quote blockquote {
  font-size: 22px;
  line-height: 1.44;
  padding: 0 0 0 30px;
}
.top-quote blockquote i.icon-quote {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 32px;
  color: var(--red);
}
.top-quote blockquote cite {
  display: block;
  text-align: right;
  color: var(--meta);
  font-size: 18px;
  font-family: var(--titleFont);
  font-style: normal;
  margin-top: 20px;
}

.block-announce p {
  font-size: 36px;
  line-height: 1.44;
  font-weight: bold;
  margin: 15px 0;
}

.block-announce {
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--ultraLightGrey);
  padding-top: 14px;
  padding-bottom: 10px;
  margin: 0;
  position: relative;
  font-size: 19px;
  line-height: 1.48;
  text-align: center;
  margin: 30px 0 20px 0;
}

.block-announce .icon-donate {
  color: var(--red);
  font-size: 34px;
  background: #fff;
  position: absolute;
  top: -0.5em;
  padding-left: 60px;
  padding-right: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.option-preheader {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: var(--meta);
  margin: 40px 0 10px 0;
}
.choice-pill-container {
  justify-content: center;
  display: flex;
}
.choice-pill-container select {
  display: none;
}
.choice-pill {
  display: flex;
  border-radius: 3px;
  background: var(--ultraLightGrey);
  padding: 5px;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: row;
  font-family: var(--titleFont);
}
.choice-pill .pill-option {
  display: inline-flex;
  border-radius: 3px;
  background: transparent;
  margin: 0 auto;
  padding: 8px 28px;
  letter-spacing: -0.02em;
  color: var(--meta);
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent;
}
.choice-pill .pill-option:hover {
  color: var(--red);
}
.choice-pill .pill-option.selected {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
  color: var(--red);
}
.table-section {
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
  border: 1px solid var(--ultraLightGrey);
  border-radius: 3px;
  padding: 0 20px 30px 20px;
}
.tabel-column {
  flex: 1;
  flex-direction: column;
  display: flex;
  padding: 0 30px;
  position: relative;
}
.tabel-column.chosen::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  bottom: -45px;
  left: 0;
  right: 0;
  border: 1px solid var(--red);
  border-radius: 3px;
  background: #FFF;
}
.tabel-column.chosen > * {
  z-index: 1;
}
.tabel-column.chosen .recommended {
  display: block;
  border-radius: 4px 4px 0px 0px;
  background: var(--red);
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--titleFont);
  position: absolute;
  top: -45px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  left: 50%;
  transform: translateX(-50%);
}
.tabel-column h4 {
  text-align: center;
  text-transform: uppercase;
}
.tabel-column .item-price {
  border-top: 1px solid var(--ultraLightGrey);
  border-bottom: 1px solid var(--ultraLightGrey);
  padding: 10px 0;
  font-size: 32px;
  color: var(--red);
  text-align: center;
  font-weight: bold;
  font-family: var(--titleFont);
  margin-bottom: 20px;  
}
.tabel-column strong {
  display: block;
  line-height: 1.4;
  margin-bottom: 15px;
}
.tabel-column .item-list {
  display: flex;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  flex-direction: column;
  font-size: 15px;
}
.tabel-column .item-list li {
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 30px;
}
.tabel-column .item-list li::after {
  content: '';
  background: var(--red);
  display: inline-block;
  width: 5px;
  height: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: 3px;
  top: 10px;
}
.tabel-column .item-list li::before {
  content: '';
  background: var(--red);
  display: inline-block;
  width: 14px;
  height: 2px;
  transform: rotate(-45deg);
  margin-right: 10px;
  position: absolute;
  left: 5px;
  top: 8px;
}
.tabel-column .table-bottom {
  display: flex;
  margin-top: auto;
  border-top: 1px solid var(--ultraLightGrey);
  padding-top: 20px;
  justify-content: center;
}

.faq-title {
  color: var(--red);
  text-align: center;
  margin: 60px 0 10px 0;
}

.agora-toggle {
  display: block;
  border-bottom: 1px solid var(--ultraLightGrey);
}
.agora-toggle-head {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.02em;
  display: flex;
  padding: 24px 15px 24px 0;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.agora-toggle.open .agora-toggle-head {
  color: var(--red);
}
.agora-toggle-head::after {
  content: '\e808';
  font-family: 'agoraicons';
  color: var(--red);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20px;
}
.agora-toggle.open .agora-toggle-head::after {
  transform: rotate(180deg);
}
.agora-toggle .agora-toggle-content {
  padding: 10px 0 20px 0;
}
.agora-toggle:not(.open) .agora-toggle-content {
  display: none;
}
.unarrow-container {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}
.donation-cards-list {
  height: 40px;
  width: auto;
  margin: 10px auto;
}
.subtable-details p {
  font-size: 12px;
  color: var(--meta);
  margin: 0 0 5px 0;
}



/****************** NEW STYLES */
a {
  color: var(--red);
}
a:hover,
a:focus, {
  color: var(--darkRed);
}

body {
  --megaLightGrey: #f9f9f9;
  --green: #3EAE49;
  --darkGreen: #23952E;
}

p {
  line-height: 1.44;
}

mark {
  background: #FBEAEB;
  color: var(--red);
  padding-left: 4px;
  padding-right: 4px;
}
.agora-button {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.agora-button.outline {
  background: transparent;
  border: 1px solid var(--red);
  color: var(--red);
}
.agora-button.outline:hover {
  background: var(--red);
  color: #FFF;
}
.agora-button.outline.green {
  background: transparent;
  border: 1px solid var(--green);
  color: var(--green);
}
.agora-button.outline.green:hover {
  background: var(--green);
  color: #FFF;
}
.agora-button.outline.grey {
  background: transparent;
  border: 1px solid var(--darkGrey);
  color: var(--darkGrey);
}
.agora-button.outline.grey:hover {
  background: var(--meta);
  color: #FFF;
}

.agora-button.white {
  background: #fff;
  color: var(--red);
}
.agora-button.white:hover {
  background: var(--darkRed);
  color: var(--white);
}
.agora-button.green {
  background: var(--green);
  color: var(--white);
}
.agora-button.grey {
  background: var(--meta);
  color: var(--white);
}
.agora-button.green:hover {
  background: var(--darkGreen);
  color: var(--white);
}

.tab-container .tab-items span {
  display: inline-flex;
  align-items: center;
}
.tab-container .tab-items span > i[class*='icon-'] {
  margin-right: 6px;
}

/**
 * Tooltip Styles
 */


@media screen and (min-width: 768px) {
  /* Add this attribute to the element that needs a tooltip */
  [data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-family: var(--titleFont);
  }

  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }

  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -60px;
    padding: 7px;
    width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
  }

  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }

  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

/* Save articles */
.list-view .save-article {
  position: absolute;
  top: 3px;
  right: 0;
  color: var(--meta);
  z-index: 5;
}
.list-view .save-article.saved,
.list-view .save-article:hover {
  color: var(--red);
}

.post-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.post-tags > li {
  display: inline-flex;
  margin-right: 12px;
}
.post-tags > li > a:last-child {
  margin-left: 4px;
}
.post-tags > li > a:last-child:hover {
  color: var(--red);
}

.post-sharing > li:last-child {
  margin-left: auto;
}
.post-sharing > li:last-child a {
  color: var(--meta);
  font-size: 15px;
}
.post-sharing > li:last-child a:hover {
  color: var(--red);
}


.sustine-agora {
  margin: 20px 0 40px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=");
  padding: 5px;
  position: relative;
}
/* .sustine-agora::before {
  content: '#';
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  font-size: 48px;
  line-height: 48px;
  color: var(--red);
  font-weight: bold;
} */
.sustine-agora::after {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 130px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.23);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.23) 0%, rgba(255,255,255,0.59) 47%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.23)), color-stop(47%, rgba(255,255,255,0.59)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.23) 0%, rgba(255,255,255,0.59) 47%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.23) 0%, rgba(255,255,255,0.59) 47%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.23) 0%, rgba(255,255,255,0.59) 47%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.23) 0%, rgba(255,255,255,0.59) 47%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.sustine-agora-inner {
  background: #FFF;
  padding: 30px;
}
.sustine-agora-inner h3 {
  margin: 0 0 14px 0;
  color: var(--red);
  text-align: center;
}
.sustine-agora-actions .agora-button:not(:last-child) {
  margin-right: 20px;
}
.sustine-agora-actions .agora-button > [class*='icon-'] {
  margin-left: 6px;
}
.sustine-agora-actions,
.sustine-agora-meta {
  text-align: center;
}
.sustine-agora-meta {
  color: var(--meta);
  margin-top: 14px;
  font-family: var(--titleFont);
  font-size: 14px;
}
.sustine-agora-meta a {
  color: var(--meta);
  text-decoration: underline;
}
.sustine-agora-meta a:hover {
  color: var(--red);
}

.main-tabs .tab-items,
.fake-main-tabs {
  text-align: center;
  box-shadow: inset 0 -3px 3px 0 #F9F9F9;
  margin-bottom: 20px;
}
.main-tabs .tab-items span,
.fake-main-tabs a {
  font-size: 22px;
  border: 0 none;
  height: 60px;
  display: inline-flex;
  align-items: center;
  text-transform: none;
}
.fake-main-tabs a {
  font-family: var(--titleFont);
  font-weight: bold;
  color: var(--meta);
}
.fake-main-tabs a.active {
  color: var(--black);
}
.fake-main-tabs a:not(:last-child) {
  margin-right: 30px;
}
.fake-main-tabs a.active i {
  color: var(--red);
}
.main-tabs .tab-items span.active,
.fake-main-tabs a.active {
  border-bottom: 3px solid var(--red);
}
.main-tabs .tab-items span > i,
.fake-main-tabs a > i {
  margin-right: 8px;
}
.main-tabs .tab-contents {
  border: 0 none;
  padding: 0;
}

.agora-toggle-head {
  font-family: var(--titleFont);
}


/* Icon boxes */
.icon-boxes {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
  counter-reset: IconBoxCounter;
}
.icon-boxes .icon-box:before {
  content: counter(IconBoxCounter);
  counter-increment: IconBoxCounter;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: var(--red);
  border: 1px solid var(--ultraLightGrey);
  border-radius: 50%;
  font-size: 14px;
  font-family: var(--titleFont);
  font-weight: bold;
}
.icon-boxes .icon-box {
  border: 1px solid var(--ultraLightGrey);
  flex: 1;
  padding: 35px 30px 20px 30px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}
.icon-boxes .icon-box:not(:last-child) {
  border-right: 0 none;
}
.icon-boxes .icon-box i {
  font-size: 48px;
  color: var(--red);
  align-self: center;
}
.icon-boxes .icon-box p {
  font-size: 14px;
  line-height: 22px;
}

.login-form {
  display: flex;
  flex-direction: column;
}
.login-form .form-field-row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.login-form .form-field-row.login-actions {
  flex-direction: row;
  font-size: 12px;
  align-items: center;
}
.login-form .form-field-row.login-actions > span {
  align-items: center;
  display: inline-flex;
}
.login-form .form-field-row.login-actions > span label {
  margin-bottom: 0;
}
.login-form .form-field-row.login-actions > span input {
  margin-right: 4px;
}
.login-form .form-field-row.login-actions > a {
  margin-left: auto;
}
.login-form .form-field-row label {
  font-family: var(--titleFont);
  font-size: 12px;
  color: var(--black);
  margin-bottom: 4px;
}
.login-form .form-field-row label > i[class*='icon-'] {
  position: absolute;
  bottom: 16px;
  left: 14px;
  color: var(--meta);
  font-size: 18px;
}

.login-form .form-field-row input[type="email"],
.login-form .form-field-row input[type="password"],
.login-form .form-field-row input[type="text"],
.login-form .form-field-row input[type="number"] {
  height: 48px;
  line-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 28px 0 38px;
  font-size: 14px;
}

.login-form .form-field-row button[type="submit"] {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

.login-form .form-field-row.social-login span {
  font-size: 12px;
  color: var(--meta);
  display: flex;
  margin-bottom: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.login-form .form-field-row.social-login span::before,
.login-form .form-field-row.social-login span::after {
  content: '';
  display: flex;
  flex: 1;
  height: 1px;
  background: var(--ultraLightGrey)
}
.login-form .form-field-row.social-login span::before {
  margin-right: 12px;
}
.login-form .form-field-row.social-login span::after {
  margin-left: 12px;
}
.login-form .form-field-row.social-login div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: var(--titleFont);
  text-align: center;
  justify-content: center;
}
.login-form .form-field-row.social-login div a {
  display: inline-flex;
  width: auto;
  flex-grow: initial;
  flex: none;
  margin-right: 14px;
  font-size: 14px;
  background: transparent;
  align-items: center;
}
.login-form .form-field-row.social-login div a.social-button i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 6px;
}

.user-actions-block {
  align-items: center;
}
.user-actions-block .column {
  display: inline-flex;
}
.user-actions-block .column:first-child {
  flex-basis: 33.3%;
  padding-right: 60px;
  flex-direction: column;
}
.user-actions-block .column:last-child {
  flex-basis: 66.67%;
  background: var(--megaLightGrey);
  padding: 60px 40px;
  position: relative;
  min-height: 450px;
  align-items: center;
}
.user-actions-block .column:last-child .content-area {
  width: 50%;
  padding-left: 40px;
}
.user-actions-block .column:last-child .content-area p {
  line-height: 1.4;
  font-size: 1rem;
}
.user-actions-block .column:last-child .image-area svg {
  width: 85%;
}
.user-actions-block .column:last-child .image-area {
  position: absolute;
  right: 40px;
  top: 20px;
}

.info-alert {
  padding: 14px;
  background: #FBEAEB;
  color: var(--red);
  border-radius: 3px;
  font-size: 14px;
  font-family: var(--titleFont);
}
.info-alert strong {
  padding-top: 4px;
}

.profile-page {
  display: flex;
  flex-direction: row;
}
.profile-page .column:first-child {
  flex-basis: 30%;
}
.profile-page .column:last-child {
  flex-basis: 70%;
  padding-left: 40px;
}
.profile-menus {
  display: flex;
  flex-direction: column;
  background: var(--megaLightGrey);
  font-family: var(--titleFont);
  border-radius: 3px;
}
.profile-menus a {
  display: inline-flex;
  padding: 16px 20px;
  font-size: 16px;
  align-items: center;
  color: var(--black);
  font-weight: 600;
}
.profile-menus a:hover,
.profile-menus a.active {
  color: var(--red);
}
.profile-menus a:not(:last-child) {
  border-bottom: 1px solid var(--ultraLightGrey);
}
.profile-menus a > i {
  margin-right: 8px;
  font-size: 1.1em;
}

.profile-page h2 {
  margin: 0 0 8px 0;
  padding: 0;
}
.profile-page h2 + p {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.95rem;
  color: var(--meta);
}
.profile-page h3 {
  margin: 0 0 14px 0;
}
.profile-page .tab-container {
  margin-bottom: 30px;
}

.package-alert {
  padding: 20px;
  border-radius: 3px;
  position: relative;
  padding-left: 70px;
}

.package-alert > i[class*='icon-'] {
  font-size: 32px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.package-alert > strong {
  font-family: var(--titleFont);
}
.package-alert > p {
  flex-basis: 100%;
  font-size: 0.95rem;
}

.package-alert > .agora-button {
  flex: auto;
  width: auto;
  display: inline-flex;
}

.package-alert.green {
  border: 1px solid var(--ultraLightGrey);
}
.package-alert.green i[class*='icon-'],
.package-alert.green strong {
  color: var(--green);
}

.package-alert.red {
  background: var(--red);
  color: #fff;
}

.agora-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.agora-form label {
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 8px;
}
.agora-form .form-field-row {
  margin-bottom: 14px;
}
.agora-form .form-field-row input[type="text"],
.agora-form .form-field-row input[type="email"],
.agora-form .form-field-row input[type="number"],
.agora-form .form-field-row input[type="password"] {
  width: 100%;
  max-width: 100%;
}
.agora-form.cols-2 .form-field-row {
  flex-basis: 50%;
  padding-left: 14px;
  padding-right: 14px;
}
.agora-form.cols-2 .form-field-row:last-child {
  flex-basis: 100%;
  margin-bottom: 0;
}
.agora-form.cols-2 {
  margin-left: -14px;
  margin-right: -14px;
}

.subiect-listat .subiect-listat-header {
  display: flex;
  flex-direction: row;
  font-family: var(--titleFont);
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--ultraLightGrey);
  font-weight: 600;
  font-size: 1rem;
  align-items: center;
}
.subiect-listat .subiect-listat-header a {
  color: var(--red);
}
.subiect-listat .subiect-listat-header span {
  margin-left: auto;
  color: var(--meta);
  margin-right: 30px;
  cursor: pointer;
  font-size: 14px;
}
.subiect-listat .subiect-listat-header span:hover {
  color: var(--red);
}

.subiect-listat.open .subiect-listat-header > i.icon-caret-down {
  transform: rotate(180deg);
}
.subiect-listat .subiect-listat-header > i.icon-caret-down {
  color: var(--meta);
  cursor: pointer;
}

.subiect-listat .subiect-listat-header > i.icon-caret-down:hover {
  color: var(--red);
}
.subiect-listat .subiect-listat-content {
  display: none;
}
.subiect-listat.open .subiect-listat-content {
  display: block;
  margin-bottom: 20px;
}
.subiect-listat.open .subiect-listat-header {
  border-bottom: 0 none;
  margin-bottom: 0;
}

.team {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team .team-member {
  flex-basis: 33.3%;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  border: 0 none;
  padding: 0 10px;
}
.team .team-member figcaption {
  font-style: normal;
  border: 0 none;
}
.team .team-member strong {
  font-family: var(--titleFont);
  color: var(--black);
  display: block;
  margin: 14px 0 2px 0;
  line-height: 1;
}
.site-section .flexer {
  align-items: center;
}
.site-section .flexer .column {
  flex: 1;
}
.site-section .flexer .column.justify-center {
  text-align: center;
  justify-content: center;
}
.site-section .flexer .column.justify-center img {
  margin: 0 auto;
}

.tabel-column h4 {
  margin: 14px 0;
}
.tabel-column .item-list {
  margin-bottom: 14px;
}
.tabel-column .table-bottom {
  padding-top: 14px;
}
.table-section {
  padding-bottom: 20px;
}
#header .flexer .column:nth-of-type(1) {
  flex-basis: 27%;
}
  
#header .flexer .column:nth-of-type(2) {
  flex-basis: 43%;
}
#header .flexer .column:nth-of-type(3) {
  flex-basis: 30%;
}
#header .flexer .column:nth-of-type(3) .agora-button {
  margin-right: 4px;
}
#header .flexer .column:nth-of-type(3) .agora-button > i {
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid rgba(230,230,230,0.2);
  height: 80%;
  align-self: center;
  display: inline-flex;
  align-items: center;
}
.user-element {
  font-size: 13px;
  padding-right: 4px;
  border-right: 1px solid rgba(230,230,230,0.2);
}
.user-el {
  width: 38px;
  height: 38px;
  line-height: 38px;
  align-items: center;
}
.user-el.action-login {
  background: transparent;
  color: var(--white);
  display: inline-flex;
  white-space: nowrap;
  font-size: 13px;
  width: auto;
  padding: 0 6px;
}
.user-el.action-login > i {
  margin-right: 6px;
}
.user-search {
  margin-right: 0;
  margin-left: 6px;
}
#header .container {
  padding-right: 8px;
}
.user-login {
  z-index: 101;
}
body.overlay-shown .ag-modal-backdrop {
  z-index: 9;
}
#small-logo {
    display: none;
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tab-container .tab-items span {
    padding: 0 14px;
  }
  .product-grid {
    flex-wrap: wrap;
  }
  .product-grid article {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .shop-block .block-title {
    width: 50%;
    left: 25%;
  }
  .grid-view {
    flex-wrap: wrap;
  }
  .grid-view article {
    flex: 0 0 50%;
    margin-bottom: 14px;
  }
  .single-post,
  .post-header,
  .post-content {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.36rem;
  }
  h2 {
    font-size: 1.24rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1.05rem;
  }
  h5 {
    font-size: 1.02rem;
  }
  .shop-cart .cart-items {
    right: -12px;
  }
  .hidden-xs {
    display: none;
  }
  body.menu-is-shown #main {
    -webkit-filter: blur(1px);
  }
  .header-place {
    height: 71px;
  }
  #header > .container {
    flex-direction: row;
    padding: 12px 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  #header .flexer .column:nth-of-type(3) {
    flex: 0 0 calc(100% - 170px);
  }
  #header .flexer .column:nth-of-type(1) {
    flex: 0 0 170px;
  }
  #header .flexer .column:nth-of-type(2) {
    position: relative;
  }
  #header .menu-trigger {
    margin-right: 18px;
  }
  #header .menu-close {
    top: 6px;
    background: var(--darkRed);
  }
  .user-name {
    display: none;
  }
  .mega-topics {
    display: none;
  }
  .user-login {
    left: 15px;
    width: auto;
    right: 15px;
    transform: translateX(0);
    top: 15%;
  }
  .login-content {
    flex-direction: column;
  }
  .login-content .social-login {
    padding-left: 0;
    border-left: 0 none;
  }
  .login-content input {
    width: 100%;
  }
  #header form.header-search.shown {
    position: absolute;
    top: 100%;
    max-width: none;
    margin-top: 29px;
    z-index: 5;
  }
  #header form.header-search.shown input[type='text'] {
    font-size: 16px;
    box-shadow: none;
    height: 38px;
    line-height: 36px;
  }
  #header form.header-search.shown button {
    height: 38px;
    line-height: 38px;
  }
  .main-menu-topics {
    display: flex;
  }
  .main-menu {
    padding-top: 16px;
  }
  .main-mosaic {
    flex-direction: column;
  }
  .main-mosaic .entry-excerpt {
    display: none;
  }
  .main-mosaic .main-article {
    margin-bottom: 14px;
    padding-right: 0;
  }
  .main-mosaic .main-article::after {
    display: none;
  }
  .main-mosaic .secondary-articles {
    margin-bottom: 14px;
  }
  .main-mosaic .secondary-articles .entry-meta li {
    margin-right: 5px;
  }
  .grid-view {
    flex-wrap: wrap;
  }
  .grid-view article {
    flex: 0 0 50%;
    margin-bottom: 14px;
  }
  .group-banner {
    display: flex;
    padding: 14px;
    height: auto;
  }
  .group-banner .flexer {
    flex-direction: column;
  }
  .group-banner .the-icon svg {
    width: 32px;
    height: auto;
    position: absolute;
    margin-top: 16px;
  }
  .group-banner .the-image img {
    display: none;
  }
  .group-banner .the-content h3 {
    font-size: 1.1em;
    margin-top: 0;
    margin-left: 40px;
  }
  .group-banner .the-content p {
    font-size: 14px;
  }
  .group-banner .the-content form {
    display: flex;
  }
  .group-banner .the-content form input[type='text'],
  .group-banner .the-content form input[type='email'] {
    flex: 1;
  }
  .grid-view.numbered article {
    flex: 0 0 100%;
  }
  .grid-view.numbered figure {
    display: none;
  }
  .grid-view.numbered.list-view figure {
    display: block;
  }
  .grid-view:not(.numbered) .entry-meta {
    flex-direction: column;
  }
  .grid-view:not(.numbered) .entry-meta li {
    margin-right: auto;
  }
  .grid-view:not(.numbered) .entry-meta li:last-child {
    margin-top: 4px;
    margin-right: auto;
  }
  .widget {
    margin: 20px 0;
  }
  .widget.basic {
    padding: 20px 0;
    margin: 0;
  }
  .sidebared {
    flex-direction: column;
  }
  .sidebared .side-content {
    margin-right: 0;
  }
  .sidebared .side-sidebar {
    flex: 1;
    margin-top: 20px;
  }
  article.is-advertorial {
    padding-bottom: 28px;
  }
  article.is-advertorial .advertorial-badge {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .list-view {
  }
  .list-view article {
    flex-direction: row;
  }
  .list-view article header .title {
    font-size: 1.05rem;
    line-height: 1.2;
  }
  .list-view article figure {
    margin-bottom: 8px;
    margin-right: 8px;
    margin-top: 28px;
    flex: 0 0 120px;
  }
  .grid-view.numbered.list-view article figure {
      margin-bottom: 8px;
        margin-right: 8px;
        margin-top: 13px;
        flex: 0 0 120px;
  }
  .list-view article header .title {
    font-size: 15px;
  }
  .list-view .entry-topic {
    top: 0;
    bottom: auto;
  }
  .tab-container .tab-items span {
    padding: 0 7px;
    font-size: 13px;
  }
  .footer-menu-container,
  .footer-apps-social {
    flex: 0 0 100%;
  }
  .footer-apps-social {
    padding: 0;
  }
  #colophon {
    padding: 30px 0;
  }
  #colophon > .container > .flexer {
    flex-direction: column;
  }
  .footer-menu-container > div.menu-column {
    flex: 0 0 50%;
    margin: 0;
  }
  .footer-menu-container > div.menu-column:nth-of-type(4),
  .footer-menu-container > div.menu-column:nth-of-type(5),
  .footer-menu-container > div.menu-column:nth-of-type(6) {
    margin: 0;
  }
  .footer-menu-container > div.menu-column:nth-of-type(3),
  .footer-menu-container > div.menu-column:nth-of-type(4),
  .footer-menu-container > div.menu-column:nth-of-type(5),
  .footer-menu-container > div.menu-column:nth-of-type(6) {
    margin-top: 14px;
  }
  .single-post,
  .post-header,
  .post-content {
    width: auto;
    float: none;
    max-width: 100%;
  }
  .bottom-article-donate ul li a {
    font-size: 15px;
  }
  .footer-apps-social form {
    display: flex;
    margin-bottom: 12px;
  }
  .single-post {
    margin-bottom: 14px;
  }
  .app-downloads {
    justify-content: center;
  }
  .app-downloads img {
    margin-bottom: 8px;
    height: 38px;
  }
  .post-meta li {
    margin-right: 7px;
  }

  #colophon form input[type='text'],
  #colophon form input[type='email'] {
    flex: 1;
    margin-right: -6px;
  }
  .copyright-text span {
    font-size: 11px;
    float: none;
    padding-top: 10px;
    display: block;
  }
  body.menu-is-shown .ag-modal-backdrop {
    z-index: 3;
    width: 100%;
    opacity: 1;
  }
  .product-grid {
    flex-wrap: wrap;
  }
  .product-grid article {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .shop-block {
    padding-bottom: 0;
  }
  .shop-block .block-title {
    width: 60%;
    left: 20%;
  }
  .breaking-band img {
    flex: 0 0 70px;
    margin-top: 8px;
  }
  .breaking-band a.flexer {
    font-size: 14px;
    flex-direction: row;
    align-items: flex-start;
  }
  .wide-post.cards-post .post-content {
    flex-direction: column;
  }
  .single-post .side-content {
    width: auto;
  }
  .wide-post.cards-post .post-content {
    margin: 0;
    width: auto;
  }
  .wide-post.cards-post .sidebared .side-content {
    margin: 0;
  }
  .cards-cuprins {
    position: fixed;
    bottom: -259px;
    left: 15px;
    right: 15px;
    z-index: 10;
    box-shadow: 0 0 10px 2px rgba(10, 10, 10, 0.15);
    height: 300px;
    overflow-y: hidden;
    padding-top: 40px;
  }
  .cards-cuprins.shown {
    bottom: 0;
  }
  .cards-cuprins.shown ol {
    overflow-y: auto;
    position: relative;
    height: 100%;
  }
  .cards-cuprins .inline-head {
    position: absolute;
    top: 0;
    padding-top: 13px;
    left: 0;
    right: 0;
  }
  .cards-cuprins:not(.shown) {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.55);
    border: 0 none;
  }
  .cards-cuprins:not(.shown) .inline-head {
    padding-top: 15px;
    padding-left: 18px;
    background: var(--red);
    color: var(--white);
    height: 40px;
    left: -18px;
  }
  .cards-cuprins .inline-head::after {
    content: '\e809';
    font-family: 'agoraicons';
    float: right;
    margin-right: 18px;
  }
  .cards-cuprins.shown .inline-head::after {
    content: '\e808';
  }
  .table-section {
    flex-direction: column;
    padding: 0;
    border: 0 none;
    margin-top: 30px;
  }
  .table-section .tabel-column {
    padding-bottom: 20px;
    border: 1px solid var(--ultraLightGrey);
    border-radius: 3px;
  }
  .table-section .tabel-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .tabel-column.chosen {
    margin-top: 40px;
  }
  .tabel-column.chosen::before {
    top: -10px;
    bottom: -10px;
  }
  .tabel-column.chosen .recommended {
    top: -40px;
  }
  .top-quote {
    flex-direction: column;
  }
  .top-quote blockquote {
    font-size: 18px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-left: 50px;
    margin-top: 0;
  }
  .top-quote blockquote i.icon-quote {
    top: 0;
  }
  .block-announce p {
    font-size: 22px;
  }
  .choice-pill .pill-option {
    padding: 8px 20px;
    font-size: 18px;
  }
  .agora-toggle.open .agora-toggle-head {
    padding-bottom: 5px;
  }
}






@media screen and (max-width: 767px) {
  #header .flexer .column:nth-of-type(1) {
    flex: 0 0 60px;
  }
  #header .menu-trigger {
    margin-right: 8px;
  }
  #header .flexer .column:nth-of-type(2) {
    flex: 0 0 1px;
  }
  #header .flexer .column:nth-of-type(3) {
    flex: 0 0 calc(100% - 60px);
  }
  #header .flexer .column:nth-of-type(3) .agora-button {
    display: inline-flex;
  }
  #big-logo {
    display: none;
  }
  #small-logo {
      display: block;
      height: 34px;
  }
  #header .flexer .column:nth-of-type(3) .agora-button > i {
    margin-right: 5px;
    padding: 0;
    border: 0 none;
  }
  #header > .container {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .user-search {
    margin: 0;
    padding: 0;
    border: 0 none;
    display: inline-flex;
    width: 32px;
    height: 38px;
    align-items: center;
  }
  .user-element {
    border: 0 none;
  }
  .user-el.action-login,
  .user-el.action-login:hover {
    font-size: 14px;
    background: rgba(255,255,255,0.23);
    color: var(--white);
  }
  .site-section .flexer {
    flex-direction: column;
  }
  .team .team-member {
    flex-basis: 50%;
  }
  .profile-page {
    display: flex;
    flex-direction: column;
  }
  .profile-page .column:first-child {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .profile-page .column:last-child {
    flex-basis: 100%;
    padding-left: 0;
  }
  .subiect-listat .subiect-listat-header span {
    margin-right: 14px;
  }

  .user-actions-block {
    flex-direction: column;
  }
  .user-actions-block .column:first-child,
  .user-actions-block .column:last-child {
    padding: 0;
    min-height: 0;
    flex-basis: 100%;
    width: 100%;
  }
  .user-actions-block .column:last-child .content-area {
    width: 100%;
    padding: 30px;
  }
  .user-actions-block .column:last-child .image-area {
    display: none;
  }
  .icon-boxes {
    flex-direction: column;
  }
  .icon-boxes .icon-box {
    flex-direction: row;
    padding: 14px 14px 14px 30px;
    border: 1px solid var(--ultraLightGrey);
  }
  .icon-boxes .icon-box i {
    font-size: 32px;
  }
  .icon-boxes .icon-box p {
    flex: 1;
    margin: 0;
    margin-left: 20px;
  }
  .icon-boxes .icon-box:not(:last-child) {
    border-right: 1px solid var(--ultraLightGrey);
    border-bottom: 0 none;
  }
  .icon-boxes .icon-box:before {
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) translateX(0);
  }
  .tabel-column .item-list,
  .tabel-column .subtable-details,
  .limited-warning{
    display: none;
  }
  .tabel-column .item-list {
    margin-top: 14px;
    margin-bottom: 0;
  }
  
  .table-section .tabel-column {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 14px;
    border: 1px solid var(--red) !important;
  }
  .tabel-column.chosen .recommended {
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    top: -20px !important;
    left: -1px !important;
    transform: translate(0,0) !important;
    padding: 0 8px;
  }
  .tabel-column.chosen {
    margin-top: 20px !important;
  }
  .table-section .tabel-column:not(:last-child) {
    margin-bottom: 14px !important;
  }
  .tabel-column.chosen::before {
    display: none;
  }
  .tabel-column h4 {
    flex-basis: 70%;
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 1.3rem;
    text-align: left;
  }
  .tabel-column h4::after {
    content: '\e808';
    font-family: 'agoraicons';
    color: var(--black);
    margin-left: 8px;
  }
  .tabel-column .item-price {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0 none;
    flex-basis: 30%;
  }
  .tabel-column .table-bottom {
    flex-basis: 100%;
    padding-top: 10px;
    display: none;
    text-align: center;
    border: 0 none;
  }
  .tabel-column .table-bottom .agora-button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .tabel-column strong {
    font-size: 0.8rem;
    color: var(--meta);
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    flex-basis:70%;
  }
  .tabel-column.chosen {
    margin-top: 20px;
  }
  .faq-title {
    margin-top: 20px;
  }
  .fake-main-tabs {
    text-align: left;
  }
  .fake-main-tabs a {
    font-size: 0.94rem;
  }
  .fake-main-tabs a:not(:last-child) {
    margin-right: 12px;
  }
  .option-preheader {
    margin-top: 14px;
  }
  .sustine-agora-inner {
    padding: 16px;
  }
  .sustine-agora-inner mark {
    display: inline-block;
  }
  .sustine-agora-inner h3 {
    margin-bottom: 8px;
  }
  .sustine-agora-inner p {
    margin-top: 8px;
    text-align: center;
  }
  .sustine-agora-actions .agora-button:not(:last-child) {
    margin-right: 0;
  }
  
}
.display-none {
    display: none;
}
.save-article{
    cursor:pointer;
}

    /*  User cookie  */
.cookie-notify {
    width: 88%;
    left: 6%;
    background: var(--white);
    color: var(--black);
    padding: 12px;
    font-size: 12px;
    border-radius: 3px;
    position: fixed;
    bottom: 0;
    font-family: var(--titleFont);
    display:none;
    z-index: 100;
}
.cookie-notify.shown {
  display: block;
}
.cookie-header {
  border-bottom: 1px solid var(--ultraLightGrey);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.cookie-header .icon-shout {
  color: var(--red);
  margin-right: 4px;
}
.cookie-header .icon-close {
  position: absolute;
  top: 25px;
  right: 24px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.cookie-header .icon-close:hover {
  color: var(--red);
}
.cookie-content {
  display: flex;
}
.cookie-content form {
  flex-basis: 60%;
}
/*    */
.saved_article-notify {
      width: 530px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    color: var(--black);
    padding: 24px;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    font-family: var(--titleFont);
    display: none;
    z-index: 100;
}
.saved_article-notify.shown {
  display: block;
}
.saved_article-header {
  border-bottom: 1px solid var(--ultraLightGrey);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.saved_article-header .icon-shout {
  color: var(--red);
  margin-right: 4px;
}
.saved_article-header .icon-close {
  position: absolute;
  top: 25px;
  right: 24px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.saved_article-header .icon-close:hover {
  color: var(--red);
}
.saved_article-content {
  display: flex;
}
.saved_article-content form {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
   .cookie-notify {
        left: 15px;
        width: auto;
        right: 15px;
        transform: translateX(0);
    }
    .saved_article-notify {
        left: 15px;
        width: auto;
        right: 15px;
        transform: translateX(0);
        top: 15%;
    }
    .text-center2 {
        text-align: center;
    }
}
@media screen and (max-width: 380px) {
.agora-button, button[type="submit"], input[type="submit"], input[type="button"], button[type="submit"] {
      padding: 0 2px;
  }
  .login-text {
      padding: 0 5px 0 0px;
  }
  #header .flexer .column:nth-of-type(3) .agora-button > i {
    margin-right: 0.1rem;      
  }
}
.unavailable li ,.unavailable {
    color: grey;
}
.unavailable.agora-button {
    background-color: grey;
    cursor: default;
    color: #fff;
}
#crt_btn {
    color: #af1216;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.hide-article {
    display:none;
}

.grid-view.numbered.list-view figure{
        position: relative;
    line-height: 0;
    flex: none;
    margin: 0;
}
@media screen and (max-width:960px) {
    .wide-post.cards-post .post-content, .wide-post.cards-post .post-header, .wide-post.single-post.cards-post > figure {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .grid-view.numbered.list-view header {
        padding-left: 0;
    }
    .grid-view.numbered.list-view header .the-number{
        display:none;
    }
}
.iframe-container{overflow:hidden;padding-top:56.25%;position:relative}.iframe-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.iframe-container-4x3{padding-top:75%}.single-post figure{clear:both}.facebook-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.facebook-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}

/* New adds of subscribe div after article v2 */
.cometous {
    font-family: inherit;
}
.cometous h5 {
    text-align: center;
    color: var(--red);
    text-transform: uppercase;
}
.divheader {
    text-align: center;
    background: var(--red);
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    padding: 20px;
}
.divheader a {
    color: var(--white);
}
.cometous article {
    text-align: center;
    border: 2px solid var(--red);
    padding: 20px 0;
}
.cometoushref {
    font-size: 1rem;
    color: var(--black);
    line-height: 1.5;
}
.cometoushref:hover {
    color: var(--red);
}



/*LiveText*/


.livetext {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  flex-wrap: wrap;
}
.livetext.agora-block {
  padding: 14px 18px;
  margin-bottom: 24px;
  border: 1px solid var(--red);
  box-shadow: 0 0 0 4px rgb(247 105 105 / 20%);
}
.livetext .section-title {
  flex: 1 1 100%;
  display: flex;
  color: var(--red);
}
.livetext .section-title svg {
  margin-right: 4px;
}
.livetext .main-livetext-image {
  flex: 0 1 50%;
}
.livetext .main-livetext-image article h2 {
  font-size: 1.4rem;
  margin: 14px 0 8px 0;
}
.livetext .main-livetext-image article .entry-excerpt {
  font-size: 0.9rem;
  margin-top: 0;
  color: var(--darkGrey);
  font-family: var(--titleFont);
}
.livetext .timeline {
  display: flex;
  flex: 0 1 50%;
  justify-content: center;
  flex-direction: column;
}
.timeline article {
  display: flex;
  padding-left: 24px;
  margin-left: 24px;
  padding-bottom: 30px;
  flex-direction: column;
  position: relative;
}
.timeline article .entry-meta {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.timeline article .entry-meta [class*="entry-meta"] > i {
  display: none;
}
.timeline article .entry-meta .entry-meta-hour {
  font-size: 0.88rem;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 8px;
}
.timeline article .entry-meta .entry-meta-date {
  font-size: 12px;
}
.timeline article .title,
.timeline article:hover .title {
  font-size: 1.08rem;
  color: var(--black);
  margin: 8px 0 10px 0;
}
.timeline article .title a {
  color: var(--black);
  display: block;
}
.timeline article .title:hover a {
  color: var(--red);
}
.timeline article .entry-excerpt {
  color: var(--darkGrey);
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 14px;
}
.timeline article .entry-meta-secondary {
  display: flex;
  flex-direction: row;
  font-family: var(--titleFont);
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  align-items: center;
}
.timeline article .entry-meta-secondary .entry-meta-author img {
  width: 32px;
  height: auto;
  border-radius: 50%;
  margin-right: 6px;
}
.timeline article .entry-meta-secondary .entry-meta-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--meta);
}
.timeline article .entry-meta-secondary .entry-meta-sharing {
  margin-left: auto;
}
.timeline article .entry-meta-secondary .entry-meta-sharing > a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #3b5998;
  border-radius: 50%;
  color: #3b5998;
}
.timeline article .entry-meta-secondary .entry-meta-sharing > a:hover {
  background: #3b5998;
  color: #ffffff;
}
.timeline article::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ultraLightGrey);
}
.timeline article::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--red);
}
.timeline article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.timeline article:last-of-type::before {
  display: none;
}
.timeline .read-more {
  display: inline-flex;
  font-family: var(--titleFont);
  height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  margin: 18px auto 12px auto;
  border: 1px solid var(--red);
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  transition: .15s background-color ease, .15s color ease;
}
.timeline .read-more:hover {
  background: var(--red);
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .livetext {
    flex-direction: column;
  }
  .livetext .main-livetext-image,
  .livetext .timeline {
    flex: 1 1 100%;
  }
  .timeline article {
    margin-left: 0;
  }
}


/* New juridic design */
.text-center {
    text-align: center;
}

.juridic-box {
    justify-content : center;
    
}
.jurbtn{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 3px;
    color: var(--meta);
    text-transform: uppercase;
    font-family: var(--titleFont);
    padding: 0 10px;
    outline: none;
    border: 1px solid var(--ultraLightGrey);
    cursor: pointer;
    display: inline-block;
    transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
    font-weight: 600;
    flex-wrap: wrap;
    background: var(--white);
}
.jurbtn2 {
    background: var(--red);
    border: 0 none;
    color: var(--white);
    text-transform: none;
    padding: 0 45px;
}
.secondbox {
    border: 1px solid var(--ultraLightGrey);
    padding: 0 40px;
    width: 50em;
}
#paragraph-juridic {
    font-weight: 600;
}
.jur_choice button {
    margin: 3px;
}
.jcolumn p {
    margin: 0 20px;
}
.jurbtn.active {
    color: var(--black);
    border-color: var(--red);
}
.jcolumn select {
        width: 100%;
        background: var(--almostWhite);
border: none;
color: var(--darkOverlay90);
    }
@media screen and (max-width: 767px) {
    .jur_choice button {
        width: 100%;
    }
    .jcolumn {
        flex-flow: row wrap;
    }
    .jcolumn p{
       flex: 1 1 100%;
       margin: 0;
    }
    .jcolumn input, .jcolumn textarea {
        width: 100%;
    }
    .secondbox {
        padding: 0;
        width: 100%;
    }
}






/*** New Contributors Styles */

.block-border-bottom {
  border-bottom: 1px solid var(--ultraLightGrey);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.block-border-top {
  border-top: 1px solid var(--ultraLightGrey);
  padding-top: 30px;
  margin-top: 30px;
}
.bordered {
  border: 1px solid var(--ultraLightGrey);
}
.backgrounded {
  background: var(--almostWhite);
}
.text-center {
  text-align: center;
}
.flex-1 > div {
  flex-basis: 100%;
}
.flex-2 > div {
  flex-basis: 50%;
}
.flex-3 > div {
  flex-basis: 33.333%;
}
.flex-4 > div {
  flex-basis: 25%;
}
.flex-5 > div {
  flex-basis: 20%;
}
.flex-6 > div {
  flex-basis: 16.6667%;
}
.flex-8 > div {
  flex-basis: 12.5%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .flex-tablet-1 > div {
    flex-basis: 100%;
  }
  .flex-tablet-2 > div {
    flex-basis: 50%;
  }
  .flex-tablet-3 > div {
    flex-basis: 33.333%;
  }
  .flex-tablet-4 > div {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 767px) {
  .flex-mobile-1 > div {
    flex-basis: 100%;
  }
  .flex-mobile-2 > div {
    flex-basis: 50%;
  }
  .flex-mobile-3 > div {
    flex-basis: 33.333%;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-5 {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .agora-block-half-description {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.person-block {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  display: inline-flex;
  text-align: center;
  font-family: var(--titleFont);
  margin-bottom: 30px;
  padding: 5px;
}
.person-block img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}
.person-block span {
  color: var(--meta);
  font-size: 16px;
  padding-top: 3px;
  min-height: 70px;
}


/* Proiecte de autor style */

.topic-details figure {
  display: flex;
  flex-direction: column;
}
.topic-details figure > img {
  margin-bottom: 8px;
  line-height: 0;
}
.topic-details figure figcaption {
  font-style: normal;
  color: var(--black);
  font-family: var(--titleFont);
}
.topic-details figure figcaption h1 {
  margin: 4px 0 12px 0;
  line-height: 1.05;
}
.topic-details .topic-meta .author {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.topic-details .topic-meta .author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.topic-details .topic-meta .author-details {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding-left: 8px;
}
.topic-details .topic-meta .author-details span {
  color: var(--meta);
}
.topic-details .topic-meta .topic-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.topic-details .topic-meta .topic-actions > *:not(:last-child) {
  margin-right: 8px;
}
.topic-details .topic-content {
  font-family: var(--bodyFont);
  font-size: 1.08rem;
  line-height: 1.6;
}

.related-topics > .flexer {
  align-items: center;
}
.related-topics > .flexer > *:nth-of-type(1) {
  flex: 1;
}
.related-topics > .flexer select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: right .9em center;
  padding-right: 1em;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="292.362" height="292.362"><path  fill="grey" d="M286.935 69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952 0-9.233 1.807-12.85 5.424C1.807 72.998 0 77.279 0 82.228c0 4.948 1.807 9.229 5.424 12.847l127.907 127.907c3.621 3.617 7.902 5.428 12.85 5.428s9.233-1.811 12.847-5.428L286.935 95.074c3.613-3.617 5.427-7.898 5.427-12.847 0-4.948-1.814-9.229-5.427-12.85z"/></svg>');
  height: 38px;
  display: inline-flex;
  padding: 0 26px 0 14px;
  border-radius: 4px;
  font-family: var(--titleFont);
  font-size: 0.8rem;
  border: 1px solid var(--ultraLightGrey);
  color: var(--meta);
}
.related-topics > .flexer select::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  border-top: 5px solid var(--meta);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media screen and (max-width: 767px) {
  .topic-details .topic-meta,
  .related-topics > .flexer {
    flex-direction: column;
  }
  .topic-details .topic-meta .topic-actions {
    margin-left: 0;
    margin-top: 12px;
  }
  .related-topics > .flexer {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .related-topics > .flexer > *:nth-of-type(1) {
    flex: auto;
  }
}

.item-modal {
  width: 800px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  color: var(--black);
  padding: 24px;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  font-family: var(--titleFont);
  display: none;
  z-index: 10;
  max-width: calc(100% - 20px);
  padding-top: 16px;
}
.item-modal.shown {
  display: block;
}
.item-modal > i.icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.item-modal > i.icon-close:hover {
  color: var(--red);
}

@media screen and (max-width: 767px) {
  .item-modal {
    padding-top: 42px;
  }
  .item-modal > i.icon-close {
    top: 12px;
    right: 12px;
  }
}
.flex-column {
  flex-direction: column;
}
.subscribe-notification-form {
  align-items: center;
  margin: 40px 0;
}
.subscribe-notification-form .icon-container {
  min-width: 260px;
  justify-content: center;
  text-align: center;
}
.subscribe-notification-form form {
  flex: 1;
}
.subscribe-notification-form input[type="text"],
.subscribe-notification-form input[type="email"] {
  width: 300px;
  max-width: 100%;
  margin-bottom: 8px;
}
.subscribe-notification-form h3 {
  margin: 0 0 16px 0;
}
.subscribe-notification-form h3 strong {
  color: var(--red);
}
@media screen and (max-width: 767px) {
  .subscribe-notification-form {
    flex-direction: column;
    margin: 0;
  }
  .subscribe-notification-form .icon-container {
    display: none;
  }
}


.agora-button > i {
  margin-right: .3em;
}
/* End proeicte de autor style */

.post-content table, .post-content td, .post-content tr {
    border: 1px solid black;
}
.post-content table {
    width: 100%;
}

.emisiuni {
    box-shadow: 5px 5px #f8f8f8;
    margin-right: 14px;
    border: 1px solid #f8f8f8;
    flex-basis: 30.9% !important;
}

#authors_page_side {
    flex: 0 0 290px;
}
.authors_page_side_right {
    margin-left: 30px;
    margin-right: 0 !important;
}
@media screen and (max-width: 768px){
    #authors_page_side {
        flex: 1;
    }
    .authors_page_side_right {
        margin: 0;
    }
    .emisiuni {
        flex-basis: 29.2% !important;
    }
    .show_project_articles {
        flex-direction: column;
    }
    .show_project_articles > .emisiuni {
        margin-bottom: 20px;
    }
}
.event-band {
    background-image: none;
    background: none;
}
.hidden {
    display: none !important;
}