/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
/*===================================
=            Search form            =
===================================*/
.search_form {
  width: 390px;
  height: 50px;
  padding-left: 40px;
  float: right;
}
.search_form::after {
  clear: both;
  content: "";
  display: table;
}

.search_button {
  width: 50px;
  height: 100%;
  background-color: #1e273d;
  border-radius: 0;
  border: none;
  padding: 2px;
  float: left;
  cursor: pointer;
}
.search_button svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
body.yellow:not(.reader-mode) .search_button svg {
  fill: var(--yellow);
}
body.yellow:not(.reader-mode) .search_button {
  background-color: var(--black);
  border: 1px solid var(--yellow);
}

@media screen and (max-width: 767px) {
  .search_button {
    width: 40px;
  }
}
.search_input {
  width: calc(100% - 50px);
  height: 100%;
  float: left;
  background-color: #EBEBEB;
  padding: 5px 30px;
  border: none;
  border-radius: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #1e273d;
}
.search_input::-webkit-input-placeholder {
  color: #868686;
  opacity: 1;
}
.search_input::-moz-placeholder {
  color: #868686;
  opacity: 1;
}
.search_input:-moz-placeholder {
  color: #868686;
  opacity: 1;
}
.search_input:-ms-input-placeholder {
  color: #868686;
  opacity: 1;
}
body.yellow:not(.reader-mode) .search_input {
  background-color: var(--yellow);
  color: var(--black);
}
body.yellow:not(.reader-mode) .search_input::-webkit-input-placeholder {
  color: var(--black);
}
body.yellow:not(.reader-mode) .search_input::-moz-placeholder {
  color: var(--black);
}
body.yellow:not(.reader-mode) .search_input:-moz-placeholder {
  color: var(--black);
}
body.yellow:not(.reader-mode) .search_input:-ms-input-placeholder {
  color: var(--black);
}

@media screen and (max-width: 1024px) {
  .search_form_wrap {
    float: left;
    width: 100%;
    padding-top: 34px;
  }
  .search_form_wrap .search_form {
    width: 43%;
    height: 40px;
    padding-left: 0;
  }
  .search_form_wrap .search_button svg {
    width: 20px;
    height: 20px;
  }
  .search_form_wrap .title {
    float: left;
    width: calc(50% - 15px);
    height: 40px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    position: relative;
    padding-top: 11px;
  }
  .search_form_wrap .title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #1e273d;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .search_form_wrap {
    padding-top: 10px;
  }
  .search_form_wrap .search_form {
    padding-left: 0;
    width: 280px;
    max-width: 100%;
    float: none;
    margin: auto;
  }
}
/*=====  End of Search form  ======*/
/*========================================
=            News archive top            =
========================================*/
body.yellow:not(.reader-mode) .news_top {
  background-color: var(--black);
  color: var(--yellow);
}
.news_top .wrap {
  padding: 35px 0 15px;
}
.news_top .wrap::after {
  clear: both;
  content: "";
  display: table;
}
.news_top .title_2line {
  float: left;
  width: calc(100% - 390px);
}
.news_top .desc {
  float: left;
  width: 100%;
  font-weight: 300;
  padding-top: 55px;
}
.news_top.w100 .title_2line {
  float: left;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news_top .wrap {
    padding: 15px 0 15px;
  }
  .news_top .wrap::after {
    clear: both;
    content: "";
    display: table;
  }
  .news_top .wrap .article_form_only {
    display: none;
  }
  .news_top .title_2line {
    width: 100%;
  }
  .news_top .desc {
    font-size: 0.875rem;
    padding-top: 26px;
  }
  .news_page_top_only .search_form_wrap .title::before {
    background-color: #8ECC09;
  }
}
@media screen and (max-width: 767px) {
  .news_page_top_only .title_2line .t2 {
    padding-left: 37px;
  }
}
/*=====  End of News archive top  ======*/
/*=========================================
=            News archive wrap            =
=========================================*/
.news_cont_wrap {
  padding: 18px 0;
}
body.yellow:not(.reader-mode) .news_cont_wrap {
  background-color: var(--black);
}
.news_cont_wrap .row {
  overflow: hidden;
}
.news_cont_wrap .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  margin: 0 -27px;
}
.news_cont_wrap .pagination {
  color: #1e273d;
  font-size: 1.0625rem;
  font-weight: 400;
  text-align: right;
  border-top: 1px solid #484848;
  padding: 6px 0 46px;
}
body.yellow:not(.reader-mode) .news_cont_wrap .pagination {
  color: var(--yellow);
}
.news_cont_wrap .pagination span {
  font-weight: 700;
  color: #8ECC09;
  padding: 10px;
}
.news_cont_wrap .pagination a {
  display: inline-block;
  padding: 10px;
}
.news_cont_wrap .pagination .last, .news_cont_wrap .pagination .first {
  display: none;
}
.news_cont_wrap .pagination .prev {
  color: transparent;
  position: relative;
}
.news_cont_wrap .pagination .prev::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-right: 5px solid #1e273d;
  border-bottom: 3px solid transparent;
}
.news_cont_wrap .pagination .next {
  color: transparent;
  position: relative;
}
.news_cont_wrap .pagination .next::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-left: 5px solid #1e273d;
  border-bottom: 3px solid transparent;
}

