#pager-loader {
  display: none;
}

/* modal start */
#ofamodal {
  background: black;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

#ofamodal-inner {
  background: white;
  position: fixed;
  top: 110px;
  z-index: 10000;
  display: none;
  border-top: 2px solid #20a052;
  padding: 0;
}

.nofixed {
  position: absolute !important;
}

#ofamodal-body {
  background: white;
}

#ofamodal-head {
  height: 30px;
  position: relative;
  z-index:999;
}

#ofamodal-head SPAN:last-child {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M23 23L37 37M37 23L23 37' stroke='white' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='-2.70703' y='-2.70711' width='65.4142' height='65.4142' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%3E%3C/feFlood%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'%3E%3C/feColorMatrix%3E%3CfeOffset%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='12.5'%3E%3C/feGaussianBlur%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'%3E%3C/feColorMatrix%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'%3E%3C/feBlend%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'%3E%3C/feBlend%3E%3C/filter%3E%3CclipPath id='clip0'%3E%3Crect width='60' height='60' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  position: relative;
  top: 15px;
  right: 15px;
  z-index:999;
}

#ofamodal-head SPAN:first-child {
  float: left;
  font: 700 18px/50px 'Roboto';
  padding: 0 0 0 20px;
}

#modal-alert-content {
  padding: 20px;
}

#modal-alert-content HR {
  border: 0;
  border-top: 1px solid #eee;
}

#modal-alert-close {
  min-width: 400px;
  padding: 15px 20px 0 20px;
  margin: 20px -20px 0 -20px;
  border-top: 1px solid #eee;
}

#modal-content {
  padding: 20px 20px 20px 20px;
}

/* modal end */

.news-item-main__container-first-video {
  flex-direction: column;
}

.special-project-main .media-list {
	margin-top:40px;
}
.special-project-main .media-list__social {
	margin-top:0px;
	left:inherit;
	position:relative;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.special-project__materials ul li p {
  margin: auto;
}

/* news preview page */

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.preview-alert {
  color: #FFFFFF;
  background-color: #3d4c99;
  padding: 15px;
  border-radius: 20px;
  user-select: none;
  z-index: 10;
  margin-right: 10px;
}

.preview-alert__lamp {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  margin-left: 5px;
  animation: blink 1.5s infinite;
}

.preview-publish-btn {
  color: #FFFFFF;
  background-color: #3d4c99;
  padding: 15px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.preview-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.news-item-main__container-first-text p,
.news-item-main__container p,
.news-item-main__subheader,
.news-item-main__article-body {
  text-align: justify;
}

.small-logo img {
  width: 64px;
}

.footer-wrapper__top-logo img {
  width: 260px;
}
/* ====== */