

/* Start:/local/templates/University/components/bitrix/news/stgmu_news/bitrix/news.detail/.default/style.css?17005538301302*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #808080d1;
    font-size: 16px;
}

.news-detail .image {
    /* padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; */
    height: 200px;
    width: 250px;
    margin: 0 5px 5px 0;
}

.news-detail .photogallery {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.news-detail .archive_link {
    display: block;
    margin: 1rem 0;
}

.news-detail .archive_link a {
    color: #326695;
    font-weight: bold;
    font-size: 18px;
}

.news-detail .posted_date {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #80808052;
    padding: 1rem 0;
    margin: 1rem 0;
}

.news-detail img[data-action="lumos"] {
    cursor: pointer !important;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.news-detail a {
color:#00aeef;
}
div#lumos-container {
    background: #191919 !important;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/University/assets/css/lumos.css?17005538311178*/
img[data-action=lumos] {
  cursor: zoom-in; }

div#lumos-container {
  transition: all 250ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(0);
  opacity: 0;
  cursor: zoom-out; }
  div#lumos-container.visible {
    animation-name: animate-in;
    animation-duration: 250ms;
    animation-fill-mode: forwards; }
  div#lumos-container.hidden {
    animation: animate-out;
    animation-duration: 250ms;
    animation-fill-mode: forwards; }

img#lumos-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; }
  @media (min-width: 768px) {
    img#lumos-image {
      max-width: 95%;
      max-height: 95%; } }

@keyframes animate-in {
  0% {
    transform: scale(0);
    opacity: 0; }
  1% {
    transform: scale(0.9);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes animate-out {
  0% {
    transform: scale(1);
    opacity: 1; }
  99% {
    transform: scale(0.9);
    opacity: 0; }
  100% {
    transform: scale(0);
    opacity: 0; } }

/* End */
/* /local/templates/University/components/bitrix/news/stgmu_news/bitrix/news.detail/.default/style.css?17005538301302 */
/* /local/templates/University/assets/css/lumos.css?17005538311178 */