.not_found {
  padding: 0 27px;
}

.news_single_small {
  width: 33.33%;
  padding: 38px 27px 41px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.news_single_small::after {
  clear: both;
  content: "";
  display: table;
}
.news_single_small:nth-child(1) {
  position: relative;
}
.news_single_small:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: #E2E2E2;
}
body.yellow:not(.reader-mode) .news_single_small:nth-child(1)::after {
  background-color: var(--yellow);
}
.news_single_small .title {
  color: #1e273d;
  font-weight: 500;
  width: 100%;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .news_single_small .title:hover {
    color: #8ECC09;
  }
}
body.yellow:not(.reader-mode) .news_single_small .title {
  color: var(--yellow);
}
.news_single_small .time {
  font-weight: 200;
  font-size: 0.8125rem;
  color: #434343;
  padding: 8px 0;
  width: 100%;
}
body.yellow:not(.reader-mode) .news_single_small .time {
  color: var(--yellow);
}
.news_single_small .desc {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #434343;
  padding: 26px 0 30px;
  width: 100%;
}
body.yellow:not(.reader-mode) .news_single_small .desc {
  color: var(--yellow);
}
.news_single_small .more {
  font-weight: 400;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #1e273d;
  position: relative;
  padding: 3px 10px 3px 0;
  margin-top: auto;
}
body.yellow:not(.reader-mode) .news_single_small .more {
  color: var(--yellow);
}
.news_single_small .more::before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #1e273d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out 0s;
}
body.yellow:not(.reader-mode) .news_single_small .more::before {
  background-color: var(--yellow);
}
.news_single_small .more span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.news_single_small .more svg, .news_single_small .more img {
  vertical-align: middle;
  width: 12px;
  height: 5px;
  fill: #1e273d;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(0);
}
@media screen and (min-width: 1025px) {
  .news_single_small .more:hover::before {
    width: 100%;
    background-color: #8ECC09;
  }
  .news_single_small .more:hover svg {
    fill: #8ECC09;
    transform: translateX(10px);
  }
}

