.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

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

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

.content__news__category {
  margin: 0 0 3em; }

.content__news__list,
.content__news__archive {
  padding: 0;
  margin: 0 -.5em;
  list-style: none; }

.content__news__list li,
.content__news__archive__item {
  display: block;
  position: relative;
  padding: 0 .5em;
  margin: 0 0 1em; }

@media all and (min-width: 769px) {
  .content__news__list--2 li,
  .content__news__list--3 li,
  .content__news__list--4 li,
  .content__news__archive__item {
    width: 50%;
    float: left; } }

@media all and (min-width: 1025px) {
  .content__news__list--3 li,
  .content__news__list--4 li,
  .content__news__archive__item {
    width: 33.33%; } }

@media all and (min-width: 1301px) {
  .content__news__list--4 li {
    width: 25%; } }

.content__news__list__item__img {
  position: relative; }
  .content__news__list__item__img a {
    width: 100%;
    padding-bottom: 40%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #000; }
  .content__news__list__item__img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .5s, -webkit-transform 1s;
    transition: opacity .5s, -webkit-transform 1s;
    -o-transition: opacity .5s, transform 1s;
    transition: opacity .5s, transform 1s;
    transition: opacity .5s, transform 1s, -webkit-transform 1s; }
  .content__news__list__item__img a:hover img, .content__news__list__item__img a:focus img {
    opacity: .9;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.content__news__list__item--priority_1 .content__news__list__item__info__date:before,
.content__news__list__item--priority_2 .content__news__list__item__info__date:before {
  content: '\f08d';
  margin-right: .5em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  text-align: center;
  color: #FFA100;
  z-index: 9; }

.content__news__list__item--priority_2 .content__news__list__item__info__date:before {
  content: '\f071';
  color: #EE4646; }

.content__news__feed {
  clear: both; }

.content__news__img img {
  width: 100%; }

.content__news__intro {
  clear: both; }

.content__news__archive__year {
  padding: 0 .5em;
  clear: both;
  overflow: hidden; }

.content__news__archive__item {
  margin-bottom: .5em; }

.content__news__archive__item__link {
  display: block;
  padding: .5em 1em;
  text-decoration: none; }

.content__news__archive__item__link .ui_icon {
  height: auto;
  float: right;
  line-height: inherit; }

.content__news__more__stories {
  text-align: center;
  clear: both; }