@media screen and (max-width: 1024px) {
  .news_cont_wrap .row {
    overflow: visible;
  }
  .news_cont_wrap .pagination {
    text-align: center;
    padding-bottom: 10px;
  }
  .news_single_small {
    width: 50%;
  }
  .news_single_small:nth-child(4)::after {
    display: none;
  }
  .news_single_small.nr_1, .news_single_small.nr_3 {
    position: relative;
  }
  .news_single_small.nr_1::after, .news_single_small.nr_3::after {
    content: "";
    position: absolute;
    left: 27px;
    bottom: 0;
    width: calc(100vw - 100px);
    height: 1px;
    background-color: #E2E2E2;
  }
  .news_single_small .title {
    font-size: 1rem;
  }
  .news_single_small .desc {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .news_cont_wrap .wrap {
    margin: 0;
  }
  .not_found {
    padding: 0 20px;
  }
  .news_single_small {
    width: 100%;
    position: relative;
    padding: 20px;
  }
  .news_single_small::after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px !important;
    bottom: 0;
    width: 100% !important;
    height: 1px;
    background-color: #E2E2E2;
  }
  .news_single_small.nr_1::after, .news_single_small.nr_5::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
  }
  .news_single_small.nr_1::before, .news_single_small.nr_5::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
  }
  .news_single_small .title {
    font-size: 0.9375rem;
  }
  .news_single_small .time {
    font-size: 0.6875rem;
    padding: 15px 0;
  }
  .news_single_small .desc {
    padding: 0 0 12px;
  }
}
/*=====  End of News archive wrap  ======*/
/*=====================================
=            Archiv banner            =
=====================================*/
.news_arch_banner {
  width: 66.66%;
  padding: 40px 27px;
}
.news_arch_banner .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news_arch_banner .baner_wrap {
  padding: 48px 50px;
  min-height: 260px;
  position: relative;
}
.news_arch_banner .title_2line {
  color: #fff;
  font-size: 2.5rem;
  padding-bottom: 40px;
  position: relative;
}
.news_arch_banner .title_2line .t2 {
  padding-left: 47px;
}
.news_arch_banner .d_btn {
  background-color: #8ECC09;
  border-color: #8ECC09;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .news_arch_banner .d_btn:hover {
    background-color: #1e273d;
    border-color: #1e273d;
  }
}

@media screen and (max-width: 1024px) {
  .news_arch_banner {
    width: 100%;
  }
  .news_arch_banner .baner_wrap {
    padding: 40px 0px;
    min-height: 240px;
  }
  .news_arch_banner .bg {
    transform: scale(1.15, 1);
  }
  .news_arch_banner .title_2line {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .news_arch_banner {
    padding: 20px 0;
  }
  .news_arch_banner .baner_wrap {
    padding: 40px 20px 37px;
    min-height: 0;
  }
  .news_arch_banner .bg {
    transform: scale(1.13, 1);
  }
  .news_arch_banner .title_2line {
    font-size: 1.875rem;
    padding-bottom: 14p;
  }
  .news_arch_banner .d_btn {
    width: auto;
    padding: 2px 20px;
    height: 30px;
    font-size: 0.625rem;
  }
  .news_arch_banner .d_btn .arrow {
    position: relative;
    left: 0;
    margin-left: 8px;
    margin-bottom: 2px;
  }
}
/*=====  End of Archiv banner  ======*/
/*===================================
=            Single post            =
===================================*/
.single_post_top .title_2line {
  width: 100%;
}
.single_post_top .time {
  float: left;
  width: 100%;
  font-weight: 200;
  font-size: 0.8125rem;
  color: #434343;
  padding-top: 7px;
}
body.yellow:not(.reader-mode) .single_post_top .time {
  background-color: var(--black);
  color: var(--yellow);
}
body.yellow:not(.reader-mode) .single_post_top {
  background-color: var(--black);
  color: var(--yellow);
}

.single_post_cont {
  padding: 3px 0 75px;
}
.single_post_cont .wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  float: left;
  width: 100%;
}
body.yellow:not(.reader-mode) .single_post_cont {
  background-color: var(--black);
  color: var(--yellow);
}

.single_pc_img {
  width: 50%;
  padding: 5px 0 10px;
  position: relative;
}
.single_pc_img.left {
  float: left;
  padding-right: 20px;
}
.single_pc_img.right {
  float: right;
  padding-left: 20px;
}
.single_pc_img .img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0;
}
.single_pc_img .maska {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.single_pc_gallery {
  width: 50%;
  max-width: 100%;
  position: relative;
  padding: 5px 30px 10px;
}
.single_pc_gallery.left {
  float: left;
}
.single_pc_gallery.right {
  float: right;
}
.single_pc_gallery .img {
  height: 400px;
  overflow: hidden;
  margin: 5px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .single_pc_gallery .img:hover .bg {
    transform: scale(1.1);
  }
}
.single_pc_gallery .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.single_pc_gallery .open_modal {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.single_pc_gallery .slick-arrow {
  width: 60px;
  height: 38px;
  position: absolute;
  top: calc(50% - 30px);
  background-color: #8ECC09;
  cursor: pointer;
  z-index: 3;
  padding: 2px;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(0);
}
.single_pc_gallery .slick-arrow svg {
  fill: #fff;
  width: 12px;
  height: 9px;
}
.single_pc_gallery .slick-prev {
  left: 15px;
}
.single_pc_gallery .slick-prev svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .single_pc_gallery .slick-prev:hover {
    transform: translateX(-5px);
  }
}
.single_pc_gallery .slick-next {
  right: 15px;
}
@media screen and (min-width: 1025px) {
  .single_pc_gallery .slick-next:hover {
    transform: translateX(5px);
  }
}

.single_pc_files .icon_wrap {
  width: 24px;
  color: #1e273d;
  font-size: 0.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out 0s;
}
.single_pc_files .icon_wrap .t {
  padding-top: 2px;
}
body.yellow:not(.reader-mode) .single_pc_files .icon_wrap svg polygon {
  fill: var(--yellow);
}
body.yellow:not(.reader-mode) .single_pc_files .icon_wrap .t {
  color: var(--yellow);
}
.single_pc_files .icon {
  fill: #1e273d;
  width: 20px;
  height: 23px;
  transition: all 0.3s ease-in-out 0s;
}
.single_pc_files .title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  body.yellow:not(.reader-mode) .single_pc_files .title:hover {
    color: var(--yellow);
  }
}
.single_pc_files .single_file {
  display: inline-block;
  white-space: nowrap;
  width: calc(50% - 5px);
  padding: 4px 0;
}
@media screen and (min-width: 1025px) {
  .single_pc_files .single_file:hover .icon_wrap {
    color: #8ECC09;
  }
  body.yellow:not(.reader-mode) .single_pc_files .single_file:hover .icon_wrap {
    color: var(--yellow);
  }
  .single_pc_files .single_file:hover .icon {
    fill: #8ECC09;
  }
  body.yellow:not(.reader-mode) .single_pc_files .single_file:hover .icon {
    fill: var(--yellow);
  }
}

.modal-open .header, .modal-open main {
  filter: blur(4px);
}

.modal-backdrop {
  background-color: #1e273d;
  mix-blend-mode: multiply;
}
.modal-backdrop.in {
  opacity: 1;
}

.modal_gallery .modal-dialog {
  width: 100%;
  margin: 0;
}
.modal_gallery .modal-body {
  padding: 80px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100vh;
}
.modal_gallery .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: 0;
  box-shadow: 0 0 0;
}

.spc_modal_gallery {
  width: 53%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.spc_modal_gallery .slick-list, .spc_modal_gallery .slick-track {
  height: 100%;
}
.spc_modal_gallery .img_wrap {
  text-align: center;
  padding: 0 3vw;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.spc_modal_gallery .wrap {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
}
.spc_modal_gallery .arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background: none;
  border: none;
}
.spc_modal_gallery .arrow.prev {
  left: 0;
  cursor: url("../img/cursor_arrow_l.png"), auto;
}
.spc_modal_gallery .arrow.next {
  right: 0;
  cursor: url("../img/cursor_arrow_r.png"), auto;
}
.spc_modal_gallery img {
  max-width: 100%;
  max-height: 100%;
}
.spc_modal_gallery .slick-arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background: none;
  border: none;
}
.spc_modal_gallery .slick-prev {
  left: 0;
}
.spc_modal_gallery .slick-next {
  right: 0;
}

.spc_modal_close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: url("../img/cursor_x.png"), auto;
}

.spc_modal_gallery_nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  padding-right: 3.5%;
  padding-left: 0.5%;
  width: 41%;
  position: relative;
  z-index: 5;
}
.spc_modal_gallery_nav .img_wrap {
  width: 50%;
  padding: 10px;
  position: relative;
  z-index: 5;
}
.spc_modal_gallery_nav .bg_col {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
  background-color: #1e273d;
}
.spc_modal_gallery_nav .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease-in-out 0s;
  z-index: 3;
}
.spc_modal_gallery_nav .bg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 1025px) {
  .spc_modal_gallery_nav .bg:hover {
    mix-blend-mode: unset;
  }
}

@media screen and (max-width: 1024px) {
  .single_pc_gallery {
    padding-left: 45px;
    padding-right: 45px;
  }
  .single_pc_gallery .slick-arrow {
    width: 40px;
    height: 24px;
    top: calc(50% - 20px);
  }
  .single_pc_gallery .slick-prev {
    left: 30px;
  }
  .single_pc_gallery .slick-next {
    right: 30px;
  }
  .single_pc_gallery .img {
    height: 305px;
  }
  .spc_modal_gallery {
    width: 100%;
  }
  .modal_gallery .modal-body {
    padding: 5vh 50px;
  }
  .modal_gallery .slick-arrow {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .modal_gallery .slick-prev {
    background-image: url("../img/cursor_arrow_l.png");
    background-position: 15% center;
  }
  .modal_gallery .slick-next {
    background-image: url("../img/cursor_arrow_r.png");
    background-position: 84% center;
  }
  .spc_modal_close_x {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
    z-index: 40;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/cursor_x.png");
  }
  .spc_modal_gallery {
    height: 70vh;
  }
  .spc_modal_gallery_nav {
    width: 100%;
    padding: 0;
  }
  .spc_modal_gallery_nav .img_wrap {
    width: 25%;
    padding: 5px;
  }
  .spc_modal_gallery_nav .img_wrap .bg_col {
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .single_post_top .wrap {
    padding: 0 0 5px;
  }
  .single_post_top .time {
    font-size: 0.6875rem;
  }
  .single_post_cont {
    padding-bottom: 45px;
  }
  .single_pc_gallery {
    width: 100%;
    padding: 10px 40px 20px;
  }
  .modal_gallery .modal-body {
    padding: 5vh 20px;
  }
  .modal_gallery .slick-arrow {
    width: 50%;
  }
  .modal_gallery .slick-prev {
    left: -20px;
    background-position: 10% center;
    background-size: auto 15px;
  }
  .modal_gallery .slick-next {
    right: -20px;
    background-position: 89% center;
    background-size: auto 15px;
  }
  .spc_modal_close_x {
    right: 5px;
    top: 5px;
  }
  .single_pc_files .single_file {
    width: 100%;
  }
  .single_pc_files .title {
    width: calc(100% - 25px);
  }
  .single_pc_img {
    width: 100%;
  }
  .single_pc_img .left {
    padding-right: 0;
  }
  .single_pc_img .right {
    padding-left: 0;
  }
  .spc_modal_gallery_nav {
    width: 100%;
    padding: 0;
  }
  .spc_modal_gallery_nav .img_wrap {
    width: 33.33%;
  }
  .spc_modal_gallery_nav .img_wrap:nth-child(3) {
    display: none;
  }
}
/*=====  End of Single post  ======*//*# sourceMappingURL=news.css.map */