.acropoliskids .paidia {
  color: #ff6666;
  font-family: "Mont";
  font-style: normal;
}

.acropoliskids {
  color: #000;
}

#gdpr-popup {
  background: #fff !important;
  width: 320px !important;
  padding-top: 7px !important;
  position: fixed !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999 !important;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-text {
  float: none !important;
  margin: 5px 0 !important;
  text-align: left !important;
  max-width: 100% !important;
  font-size: 13px !important;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons {
  overflow: hidden !important;
  text-align: center !important;
  padding-top: 4px !important;
  color: #000000;
  padding-bottom: 10px !important;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
  margin-top: 11px !important;
  background: #000000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  transition: 0.2s ease background !important;
}
@media (max-width: 575px) {
  #gdpr-popup {
    width: 100% !important;
  }
}

/*

modal
*/

.submenu-modal .modal-dialog {
  -webkit-transform: translate(-51%, -30%) !important;
  transform: translate(-51%, -30%) !important;
  max-width: 80%;
  width: 80%;
  top: 50%;
  left: 49%;
  margin: 0;
}

.submenu-modal.show {
  z-index: 2147483647;
}
.submenu-modal.show .modal-dialog {
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-51%, -50%) !important;
  transform: translate(-51%, -50%) !important;
  max-width: 80%;
  margin: 0;
}
.submenu-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.93);
}

.submenu-modal .modal-content .modal-header,
.submenu-modal .modal-content .modal-footer {
  border: 0px;
}
.submenu-modal .modal-content .modal-header {
  justify-content: flex-end;
}

.submenu-modal .modal-content .modal-header .closed {
  background: transparent;
  color: #fff;
  border: 0px;
}
.submenu-modal .modal-content .modal-body {
  text-align: center;
}
.submenu-modal .modal-content .modal-body a {
  color: #fff;
  padding: 7px 0;
  display: block;
}
/*modal*/
.footer_line {
  margin-top: 40px;
}

.backtotop {
  z-index: 1000;
}
@media only screen and (max-width: 1400px) {
  .popular_exhibitions_inside_tabs .tab-pane a,
  .open_item {
    font-weight: 400;
    color: #0645ad;
    cursor: pointer;
  }

  .popular_exhibitions_inside_tabs .tab-pane a,
  .open_item {
    font-weight: 500;
  }

  .activities-col-in a {
    margin-bottom: 50px;
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  p.embd-video {
    width: 100%;
  }
  p.embd-video iframe {
    position: static;
    width: 100%;
  }

  .bottom-footer .row span {
    display: block;
    width: 100%;
  }
  .bottom-footer {
    height: auto !important;
    text-align: center;
    padding: 8px 0;
  }

  .pagination .pagination_steps .pagination_step.active {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background: #2d3488;
    color: #fff;
  }

  .pagination .pagination_steps .pagination_step {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    cursor: pointer;
    color: #000;
  }
}

@media only screen and (max-width: 578px) {
  .actual_footer .foot11 img {
    top: 0px;
    position: static;
    margin: 0 0 0 0px;
    width: 100%;
    padding-bottom: 10px;
  }

  .bottom-footer {
    background: #b9b9ad;
    width: 100%;
    height: 47px;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 47px;
    padding: 6px 0;
    text-align: center;
  }
}

/* p.embd-video{
    min-height:310px
    }
    p.embd-video iframe{
    position: absolute;
    } */
p.embd-video iframe {
  width: 100%;
}
/*Back to top*/
.backtotop {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #f7f6f4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000;
}
.arrow {
  display: inline-block;
}
.up {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: translateY(15px) rotate(-135deg);
  -webkit-transform: translateY(15px) rotate(-135deg);
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.line_ar {
  width: 1px;
  height: 25px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-5px) scaleY(0);
  transform: translateY(-5px) scaleY(0);
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.backtotop:hover .up {
  transform: translateY(6px) rotate(-135deg);
  -webkit-transform: translateY(6px) rotate(-135deg);
}

.backtotop:hover .line_ar {
  -webkit-transform: translateY(-9px) scaleY(1);
  transform: translateY(-9px) scaleY(1);
}

/*Back to top*/
#topMessage {
  top: 2300px;
}
p {
  font-size: 1.125rem;
}
.padding-40top {
  padding-top: 40px;
}

.padding-50top {
  padding-top: 50px;
}
.foot11 img {
  width: 70%;
}
.popular_search_terms .term {
  z-index: 10;
  position: relative;
}
.main_slider .slider-text {
  text-align: left;
}
form select {
  background: #fff;
  border: 0px;
  width: 240px;
  padding: 15px 0 15px 15px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
  width: calc(100% - 30px);
}

a .classWithPad {
  text-align: center;
}
.classWithPad {
  text-align: center;
}
.text_input_filter {
  border: 0px;
  outline: none;
  width: 100%;
}

.pager__item.pager__item--ellipsis {
  line-height: 70px;
}

.js-form-item-field-exhibit-desc-web-value {
  display: inline;
}
.to_mouseio_taksidevei_gal .swiper-slide {
  background-size: cover;
  background-position: center;
}

.to_mouseio_taksidevei_gal {
  background-color: #000;
}

.all_results_f {
  display: none;
}
.all_results_f.open {
  display: block;
}
.clear_filters {
  display: none;
}
.clear_filters.open {
  display: block;
  cursor: pointer;
}

.periodikes_ektheseis_links_centered {
  height: 5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_popup.closed {
  display: none;
}
.video_popup .close_video {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100px;
}
.video_popup .close_video img {
  width: 60px;
  padding: 15px;
}

.blueClrTxt {
  color: #26328c;
}
.gallery_items_hover {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.gallery_items_hover img {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery_items_hover:hover img {
  -ms-transform: rotateY(-20deg) scale(0.9);
  -webkit-transform: rotateY(-20deg) scale(0.9);
  transform: rotateY(-20deg) scale(0.9);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dropdown {
  position: relative;
  display: inline-block;
  min-width: 275px;
  padding: 10px;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-left: 10px;
}
.dropdown span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 44px;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: 100%;
}

.filter .dropdown-content {
  width: 100%;
}

.dropdown .dropdown-content p {
  margin: 0px;
  border-bottom: 1px solid #e9ecef;
  padding: 10px;
  cursor: pointer;
}
.dropdown .dropdown-content p:last-child {
  border-bottom: 0px;
}

.dropdown.open .dropdown-content {
  display: block;
}
.dropdown i {
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.dropdown.open i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.download img {
  margin-left: 20px;
  cursor: pointer;
}
.results .col-lg-4 {
  margin-bottom: 50px;
}

.deltia_tupou_img {
  width: 80%;
}

.bold {
  font-weight: 500 !important;
}

.block {
  display: block;
}

.semibold {
  font-weight: 400 !important;
}

.left-sidebar a.title-link.active {
  color: #26328c;
}
.left-sidebar a.title-link.active .h-line-sm {
  width: 60px;
}

/* SLIDER MENU */

.sliderMenu {
  /*background:#000;*/
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
}

.sliderMenu .black_bg_menu {
  background: #000;
  position: absolute;
  top: -130vh;
  left: 0vw;
  width: 260vw;
  height: 360vh;
  transform: translateX(100vw) rotate(0deg);
}
.sliderMenu .img_bg_menu {
  position: absolute;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  /*    background-image:url(../imgs/slider_menu_bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;*/
  display: none;
}
.sliderMenu .img_bg_menu .swiper-menu {
  position: relative;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.sliderMenu .img_bg_menu .swiper-menu .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sliderMenu .modal-dialog {
  text-align: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  pointer-events: auto;
}

.sliderMenu .modal-dialog .menu_items {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.25, 1.44);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.25, 1.44);
  opacity: 0;
  margin-bottom: 3vh;
}
.sliderMenu .modal-dialog.appear .menu_items {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.sliderMenu .modal-dialog .menu_items:nth-child(2) {
  transition-delay: 0.1s;
}
.sliderMenu .modal-dialog .menu_items:nth-child(3) {
  transition-delay: 0.2s;
}
.sliderMenu .modal-dialog .menu_items:nth-child(4) {
  transition-delay: 0.3s;
}
.sliderMenu .modal-dialog .menu_items:nth-child(5) {
  transition-delay: 0.4s;
}

.sliderMenu .modal-dialog .menu_items .title {
  color: #7e7e7e;
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.sliderMenu .modal-dialog .menu_items .subtitles a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
.sliderMenu .modal-dialog .menu_items .subtitles {
  opacity: 0;
  margin-top: -3vh;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}

.sliderMenu .modal-dialog .menu_items:hover .title,
.sliderMenu .modal-dialog .menu_items.clicked .title {
  color: #fff;
}
.sliderMenu .modal-dialog .menu_items.clicked .subtitles {
  opacity: 1;
  margin-top: 0vh;
  pointer-events: auto;
}
.sliderMenu .modal-dialog .menu_items.clicked .subtitles a:hover {
  text-decoration: underline !important;
}

/*  
  .sliderMenu .modal-dialog .menu_items:hover .title{
    color:#fff;
  }
  .sliderMenu .modal-dialog .menu_items:hover .subtitles{
    opacity:1;
    margin-top:0vh;
  }
*/
.menu-animated-open {
  animation-name: menu-open;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.menu-animated-close {
  animation-name: menu-close;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
/*
  @keyframes menu-open {
    0%   {transform:translateX(100vw) rotate(0deg);}
    33%  {transform:translateX(70vw) rotate(-8deg);}
    66%  {transform:translateX(40vw) rotate(10deg);}
    100% {transform:translateX(0vw) rotate(0deg);}
  }

  @keyframes menu-close {
    0%   {transform:translateX(0vw) rotate(0deg);}
    33%  {transform:translateX(40vw) rotate(10deg);}
    66%  {transform:translateX(70vw) rotate(-8deg);}
    100% {transform:translateX(100vw) rotate(0deg);}
  }

*/
@keyframes menu-open {
  0% {
    transform: translateX(100vw) rotate(10deg);
  }
  50% {
    transform: translateX(50vw) rotate(5deg);
  }
  100% {
    transform: translateX(0vw) rotate(0deg);
  }
}

@keyframes menu-close {
  0% {
    transform: translateX(0vw) rotate(-10deg);
  }
  50% {
    transform: translateX(50vw) rotate(-5deg);
  }
  100% {
    transform: translateX(100vw) rotate(0deg);
  }
}

.sliderMenu .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 0;
  border-top: none;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  z-index: 10000000000000000000000000000;
  position: absolute;
  bottom: 0px;
  width: 100vw;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.sliderMenu .modal-footer.appear {
  opacity: 1;
}
.change-lang-in-menu .lang {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  min-width: 20px;
  color: #7e7e7e;
}
.lang-in {
  margin-bottom: 0.6vh;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.lang-in-menu-line {
  width: 1px;
  height: 4vh;
  background: #fff;
  -webkit-transform: translateY(4vh);
  transform: translateY(4vh);
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.change-lang-in-menu .lang.active .lang-in-menu-line {
  -webkit-transform: translateY(0vh);
  transform: translateY(0vh);
}
.change-lang-in-menu .lang.active .lang-in {
  color: #fff;
}
.change-lang-in-menu .lang:hover .lang-in-menu-line {
  -webkit-transform: translateY(0vh);
  transform: translateY(0vh);
}
.change-lang-in-menu .lang:hover .lang-in {
  color: #fff;
}

/* SLIDER MENU */

/* SEARCH */
.search {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: none;
  opacity: 0;
}

.search .close_search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search .close_search img {
  width: 30px;
  height: 30px;
}
.search .search_bg {
  position: absolute;
  width: 200vw;
  height: 45vh;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.5;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateY(-45vh) rotate(25deg);
  transform: translateY(-45vh) rotate(25deg);
}
.search .search_bg.opened {
  -webkit-transform: translateY(0vh) rotate(2deg);
  transform: translateY(0vh) rotate(2deg);
}
.search .logo {
  padding-top: 20px;
  z-index: 1000000;
  position: relative;
  display: none;
}

.search .modal-dialog {
  color: #fff;
  max-width: none;
  pointer-events: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 10%;
  margin-top: 5%;
  width: 60vw;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.search .modal-dialog .search_container {
  color: #fff;
  width: 100%;
  display: inline-flex;
  border-bottom: 1px solid #fff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.search .modal-dialog .popular_search {
  margin-top: 7%;
  font-size: 1.125rem;
  font-weight: 400;
}
.popular_search_terms {
  margin-top: 1%;
}
.popular_search_terms .term {
  margin-right: 25px;
  display: inline;
  color: #b5b6b8;
}
.search .modal-dialog input::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.search .modal-dialog input {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  width: 100%;
}
.search_icon_modal {
  display: block;
  padding: 10px;
  cursor: pointer;
}

/* SEARCH */

@media only screen and (min-width: 1401px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .page-node-type-organosi-episkepsis
    .sticky_in_desktop
    .landind_periodikes_ektheseis_tabs {
    width: 80%;
    margin: 0 10%;
  }

  .justify_end_above {
    display: flex;
    justify-content: flex-end;
  }

  /* HOME AND GENERAL */

  .open-mobile-menu,
  .close-mobile-menu {
    display: none;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  em > strong {
    font-style: italic !important;
  }
  * {
    font-family: "PF Futura Neu";
    font-style: normal;
  }

  body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 1.125rem;
  }
  a {
    text-decoration: none !important;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  a:hover {
    color: #26328c;
  }
  .header1 {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }

  .swiper-container-1 {
    width: 100%;
    height: 900px;
    background: #f1f1f1;
  }
  .swiper-container-1 .swiper-slide.main_slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-navs {
    position: absolute;
    font-size: 1.125rem;
    top: 52%;
    right: -50px;
    display: flex;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
  }
  .slider-navs .slider-btns {
    margin: 0 10px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .sb-height {
    height: 18px;
  }
  .play-pause-main-slider {
    position: absolute;
    bottom: 30px;
    right: 100px;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    z-index: 10;
    opacity: 0.7;
    cursor: pointer;
  }
  .play-pause-main-slider img {
    display: block;
  }
  .play-pause-main-slider img.hide {
    display: none;
  }
  .play-pause-main-slider img.show {
    display: block;
  }

  header {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }

  header .header-wrapper {
    width: 100%;
    height: 100px;
  }
  header .header-wrapper .header-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
  }
  header .logo {
    padding-top: 20px;
    height: 120px;
  }

  .search {
    padding: 0 0 0 7vw;
  }

  .gray {
    color: #bbbbbb;
  }
  .white {
    color: #ffffff;
  }
  .black {
    color: #000000;
  }
  .pale-bg {
    background-color: #f7f7e7;
  }
  .pale2-bg {
    background-color: #f7f6f4;
  }
  .top-nav {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .top-nav ul {
    list-style: none;
  }
  .top-nav ul li {
    display: inline-block;
    margin-left: 45px;
    cursor: pointer;
  }
  .top-nav-helper {
    height: 20px;
  }
  .small-Txt {
    font-size: 12px;
  }
  .large-Txt {
    font-size: 1.125rem;
  }
  .top-nav-helper-in-use {
    display: inline-block;
  }
  .helper-in-use {
  }
  .top-nav-helper-in-use .v-line {
    height: 20px;
    width: 1px;
    background: #fff;
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin: 0 auto;
  }
  .top-nav-helper-in-use.active .v-line {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .top-nav-helper-in-use.active {
    color: #fff;
  }
  .top-nav-helper-in-use:hover .v-line {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .top-nav-helper-in-use:hover {
    color: #fff !important;
  }
  .menu {
    position: absolute;
    top: 120px;
    right: -15px;
    display: flex;
    align-items: center;
    z-index: 9001;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    cursor: pointer;
  }
  .open-slider-menu {
    display: block;
  }
  .close-slider-menu {
    display: none;
  }
  .v-line-menu {
    height: 1px;
    width: 60px;
    background: #fff;
    margin-left: 10px;
  }
  .scroll-inform-full {
    position: absolute;
    bottom: 40px;
    right: -4px;
    display: flex;
    align-items: center;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    font-size: 1.125rem;
  }
  .v-line-scroll {
    height: 1px;
    width: 60px;
    background: #fff;
    margin-left: 10px;
  }
  .change-lang {
    position: relative;
  }
  .lang-drop-down {
    position: absolute;
    right: 0px;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .lang-drop-down li {
    display: block !important;
    margin-right: 25px;
    margin-bottom: 4px;
  }
  .change-lang:hover .lang-drop-down {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .slider-title {
    font-size: 39px;
    font-weight: 500;
    margin: 20px 0 40px;
  }
  .slider-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 10px 0;
  }
  .slider-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 750px;
    background-image: url("slider-box.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    height: 374px;
    display: flex;
    align-items: center;
  }
  .slider-text {
    margin-left: 7vw;
  }
  .with-line {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .title {
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 0px;
    margin: 0;
  }
  .periodic-show-title {
    margin-top: 100px;
  }

  .subtitle {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 38px;
  }
  .section-padding-top-bottom {
    padding-top: 100px;
    /*padding-bottom: 100px;*/
  }
  .home-second-section .title {
    display: block;
  }
  .home-second-section .subtitle {
    width: 1120px;
    display: block;
    padding: 40px 80px;
  }
  .pale-bg .rowshape {
    overflow: hidden;
    position: relative;
  }
  .rowshape_img_container {
    margin: 0 auto;
    position: relative;
    width: 42%;
  }
  .imerologio_ekdilosewn {
    position: absolute;
    right: 63%;
  }
  .imerologio_ekdilosewn a {
    width: 400px;
    display: block;
  }
  .rowshape .row-in-row-shape {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .title-link {
    font-size: 25px;
    font-weight: 500;
  }
  .margin-top-70 {
    margin-top: 70px;
  }
  .margin-top-8 {
    margin-top: 8px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .margin-bottom-30 {
    margin-bottom: 0px;
  }
  .margin-left-70 {
    margin-left: 70px;
  }
  .padding-right-135 {
    padding-right: 7vw;
  }
  .padding-left-135 {
    padding-left: 5vw;
  }
  .padding-left-35 {
    padding-left: 2vw;
  }
  .h-line {
    height: 1px;
    width: 340px;
    background: #000;
    margin-top: 10px;
  }
  .shape-contents-centered {
    margin: 120px 0;
    position: absolute;
    left: 67%;
  }
  .h-line-sm {
    height: 1px;
    width: 0px;
    border-bottom: 1px solid #26328c;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .title-link:hover .h-line-sm {
    width: 60px;
  }
  .row135 {
    padding: 0 7vw;
  }
  .row135_2 {
    padding: 0 0 0 7vw;
  }
  .swiper-container-2 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-102 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-100 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-2 .ekthemata {
    width: 33%;
  }
  .swiper-container-102 .ekthemata {
    width: 33%;
  }
  .swiper-container-102 .erevna {
    width: 33%;
  }
  .swiper-container-100 .erevna {
    width: 33%;
  }
  .swiper-container-2 .ekthemata img {
    width: 100%;
    height: auto;
  }
  .swiper-container-102 .ekthemata img {
    width: 100%;
    height: auto;
  }
  .swiper-container-32 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }

  .swiper-container-32 .ekthemata {
    width: 33%;
  }

  .swiper-container-32 .ekthemata img {
    width: 100%;
    height: auto;
  }
  .title-ekthemata-carousel {
    font-size: 28px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .ekthemata:hover .h-line-sm {
    width: 60px;
  }
  .ekthemata:hover .title-ekthemata-carousel {
    color: #26328c;
  }
  .ekthemata-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .ekthemata-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 6.5%;
  }
  .ekthemata-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .ekthemata-slider-navs .swiper-pagination-c2 {
    padding: 0 5px;
  }
  .width960 {
    width: 960px;
  }
  .ektheseis-nav {
    text-align: right;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 52%;
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
  .ektheseis-nav .ektheseis_link {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
  }
  .ektheseis_link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #26328c;
    margin-top: 8px;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }
  .ektheseis_link.active::after {
    width: 100%;
  }
  .ektheseis_link:hover::after {
    width: 100%;
  }
  .ektheseis-nav .ektheseis_link:nth-child(2) {
    margin-left: 45px;
  }
  .periodikes_ektheseis {
    padding-bottom: 400px;
  }
  .ektheseis {
    margin-top: -350px;
    display: flex;
    flex-direction: row;
  }
  .ektheseis .ekthesi {
    width: 33%;
  }
  .ektheseis .ekthesi img {
    width: 100%;
  }
  .ektheseis .ekthesi:nth-child(1) {
    margin-right: 8%;
  }
  .ektheseis .ekthesi:nth-child(2) {
    margin-right: 40px;
    margin-top: 138px;
  }
  .ektheseis .ekthesi_all {
    margin-top: -100px;
    width: 19vw;
  }
  .ektheseis .ekthesi_all_1 {
    margin-top: -100px;
    width: 19vw;
  }
  .uptitle-ektheseis {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 25px;
    color: black;
  }

  .title-ektheseis {
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-ektheseis2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-thematiki-enotita {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-ektheseis_all {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 45px;
    margin-left: 50px;
  }
  .title-ektheseis_all_1 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 45px;
  }
  .ekthesi_all img {
    margin-left: 50px;
  }
  .ekthesi_all_1 img {
    margin-left: 50px;
  }
  .ektheseis .ekthesi:hover .h-line-sm,
  .ektheseis .ekthesi_all:hover .h-line-sm {
    width: 60px;
  }
  .ektheseis .ekthesi:hover .title-ektheseis,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .ektheseis .ekthesi:hover .title-ektheseis2,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }

  .ektheseis .ekthesi:hover .title-thematiki-enotita,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .monimes_silloges {
    position: relative;
  }
  .monimes_silloges_bg {
    background-image: url("rect_1.png");
    width: 48%;
    height: 870px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
  }
  .swiper-container-3 {
    width: 100%;
    height: 650px;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-3 .monimes {
    height: 540px;
    display: flex;
    flex-direction: row;
  }
  .swiper-container-3 .monimes img {
    width: 100%;
  }
  .swiper-container-3 .monimes_img {
    width: 650px;
  }
  .monimes-slider-navs-all {
    position: absolute;
    right: 0px;
    margin-top: -110px;
    width: 48%;
  }
  .monimes-slider-navs {
    position: absolute;
    top: 2px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #f7f7e7;
    margin-left: 12%;
  }
  .monimes-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .monimes-slider-navs .swiper-pagination-c3 {
    padding: 0 5px;
  }
  .monimes_txt {
    display: flex;
    margin-left: 16%;
    width: 37%;
    flex-direction: column;
    margin-top: 40px;
    position: absolute;
    right: 8%;
  }
  .monimes_title {
    font-size: 35px;
    font-weight: 500;
  }
  .prosexeis_title {
    font-size: 35px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
  .monimes_subtitle {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 400;
  }
  .monimes_txt a {
    margin-top: 50px;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .monimes_txt a:hover .h-line-sm {
    width: 60px;
  }
  .erevna-all {
    text-align: right;
    -webkit-transform: translateY(-43px);
    transform: translateY(-28px);
  }
  .erevna-all .erevna-all_link {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .h-line-sm-cont {
    width: 60px;
    display: inline-block;
    text-align: left;
  }
  .erevna-all:hover .h-line-sm {
    width: 60px;
  }
  .swiper-container-4 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-4 .erevna {
    width: 33%;
  }
  .swiper-container-4 .erevna img {
    width: 100%;
    height: auto;
  }
  .title-erevna-carousel {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .erevna:hover .h-line-sm {
    width: 60px;
  }
  .erevna:hover .title-erevna-carousel {
    color: #26328c;
  }
  .erevna-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .erevna-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 6.5%;
  }
  .erevna-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .erevna-slider-navs .swiper-pagination-c5 {
    padding: 0 5px;
  }
  .slider-btns:focus {
    outline: none;
  }
  .kids {
    position: relative;
  }
  .kids_bg {
    float: right;
    width: 130%;
  }
  .row135_half {
    padding: 0 14%;
  }
  .row210 {
    padding: 0 20%;
  }
  .row210_1 {
    padding: 0 0 0 20%;
  }
  .kidsLink {
    display: inline-block;
    margin-bottom: 100px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .news-all {
    text-align: right;
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
  .news-all .news-all_link {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .h-line-sm-cont {
    width: 60px;
    display: inline-block;
    text-align: left;
  }
  .news-all:hover .h-line-sm {
    width: 60px;
  }
  .swiper-container-5 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 20px;
  }
  .swiper-container-5 .news {
    width: 33%;
  }
  .swiper-container-5 .news img {
    width: 100%;
  }
  .title-news-carousel {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .news:hover .h-line-sm {
    width: 60px;
  }
  .news:hover .title-news-carousel {
    color: #26328c;
  }
  .news-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .news-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 6.5%;
  }
  .news-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .news-slider-navs .swiper-pagination-c4 {
    padding: 0 5px;
  }
  .news-cat {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .newsletter_text {
    font-size: 20px;
    font-weight: 300;
  }
  .newsletter_text span {
    font-weight: 500;
  }
  .newsletter_input form {
    border-bottom: 1px solid #000;
  }

  .newsletter_input input {
    display: inline-block;
    border: none;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #000; */
    background: #fff;
    height: 31px;
  }
  .newsletter_input input:nth-child(1) {
    width: calc(100% - 110px);
    font-style: italic;
    width: -webkit-calc(100% - 110px);
  }
  .newsletter_input input:nth-child(2) {
    width: 100px;
    font-weight: 500;
    cursor: pointer;
  }
  .footer_line {
    width: 100%;
    height: 70px;
    background-image: url("footer-line.png");
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
  }
  .footer_line_reversed {
    width: 100%;
    height: 70px;
    background-image: url("footer-line.png");
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .back_to_top {
    position: absolute;
    top: -40px;
    right: -30px;
    color: #26328c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .logo_small {
    width: 40px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
  }
  .actual_footer {
    width: 100%;
    padding-top: 50px;
    background: #f7f7e7;
    font-size: 1.125rem;
  }
  .actual_footer h6 {
    margin-bottom: 25px;
  }
  .actual_footer .f_elem {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .actual_footer .f_elem span {
    font-weight: 500;
  }
  /*
    .actual_footer .social{
        margin:0;
        padding:50px 0 0 0;
    }
    */
  .actual_footer .social {
    margin: 0;
    padding: 10px 0 0 0;
  }

  .actual_footer .social a {
    margin: 0 10px;
  }
  .actual_footer .foot1 {
    font-size: 13px;
    color: #888c82;
    margin: 0;
  }
  .actual_footer .foot11 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .actual_footer .foot11 img {
    top: 10px;
    position: relative;
    margin: 0 0 0 5px;
    width: 70%;
    height: auto;
  }
  .actual_footer .foot2 {
    font-size: 13px;
    color: #888c82;
    margin: 40px 0 0px 0;
    padding-bottom: 20px;
  }
  .actual_footer .foot2 div {
    text-align: center;
  }
  .actual_footer .foot2 div a {
    margin: 0 20px;
  }
  .bottom-footer {
    background: #b9b9ad;
    width: 100%;
    height: 47px;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bottom-footer div {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  /* HOME AND GENERAL */

  /* ACTIVITIES */

  .page_main_banner {
    width: 100%;
    /*height:520px;*/
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .title_with_btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .title_less_width {
    max-width: 80%;
  }

  .section-medium-padding-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .classWithPad {
    margin: 50px;
  }
  .classWithPad2 {
    margin: 10px;
    margin-bottom: 50px;
  }
  .margin-top-45 {
    margin-top: 45px;
  }

  .margin-left-right-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb {
    background: none;
    padding: 0.75rem 0;
  }

  .breadcrumb a {
    color: #000;
  }

  .breadcrumb span,
  .breadcrumb a {
    margin: 0 5px;
    font-size: 1rem;
  }

  .subtitle-large {
    font-size: 40px;
    font-weight: 400;
  }

  .subtitle-large2 {
    font-size: 40px;
    font-weight: 300;
  }
  .paragraph {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
  }

  .share_print a {
    margin-left: 10px;
  }
  .activities_cols {
    padding-bottom: 40px;
  }

  .activities_cols .classWithPad img {
    width: 100%;
    height: auto;
  }
  .activities_cols .activities_col:nth-child(even) {
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }

  .activities_cols .classWithPad h4 {
    margin-top: 20px;
    color: #000;
  }

  .activities_col:hover h4 {
    color: #26328c;
  }

  .activities_col:hover .h-line-sm {
    width: 60px;
  }

  .activities_col_in {
    padding-right: 0;
    padding-left: 0;
  }

  .activities_col_in:hover h4 {
    color: #26328c;
  }

  .activities_col_in:hover .h-line-sm {
    width: 60px;
  }

  .margin-left-135 {
    margin-left: 7vw;
  }

  .activities_children_choose {
    padding: 30px;
  }

  .activities_children_choose_item {
    display: inline-block;
    margin-right: 20px;
  }

  .activities_children_choose_item h6 {
    font-size: 16px;
    font-weight: 400;
  }

  .activities_children_choose_item input {
    background: #fff;
    border: 0px;
    width: 240px;
    padding: 15px;
    cursor: pointer;
  }
  .activities_children_choose_item input.black_submit_btn {
    background: #000;
    color: #fff;
  }

  .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
  }

  .pagination .pagination_steps {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .pagination .pagination_steps .pagination_step {
    margin: 0 5px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    cursor: pointer;
    color: #000;
  }
  .pagination .pagination_steps .pagination_step:hover {
    background: #f7f7f7;
  }
  .pagination .pagination_steps .pagination_step.active {
    margin: 0 5px;
    width: 70px;
    height: 70px;
    background: #2d3488;
    color: #fff;
  }

  .newspaper_style {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-top: 40px;
  }

  .activities_gallery_bg {
    background: #f7f7e7;
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    top: 65px;
  }

  /* ACTIVITIES */

  /* MUSEUM HISTORY */

  .left-sidebar {
    list-style-type: none;
    padding: 60px 0px 60px 0;
    margin: 0;
  }

  .left-sidebar li {
    padding: 10px 0;
    margin: 0;
  }

  .left-sidebar li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px 0 0;
  }

  .left-sidebar li a:hover {
    color: #26328c;
  }
  .rect_2 {
    width: 100%;
    height: 40px;
    background-image: url("rect_2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }

  .video_preview {
    width: 100%;
    height: 600px;
    background-image: url("video_img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video_preview .play_video_btn {
    width: 180px;
    height: 180px;
    background-image: url("play-video-btn.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
  }

  .accordion-container .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    background: #f7f7e7;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .accordion-container .accordion-title-monimes-sylloges {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    background: #f7f7e7;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .accordion-container .content-entry {
    padding: 20px 0;
  }

  .accordion-container .accordion-title-monimes-sylloges:hover,
  .accordion-container .accordion-title-monimes-sylloges:active,
  .accordion-container .content-entry.open .accordion-title-monimes-sylloges {
    background-color: #26328c;
    color: white;
  }
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #26328c;
    color: white;
  }

  .accordion-container .content-entry .accordion-title-monimes-sylloges i {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .accordion-container .content-entry.open .accordion-title-monimes-sylloges i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion-container .content-entry .accordion-title i {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .accordion-container .content-entry.open .accordion-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .accordion-content {
    display: none;
    padding: 0 30px 30px 30px;
  }

  .accordion-content-monimes-sylloges {
    display: none;
    /* padding:0 30px 30px 30px; */
  }

  .export_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .landind_periodikes_ektheseis_tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
  }
  .landind_periodikes_ektheseis_tabs li {
    display: inline-block;
    margin: 0 30px;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .plirofories_ekthesis_container {
    background: #f7f7e7;
  }

  .col-5th {
    width: 20%;
  }

  .periodikes_ektheseis_container {
    padding: 0 1vw;
    font-weight: 400;
    font-size: 1.125rem;
  }

  .periodikes_ektheseis_container a {
    color: #26328c;
  }

  .periodikes_ektheseis_container span {
    font-weight: 500;
  }

  .periodikes_ektheseis_icon {
    height: 100px;
    background-repeat: no-repeat;
    background-position: top left;
  }

  .thematikes_parousiaseis_rect {
    width: 100%;
    height: 220px;
    background-image: url("rect-3.png");
    background-position: bottom center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
  }

  .thematikes_parousiaseis_container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f6f4+0,f7f6f4+50,ffffff+50,ffffff+50,ffffff+100 */
    background: #f7f6f4;
    background: -moz-linear-gradient(
      top,
      #f7f6f4 0%,
      #f7f6f4 90%,
      #ffffff 90%,
      #ffffff 100%
    );
    background: -webkit-linear-gradient(
      top,
      #f7f6f4 0%,
      #f7f6f4 90%,
      #ffffff 90%,
      #ffffff 100%
    );
    background: linear-gradient(
      to bottom,
      #f7f6f4 0%,
      #f7f6f4 90%,
      #ffffff 90%,
      #ffffff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#ffffff',GradientType=0 );
  }
  .thematikes_parousiaseis_container p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 26px;
    font-weight: 300;
  }

  .thematikes_parousiaseis_img {
    margin: -200px 0 0 auto;
    display: block;
  }

  .thematikes_left_col {
    padding: 0 4vw;
  }

  .thematikes_parousiaseis .subtitle {
    font-size: 38px;
    font-weight: 300;
  }

  .thematikes_parousiaseis_infos {
    background: #fff;
    padding: 80px;
    -webkit-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
  }
  .thematikes_parousiaseis_infos .row {
    margin-bottom: 30px;
  }
  .thematikes_parousiaseis_infos .row:last-child {
    margin-bottom: 0px;
  }
  .thematikes_parousiaseis_infos .row span {
    font-weight: 500;
  }

  .next_ekthesi {
    width: 100%;
    height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .next_ekthesi .row135 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .next_ekthesi .row135 h3 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .next_ekthesi .row135 h3 .line_static_white {
    width: 8vw;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
  }

  .lightbox {
    margin-top: 10vh;
  }

  .lb-data .lb-details {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
    z-index: 100;
    position: relative;
  }

  .lb-data .lb-details .gal_capt {
    background: #fff;
    padding: 20px;
  }

  .lb-data .lb-details .gal_capt {
    background: #fff;
    padding: 20px;
  }

  .lb-data .lb-caption {
    font-size: 1.125rem;
    font-weight: 300;
    color: #000;
    line-height: 1.3em;
  }

  .lb-data .lb-close {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 20px;
  }

  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 0px;
    border: 0px solid #fff;
  }
  .lb-nav {
    top: -50px;
    height: 50px;
    width: 100%;
    z-index: 10;
  }
  .lb-nav a.lb-prev {
    width: 49%;
    left: 0;
    float: left;
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
  }
  .lb-nav a.lb-prev:after {
    color: #fff;
  }
  .lb-nav a.lb-next {
    width: 49%;
    right: 0;
    float: right;
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .lb-nav a.lb-next:after {
    color: #fff;
  }

  .search_result {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f9f9f9;
    color: #000;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .search_result:hover {
    -webkit-box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }
  .search_result_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    min-width: 200px;
  }
  .search_result_txt {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .search_result_txt h6 {
    font-size: 24px;
    color: #000;
  }

  .contact_page_container h6 {
    margin: 40px 0 0 0;
  }
  .contact_page_container .col-lg-6 {
    padding: 0;
  }
  .contact_page_container a {
    color: #26328c;
  }

  .semi_title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .small_title {
    font-size: 1.125rem;
  }

  .smaller_title {
    font-size: 14px;
  }

  .monimes_map .col-lg-6 {
    padding-left: 0;
    padding-right: 0px;
  }

  .rect_3 {
    width: 100%;
    height: 150px;
    background-image: url("rect_3.png");
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .rect_4 {
    width: 100%;
    height: 100%;
    background-image: url("rect_4.png");
    background-position: right 40%;
    background-repeat: no-repeat;
  }
  .rect_4 h3 {
    position: absolute;
    top: 22%;
    right: 35%;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .rect_3_above {
    width: 100%;
    position: relative;
    background-color: #f7f7e7;
    height: 500px;
  }

  .rect_3_above_1 {
    padding: 3vw;
    background-color: #f7f7e7;
    line-height: 28px;
  }

  .rect_3_above img {
    position: absolute;
    width: 100%;
    height: 500px;
  }
  /*.rect_3_above .image_map{
      height:100%;
      width:50vw;
      background-image: url(../imgs/monimes_ektheseis/map.jpg);
      background-position: top left;
      background-size: 100%;
      background-repeat: no-repeat;
      position: relative;
    }*/
  .rect_3_above .points {
    position: absolute;
    width: 100%;
    height: 500px;
  }
  .rect_3_above .p {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rect_3_above .p .map_content {
    justify-content: center;
    align-items: center;
    display: none;
  }
  .rect_3_above .p .koukida {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
  }
  .rect_3_above .p:hover .koukida {
    background: #2d3488;
  }
  .rect_3_above .p:hover > .map_content {
    display: inline-flex;
  }
  .rect_3_above .p .map_line {
    width: 450px;
    height: 1px;
    background-color: #2d3488;
    margin-left: 5px;
  }
  .rect_3_above .point_1 {
    top: 33%;
    right: 56%;
  }
  .rect_3_above .point_2 {
    top: 38%;
    right: 66%;
  }
  .rect_3_above .point_3 {
    top: 45%;
    right: 52%;
  }
  .rect_3_above .point_4 {
    top: 53%;
    right: 76%;
  }
  .rect_3_above .point_5 {
    top: 67%;
    right: 68%;
  }

  .video_gallery {
    position: relative;
  }
  .playvideo {
    position: absolute;
    top: 37%;
    left: 39%;
    width: 100px !important;
  }

  .monimes_ektheseis_L_full {
    padding-left: 0;
    padding-bottom: 240px;
    /* padding-top: 180px; */
  }

  .monimes_ektheseis_L1 img {
    margin-top: -160px;
    margin-bottom: -200px;
    width: 100%;
  }

  .monimes_ektheseis_L1_line {
    width: 50%;
    height: 1px;
    background: #000;
    transform: translateX(-20%);
  }

  .monimes_ektheseis_L1_head {
    padding-bottom: 170px;
  }

  .monimes_ektheseis_L1_head a {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: right;
    display: block;
  }

  .monimes_ektheseis_L1_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .monimes_ektheseis_L1_foot {
    width: 50%;
    font-weight: 400;
  }

  /* MUSEUM HISTORY */

  /* GALLERY - EXHIBITIONS */

  .gallery-top {
    height: 100%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
  }
  .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gallery-top .swiper-slide {
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .gallery-top1 {
    height: 600px;
    width: 100%;
  }
  .gallery-thumbs1 {
    height: 25%;
    box-sizing: border-box;
    padding: 10px 0px;
  }
  .gallery-thumbs1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs1 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-top1 .swiper-slide {
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gallery-top1 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-thumbs1 .swiper-slide-thumb-active {
    opacity: 1;
  }

  .popular_exhibitions_inside_container .col-lg-3 {
    position: relative;
    max-height: 758px;
    padding-left: 0;
  }

  .popular_exhibitions_inside_tabs .nav-item {
    width: 33%;
    margin-bottom: 0px;
  }
  .popular_exhibitions_inside_tabs .nav-tabs {
    border: 0px;
  }
  .popular_exhibitions_inside_tabs .nav-item .nav-link {
    font-size: 40px;
    font-weight: 400;
    color: #a3a3a3;
    border: 0px;
    border-bottom: 3px solid #fff;
  }
  .popular_exhibitions_inside_tabs .nav-item .nav-link.active {
    border: 0px;
    border-bottom: 3px solid #000;
    color: #000;
  }
  .popular_exhibitions_inside_tabs .tab-content {
    background: #f7f6f4;
    padding: 70px 0;
    position: relative;
  }
  .popular_exhibitions_inside_tabs .tab-pane {
    max-height: 460px;
  }

  /*
    .popular_exhibitions_inside_tabs .tab-pane a{
        font-weight: 400;
        color:#26328c;
        cursor:pointer;
    }
    */

  .popular_exhibitions_inside_tabs .tab-pane a,
  .open_item {
    font-weight: 400;
    color: #0645ad;
    cursor: pointer;
  }

  .tabs_overlay {
    position: absolute;
    max-height: 460px;
    top: 0%;
    left: 50%;
    /** height:100%; */
    /**width:100%; **/
    background: #d7d9ea;
    margin: 70px 0;
    -wenkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 5vw 3vw;
  }
  .close_tabs_overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close_tabs_overlay img {
    width: 100%;
  }

  .tabs_overlay_rest {
    position: absolute;
    max-height: 460px;
    top: 0%;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #d7d9ea;
    margin: 70px 0;
    -wenkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .tabs_overlay_rest .mCustomScrollbar {
    max-height: 460px;
    padding: 5vw 3vw;
  }
  .close_tabs_overlay_rest {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close_tabs_overlay_rest img {
    width: 100%;
  }

  .popular_exhibitions_inside_objects .swiper-slide.erevna {
    width: 25%;
  }

  .popular_exhibitions_inside_objects
    .swiper-slide.erevna
    .title-erevna-carousel {
    min-height: 80px;
  }

  .swiper-container-6 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-6 .erevna img {
    width: 100%;
  }

  /* GALLERY - EXHIBITIONS */

  .login {
    margin: 80px 0 0;
    width: 70%;
  }
  .login .username,
  .login .password {
    width: 100%;
    border: 0px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: block;
  }
  .login .recaptcha {
    margin: 40px 0;
    text-align: center;
  }
  .login .submitLogin {
    width: 100%;
    border: 0px;
    color: #fff;
    background: #000;
    padding: 20px;
    cursor: pointer;
    font-weight: 500;
    display: block;
  }

  .bold_unique {
    font-size: 80px;
    font-weight: 500;
    margin-bottom: -15px;
    color: #ddddda;
  }

  .silloges_ekthesiakoixoroi .silloges_photo {
    margin-top: -150px;
  }

  .black_Line_L {
    width: 500px;
    height: 1px;
    background: #000;
    transform: translateX(-50%);
  }

  .black_Line_R {
    width: 500px;
    height: 1px;
    background: #000;
    transform: translateX(120%);
  }

  .restaurant_page_menus .col-lg-6.col_1 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
  }
  .restaurant_page_menus .col-lg-6.col_1 a {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    margin-bottom: -50px;
    margin-right: -30px;
    width: 50%;
  }
  .restaurant_page_menus .col-lg-6.col_1 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .restaurant_page_menus .col-lg-6.col_2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: right;
  }
  .restaurant_page_menus .col-lg-6.col_2 a {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-left: -20px;
    width: 50%;
  }
  .restaurant_page_menus .col-lg-6.col_2 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .radios {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
  }
  .radios div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
  }
  .radios div input {
    margin-right: 10px;
  }
  .radios.last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .silloges_maps {
    text-align: right;
    width: 100%;
    position: relative;
    height: 750px;
  }
  .silloges_maps img {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 170%;
  }
  .silloges_maps_left {
    text-align: left;
    width: 100%;
    position: relative;
    height: 700px;
  }
  .silloges_maps_left img {
    position: absolute;
    left: -200px;
    bottom: -100px;
    width: 145%;
  }

  .filters {
    width: 100%;
    display: none;
    align-items: stretch;
    justify-content: space-between;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .filters .filter .filter_title {
    text-align: center;
    margin-bottom: 10px;
  }
  .filters_btn_container {
    padding: 20px;
    opacity: 0.4;
    flex-grow: 8;
  }
  .filters_btn span {
    margin: 0 20px;
  }

  .filters.openFilters {
    display: flex;
  }
  .filters_btn i.fa-chevron-down {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .filters_btn.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .to_mouseio_taksidevei_gal {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1650px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .ektheseis-nav {
    text-align: right;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 44%;
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
  }

  header {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }
  .silloges_maps {
    text-align: right;
    width: 100%;
    position: relative;
    height: 650px;
  }
  .silloges_maps img {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 170%;
  }
  .silloges_maps_left {
    text-align: left;
    width: 100%;
    position: relative;
    height: 550px;
  }
  .silloges_maps_left img {
    position: absolute;
    left: -170px;
    bottom: -100px;
    width: 150%;
  }

  .filters {
    width: 100%;
    display: none;
    align-items: stretch;
    justify-content: space-between;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .filters .filter .filter_title {
    text-align: center;
    margin-bottom: 10px;
  }
  .filters_btn_container {
    padding: 20px;
    opacity: 0.4;
    flex-grow: 8;
  }
  .filters_btn span {
    margin: 0 20px;
  }

  .filters.openFilters {
    display: flex;
  }
  .filters_btn i.fa-chevron-down {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .filters_btn.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .to_mouseio_taksidevei_gal {
    width: 100%;
    height: 350px;
  }

  .gallery-top1 {
    height: 600px !important;
    width: 100%;
  }
  .gallery-thumbs1 {
    height: 25%;
    box-sizing: border-box;
    padding: 10px 0px;
  }
  .gallery-thumbs1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs1 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-top1 .swiper-slide {
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gallery-top1 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-thumbs1 .swiper-slide-thumb-active {
    opacity: 1;
  }

  .silloges_maps {
    text-align: right;
    width: 100%;
    position: relative;
    height: 600px;
  }
  .silloges_maps img {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 170%;
  }
  .silloges_maps_left {
    text-align: left;
    width: 100%;
    position: relative;
    height: 450px;
  }
  .silloges_maps_left img {
    position: absolute;
    left: -170px;
    bottom: -100px;
    width: 150%;
  }

  .justify_end_above {
    display: flex;
    justify-content: flex-end;
  }

  /* HOME AND GENERAL */

  .open-mobile-menu,
  .close-mobile-menu {
    display: none;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  * {
    font-family: "PF Futura Neu";
    font-style: normal;
  }
  body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 1.125rem;
  }
  a {
    text-decoration: none !important;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  a:hover {
    color: #26328c;
  }
  .header1 {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .swiper-container-1 {
    width: 100%;
    height: 750px;
    background: #f1f1f1;
  }
  .swiper-container-1 .swiper-slide.main_slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-navs {
    position: absolute;
    font-size: 1.125rem;
    top: 52%;
    right: -50px;
    display: flex;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
  }
  .slider-navs .slider-btns {
    margin: 0 10px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .sb-height {
    height: 18px;
  }
  .play-pause-main-slider {
    position: absolute;
    bottom: 30px;
    right: 100px;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    z-index: 10;
    opacity: 0.7;
    cursor: pointer;
  }
  .play-pause-main-slider img {
    display: block;
  }
  .play-pause-main-slider img.hide {
    display: none;
  }
  .play-pause-main-slider img.show {
    display: block;
  }
  header {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }
  header .header-wrapper {
    width: 100%;
    height: 100px;
  }
  header .header-wrapper .header-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
  }
  header .logo {
    padding-top: 20px;
    height: 120px;
  }

  .search {
    padding: 0 0 0 3%;
  }

  .gray {
    color: #bbbbbb;
  }
  .white {
    color: #ffffff;
  }
  .black {
    color: #000000;
  }
  .pale-bg {
    background-color: #f7f7e7;
  }
  .pale2-bg {
    background-color: #f7f6f4;
  }
  .top-nav {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .top-nav ul {
    list-style: none;
    padding: 0;
  }
  .top-nav ul li {
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
  }
  .top-nav-helper {
    height: 20px;
  }
  .small-Txt {
    font-size: 12px;
  }
  .large-Txt {
    font-size: 1.125rem;
  }
  .top-nav-helper-in-use {
    display: inline-block;
  }
  .helper-in-use {
  }
  .top-nav-helper-in-use .v-line {
    height: 20px;
    width: 1px;
    background: #fff;
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin: 0 auto;
  }
  .top-nav-helper-in-use.active .v-line {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .top-nav-helper-in-use.active {
    color: #fff;
  }
  .top-nav-helper-in-use:hover .v-line {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .top-nav-helper-in-use:hover {
    color: #fff !important;
  }
  .menu {
    position: absolute;
    top: 120px;
    right: -25px;
    display: flex;
    align-items: center;
    z-index: 9001;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    cursor: pointer;
  }
  .open-slider-menu {
    display: block;
  }
  .close-slider-menu {
    display: none;
  }
  .v-line-menu {
    height: 1px;
    width: 60px;
    background: #fff;
    margin-left: 10px;
  }
  .scroll-inform-full {
    position: absolute;
    bottom: 40px;
    right: -4px;
    display: flex;
    align-items: center;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    font-size: 1.125rem;
  }
  .v-line-scroll {
    height: 1px;
    width: 60px;
    background: #fff;
    margin-left: 10px;
  }
  .change-lang {
    position: relative;
  }
  .lang-drop-down {
    position: absolute;
    right: 0px;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .lang-drop-down li {
    display: block !important;
    margin-right: 25px;
    margin-bottom: 4px;
  }
  .change-lang:hover .lang-drop-down {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .slider-title {
    font-size: 39px;
    font-weight: 500;
    margin: 20px 0 40px;
  }
  .slider-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 10px 0;
  }
  .slider-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 750px;
    background-image: url("slider-box.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    height: 374px;
    display: flex;
    align-items: center;
  }
  .slider-text {
    margin-left: 7vw;
  }
  .with-line {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .title {
    font-size: 50px;
    font-weight: 300;
    padding: 0px;
    margin: 0;
  }
  .periodic-show-title {
    margin-top: 100px;
  }

  .subtitle {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 38px;
  }
  .section-padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-second-section .title {
    display: block;
  }
  .home-second-section .subtitle {
    width: 1120px;
    display: block;
    padding: 40px 80px;
  }
  .pale-bg .rowshape {
    overflow: hidden;
    position: relative;
  }
  .rowshape_img_container {
    margin: 0 auto;
    position: relative;
    width: 42%;
  }
  .imerologio_ekdilosewn {
    position: absolute;
    right: 60%;
  }
  .imerologio_ekdilosewn a {
    width: 400px;
    display: block;
  }
  .rowshape .row-in-row-shape {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .title-link {
    font-size: 25px;
    font-weight: 500;
  }
  .margin-top-70 {
    margin-top: 70px;
  }
  .margin-top-8 {
    margin-top: 8px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-left-70 {
    margin-left: 70px;
  }
  .padding-right-135 {
    padding-right: 7vw;
  }
  .padding-left-135 {
    padding-left: 7vw;
  }
  .padding-left-35 {
    padding-left: 2vw;
  }
  .h-line {
    height: 1px;
    width: 340px;
    background: #000;
    margin-top: 10px;
  }
  .shape-contents-centered {
    margin: 70px 0;
    position: absolute;
    left: 67%;
  }
  .h-line-sm {
    height: 1px;
    width: 0px;
    border-bottom: 1px solid #26328c;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .title-link:hover .h-line-sm {
    width: 60px;
  }
  .row135 {
    padding: 0 3vw;
  }
  .row135_2 {
    padding: 0 0 0 3vw;
  }
  .swiper-container-2,
  .swiper-container-22 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 60px;
  }
  .swiper-container-2 .ekthemata,
  .swiper-container-22 .ekthemata {
    width: 40%;
  }
  .swiper-container-2 .ekthemata img,
  .swiper-container-22 .ekthemata img {
    width: 100%;
  }
  .swiper-container-32,
  .swiper-container-22 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 60px;
  }
  .swiper-container-32 .ekthemata,
  .swiper-container-22 .ekthemata {
    width: 40%;
  }
  .swiper-container-32 .ekthemata img,
  .swiper-container-22 .ekthemata img {
    width: 100%;
  }

  .title-ekthemata-carousel {
    font-size: 28px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .ekthemata:hover .h-line-sm {
    width: 60px;
  }
  .ekthemata:hover .title-ekthemata-carousel {
    color: #26328c;
  }
  .ekthemata-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .ekthemata-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 2.5%;
  }
  .ekthemata-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .ekthemata-slider-navs .swiper-pagination-c2 {
    padding: 0 5px;
  }
  .ekthemata-slider-navs .swiper-pagination-c32 {
    padding: 0 5px;
  }

  .width960 {
    width: 960px;
  }
  .ektheseis-nav {
    text-align: right;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 44%;
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
  }
  .ektheseis-nav .ektheseis_link {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
  }
  .ektheseis_link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #26328c;
    margin-top: 8px;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }
  .ektheseis_link.active::after {
    width: 100%;
  }
  .ektheseis_link:hover::after {
    width: 100%;
  }
  .ektheseis-nav .ektheseis_link:nth-child(2) {
    margin-left: 45px;
  }
  .periodikes_ektheseis {
    padding-bottom: 400px;
  }
  .ektheseis {
    margin-top: -350px;
    display: flex;
    flex-direction: row;
  }
  .ektheseis .ekthesi {
    width: 33%;
  }
  .ektheseis .ekthesi img {
    width: 100%;
  }
  .ektheseis .ekthesi:nth-child(1) {
    margin-right: 8%;
  }
  .ektheseis .ekthesi:nth-child(2) {
    margin-right: 40px;
    margin-top: 138px;
  }
  .ektheseis .ekthesi_all {
    margin-top: -100px;
    width: 19vw;
  }
  .ektheseis .ekthesi_all_1 {
    margin-top: -100px;
    width: 30vw;
  }
  .uptitle-ektheseis {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 25px;
    color: black;
  }
  .title-ektheseis {
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-thematiki-enotita {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-ektheseis2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }

  .title-ektheseis_all {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 45px;
  }
  .title-ektheseis_all_1 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 45px;
  }
  .ekthesi_all img {
    margin-left: 50px;
    width: 92%;
  }
  .ekthesi_all_1 img {
    margin-left: 50px;
  }
  .ektheseis .ekthesi:hover .h-line-sm,
  .ektheseis .ekthesi_all:hover .h-line-sm {
    width: 60px;
  }
  .ektheseis .ekthesi:hover .title-ektheseis,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .ektheseis .ekthesi:hover .title-ektheseis2,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .ektheseis .ekthesi:hover .title-thematiki-enotita,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }

  .monimes_silloges {
    position: relative;
  }
  .monimes_silloges_bg {
    background-image: url("rect_1.png");
    width: 48%;
    height: 750px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
  }
  .swiper-container-3 {
    width: 100%;
    height: 500px;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-3 .monimes {
    height: 540px;
    display: flex;
    flex-direction: row;
  }
  .swiper-container-3 .monimes img {
    width: 100%;
  }
  .swiper-container-3 .monimes_img {
    width: 500px;
  }
  .monimes-slider-navs-all {
    position: absolute;
    right: 0px;
    margin-top: -60px;
    width: 48%;
  }
  .monimes-slider-navs {
    position: absolute;
    top: 2px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #f7f7e7;
    margin-left: 12%;
  }
  .monimes-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .monimes-slider-navs .swiper-pagination-c3 {
    padding: 0 5px;
  }
  .monimes_txt {
    display: flex;
    margin-left: 16%;
    width: 37%;
    flex-direction: column;
    margin-top: 0px;
    position: absolute;
    right: 8%;
  }
  .monimes_title {
    font-size: 35px;
    font-weight: 500;
  }
  .prosexeis_title {
    font-size: 35px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }

  .monimes_subtitle {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 400;
  }
  .monimes_txt a {
    margin-top: 50px;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .monimes_txt a:hover .h-line-sm {
    width: 60px;
  }
  .erevna-all {
    text-align: right;
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
  .erevna-all .erevna-all_link {
    font-size: 16px;
    font-weight: 500;
  }
  .h-line-sm-cont {
    width: 60px;
    display: inline-block;
    text-align: left;
  }
  .erevna-all:hover .h-line-sm {
    width: 60px;
  }

  .swiper-container-4 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 60px;
  }
  .swiper-container-4 .erevna {
    width: 40%;
  }
  .swiper-container-4 .erevna img {
    width: 100%;
    height: auto;
  }
  .title-erevna-carousel {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .erevna:hover .h-line-sm {
    width: 60px;
  }
  .erevna:hover .title-erevna-carousel {
    color: #26328c;
  }
  .erevna-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .erevna-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 2.5%;
  }
  .erevna-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .erevna-slider-navs .swiper-pagination-c5 {
    padding: 0 5px;
  }
  .slider-btns:focus {
    outline: none;
  }
  .kids {
    position: relative;
  }
  .kids_bg {
    float: right;
    width: 130%;
  }
  .row135_half {
    padding: 0 6%;
  }
  .row210 {
    padding: 0 10%;
  }
  .row210_1 {
    padding: 0 0 0 10%;
  }
  .kidsLink {
    display: inline-block;
    margin-bottom: 100px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .news-all {
    text-align: right;
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
  }
  .news-all .news-all_link {
    font-size: 16px;
    font-weight: 500;
  }
  .h-line-sm-cont {
    width: 60px;
    display: inline-block;
    text-align: left;
  }
  .news-all:hover .h-line-sm {
    width: 60px;
  }
  .swiper-container-5 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 20px;
  }
  .swiper-container-5 .news {
    width: 40%;
  }
  .swiper-container-5 .news img {
    width: 100%;
  }
  .title-news-carousel {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .news:hover .h-line-sm {
    width: 60px;
  }
  .news:hover .title-news-carousel {
    color: #26328c;
  }
  .news-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .news-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 2.5%;
  }
  .news-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .news-slider-navs .swiper-pagination-c4 {
    padding: 0 5px;
  }
  .news-cat {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .newsletter_text {
    font-size: 20px;
    font-weight: 300;
  }
  .newsletter_text span {
    font-weight: 500;
  }
  .newsletter_input form {
    border-bottom: 1px solid #000;
  }
  .newsletter_input input {
    color: black;
    display: inline-block;
    border: none;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #000; */
    background: #fff;
    height: 31px;
  }
  .newsletter_input input:nth-child(1) {
    width: calc(100% - 110px);
    font-style: italic;
    width: -webkit-calc(100% - 110px);
  }
  .newsletter_input input:nth-child(2) {
    width: 100px;
    font-weight: 500;
    cursor: pointer;
  }
  .footer_line {
    width: 100%;
    height: 50px;
    background-image: url("footer-line.png");
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
  }
  .footer_line_reversed {
    width: 100%;
    height: 50px;
    background-image: url("footer-line.png");
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .back_to_top {
    position: absolute;
    top: -40px;
    right: -30px;
    color: #26328c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .logo_small {
    width: 40px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
  }
  .actual_footer {
    width: 100%;
    padding-top: 50px;
    background: #f7f7e7;
    font-size: 1.125rem;
  }
  .actual_footer h6 {
    margin-bottom: 25px;
  }
  .actual_footer .f_elem {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .actual_footer .f_elem span {
    font-weight: 500;
  }
  /*
    .actual_footer .social{
        margin:0;
        padding:50px 0 0 0;
    }
    */

  .actual_footer .social {
    margin: 0;
    padding: 10px 0 0 0;
  }

  .actual_footer .social a {
    margin: 0 10px;
  }
  .actual_footer .foot1 {
    font-size: 13px;
    color: #888c82;
    margin: 0;
  }
  .actual_footer .foot11 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .actual_footer .foot11 img {
    top: 10px;
    position: relative;
    margin: 0 0 0 5px;
  }
  .actual_footer .foot2 {
    font-size: 13px;
    color: #888c82;
    margin: 40px 0 0px 0;
    padding-bottom: 20px;
  }
  .actual_footer .foot2 div {
    text-align: center;
  }
  .actual_footer .foot2 div a {
    margin: 0 20px;
  }
  .bottom-footer {
    background: #b9b9ad;
    width: 100%;
    height: 47px;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bottom-footer div {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  /* HOME AND GENERAL */

  /* ACTIVITIES */

  .page_main_banner {
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .title_with_btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-medium-padding-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .classWithPad {
    margin: 30px;
  }
  .classWithPad2 {
    margin: 10px;
    margin-bottom: 30px;
  }
  .margin-top-45 {
    margin-top: 45px;
  }

  .margin-left-right-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb {
    background: none;
    padding: 0.75rem 0;
  }

  .breadcrumb a {
    color: #000;
  }

  .breadcrumb span,
  .breadcrumb a {
    font-size: 1rem;
    margin: 0 5px;
  }

  .subtitle-large {
    font-size: 40px;
    font-weight: 400;
  }
  .subtitle-large2 {
    font-size: 40px;
    font-weight: 300;
  }
  .paragraph {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
  }

  .share_print a {
    margin-left: 10px;
  }

  .activities_cols {
    padding-bottom: 40px;
  }

  .activities_cols .classWithPad img {
    width: 100%;
    height: auto;
  }
  .activities_cols .activities_col:nth-child(even) {
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }

  .activities_cols .classWithPad h4 {
    margin-top: 20px;
    color: #000;
  }

  .activities_col:hover h4 {
    color: #26328c;
  }

  .activities_col:hover .h-line-sm {
    width: 60px;
  }

  .activities_col_in:hover h4 {
    color: #26328c;
  }

  .activities_col_in:hover .h-line-sm {
    width: 60px;
  }

  .activities_col_in {
    padding-right: 0;
    padding-left: 0;
  }

  .margin-left-135 {
    margin-left: 3vw;
  }
  .padding-left-135 {
    padding-left: 3vw;
  }

  .activities_children_choose {
    padding: 30px;
  }

  .activities_children_choose_item {
    display: inline-block;
    margin-right: 20px;
  }

  .activities_children_choose_item h6 {
    font-size: 16px;
    font-weight: 400;
  }

  .activities_children_choose_item input {
    background: #fff;
    border: 0px;
    width: 240px;
    padding: 15px;
    cursor: pointer;
  }
  .activities_children_choose_item input.black_submit_btn {
    background: #000;
    color: #fff;
  }

  .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
  }

  .pagination .pagination_steps {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .pagination .pagination_steps .pagination_step {
    margin: 0 5px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    cursor: pointer;
    color: #000;
  }
  .pagination .pagination_steps .pagination_step:hover {
    background: #f7f7f7;
  }
  .pagination .pagination_steps .pagination_step.active {
    margin: 0 5px;
    width: 70px;
    height: 70px;
    background: #2d3488;
    color: #fff;
  }

  .newspaper_style {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-top: 40px;
  }

  .activities_gallery_bg {
    background: #f7f7e7;
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    top: 45px;
  }

  /* ACTIVITIES */

  /* MUSEUM HISTORY */

  .left-sidebar {
    list-style-type: none;
    padding: 60px 0px 60px 0;
    margin: 0;
  }

  .left-sidebar li {
    padding: 10px 0;
    margin: 0;
  }

  .left-sidebar li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px 0 0;
  }

  .left-sidebar li a:hover {
    color: #26328c;
  }
  .rect_2 {
    width: 100%;
    height: 40px;
    background-image: url("rect_2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }

  .video_preview {
    width: 100%;
    height: 500px;
    background-image: url("video_img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video_preview .play_video_btn {
    width: 180px;
    height: 180px;
    background-image: url("play-video-btn.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
  }

  .accordion-container .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    background: #f7f7e7;
  }
  .accordion-container .accordion-title-monimes-sylloges {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    background: #f7f7e7;
  }
  .accordion-container .content-entry {
    padding: 20px 0;
  }
  .accordion-container .accordion-title-monimes-sylloges:hover,
  .accordion-container .accordion-title-monimes-sylloges:active,
  .accordion-container .content-entry.open .accordion-title-monimes-sylloges {
    background-color: #26328c;
    color: white;
  }
  .accordion-container .content-entry .accordion-title-monimes-sylloges i {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .accordion-container .content-entry.open .accordion-title-monimes-sylloges i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #26328c;
    color: white;
  }
  .accordion-container .content-entry .accordion-title i {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .accordion-container .content-entry.open .accordion-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .accordion-content {
    display: none;
    padding: 0 30px 30px 30px;
  }
  .accordion-content-monimes-sylloges {
    display: none;
    /* padding:0 30px 30px 30px; */
  }
  .export_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .landind_periodikes_ektheseis_tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
  }
  .landind_periodikes_ektheseis_tabs li {
    display: inline-block;
    margin: 0 30px;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .plirofories_ekthesis_container {
    background: #f7f7e7;
  }

  .col-5th {
    width: 20%;
  }

  .periodikes_ektheseis_container {
    padding: 0 1vw;
    font-weight: 400;
    font-size: 1.125rem;
  }

  .periodikes_ektheseis_container a {
    color: #26328c;
  }

  .periodikes_ektheseis_container span {
    font-weight: 500;
  }

  .periodikes_ektheseis_icon {
    height: 100px;
    background-repeat: no-repeat;
    background-position: top left;
  }

  .thematikes_parousiaseis_rect {
    width: 100%;
    height: 220px;
    background-image: url("rect-3.png");
    background-position: bottom center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
  }

  .thematikes_parousiaseis_container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f6f4+0,f7f6f4+50,ffffff+50,ffffff+50,ffffff+100 */
    background: #f7f6f4;
    background: -moz-linear-gradient(
      top,
      #f7f6f4 0%,
      #f7f6f4 90%,
      #ffffff 90%,
      #ffffff 100%
    );
    background: -webkit-linear-gradient(
      top,
      #f7f6f4 0%,
      #f7f6f4 90%,
      #ffffff 90%,
      #ffffff 100%
    );
    background: linear-gradient(
      to bottom,
      #f7f6f4 0%,
      #f7f6f4 90%,
      #ffffff 90%,
      #ffffff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#ffffff',GradientType=0 );
  }
  .thematikes_parousiaseis_container p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 24px;
    font-weight: 300;
  }

  .thematikes_parousiaseis_img {
    margin: -200px 0 0 auto;
    display: block;
    width: 100%;
  }

  .thematikes_left_col {
    padding: 0 4vw;
  }

  .thematikes_parousiaseis .subtitle {
    font-size: 38px;
    font-weight: 300;
  }

  .thematikes_parousiaseis_infos {
    background: #fff;
    padding: 80px;
    -webkit-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
  }
  .thematikes_parousiaseis_infos .row {
    margin-bottom: 30px;
  }
  .thematikes_parousiaseis_infos .row:last-child {
    margin-bottom: 0px;
  }
  .thematikes_parousiaseis_infos .row span {
    font-weight: 500;
  }

  .next_ekthesi {
    width: 100%;
    height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .next_ekthesi .row135 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .next_ekthesi .row135 h3 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .next_ekthesi .row135 h3 .line_static_white {
    width: 8vw;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
  }

  .lightbox {
    margin-top: 10vh;
  }

  /* .lb-data .lb-details {
        width: 100%;
        float: none;
        text-align: left;
        background: #fff;
        margin:0 auto;
        z-index:100;
        position: relative;
        padding:20px;
    } */

  .lb-data .lb-caption {
    font-size: 1.125rem;
    font-weight: 300;
    color: #000;
    line-height: 1.3em;
  }

  .lb-data .lb-close {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 20px;
  }

  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 0px;
    border: 0px solid #fff;
  }
  .lb-nav {
    top: -50px;
    height: 50px;
    width: 100%;
    z-index: 10;
  }
  .lb-nav a.lb-prev {
    width: 49%;
    left: 0;
    float: left;
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
  }
  .lb-nav a.lb-prev:after {
    color: #fff;
  }
  .lb-nav a.lb-next {
    width: 49%;
    right: 0;
    float: right;
    background: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .lb-nav a.lb-next:after {
    color: #fff;
  }

  .search_result {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f9f9f9;
    color: #000;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .search_result:hover {
    -webkit-box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }
  .search_result_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    min-width: 200px;
  }
  .search_result_txt {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .search_result_txt h6 {
    font-size: 24px;
  }

  .contact_page_container h6 {
    margin: 40px 0 0 0;
  }
  .contact_page_container .col-lg-6 {
    padding: 0;
  }
  .contact_page_container a {
    color: #26328c;
  }

  .semi_title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .small_title {
    font-size: 1.125rem;
  }

  .smaller_title {
    font-size: 14px;
  }

  .monimes_map .col-lg-6 {
    padding-left: 0;
    padding-right: 0px;
  }

  .rect_3 {
    width: 100%;
    height: 150px;
    background-image: url("rect_3.png");
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .rect_4 {
    width: 100%;
    height: 100%;
    background-image: url("rect_4.png");
    background-position: right 33%;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .rect_4 h3 {
    position: absolute;
    top: 22%;
    right: 30%;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .rect_3_above {
    width: 100%;
    position: relative;
    background-color: #f7f7e7;
    height: 400px;
  }

  .rect_3_above_1 {
    padding: 3vw;
    background-color: #f7f7e7;
    line-height: 28px;
  }

  .rect_3_above img {
    position: absolute;
    width: 100%;
    height: 400px;
  }
  /*.rect_3_above .image_map{
      height:100%;
      width:50vw;
      background-image: url(../imgs/monimes_ektheseis/map.jpg);
      background-position: top left;
      background-size: 100%;
      background-repeat: no-repeat;
      position: relative;
    }*/
  .rect_3_above .points {
    position: absolute;
    width: 100%;
    height: 400px;
  }
  .rect_3_above .p {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rect_3_above .p .map_content {
    justify-content: center;
    align-items: center;
    display: none;
  }
  .rect_3_above .p .koukida {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
  }
  .rect_3_above .p:hover .koukida {
    background: #2d3488;
  }
  .rect_3_above .p:hover > .map_content {
    display: inline-flex;
  }
  .rect_3_above .p .map_line {
    width: 400px;
    height: 1px;
    background-color: #2d3488;
    margin-left: 5px;
  }
  .rect_3_above .point_1 {
    top: 33%;
    right: 56%;
  }
  .rect_3_above .point_2 {
    top: 38%;
    right: 66%;
  }
  .rect_3_above .point_3 {
    top: 45%;
    right: 52%;
  }
  .rect_3_above .point_4 {
    top: 53%;
    right: 76%;
  }
  .rect_3_above .point_5 {
    top: 67%;
    right: 68%;
  }

  .video_gallery {
    position: relative;
  }
  .playvideo {
    position: absolute;
    top: 37%;
    left: 39%;
    width: 100px !important;
  }

  .monimes_ektheseis_L_full {
    padding-left: 0;
    padding-bottom: 240px;
    padding-top: 180px;
  }

  .monimes_ektheseis_L1 img {
    margin-top: -160px;
    margin-bottom: -200px;
    width: 100%;
  }

  .monimes_ektheseis_L1_line {
    width: 50%;
    height: 1px;
    background: #000;
    transform: translateX(-20%);
  }

  .monimes_ektheseis_L1_head {
    padding-bottom: 120px;
  }

  .monimes_ektheseis_L1_head a {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: right;
    display: block;
  }

  .monimes_ektheseis_L1_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .monimes_ektheseis_L1_foot {
    width: 50%;
    font-weight: 400;
  }

  /* MUSEUM HISTORY */

  /* GALLERY - EXHIBITIONS */

  .gallery-top {
    height: 100%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
  }
  .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gallery-top .swiper-slide {
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .popular_exhibitions_inside_container .col-lg-3 {
    position: relative;
    max-height: 658px;
    padding-left: 0;
  }

  .popular_exhibitions_inside_container_paddings {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .popular_exhibitions_inside_tabs .nav-item {
    width: 33%;
    margin-bottom: 0px;
  }
  .popular_exhibitions_inside_tabs .nav-tabs {
    border: 0px;
  }
  .popular_exhibitions_inside_tabs .nav-item .nav-link {
    font-size: 32px;
    font-weight: 400;
    color: #a3a3a3;
    border: 0px;
    border-bottom: 3px solid #fff;
  }
  .popular_exhibitions_inside_tabs .nav-item .nav-link.active {
    border: 0px;
    border-bottom: 3px solid #000;
    color: #000;
  }
  .popular_exhibitions_inside_tabs .tab-content {
    background: #f7f6f4;
    padding: 70px 0;
    position: relative;
  }
  .popular_exhibitions_inside_tabs .tab-pane {
    max-height: 460px;
  }

  /*
    .popular_exhibitions_inside_tabs .tab-pane a{
        font-weight: 500;
        color:#26328c;
        cursor:pointer;
    }
    */
  .popular_exhibitions_inside_tabs .tab-pane a {
    font-weight: 400;
    color: #0645ad;
    cursor: pointer;
  }

  .tabs_overlay {
    position: absolute;
    max-height: 460px;
    top: 0%;
    left: 50%;
    /* height:100%; */
    width: 100%;
    background: #d7d9ea;
    margin: 70px 0;
    -wenkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 5vw 3vw;
  }
  .close_tabs_overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close_tabs_overlay img {
    width: 100%;
  }

  .tabs_overlay_rest {
    position: absolute;
    max-height: 460px;
    top: 0%;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #d7d9ea;
    margin: 70px 0;
    -wenkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .tabs_overlay_rest .mCustomScrollbar {
    max-height: 460px;
    padding: 5vw 3vw;
  }
  .close_tabs_overlay_rest {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close_tabs_overlay_rest img {
    width: 100%;
  }

  .popular_exhibitions_inside_objects .swiper-slide.erevna {
    width: 25%;
  }

  .popular_exhibitions_inside_objects
    .swiper-slide.erevna
    .title-erevna-carousel {
    min-height: 80px;
  }

  .swiper-container-6 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-6 .erevna img {
    width: 100%;
  }

  /* GALLERY - EXHIBITIONS */

  .login {
    margin: 80px 0 0;
    width: 70%;
  }
  .login .username,
  .login .password {
    width: 100%;
    border: 0px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: block;
  }
  .login .recaptcha {
    margin: 40px 0;
    text-align: center;
  }
  .login .submitLogin {
    width: 100%;
    border: 0px;
    color: #fff;
    background: #000;
    padding: 20px;
    cursor: pointer;
    font-weight: 500;
    display: block;
  }

  .bold_unique {
    font-size: 70px;
    font-weight: 500;
    margin-bottom: -15px;
    color: #ddddda;
  }

  .silloges_ekthesiakoixoroi .silloges_photo {
    margin-top: -100px;
  }

  .black_Line_L {
    width: 500px;
    height: 1px;
    background: #000;
    transform: translateX(-50%);
  }

  .black_Line_R {
    width: 500px;
    height: 1px;
    background: #000;
    transform: translateX(120%);
  }

  .restaurant_page_menus .col-lg-6.col_1 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
  }
  .restaurant_page_menus .col-lg-6.col_1 a {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    margin-bottom: -50px;
    margin-right: -30px;
    width: 50%;
  }
  .restaurant_page_menus .col-lg-6.col_1 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .restaurant_page_menus .col-lg-6.col_2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: right;
  }
  .restaurant_page_menus .col-lg-6.col_2 a {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-left: -20px;
    width: 50%;
  }
  .restaurant_page_menus .col-lg-6.col_2 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .radios {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
  }
  .radios div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
  }
  .radios div input {
    margin-right: 10px;
  }
  .radios.last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1101px) {
  .title-ektheseis_all {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .to_mouseio_taksidevei_gal {
    width: 100%;
    height: 350px;
  }
  .gallery-top1 {
    height: auto !important;
    width: 100%;
  }
  .gallery-thumbs1 {
    height: 25%;
    box-sizing: border-box;
    padding: 10px 0px;
  }
  .gallery-thumbs1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs1 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-top1 .swiper-slide {
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gallery-top1 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-thumbs1 .swiper-slide-thumb-active {
    opacity: 1;
  }

  .parousiasi_ekthematos_ {
    display: block;
    width: 100% !important;
  }

  .filters {
    width: 100%;
    display: none;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .filters .filter {
    margin-bottom: 20px;
  }
  .filters .filter .filter_title {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .filters .dropdown {
    width: calc(100% - 10px);
  }
  .filters_btn_container {
    padding: 20px 0;
    opacity: 0.4;
    flex-grow: 8;
  }
  .filters_btn span {
    margin: 0px;
  }

  .filters.openFilters {
    display: block;
  }
  .filters_btn i.fa-chevron-down {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .filters_btn.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .silloges_maps {
    text-align: right;
    width: 100%;
    position: relative;
    height: 500px;
  }
  .silloges_maps img {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 160%;
  }
  .silloges_maps_left {
    text-align: left;
    width: 100%;
    position: relative;
    height: 400px;
  }
  .silloges_maps_left img {
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 130%;
  }

  /* HOME AND GENERAL */

  .justify_end_above {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .open-mobile-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 24px;
    padding: 20px;
  }
  .open-mobile-menu img {
    width: 20px;
  }
  .close-mobile-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 24px;
    padding: 20px;
    display: none;
  }
  .close-mobile-menu img {
    width: 20px;
  }
  .mobile-menu {
    background-image: url("slider_menu_bg.jpg");
  }
  .mob-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 80%;
    padding: 3vw;
    margin-top: 30%;
  }
  .mobile-menu-inside {
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    text-align: center;
  }
  .mobile-menu-inside_lngs {
    display: flex;
    flex-direction: row;
    font-size: 1.125rem;
    text-align: center;
    margin: 2vh 0 3vh;
  }
  .mobile-menu-inside_lngs .mob-menu-items {
    color: #7e7e7e;
    margin: 10px;
  }
  .mobile-menu-inside_lngs .mob-menu-items.active {
    color: #fff;
  }
  /*.mobile-menu-inside:nth-child(1){*/
  /*    border-bottom: 1px solid #7e7e7e;*/
  /*}*/
  .mobile-menu-inside .mob-menu-items {
    color: #fff;
    margin: 0.4vh;
  }
  .search_container.mob-menu-items {
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4vh 0;
  }
  .search_container.mob-menu-items .searchbar_modal {
    background: none;
    border: 0px;
    width: 100%;
  }

  .search_container.mob-menu-items input {
    color: #fff;
  }

  .search_container.mob-menu-items input::placeholder {
    color: #fff;
    font-style: italic;
    font-weight: 300;
  }

  .fade-scale {
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  .fade-scale.show {
    opacity: 1;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .foot1 .col-lg-2 {
    text-align: center !important;
    padding: 30px 0;
  }

  * {
    font-family: "PF Futura Neu";
    font-style: normal;
  }
  body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 1.125rem;
  }
  a {
    text-decoration: none !important;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  a:hover {
    color: #26328c;
  }
  .header1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .swiper-container-1 {
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
  }
  .swiper-container-1 .swiper-slide.main_slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-navs {
    position: absolute;
    top: 52%;
    right: -50px;
    display: none;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
  }
  .slider-navs .slider-btns {
    margin: 0 10px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .sb-height {
    height: 18px;
  }
  .play-pause-main-slider {
    position: absolute;
    bottom: 30px;
    right: 100px;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    z-index: 10;
    opacity: 0.7;
    cursor: pointer;
    display: none;
  }
  .play-pause-main-slider img {
    display: block;
  }
  .play-pause-main-slider img.hide {
    display: none;
  }
  .play-pause-main-slider img.show {
    display: block;
  }
  header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }
  header .header-wrapper {
    width: 100%;
    height: 80px;
  }
  header .header-wrapper .header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .logo {
    margin-top: 20px;
    width: 80px;
    height: 53.33px;
  }

  .search {
    padding: 0 0 0 3vw;
  }

  .gray {
    color: #bbbbbb;
  }
  .white {
    color: #ffffff;
  }
  .black {
    color: #000000;
  }
  .pale-bg {
    background-color: #f7f7e7;
  }
  .pale2-bg {
    background-color: #f7f6f4;
  }
  .top-nav {
    font-size: 1.125rem;
    font-weight: 400;
    display: none;
  }
  .top-nav ul {
    list-style: none;
    padding: 0;
  }
  .top-nav ul li {
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
  }
  .top-nav-helper {
    height: 20px;
  }
  .small-Txt {
    font-size: 12px;
  }
  .large-Txt {
    font-size: 1.125rem;
  }
  .top-nav-helper-in-use {
    display: inline-block;
  }
  .helper-in-use {
  }
  .top-nav-helper-in-use .v-line {
    height: 20px;
    width: 1px;
    background: #fff;
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin: 0 auto;
  }
  .top-nav-helper-in-use.active .v-line {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .top-nav-helper-in-use.active {
    color: #fff;
  }
  .top-nav-helper-in-use:hover .v-line {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .top-nav-helper-in-use:hover {
    color: #fff !important;
  }
  .menu {
    position: absolute;
    top: 120px;
    right: -25px;
    display: none;
    align-items: center;
    z-index: 9001;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    cursor: pointer;
  }
  .open-slider-menu {
    display: block;
  }
  .close-slider-menu {
    display: none;
  }
  .v-line-menu {
    height: 1px;
    width: 60px;
    background: #fff;
    margin-left: 10px;
  }
  .scroll-inform-full {
    position: absolute;
    bottom: 0px;
    right: -2px;
    display: flex;
    align-items: center;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
  }
  .v-line-scroll {
    height: 1px;
    width: 60px;
    background: #fff;
    margin-left: 10px;
  }
  .change-lang {
    position: relative;
  }
  .lang-drop-down {
    position: absolute;
    right: 0px;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .lang-drop-down li {
    display: block !important;
    margin-right: 25px;
    margin-bottom: 4px;
  }
  .change-lang:hover .lang-drop-down {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .slider-title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 40px;
  }
  .slider-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
  }
  .slider-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0.6) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .slider-text {
    margin-left: 7vw;

    margin-bottom: 60px;
  }
  .with-line {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .title {
    font-size: 40px;
    font-weight: 300;
    padding: 0px;
    margin: 0;
  }
  .periodic-show-title {
    margin-top: 100px;
  }

  .subtitle {
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 32px;
  }
  .section-padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-second-section .title {
    display: block;
  }
  .home-second-section .subtitle {
    width: 100%;
    display: block;
    padding: 40px 0px;
  }
  .pale-bg .rowshape {
    overflow: hidden;
    position: relative;
    margin: 0px;
  }
  .rowshape_img_container {
    margin: 0 auto;
    position: relative;
    width: 92%;
  }
  .imerologio_ekdilosewn {
    text-align: center;
    display: block;
    width: 100%;
  }
  .imerologio_ekdilosewn a {
    display: block;
  }
  .rowshape .row-in-row-shape {
    margin: 0 auto;
  }
  .title-link {
    font-size: 20px;
    font-weight: 500;
  }
  .margin-top-70 {
    margin-top: 30px;
  }
  .margin-top-8 {
    margin-top: 8px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .margin-left-70 {
  }
  .padding-right-135 {
    padding-right: 3vw;
  }
  .padding-left-135 {
    padding-left: 3vw;
  }
  .h-line {
    height: 1px;
    background: #000;
    margin-top: 10px;
  }
  .shape-contents-centered {
    display: block;
    width: 100%;
    text-align: center;
  }
  .h-line-sm {
    height: 1px;
    width: 0px;
    border-bottom: 1px solid #26328c;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .title-link:hover .h-line-sm {
    width: 60px;
  }
  .row135 {
    padding: 0 3vw;
  }
  .row135_2 {
    padding: 0 0 0 3vw;
  }
  .swiper-container-2,
  .swiper-container-22 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 60px;
  }
  .swiper-container-2 .ekthemata,
  .swiper-container-22 .ekthemata {
    width: 80% !important;
  }
  .swiper-container-2 .ekthemata img,
  .swiper-container-22 .ekthemata img {
    width: 100%;
    height: auto;
  }
  .swiper-container-32,
  .swiper-container-22 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 60px;
  }
  .swiper-container-32 .ekthemata,
  .swiper-container-22 .ekthemata {
    width: 80%;
  }
  .swiper-container-32 .ekthemata img,
  .swiper-container-22 .ekthemata img {
    width: 100%;
    height: auto;
  }

  .title-ekthemata-carousel {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 33px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .ekthemata:hover .h-line-sm {
    width: 60px;
  }
  .ekthemata:hover .title-ekthemata-carousel {
    color: #26328c;
  }
  .ekthemata-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .ekthemata-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 2.5%;
  }
  .ekthemata-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .ekthemata-slider-navs .swiper-pagination- {
    padding: 0 5px;
  }
  .width960 {
    width: 100%;
  }
  .ektheseis-nav {
    margin: 30px 0;
  }
  .ektheseis-nav .ektheseis_link {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
  }
  .ektheseis-nav .ektheseis_link:nth-child(1) {
    margin-right: 20px;
  }
  .ektheseis_link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #26328c;
    margin-top: 8px;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }
  .ektheseis_link.active::after {
    width: 100%;
  }
  .ektheseis_link:hover::after {
    width: 100%;
  }
  .periodikes_ektheseis {
    padding-bottom: 50px;
  }
  .ektheseis {
    margin-top: -50px;
    display: block;
    text-align: center;
  }
  .ektheseis .ekthesi {
    display: block;
    margin-bottom: 50px;
  }
  .ektheseis .ekthesi img {
    width: 70%;
  }
  .ektheseis .ekthesi_all {
    display: block;
    text-align: center;
  }
  .ektheseis .ekthesi_all_1 {
    display: block;
    text-align: center;
  }
  .uptitle-ektheseis {
    font-size: 17px;
    font-weight: 400;
    margin-top: 25px;
    color: black;
  }
  .title-ektheseis {
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-ektheseis2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-thematiki-enotita {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 25px;
    line-height: 36px;
  }
  .title-ektheseis_all {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 45px;
  }
  .title-ektheseis_all_1 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 45px;
  }
  .ekthesi_all img {
    width: 30%;
  }
  .ekthesi_all_1 img {
    margin-left: 0px;
    width: 100%;
  }
  .ektheseis .ekthesi:hover .h-line-sm,
  .ektheseis .ekthesi_all:hover .h-line-sm {
    width: 60px;
  }
  .ektheseis .ekthesi:hover .title-ektheseis,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .ektheseis .ekthesi:hover .title-ektheseis2,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .ektheseis .ekthesi:hover .title-thematiki-enotita,
  .ektheseis .ekthesi_all:hover .title-ektheseis_all {
    color: #26328c;
  }
  .monimes_silloges {
    position: relative;
  }
  .monimes_silloges_title {
    position: relative;
    width: 100%;
  }
  .monimes_silloges_bg {
    background-image: url("rect_1.png");
    width: 100%;
    height: 60%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
  }
  .swiper-container-3 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 40px;
    background: #f7f7e7;
  }
  .swiper-container-3 .monimes {
    display: block;
  }
  .swiper-container-3 .monimes img {
    width: 100%;
  }
  .swiper-container-3 .monimes_img {
    width: 90%;
  }
  .monimes-slider-navs-all {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .monimes-slider-navs {
    position: relative;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
  }
  .monimes-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .monimes-slider-navs .swiper-pagination-c3 {
    padding: 0 5px;
  }
  .monimes_txt {
    margin-top: 20px;
    width: 95%;
  }
  .monimes_title {
    font-size: 26px;
    font-weight: 500;
  }
  .prosexeis_title {
    font-size: 35px;
    font-weight: 300;
    padding: 0;
    margin: 0;
  }
  .monimes_subtitle {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
  }
  .monimes_txt a {
    margin-top: 50px;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .monimes_txt a:hover .h-line-sm {
    width: 60px;
  }
  .erevna-all {
    text-align: left;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 30px 0 30px 3vw;
  }
  .erevna-all .erevna-all_link {
    font-size: 16px;
    font-weight: 500;
  }
  .h-line-sm-cont {
    width: 60px;
    display: inline-block;
    text-align: left;
  }
  .erevna-all:hover .h-line-sm {
    width: 60px;
  }
  .swiper-container-4 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 20px;
  }
  .swiper-container-4 .erevna {
    width: 80%;
  }
  .swiper-container-4 .erevna img {
    width: 100%;
    height: auto;
  }
  .title-erevna-carousel {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .erevna:hover .h-line-sm {
    width: 60px;
  }
  .erevna:hover .title-erevna-carousel {
    color: #26328c;
  }
  .erevna-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .erevna-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 2.5%;
  }
  .erevna-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .erevna-slider-navs .swiper-pagination-c5 {
    padding: 0 5px;
  }
  .slider-btns:focus {
    outline: none;
  }
  .kids {
    position: relative;
  }
  .kids_bg {
    float: right;
    width: 120%;
  }
  .row135_half {
    padding: 0 6%;
  }
  .row210 {
    padding: 0 10%;
  }
  .row210_1 {
    padding: 0 0 0 10%;
  }
  .kidsLink {
    display: inline-block;
    margin-bottom: 100px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .news-all {
    text-align: left;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 30px 0 30px 3vw;
  }
  .news-all .news-all_link {
    font-size: 16px;
    font-weight: 500;
  }
  .h-line-sm-cont {
    width: 60px;
    display: inline-block;
    text-align: left;
  }
  .news-all:hover .h-line-sm {
    width: 60px;
  }
  .swiper-container-5 {
    width: 100%;
    padding-left: 3vw;
    margin-top: 20px;
  }
  .swiper-container-5 .news {
    width: 80%;
  }
  .swiper-container-5 .news img {
    width: 100%;
  }
  .title-news-carousel {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .news:hover .h-line-sm {
    width: 60px;
  }
  .news:hover .title-news-carousel {
    color: #26328c;
  }
  .news-slider-navs-all {
    position: relative;
    margin-top: 50px;
  }
  .news-slider-navs {
    position: absolute;
    top: -12px;
    display: inline-flex;
    z-index: 10;
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    background: #fff;
    margin-left: 2.5%;
  }
  .news-slider-navs .slider-btns {
    margin: 0;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  .news-slider-navs .swiper-pagination-c4 {
    padding: 0 5px;
  }
  .news-cat {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .newsletter_text {
    font-size: 20px;
    font-weight: 300;
  }
  .newsletter_text span {
    font-weight: 500;
  }
  .newsletter_input {
    margin-top: 30px;
  }
  .newsletter_input form {
    border-bottom: 1px solid #000;
  }
  .newsletter_input input {
    color: black;
    display: inline-block;
    border: none;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #000; */
    /* background:#fff; */
    background: transparent;
    height: 31px;
  }
  .newsletter_input input:nth-child(1) {
    width: calc(100% - 110px);
    font-style: italic;
    width: -webkit-calc(100% - 110px);
  }
  .newsletter_input input:nth-child(2) {
    padding: 0px;
    width: 100px;
    font-weight: 500;
    cursor: pointer;
  }
  .footer_line {
    width: 100%;
    height: 30px;
    background-image: url("footer-line.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .footer_line_reversed {
    width: 100%;
    height: 20px;
    background-image: url("footer-line.png");
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .back_to_top {
    position: absolute;
    top: -40px;
    right: -30px;
    color: #26328c;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .logo_small {
    width: 40px;
    margin: 0 auto;
    display: block;
    padding-top: 0px;
  }
  .actual_footer {
    width: 100%;
    padding-top: 50px;
    background: #f7f7e7;
    font-size: 1.125rem;
  }
  .actual_footer h6 {
    margin-bottom: 25px;
  }
  .actual_footer .f_elem {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .actual_footer .f_elem span {
    font-weight: 500;
  }
  /*
    .actual_footer .social{
        margin:0;
        padding:50px 0 0 0;
    }
    */
  .actual_footer .social {
    margin: 0;
    padding: 10px 0 0 0;
  }

  .actual_footer .social a {
    margin: 0 10px;
  }
  .actual_footer .foot1 {
    font-size: 13px;
    color: #888c82;
    margin: 0;
  }
  .actual_footer .foot11 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .actual_footer .foot11 img {
    /* top: 10px; */
    position: relative;
    margin: 0 0 0 5px;
    padding-bottom: 10px;
  }
  .actual_footer .foot2 {
    font-size: 13px;
    color: #888c82;
    margin: 40px 0 0px 0;
    padding-bottom: 20px;
  }
  .actual_footer .foot2 div {
    text-align: center;
  }
  .actual_footer .foot2 div a {
    margin: 0 20px;
  }
  .bottom-footer {
    background: #b9b9ad;
    width: 100%;
    height: 47px;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bottom-footer div {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  /* HOME AND GENERAL */

  /* ACTIVITIES */

  .page_main_banner {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .title_with_btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-medium-padding-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .classWithPad {
    margin: 20px;
  }
  .classWithPad2 {
    margin: 10px;
    margin-bottom: 20px;
  }
  .margin-top-45 {
    margin-top: 45px;
  }

  .margin-left-right-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb {
    background: none;
    padding: 0.75rem 0;
  }

  .breadcrumb a {
    color: #000;
  }

  .breadcrumb span,
  .breadcrumb a {
    font-size: 1rem;
    margin: 0 5px;
  }

  .subtitle-large {
    font-size: 32px;
    font-weight: 400;
  }
  .subtitle-large2 {
    font-size: 40px;
    font-weight: 300;
  }
  .paragraph {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
  }

  .share_print {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }
  .share_print a {
    margin-left: 10px;
  }

  .activities_cols .classWithPad img {
    width: 100%;
    height: auto;
  }
  .activities_cols .activities_col:nth-child(even) {
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }

  .activities_cols .classWithPad h4 {
    margin-top: 20px;
    color: #000;
  }

  .activities_col:hover h4 {
    color: #26328c;
  }

  .activities_col:hover .h-line-sm {
    width: 60px;
  }

  .activities_col_in:hover h4 {
    color: #26328c;
  }

  .activities_col_in:hover .h-line-sm {
    width: 60px;
  }

  .activities_col_in {
    padding-right: 0;
    padding-left: 0;
  }

  .margin-left-135 {
    margin-left: 3vw;
  }
  .padding-left-135 {
    padding-left: 3vw;
  }

  .activities_children_choose {
    padding: 30px;
    text-align: center;
  }

  .activities_children_choose_item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .activities_children_choose_item h6 {
    font-size: 16px;
    font-weight: 400;
  }

  .activities_children_choose_item input {
    background: #fff;
    border: 0px;
    width: 240px;
    padding: 15px;
    cursor: pointer;
  }
  .activities_children_choose_item input.black_submit_btn {
    background: #000;
    color: #fff;
  }

  .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
  }

  .pagination .pagination_steps {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  /* .pagination .pagination_steps .pagination_step{
        margin:0 5px;
        width:70px;
        height:70px;
        display:flex;
        justify-content: center;
        align-items: center;
        border-radius: 500px;
        cursor:pointer;
        color:#000;
    } */
  .pagination .pagination_steps .pagination_step:hover {
    background: #f7f7f7;
  }
  /* .pagination .pagination_steps .pagination_step.active{
        margin:0 5px;
        width:70px;
        height:70px;
        background:#2d3488;
        color:#fff;
    } */

  .newspaper_style {
    margin-top: 40px;
  }

  .activities_gallery_bg {
    background: #f7f7e7;
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    top: 25px;
  }

  /* ACTIVITIES */

  /* MUSEUM HISTORY */

  .museum_container {
    padding: 40px 0;
  }

  .museum_Titles {
    margin: 4vw 3vw 3vw 3vw;
  }

  .left-sidebar {
    list-style-type: none;
    padding: 20px 0px 20px 0;
    margin: 0;
    text-align: center;
  }

  .left-sidebar li {
    padding: 10px 0;
    margin: 0;
  }

  .left-sidebar li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px 0 0;
  }

  .left-sidebar li a:hover {
    color: #26328c;
  }
  .rect_2 {
    width: 100%;
    height: 60px;
    background-image: url("rect_2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }

  .video_preview {
    width: 100%;
    height: 300px;
    background-image: url("video_img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video_preview .play_video_btn {
    width: 180px;
    height: 180px;
    background-image: url("play-video-btn.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
  }
  .accordion-container .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    background: #f7f7e7;
  }
  .accordion-container .accordion-title-monimes-sylloges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 30px;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    background: #f7f7e7;
  }
  .accordion-container .content-entry {
    padding: 20px 0;
  }

  .accordion-container .accordion-title-monimes-sylloges:hover,
  .accordion-container .accordion-title-monimes-sylloges:active,
  .accordion-container .content-entry.open .accordion-title-monimes-sylloges {
    background-color: #26328c;
    color: white;
  }
  .accordion-container .content-entry .accordion-title-monimes-sylloges i {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .accordion-container .content-entry.open .accordion-title-monimes-sylloges i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #26328c;
    color: white;
  }
  .accordion-container .content-entry .accordion-title i {
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .accordion-container .content-entry.open .accordion-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .accordion-content {
    display: none;
    padding: 0 30px 30px 30px;
  }
  .accordion-content-monimes-sylloges {
    display: none;
    /* padding:0 30px 30px 30px; */
  }
  .export_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .landind_periodikes_ektheseis_tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .landind_periodikes_ektheseis_tabs li {
    display: inline-block;
    margin: 0 30px;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .plirofories_ekthesis_container {
    background: #f7f7e7;
  }

  .col-5th {
    width: 100%;
  }

  .periodikes_ektheseis_container {
    padding: 0 1vw;
    font-weight: 400;
    font-size: 1.125rem;
  }

  .periodikes_ektheseis_container a {
    color: #26328c;
  }

  .periodikes_ektheseis_container span {
    font-weight: 500;
  }

  .periodikes_ektheseis_icon {
    height: 100px;
    background-repeat: no-repeat;
    background-position: top left;
  }

  .thematikes_parousiaseis_rect {
    width: 100%;
    height: 220px;
    background-image: url("rect-3.png");
    background-position: bottom center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
  }

  .thematikes_parousiaseis_container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f6f4+0,f7f6f4+50,ffffff+50,ffffff+50,ffffff+100 */
    background: #f7f6f4;
    /*
        background: -moz-linear-gradient(top, #f7f6f4 0%, #f7f6f4 90%, #ffffff 90%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f7f6f4 0%,#f7f6f4 90%,#ffffff 90%,#ffffff 100%);
        background: linear-gradient(to bottom, #f7f6f4 0%,#f7f6f4 90%,#ffffff 90%,#ffffff 100%);
        */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#ffffff',GradientType=0 );
  }
  .thematikes_parousiaseis_container p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 24px;
    font-weight: 300;
  }

  .thematikes_parousiaseis_img {
    display: block;
    width: 100%;
  }

  .thematikes_left_col {
    padding: 0 4vw;
  }

  .thematikes_parousiaseis .subtitle {
    font-size: 38px;
    font-weight: 300;
  }

  .thematikes_parousiaseis_infos {
    background: #fff;
    padding: 80px;
    -webkit-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.75);
  }
  .thematikes_parousiaseis_infos .row {
    margin-bottom: 30px;
  }
  .thematikes_parousiaseis_infos .row:last-child {
    margin-bottom: 0px;
  }
  .thematikes_parousiaseis_infos .row span {
    font-weight: 500;
  }

  .next_ekthesi {
    width: 100%;
    min-height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .next_ekthesi .row135 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .next_ekthesi .row135 h3 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .next_ekthesi .row135 h3 .line_static_white {
    width: 8vw;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
  }

  .search_result {
    margin-top: 50px;
    display: block;
    background: #f9f9f9;
    color: #000;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .search_result:hover {
    -webkit-box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }
  .search_result_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    min-width: 200px;
  }
  .search_result_txt {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .search_result_txt h6 {
    font-size: 24px;
  }

  .contact_page_container h6 {
    margin: 40px 0 0 0;
  }
  .contact_page_container .col-lg-6 {
    padding: 0;
  }
  .contact_page_container a {
    color: #26328c;
  }

  .semi_title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 100px;
  }

  .small_title {
    font-size: 1.125rem;
  }

  .smaller_title {
    font-size: 14px;
  }

  .monimes_map .col-lg-6 {
    padding-left: 0;
    padding-right: 0px;
  }

  .rect_3 {
    width: 100%;
    height: 60px;
    background-image: url("rect_3.png");
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .rect_4 h3 {
    padding: 0 3vw;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .rect_3_above {
    width: 100%;
    position: relative;
    background-color: #f7f7e7;
    height: 300px;
  }

  .rect_3_above_1 {
    padding: 15vw 3vw;
    background-color: #f7f7e7;
    line-height: 28px;
  }

  .rect_3_above img {
    position: absolute;
    width: 100%;
    height: 300px;
  }
  /*.rect_3_above .image_map{
      height:100%;
      width:50vw;
      background-image: url(../imgs/monimes_ektheseis/map.jpg);
      background-position: top left;
      background-size: 100%;
      background-repeat: no-repeat;
      position: relative;
    }*/
  .rect_3_above .points {
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .rect_3_above .p {
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .rect_3_above .p .map_content {
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .rect_3_above .p .koukida {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
  }
  .rect_3_above .p:hover .koukida {
    background: #2d3488;
  }
  .rect_3_above .p:hover > .map_content {
    display: inline-flex;
  }
  .rect_3_above .p .map_line {
    width: 1px;
    height: 42px;
    background-color: #2d3488;
    margin-left: 5px;
  }
  .rect_3_above .point_1 {
    top: 33%;
    left: 42%;
  }
  .rect_3_above .point_2 {
    top: 38%;
    left: 31%;
  }
  .rect_3_above .point_3 {
    top: 45%;
    left: 45%;
  }
  .rect_3_above .point_4 {
    top: 53%;
    left: 22%;
  }
  .rect_3_above .point_5 {
    top: 67%;
    left: 29%;
  }

  .video_gallery {
    position: relative;
  }
  .playvideo {
    position: absolute;
    top: 31%;
    left: 34%;
    width: 100px !important;
  }

  .monimes_ektheseis_L_full {
    padding-left: 0;
    padding-bottom: 50px;
    padding-top: 0px;
  }

  .monimes_ektheseis_L1 img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  .monimes_ektheseis_L1_line {
    width: 50%;
    height: 1px;
    background: #000;
  }

  .monimes_ektheseis_L1_head {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .monimes_ektheseis_L1_head a {
    font-size: 1.125rem;
    font-weight: 500;
    display: block;
    margin-top: 20px;
  }

  .monimes_ektheseis_L1_container {
  }
  .monimes_ektheseis_L1_foot {
    font-weight: 400;
  }

  /* MUSEUM HISTORY */

  /* GALLERY - EXHIBITIONS */

  .gallery-top {
    height: 100%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
  }
  .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gallery-top .swiper-slide {
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .popular_exhibitions_inside_container {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .popular_exhibitions_inside_container .col-lg-6 {
    padding-top: 30px;
  }
  .popular_exhibitions_inside_container .col-lg-5,
  .popular_exhibitions_inside_container .col-lg-7 {
    width: 45%;
  }

  .popular_exhibitions_inside_container .col-lg-3 {
    position: relative;
    height: 658px;
    padding-left: 0;
    width: 20%;
  }
  .popular_exhibitions_inside_container .col-lg-9 {
    position: relative;
    height: 658px;
    padding-left: 0;
    width: 80%;
  }

  .popular_exhibitions_inside_container_paddings {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .popular_exhibitions_inside_tabs .nav-item {
    width: 33%;
    margin-bottom: 0px;
  }
  .popular_exhibitions_inside_tabs .nav-tabs {
    border: 0px;
  }
  .popular_exhibitions_inside_tabs .nav-item .nav-link {
    font-size: 1.125rem;
    font-weight: 400;
    color: #a3a3a3;
    border: 0px;
    border-bottom: 3px solid #fff;
  }
  .popular_exhibitions_inside_tabs .nav-item .nav-link.active {
    border: 0px;
    border-bottom: 3px solid #000;
    color: #000;
  }
  .popular_exhibitions_inside_tabs .tab-content {
    background: #f7f6f4;
    padding: 70px 0;
    position: relative;
  }
  .popular_exhibitions_inside_tabs .tab-pane {
    max-height: 460px;
  }

  /*
    .popular_exhibitions_inside_tabs .tab-pane a{
        font-weight: 500;
        color:#26328c;
        cursor:pointer;
    }
    */

  .popular_exhibitions_inside_tabs .tab-pane a {
    font-weight: 400;
    color: #0645ad;
    cursor: pointer;
  }

  .tabs_overlay {
    position: absolute;
    max-height: 460px;
    top: 0%;
    left: 50%;
    /*  height:100%; */
    width: 100%;
    background: #d7d9ea;
    margin: 70px 0;
    -wenkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 20vw 3vw 10vw;
  }
  .close_tabs_overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close_tabs_overlay img {
    width: 100%;
  }

  .tabs_overlay_rest {
    position: absolute;
    max-height: 460px;
    top: 0%;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #d7d9ea;
    margin: 70px 0;
    -wenkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .tabs_overlay_rest .mCustomScrollbar {
    max-height: 460px;
    padding: 5vw 3vw;
  }
  .close_tabs_overlay_rest {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close_tabs_overlay_rest img {
    width: 100%;
  }

  .popular_exhibitions_inside_objects .swiper-slide.erevna {
    width: 25%;
  }

  .popular_exhibitions_inside_objects
    .swiper-slide.erevna
    .title-erevna-carousel {
    min-height: 80px;
  }

  .swiper-container-6 {
    width: 100%;
    padding-left: 7vw;
    margin-top: 60px;
  }
  .swiper-container-6 .erevna img {
    width: 100%;
  }

  /* GALLERY - EXHIBITIONS */

  .login {
    margin: 80px 0 0;
    width: 100%;
  }
  .login .username,
  .login .password {
    width: 100%;
    border: 0px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: block;
  }
  .login .recaptcha {
    margin: 40px 0;
    text-align: center;
  }
  .login .submitLogin {
    width: 100%;
    border: 0px;
    color: #fff;
    background: #000;
    padding: 20px;
    cursor: pointer;
    font-weight: 500;
    display: block;
  }

  .bold_unique {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: -8px;
    color: #ddddda;
  }

  .restaurant_page_menus .col-lg-6.col_1 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
  }
  .restaurant_page_menus .col-lg-6.col_1 a {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    margin-bottom: -50px;
    margin-right: -30px;
    width: 50%;
  }
  .restaurant_page_menus .col-lg-6.col_1 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .restaurant_page_menus .col-lg-6.col_2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: right;
  }
  .restaurant_page_menus .col-lg-6.col_2 a {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-left: -20px;
    width: 50%;
  }
  .restaurant_page_menus .col-lg-6.col_2 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .radios {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  .radios div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
  }
  .radios div input {
    margin-right: 10px;
  }
  .radios.last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 769px) {
  .sticky_in_desktop {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .activities_cols .activities_col:nth-child(even) {
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
  }
  .activities_cols .activities_col {
    margin-bottom: 30px;
  }
  .activities_cols .activities_col_in {
    margin-bottom: 30px;
  }
  .classWithPad {
    margin: 0px;
  }
  .classWithPad2 {
    margin: 0px;
    margin-bottom: 0px;
  }
  .activities_cols {
    padding-bottom: 0px;
  }

  .justify_end_above {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .restaurant_page_menus .col-lg-6.col_1 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
  }
  .restaurant_page_menus .col-lg-6.col_1 a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .restaurant_page_menus .col-lg-6.col_1 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .restaurant_page_menus .col-lg-6.col_2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
  }
  .restaurant_page_menus .col-lg-6.col_2 a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .restaurant_page_menus .col-lg-6.col_2 a .rest_line {
    height: 1px;
    width: 150px;
    background: #000;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .to_mouseio_taksidevei_gal {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .to_mouseio_taksidevei_gal {
    width: 100%;
    height: 300px;
  }

  /* HOME AND GENERAL */

  .silloges_maps {
    text-align: right;
    width: 100%;
    position: relative;
    height: auto;
  }
  .silloges_maps img {
    position: relative;
    width: 100%;
  }
  .silloges_maps_left {
    text-align: left;
    width: 100%;
    position: static;
    height: auto;
  }
  .silloges_maps_left img {
    position: static;
    width: 100%;
    left: 0;
  }
  .moreDown {
    padding-top: 90px;
  }

  .col-md-3,
  .col-md-2 {
    width: 100%;
    max-width: 100%;
    flex: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .kids_bg {
    width: 90%;
    display: block;
  }

  /* HOME AND GENERAL */

  .activities_cols .activities_col:nth-child(even) {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  .activities_cols {
    padding-bottom: 0px;
  }

  .activities_children_choose_item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .landind_periodikes_ektheseis_tabs li {
    display: block;
  }

  .popular_exhibitions_inside_container .col-lg-3 {
    position: relative;
    height: 408px;
    padding-left: 0;
    width: 20%;
  }
  .popular_exhibitions_inside_container .col-lg-9 {
    position: relative;
    height: 408px;
    padding-left: 0;
    width: 80%;
  }
}

.sitemap_pad {
  padding-left: 50px;
}
.sitemap_link a {
  display: inline-block;
  padding: 10px;
  padding-left: 0px;
  font-size: 20px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sitemap_link a:hover {
  -webkit-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.14);
  padding-left: 15px;
  padding-right: 15px;
}

/** mainsys **/
footer .foot1 div {
  text-align: center;
}

footer .foot1 div img {
  margin: 1rem;
}

form.login .form-submit:hover {
  background-color: #f7f6f4;
  color: black;
}

article {
  padding: 15px;
}

.user-register-form .form-item-mail {
  display: none;
}

.ereyna img {
  width: 100;
  height: auto;
}

li.paragraph {
  display: list-item;
}

em {
  font-style: italic;
}

h1.paragraph {
  font-size: 2.25rem;
}

h2.paragraph {
  font-size: 2rem;
}

h3.paragraph {
  font-size: 1.75rem;
}

h4.paragraph {
  font-size: 1.5rem;
}

h5.paragraph {
  font-size: 1.25rem;
}

h6.paragraph {
  font-size: 1rem;
}

/*** lightbox custom ***/
.lb-dataContainer .lb-data {
  padding: 0;
}
.lb-dataContainer .lb-data .lb-caption {
  font-weight: 300;
}
.lb-dataContainer .lb-data .lb-details {
  margin: 0;
  width: 100%;
}

/* .swiper-container .swiper-slide .img-responsive-akropoli, .row a .img-responsive-akropoli{
    object-fit: unset;
    object-position: 0 0;

    width:585px;
    height: 585px;       
} */

/* .img-responsive-acropoli2,
.classWithPad img.img-responsive-acropoli2 , 
.swiper-container  .ekthemata .img-responsive-acropoli2,
.swiper-container  .erevna .img-responsive-acropoli2, 
.swiper-container .swiper-slide .img-responsive-acropoli2 {
    object-fit: cover;
    object-position: 0 0 ;
    max-width: 585px;
    max-height: 585px;
    width:auto;
} */
img {
  max-width: 100%;
}

.img-responsive-acropoli3,
.classWithPad img.img-responsive-acropoli3,
.swiper-container .ekthemata .img-responsive-acropoli3,
.swiper-container .erevna .img-responsive-acropoli3,
.swiper-container .swiper-slide .img-responsive-acropoli3 {
  object-fit: cover;
  object-position: 0 0;

  height: 358px;
  max-width: 585px;
}

.img-responsive-acropoli4,
.classWithPad img.img-responsive-acropoli4,
.swiper-container .ekthemata .img-responsive-acropoli4,
.swiper-container .erevna .img-responsive-acropoli4,
.swiper-container .swiper-slide .img-responsive-acropoli4 {
  /* object-fit: contain;
    object-position: 0 0 ;

    max-height: 500px;
    max-width: 90%;
    width:auto;
    text-align: center; */
  max-height: 500px;
  width: auto;
}

.swiper-slide {
  text-align: center;
}

/*
.swiper-container a.swiper-slide {
    width: 585px!important;
}
*/

@font-face {
  font-family: "PF Futura Neu";
  src: url("subset-PFFuturaNeuLight-Regular.eot");
  src: url("subset-PFFuturaNeuLight-Regular.eot")
      format("embedded-opentype"),
    url("subset-PFFuturaNeuLight-Regular.woff2") format("woff2"),
    url("subset-PFFuturaNeuLight-Regular.woff") format("woff"),
    url("subset-PFFuturaNeuLight-Regular.ttf") format("truetype"),
    url("subset-PFFuturaNeuLight-Regular.svg")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("subset-Mont-Black.eot");
  src: url("subset-Mont-Black.eot") format("embedded-opentype"),
    url("subset-Mont-Black.woff2") format("woff2"),
    url("subset-Mont-Black.woff") format("woff"),
    url("subset-Mont-Black.ttf") format("truetype"),
    url("subset-Mont-Black.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("subset-Mont-BlackItalic.eot");
  src: url("urn:scrapbook:download:error:https://www.theacropolismuseum.gr/themes/custom/acropolis/css/subset-Mont-BlackItalic?#iefix") format("embedded-opentype"),
    url("subset-Mont-BlackItalic.woff2") format("woff2"),
    url("subset-Mont-BlackItalic.woff") format("woff"),
    url("subset-Mont-BlackItalic.ttf") format("truetype"),
    url("subset-Mont-BlackItalic.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("subset-Mont-Bold.eot");
  src: url("urn:scrapbook:download:error:https://www.theacropolismuseum.gr/themes/custom/acropolis/css/subset-Mont-Bold?#iefix") format("embedded-opentype"),
    url("subset-Mont-Bold.woff2") format("woff2"),
    url("subset-Mont-Bold.woff") format("woff"),
    url("subset-Mont-Bold.ttf") format("truetype"),
    url("subset-Mont-Bold.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("subset-Mont-BoldItalic.eot");
  src: url("urn:scrapbook:download:error:https://www.theacropolismuseum.gr/themes/custom/acropolis/css/subset-Mont-BoldItalic?#iefix") format("embedded-opentype"),
    url("subset-Mont-BoldItalic.woff2") format("woff2"),
    url("subset-Mont-BoldItalic.woff") format("woff"),
    url("subset-Mont-BoldItalic.ttf") format("truetype"),
    url("subset-Mont-BoldItalic.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url("subset-Mont-Book.eot");
  src: url("urn:scrapbook:download:error:https://www.theacropolismuseum.gr/themes/custom/acropolis/css/subset-Mont-Book?#iefix") format("embedded-opentype"),
    url("subset-Mont-Book.woff2") format("woff2"),
    url("subset-Mont-Book.woff") format("woff"),
    url("subset-Mont-Book.ttf") format("truetype"),
    url("subset-Mont-Book.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu";
  src: url("subset-PFFuturaNeuBook-Regular.eot");
  src: url("subset-PFFuturaNeuBook-Regular.eot")
      format("embedded-opentype"),
    url("subset-PFFuturaNeuBook-Regular.woff2") format("woff2"),
    url("subset-PFFuturaNeuBook-Regular.woff") format("woff"),
    url("subset-PFFuturaNeuBook-Regular.ttf") format("truetype"),
    url("subset-PFFuturaNeuBook-Regular.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu";
  src: url("subset-PFFuturaNeuMedium-Regular.eot");
  src: url("subset-PFFuturaNeuMedium-Regular.eot")
      format("embedded-opentype"),
    url("subset-PFFuturaNeuMedium-Regular.woff2") format("woff2"),
    url("subset-PFFuturaNeuMedium-Regular.woff") format("woff"),
    url("subset-PFFuturaNeuMedium-Regular.ttf") format("truetype"),
    url("subset-PFFuturaNeuMedium-Regular.svg")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

#creator_pop {
  max-height: 400px;
  margin: 0px;
}

.creator_pop_full {
  width: 30%;
  padding: 30px 40px 50px 30px;
}

.tabs_overlay {
  /* min-height: 460px; */
  z-index: 10;
}

.creator_pop_container {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 10000000;
}

.open_creator_pop {
  /* text-decoration: underline; */
  cursor: pointer;
  color: #0645ad;
}

.close_pop_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.close_pop_overlay img {
  width: 100%;
}
/*
.creator_pop_full{
    position: absolute;
    max-height: 460px;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 90%;
    background: #d7d9ea;
    -wenkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 50px 50px 50px;

}
*/

/*
  #creator_pop{
    max-height: 360px;
    margin: 20px 0 70px;
  }
  
*/

.creator_pop_full {
  position: absolute;
  max-height: 460px;
  top: 50%;
  left: 50%;
  /* height: 100%; */
  width: 90%;
  background: #d7d9ea;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 50px 50px 50px;
}

diagwnismoi {
  width: 100%;
  margin-bottom: 30px;
}
.diagwnismos {
  padding: 20px 0;
  border-bottom: 1px dashed #afafaf;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}
.diagwnismos .diag_arrow {
  margin-right: 20px;
}
.diagwnismos .diag_content {
  max-width: 100%;
}
.diagwnismos h3 {
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  max-width: 100%;
}
.diagwnismos.showAll h3 {
  font-size: 22px;
  white-space: normal;
  overflow: hidden;
  max-width: 100%;
}
.diagwnismos .date {
  color: #969696;
  font-weight: 400;
}
.diagwnismos .diag_arrow i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.diagwnismos.showAll .diag_arrow i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.diagwnismos .accordion_sub {
  display: none;
}

.lb-data .lb-details .lb-caption iframe {
  width: 100%;
}
/*
.swiper-container .swiper-wrapper .img-responsive-akropoli {

height:585px;
width:auto
}
*/

/*mainsys style*/
.lb-dataContainer {
  background: white;
}

.img-responisive4 .swiper-slide {
  text-align: center;
}

.swiper-slide.home-ekthemata .swiper-slide,
.swiper-slide.periodic-inner .swiper-slide {
  text-align: center;
}
.ekthemata.home-ekthemata,
.ekthemata.periodic-inner,
.erevna.erevna-home {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.deltia_tupou_img2 {
  height: 400px;
  width: auto;
  max-width: 80%;
}

.parousiasi_ekthematos_ p {
  font-size: 1.3rem;
}

.popular_exhibitions_inside_tabs p {
  font-size: 1.2rem;
  margin-left: 2px;
}

.dropdown.open .dropdown-content {
  display: block;
  max-height: 320px;
  overflow-y: scroll;
}

.diagwnismoi {
  width: 100%;
  margin-bottom: 30px;
}
.diagwnismos {
  padding: 20px 0;
  border-bottom: 1px dashed #afafaf;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}
.diagwnismos .diag_arrow {
  margin-right: 20px;
}
.diagwnismos .diag_content {
  max-width: 100%;
}
.diagwnismos h3 {
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  max-width: 100%;
}
.diagwnismos.showAll h3 {
  font-size: 22px;
  white-space: normal;
  overflow: hidden;
  max-width: 100%;
}
.diagwnismos .date {
  color: #969696;
  font-weight: 400;
}
.diagwnismos .diag_arrow i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.diagwnismos.showAll .diag_arrow i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.diagwnismos .accordion_sub {
  display: none;
}

@media only screen and (min-width: 1401px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .title_with_btns_new {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .title_with_btns_new .share_print {
    display: block;
    min-width: 130px;
  }

  .tabs_overlay {
    width: 30%;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1101px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .title_with_btns_new {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .title_with_btns_new .share_print {
    display: block;
    min-width: 130px;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
  }
  .tabs_overlay {
    width: 40%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .creator_pop_full {
    width: 40%;
  }
}

#creator_pop {
  max-height: 400px;
  margin: 0px;
}

.creator_pop_full {
  width: 50%;
  padding: 30px 40px 50px 30px;
}

.tabs_overlay {
  /* min-height: 460px; */
  z-index: 10;
}

@media only screen and (min-width: 1401px) {
  .tabs_overlay {
    width: 50%;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1101px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .tabs_overlay {
    width: 50%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  /*
        .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    }
    
    .close_tabs_overlay, .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    }
    .tabs_overlay {
    width: 50%;
    }
    */
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .tabs_overlay {
    width: 50%;
  }
  .creator_pop_full {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  /*
    .creator_pop_full {
    width: 100%;
    padding: 30px 40px 50px 30px;
    }
    .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 30px 40px 50px 30px;
    }
    
    .tabs_overlay {
    width: 100%;
    }
    */
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .creator_pop_full {
    width: 90%;
    padding: 30px 40px 50px 30px;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 30px 40px 50px 30px;
  }

  .tabs_overlay {
    width: 100%;
  }
}

.creator_pop {
  max-height: 400px;
  margin: 0px;
}

.creator_pop_full {
  width: 30%;
  padding: 30px 40px 50px 30px;
}

.tabs_overlay {
  /* min-height: 460px; */
  z-index: 10;
}

@media only screen and (min-width: 1401px) {
  .tabs_overlay {
    width: 30%;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1101px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .tabs_overlay {
    width: 40%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .tabs_overlay {
    width: 50%;
  }

  .creator_pop_full {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .creator_pop_full {
    width: 90%;
    padding: 30px 40px 50px 30px;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .tabs_overlay {
    width: 100%;
  }
}

.tabs_overlay .mCustomScrollbar {
  max-height: 460px;
  padding: 2vw 2vw;
  height: 100%;
}

.lightbox .lb-image {
  border: 0px solid #fff;
}

.lb-dataContainer {
  background: transparent;
}

.lb-data .lb-details .lb-caption {
  background: #fff;
  margin-top: -8px !important;
  padding: 10px 14px;
  display: block;
}

.lb-outerContainer {
  background: transparent !important;
}

.lightbox .lb-image {
  border: 0px solid #fff !important;
}

.monimes_map svg .line text {
  display: none;
}

.thematikes_parousiaseis_container {
  background: #f7f6f4 !important;
}

.small-text {
  font-size: 1rem !important;
}

.actual_footer .foot11 img {
  width: 50%;
}

@media only screen and (min-width: 1101px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }
  .filters.dimofili-filters .filter {
    width: 20%;
  }
  .filters.dimofili-filters .filter .dropdown {
    min-width: 50%;
    width: calc(100% - 10px);
  }
}

/* Style  for  new page popular exhibits*/
.creator_pop_container {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 10000000;
}
.open_creator_pop {
  /* text-decoration: underline; */
  cursor: pointer;
}
.close_pop_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close_pop_overlay img {
  width: 100%;
}
.creator_pop_full {
  position: absolute;
  max-height: 460px;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 90%;
  background: #d7d9ea;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 50px 50px 50px;
}

#creator_pop {
  max-height: 400px;
  margin: 0px;
}

.creator_pop_full {
  width: 30%;
  padding: 30px 40px 50px 30px;
}

.tabs_overlay {
  min-height: 460px;
  z-index: 10;
}

@media only screen and (min-width: 1401px) {
  .tabs_overlay {
    width: 30%;
  }

  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1101px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
  }
  .tabs_overlay {
    width: 40%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .creator_pop_full {
    width: 40%;
  }
}

@media only screen and (max-width: 1100px) {
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 2vw 2vw;
    height: 100%;
  }

  .close_tabs_overlay,
  .close_pop_overlay {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .tabs_overlay {
    width: 50%;
  }
  .creator_pop_full {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .creator_pop_full {
    width: 90%;
    padding: 30px 40px 50px 30px;
  }
  .tabs_overlay .mCustomScrollbar {
    max-height: 460px;
    padding: 12vw 2vw;
    height: 100%;
  }

  .tabs_overlay {
    width: 100%;
  }
}

.tabs_overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* Style  for  new page popular exhibits*/

.diastaseis_antikeimenou p {
}

.diastaseis_antikeimenou.closed p {
  margin-bottom: 0px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 40px;
  max-height: 130px;
  padding-left: 2px;
}
.diastaseis_antikeimenou .read_more_txt {
  font-size: 13px;
  margin-bottom: 1rem;
  display: inline-block;
  cursor: pointer;
  background: #f9f9f9;
  padding: 3px 6px;
}

.diastaseis_antikeimenou.opened p {
  margin-bottom: 0px;
  -webkit-line-clamp: unset;
  line-height: 40px;
  max-height: 4000px;
  overflow-y: visible;
}

@media only screen and (max-width: 1100px) {
  .organ_visit {
    margin-bottom: 50px;
  }
}
/* CSS ΓΙΑ ΤΙΣ ΔΙΑΣΤΑΣΕΙΣ ΑΝΤΙΚΕΙΜΕΝΩΝ */

@media only screen and (min-width: 1200px) {
  .acr_kids_home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .acr_kids_home .row210.margin-top-30 {
    margin-top: 70px;
  }
}

header .pagina-acessivel,
.swiper-container.pagina-acessivel,
.monimes_silloges_bg.pagina-acessivel,
.erevna-all.pagina-acessivel,
.news-all.pagina-acessivel,
.menu.pagina-acessivel,
.header1.pagina-acessivel,
.menu .header1 .pagina-acessivel,
.search.modal .pagina-acessivel,
.footer_line.pagina-acessivel,
.imerologio_ekdilosewn.pagina-acessivel,
.imerologio_ekdilosewn.pagina-acessivel .pagina-acessivel,
.shape-contents-centered.pagina-acessivel,
.title.pagina-acessivel,
.silloges_ekthesiakoixoroi .pagina-acessivel,
.next_ekthesi .pagina-acessivel,
.thematikes_parousiaseis_rect.pagina-acessivel,
.rect_2.pagina-acessivel {
  background: transparent !important;
  background-color: transparent !important;
}
header.pagina-acessivel {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ) !important;
}
.slider-block.pagina-acessivel,
.slider-block .slider-text.pagina-acessivel,
.slider-block .slider-text h5.pagina-acessivel,
.slider-block .slider-text h6.pagina-acessivel,
.slider-block .slider-text a.pagina-acessivel {
  background-color: transparent !important;
}
.slider-block .slider-text a .v-line-menu.pagina-acessivel,
.menu .v-line-menu.pagina-acessivel {
  background-color: #fff !important;
}
a .pagina-acessivel,
.open_creator_pop.pagina-acessivel {
  color: #ff0 !important;
}
.h-line-sm.pagina-acessivel {
  border-bottom-color: #fff;
}

.filters .dropdown.pagina-acessivel,
.filters .dropdown.pagina-acessivel .pagina-acessivel,
.year-selection.pagina-acessivel,
.year-selection.pagina-acessivel span,
.activities_children_choose_item.pagina-acessivel input {
  background-color: #333333 !important;
}

.pagina-acessivel .mCSB_dragger_bar {
  background-color: #fff !important;
}
.row135.pagina-acessivel p span.pagina-acessivel {
  color: #fff !important;
}
#gdpr-popup.pagina-acessivel {
  background: #111 !important;
  background-color: #111 !important;
}
.slider-navs .slider-btns.pagina-acessivel,
.slider-navs.pagina-acessivel {
  background-color: transparent !important;
}
hr.pagina-acessivel {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.creator_pop_container.pagina-acessivel {
  background-color: transparent !important;
}
.creator_pop_full.pagina-acessivel,
.creator_pop_full .pagina-acessivel {
  background-color: rgb(30 30 30) !important;
}

@media only screen and (min-width: 992px) {
  .accordion-content .row .col-lg-6 img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }
  .accordion-content .row .col-lg-6:nth-child(2) {
    /* height: 440px; */
    /* overflow-y: auto; */
  }
  .overflow-accordion {
    overflow-y: auto;
    height: 440px;
  }
  .accordion-content .row .col-lg-6::-webkit-scrollbar {
    width: 3px;
  }
  .accordion-content .row .col-lg-6::-webkit-scrollbar-track {
    background: #ebebeb;
  }
  .accordion-content .row .col-lg-6::-webkit-scrollbar-thumb {
    background-color: #aeaeae;
    border-radius: 0px;
  }
}

.main_slider .video-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  background-image: url("splashscreen.jpg");
  background-position: center;
  background-size: cover;
}
.main_slider .video-foreground,
.main_slider .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  z-index: -99;
}

/*@media (min-aspect-ratio: 16/9) {*/
/*    .main_slider .video-foreground {*/
/*        height: 150%;*/
/*        width: 300%;*/
/*        left: -100%;*/
/*    }*/
/*}*/

/*
@media (min-aspect-ratio: 16/9) {
  .main_slider .video-foreground { height: 300%; top: -100%; width: 118% }
}
@media (max-aspect-ratio: 16/9) {
  .main_slider .video-foreground { width: 300%; left: -100%; height: 103%; }
}
@media (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px) {
    .main_slider .video-foreground { width: 300%; left: -100%; height: 100%; top:0; }
}
@media (max-width: 567px) {
  .main_slider .video-foreground { width: 350%; }
}
@media (max-width: 380px) {
    .main_slider .video-foreground { width: 410%; }
}
*/

/*@media (min-aspect-ratio: 16/9) {*/
/*    .main_slider .video-foreground {*/
/*        height: 150%;*/
/*        width: 300%;*/
/*        left: -100%;*/
/*    }*/
/*}*/
/*
@media (min-aspect-ratio: 16/9) {
  .main_slider .video-foreground { height: 300%; top: -100%; width: 118% }
}
*/

@media (min-aspect-ratio: 16/9) {
  .main_slider .video-foreground {
    width: 300%;
    left: -100%;
    height: 120%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .main_slider .video-foreground {
    width: 300%;
    left: -100%;
    height: 103%;
  }
}

@media (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px) {
  .main_slider .video-foreground {
    width: 300%;
    left: -100%;
    height: 100%;
    top: 0;
  }
}

@media (max-width: 567px) {
  .main_slider .video-foreground {
    width: 400%;
  }
}

@media (max-width: 380px) {
  .main_slider .video-foreground {
    width: 500%;
  }
}

@media (min-width: 1910px) {
  .main_slider .video-foreground {
    height: 300%;
    top: -100%;
    width: 100%;
    left: 0;
  }
}

/*  Konstantinos  */

.change-lang .top-nav-content,
.change-lang .top-nav-content span,
.lang-drop-down a,
.open-slider-menu,
.close-slider-menu,
.scroll-inform,
.mobile-menu-inside_lngs a,
.lang-in {
  font-weight: 500;
}
.top-nav .hide_in_opened_menu a:hover {
  color: #fff;
}

.lightbox {
  /*margin-top: 175px;*/
  /*width: 100%!important;*/
  /*height: 100%!important;*/
  /*margin: 0!important;*/
  /*top: 0!important;*/
  /*inset: 0;*/
}

.lightbox .lb-outerContainer {
  /*display: flex!important;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*margin: 0;*/
}

/*.lightbox .lb-image.zoom-img {*/
/*    width: auto!important;*/
/*    height: auto!important;*/
/*    max-width: none;*/
/*    max-height: none;*/
/* } */

/*.lightbox-nav {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    position: fixed;*/
/*    left: 10px;*/
/*    top: 20px;*/
/*    z-index: 9999;*/
/*}*/

.lightbox .hide-nav {
  display: none !important;
}

/*.lightbox-nav a {*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*font-size: 24px;*/
/*line-height: 1;*/
/*color: white;*/
/*aspect-ratio: 1 / 1;*/
/*border: 2px solid #fff;*/
/*padding: 5px 9px 11px 9px;*/
/*}*/

/*.lightbox-nav a:last-child {*/
/*    margin-top: 7px;*/
/*}*/

body.l-active {
  /*overflow: hidden;*/
}

.lightbox-nav a:not(.active) {
  opacity: 0.5;
  pointer-events: none;
}
#lightboxOverlay {
  position: fixed;
  max-width: 100vw;
  max-height: 100vh;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}
/*#lightbox {*/
/*    position: fixed;*/
/*    inset: 0!important;*/
/*height: 100%;*/
/*max-width: 100vw;*/
/*max-height: 100vh;*/
/*width: 100vw!important;*/
/*height: 100vh!important;*/
/*top: 0!important;*/
/*margin: 0;*/
/*margin-top: 20px;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*flex-direction: column;*/
/*overflow: auto;*/
/*}*/

/*#lightbox .lb-outerContainer {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    margin: 0;*/
/*    display: flex!important;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

#lightbox .lb-outerContainer {
  /*width: max-content!important;*/
  /*height: max-content!important;*/
  /*height: 100%!important;*/
}

.lb-data .lb-close {
  z-index: 99999;
}

#lightbox .lb-outerContainer .lb-container img {
  margin: 0 auto;
}

#lightbox .lb-outerContainer .lb-container img {
  height: auto !important;
}

#lightbox .lb-outerContainer.zoom-outer {
  overflow: auto;
  /*top: -100px!important;*/
}

#block-acropolis-content #lightbox .lb-dataContainer {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px !important;
}

#lightbox .lightbox-nav {
  position: fixed;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

#lightbox .lightbox-nav .zoom-in {
  margin-bottom: 5px;
}

#lightbox .lightbox-nav img {
  width: 35px;
  height: 35px;
}
#lightbox .lb-container.zoomed {
  padding: 20px 20px 20px 50px;
}
#lightbox .lb-container.zoomed .lb-image {
  transform: scale3d(1.35, 1.35, 1.35);
  transform-origin: center;
}

@media only screen and (max-width: 768px) {
  #lightbox {
    max-width: 100%;
    overflow-x: auto;
    left: 0px;
    height: 100%;
    overflow: auto;
    min-height: 100vh;
    min-width: 100vw;
    height: 100vh;
    width: 100vw;
  }
  .lightbox a img {
    width: 38px;
    border: none;
    margin: 0 5px;
    display: block;
  }
  .lightbox-nav a:last-child {
    margin-top: 0;
  }
  #lightboxOverlay {
    background: #000;
    opacity: 1;
  }
  .lightbox-nav {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 50px;
    flex-direction: revert;
    padding: 10px;
    align-items: flex-start;
    z-index: 99999;
  }
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    position: fixed;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: -6px;
    right: 12px;
    z-index: 99999;
  }
  #lightbox .lb-outerContainer.zoom-outer {
    top: 50px !important;
  }
  /*.lb-container { height: 100%;}*/
  /*#lightbox .lb-outerContainer {min-height: 100vh; min-width: 100vw;}*/
  body.l-active {
    overflow-y: hidden;
  }
  .lb-dataContainer {
    width: 50px !important;
  }
}

.inline-gallery-container {
  width: 100%;
  height: 700px;
  position: relative;
}

/*  LightGallery / Image Zoom CSS  */
#lightgallery {
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}
#lightgallery .lg-container.lg-inline .lg-content button,
#lightgallery .lg-container:not(.lg-inline) .lg-single-item .lg-content button {
  display: none;
}
#lightgallery .lg-container:not(.lg-inline) .lg-content button {
  background-color: transparent;
  color: white;
  z-index: 999999999;
  display: inline-block;
}
#lightgallery .lg-backdrop {
  background: #fff;
}
#lightgallery .lg-content {
  background: #ffffff;
}
#lightgallery .lg-toolbar {
  background: #ffffff;
  width: calc(100% + 1px) !important;
}
#lightgallery .lg-container .lg-outer.lg-zoomed {
  background: #ffffff;
  margin-bottom: 20px;
}
#lightgallery .lg-container:not(.lg-inline) .lg-outer {
  z-index: 999999;
}
#lightgallery .lg-container:not(.lg-inline) .lg-outer:not(.lg-zoomed) {
  background: #000;
}
#lightgallery .lg-container.lg-inline .lg-components {
  background: #fff;
}
#lightgallery .lg-container:not(.lg-inline) .lg-components {
  background: #000;
}
#lightgallery .lg-container:not(.lg-inline) .lg-outer .lg-content {
  background-color: black;
  top: 0 !important;
  bottom: 0 !important;
  left: 100px;
  right: 100px;
}
#lightgallery .lg-container:not(.lg-inline) .lg-outer img {
  max-height: 100% !important;
}
#lightgallery .lg-container.lg-inline .lg-components .lg-thumb-outer {
  background: #ffffff;
  padding-left: 15px;
}
#lightgallery .lg-container:not(.lg-inline) .lg-components .lg-thumb-outer {
  background: #000000;
}
#lightgallery .lg-container:not(.lg-inline) .lg-toolbar {
  background-color: transparent;
}
#lightgallery .lg-container:not(.lg-inline) .lg-content {
  background-color: black;
}
#lightgallery .lg-container:not(.lg-inline) .lg-outer.lg-zoomed {
  background-color: black;
}

#lightgallery .lg-components .lg-thumb {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#lightgallery .lg-components .lg-group {
  margin-top: 20px;
}
#lightgallery .lg-container .lg-outer .lg-content button:focus {
  outline: none;
}
#lightgallery .lg-container .lg-outer .lg-toolbar {
  /*display: flex;*/
  /*justify-content: center;*/
}
#lightgallery .lg-components .lg-thumb .lg-thumb-item.active,
#lightgallery .lg-components .lg-thumb .lg-thumb-item:hover,
#lightgallery .lg-components .lg-thumb .lg-thumb-item,
#lightgallery .lg-components .lg-thumb .lg-thumb-item:focus-visible {
  border: none;
  outline: none;
}
#lightgallery .lg-components .lg-thumb .lg-thumb-item:not(.active) {
  opacity: 0.4;
}
#lightgallery .lg-components .lg-thumb .lg-thumb-item {
  margin: 0 !important;
}
#lightgallery .lg-components .lg-thumb .lg-thumb-item img {
  -o-object-fit: contain;
  object-fit: contain;
}

.fixed-size.lg-outer .lg-inner {
  background-color: #fff;
}
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}

.no-scroll {
  overflow-y: hidden;
}

#lightgallery .lg-container.lg-inline .lg-zoom-in,
#lightgallery .lg-container.lg-inline .lg-counter,
#lightgallery .lg-container:not(.lg-inline) .lg-zoomed .lg-counter,
#lightgallery .lg-container:not(.lg-inline) .lg-zoomed .lg-content button {
  display: none;
}
#lightgallery .lg-container.lg-inline .lg-toolbar .lg-icon:hover {
  color: #999 !important;
}
#lightgallery .lg-container:not(.lg-inline) .lg-toolbar span {
  display: none;
}
#lightgallery .lg-container.lg-inline .lg-outer .lg-toolbar {
  display: none;
  justify-content: flex-end;
}
#lightgallery .lg-container.lg-inline .lg-toolbar span {
  display: flex;
  color: #999;
  /*cursor: pointer;*/
  float: right;
  position: relative;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  /* width: 50px; */
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
/*#lightgallery .lg-content.lg-inline button{*/
/*    display: none!important;*/
/*}*/
@media only screen and (max-width: 768px) {
  /*.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {height: 0 !important;}*/
  /*#lightgallery .lg-container.lg-inl6ine picture.lg-img-wrap{height: max-content;}*/
  .popular_exhibitions_inside_container {
    padding-top: 0;
  }
  #lightgallery .lg-container.lg-inline .lg-toolbar span {
    display: flex;
    color: #999;
    /*cursor: pointer;*/
    float: right;
    position: relative;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    /* width: 50px; */
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
  }
  #lightgallery .lg-container .lg-outer .lg-toolbar {
    display: block;
    justify-content: flex-end;
  }
  #lightgallery {
    border-top: 1px solid darkgrey;
    margin-top: 15px;
  }
  .inline-gallery-container {
    height: 530px;
  }
  #lightgallery .lg-container:not(.lg-inline) .lg-outer .lg-content {
    right: 0;
    left: 0;
  }
  /*#lightgallery .lg-container:not(.lg-inline) .lg-content button{display: inline-block!important; background-color: black; color: white; z-index: 999999999;}*/
  /*#lightgallery .lg-counter{display: inline-block;}*/
}
@media only screen and (max-width: 580px) {
  #lightgallery .lg-container:not(.lg-inline) .lg-toolbar,
  #lightgallery .lg-container:not(.lg-inline) .lg-content button {
    background-color: #00000042;
  }
}
#lightgallery .lg-container:not(.lg-inline) .lg-outer.lg-zoomed #lg-item-1-1 {
  /*top: 80px!important;*/
}
#lightgallery .lg-container:not(.lg-inline) .lg-item {
  /*top: 0;*/
  /*transition: top .5s ease-in-out;*/
}

#lightgallery .lg-container:not(.lg-inline) .lg-components {
  display: none;
}
.lg-toolbar .lg-maximize:after {
  content: "\00d7" !important;
  font-size: 38px !important;
}
.lg-maximize {
  padding: 0 !important;
}

body.ovHidden {
  overflow: hidden;
}

.lg-item {
  overflow-y: hidden;
  overflow-x: hidden;
}

.lg-item {
  scrollbar-color: #000 #fff;
  scrollbar-width: none !important;
}
.lg-item::-webkit-scrollbar {
  width: 5px;
}
.lg-item::-webkit-scrollbar-track {
  background: #ebebeb;
}
.lg-item::-webkit-scrollbar-thumb {
  background-color: #646464;
}

/*  Items per Page  */

.filter.per_page {
  display: none;
}
.limiter .filter {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}
/*styling only for collections, highlights */
#collections-highlights-limiter {
  margin-top: 0px;
}

.limiter .filter_title {
  text-align: center;
}
.limiter .filter .dropdown {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0 20px;
  min-width: auto;
}
.limiter .dropdown span {
  flex-direction: column;
  justify-content: center;
}
.limiter .filter .dropdown p {
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1px;
}
.limiter .filter .dropdown span:not(unclickable):not(selected):hover {
  color: #2d3488;
  transition: all 0.4s ease-in-out;
}
.limiter
  .filter
  .dropdown
  span:not(unclickable):not(selected):hover
  .h-line-sm {
  margin-left: 1px;
  width: 23px;
}
.limiter .filter .dropdown .selected {
  pointer-events: none;
}
.limiter .filter .dropdown .selected .h-line-sm {
  margin-left: 1px;
  width: 23px;
  border-bottom: 1px solid black;
}
.limiter .filter .dropdown .unclickable {
  pointer-events: none;
  color: darkgray;
}

.views-exposed-form .row.row123.margin-top-30 {
  max-width: 100%;
}

@media only screen and (max-width: 1100px) {
  .share_print {
    text-align: right;
  }
  .row.row135.title_with_btns.margin-left-right-0 {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .row.row123.margin-top-30 {
    max-width: 100%;
  }
  .deltia_tupou_img {
    width: 100%;
  }
  .row.row135.results.margin-top-30 {
    margin-left: 0;
    margin-right: 0;
  }
  .views-exposed-form
    .row.title_with_btns.margin-left-right-0.padding-right-135 {
    padding-right: 0;
  }
  .title-erevna-carousel {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .museum_container {
    padding: 40px 0 70px 0;
  }
  .row.row135.title_with_btns.margin-left-right-0 h2.title {
    text-align: center;
  }
}

/*  Use of Image    */

.use-ofimage {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  margin-bottom: -30px;
  margin-left: -15px;
  color: #000;
  font-size: 1.2rem;
  z-index: 10;
  bottom: 240px;
  transition: color 0.25s ease-in-out;
}
.use-ofimage:hover {
  color: #26328c !important;
}
.lg-content {
  margin-bottom: 30px;
  bottom: 185px !important;
}

/*      Exhibits Format View    */

.row.row135.results.margin-top-30.format-view-list
  .row.exhibit-list-fields.m-0
  .col-3 {
  flex: 0 0 10%;
  max-width: 10%;
}
.row.row135.results.margin-top-30.format-view-list
  .row.exhibit-list-fields.m-0
  .col-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.hide-exhibit-format {
  display: none;
}
.filter.table-grid {
  display: none;
}
.dropdown.exhibits-format-view-selection {
  display: flex;
  justify-content: end;
  /*gap: 30px;*/
}
.dropdown.exhibits-format-view-selection img {
  width: 53px;
  padding: 6px;
}
.dropdown.exhibits-format-view-selection .selected {
  background: #b2b2b2;
}
.dropdown.exhibits-format-view-selection span:not(.selected) {
  border: 1px solid #b2b2b2;
}
.dropdown.exhibits-format-view-selection .selected img {
  filter: brightness(0) invert(1);
}

.format-view-list .exhibit-list-fields {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.exhibit-list-title {
  font-size: 20px;
  color: #616161;
}
span.col-4.exhibit-list-title.list-title.p-0,
span.col-2.exhibit-list-title.list-web-date.p-0 {
  padding-left: 1px !important;
}

/*    Rows    */

.format-view-list .title-erevna-carousel:not(:nth-child(2)) {
  font-weight: 400;
  font-size: 15px !important;
}
.format-view-list-item:nth-child(2) {
  margin-top: 0;
}
.format-view-list {
  flex-direction: column;
}
.format-view-list .format-view-list-item {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  padding-right: 7vw;
  margin-bottom: 0;
}

.format-view-list .format-view-list-item:hover .title-erevna-carousel {
  color: black;
}
.format-view-list .format-view-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  width: calc(100% - 7vw - 15px);
  background-color: #e9ecef;
  height: 1px;
}
.format-view-list .format-view-list-item:nth-child(2)::before {
  top: 2px;
}
.format-view-list .format-view-list-item img.deltia_tupou_img {
  flex: 0 0 10%;
  max-width: 10%;
  object-fit: contain;
  object-position: center;
  padding-right: 25px;
  margin-top: 24px;
}
.format-view-list .format-view-list-item .title-erevna-carousel:nth-child(4),
.format-view-list .format-view-list-item .title-erevna-carousel:nth-child(3),
.format-view-list .format-view-list-item .title-erevna-carousel:nth-child(5),
.format-view-list .format-view-list-item .title-erevna-carousel:nth-child(6) {
  flex: 0 0 calc(16.666667% * 0.9);
  max-width: calc(16.666667% * 0.9);
}
.format-view-list .format-view-list-item .title-erevna-carousel:nth-child(2) {
  flex: 0 0 calc(33.333333% * 0.9);
  max-width: calc(33.333333% * 0.9);
}

.format-view-list .format-view-list-item h4 {
  font-size: 15px;
  line-height: 1.4;
  padding-right: 15px;
  padding-left: 1px;
}
.format-view-list .format-view-list-item h4:nth-child(2) {
  padding-right: 30px;
  margin-left: -2px;
  padding-left: 2px;
}
.format-view-list .format-view-list-item .h-line-sm {
  display: none;
}
.title-erevna-carousel .exhibit-title-label {
  display: none;
}
.format-view-list
  .format-view-list-item
  .title-erevna-carousel
  .exhibit-title-label {
  display: none;
  font-size: 12px;
  margin-bottom: 5px;
  color: #616161;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .format-view-list .exhibit-list-title {
    display: none;
  }
  .format-view-list .format-view-list-item::before {
    width: calc(100% - 15px);
  }
  .format-view-list .format-view-list-item {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .format-view-list .format-view-list-item h4 {
    font-size: 15px;
  }
  .format-view-list .format-view-list-item img.deltia_tupou_img {
    flex: 0 0 15%;
    max-width: 15%;
    width: 100%;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(4),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(3),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(5),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(6) {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .format-view-list
    .format-view-list-item
    .title-erevna-carousel
    .exhibit-title-label {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .format-view-list .format-view-list-item::before {
    display: none;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(2) {
    flex: 0 0 85%;
    max-width: 85%;
    text-align: left;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(4),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(3),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(5),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(6) {
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 15px;
    line-height: 1.2;
    background: #f2f2f2;
    padding: 8px 8px;
    font-weight: 400;
    text-align: left;
    border-right: 1px solid #ddd;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(6) {
    border-right: none;
  }
  .format-view-list .format-view-list-item img.deltia_tupou_img {
    padding-right: 10px;
    margin-top: 33px;
  }
  .format-view-list .format-view-list-item.margin-top-30 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .format-view-list .format-view-list-item.margin-top-30 {
    margin-top: 10px;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(4),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(3),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(5),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(4),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(3) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(4) {
    border-right: 0;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(5),
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(6) {
    margin-top: 0;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(2) {
    display: flex;
    align-items: flex-end;
    margin: 0;
    max-width: 320px;
    font-size: 14px;
  }
  .format-view-list .format-view-list-item img.deltia_tupou_img {
    margin-top: 0;
    object-position: top;
    margin-top: 13px;
  }
  .format-view-list .format-view-list-item .title-erevna-carousel:nth-child(2) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
/*      End of Exhibits Format View    */

form#views-exposed-form-arxeia-default,
form#views-exposed-form-arxeia-en-default {
  width: 100%;
}
.justify_end_above.acropolis_videos {
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 30px;
}
.left-share_print {
  display: flex;
  max-width: 100%;
  gap: 20px;
  justify-content: flex-start;
  margin-right: 30px;
}
.views-exposed-form .share_print {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.views-exposed-form .share_print .dropdown {
  text-align: left;
  margin-left: 0;
  margin-top: 3px;
}
.views-exposed-form .share_print .dropdown.dropdown-small {
  max-width: 200px;
  min-width: 200px;
}
.views-exposed-form .justify_end_above.acropolis-videos {
  flex-direction: row;
}

@media only screen and (max-width: 1100px) {
  .left-share_print {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .row.row135.results.margin-top-30 {
    padding: 0;
    margin: 4vw 3vw 3vw 3vw;
    padding-right: 10px;
    margin-left: 0;
  }
  .row.title_with_btns.margin-left-right-0.row135 {
    padding: 0;
  }
  .container-fluid.section-middle-padding-top-bottom
    .row.row135.title_with_btns.margin-left-right-0 {
    justify-content: left;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .views-exposed-form .left-share_print {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }
  .views-exposed-form .right-share_print {
    flex: 0 0 100%;
    width: 100%;
  }
  .views-exposed-form .right-share_print > * {
    width: 100%;
  }
  .views-exposed-form .share_print {
    margin-top: 0;
  }
  .views-exposed-form .justify_end_above.acropolis-videos {
    flex-direction: column;
  }
}
footer {
  overflow: hidden;
}

.col-lg-2.col-md-3.col-sm-12 .black.f_elem:nth-child(6) {
  word-break: break-all;
}

/*  Newsletter Css  */

.webform-submission-form.webform-submission-add-form.webform-submission-newsletter-registration-form.webform-submission-newsletter-registration-add-form.webform-submission-newsletter-registration-node-891-form.webform-submission-newsletter-registration-node-891-add-form.js-webform-details-toggle.webform-details-toggle {
  text-align: center;
  margin: 30px 0;
}

.webform-submission-form.webform-submission-add-form.webform-submission-newsletter-registration-form.webform-submission-newsletter-registration-add-form.webform-submission-newsletter-registration-node-891-form.webform-submission-newsletter-registration-node-891-add-form.js-webform-details-toggle.webform-details-toggle
  .js-form-item.form-item.js-form-type-email.form-item-e-mail.js-form-item-e-mail {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}
.webform-submission-form.webform-submission-add-form.webform-submission-newsletter-registration-form.webform-submission-newsletter-registration-add-form.webform-submission-newsletter-registration-node-891-form.webform-submission-newsletter-registration-node-891-add-form.js-webform-details-toggle.webform-details-toggle
  .js-form-item.form-item.js-form-type-email.form-item-e-mail.js-form-item-e-mail
  input {
  border: 0px;
  background: transparent;
  -webkit-appearance: none;
  margin-left: 20px;
}
.webform-submission-form.webform-submission-add-form.webform-submission-newsletter-registration-form.webform-submission-newsletter-registration-add-form.webform-submission-newsletter-registration-node-891-form.webform-submission-newsletter-registration-node-891-add-form.js-webform-details-toggle.webform-details-toggle
  .js-form-item.form-item.js-form-type-email.form-item-e-mail.js-form-item-e-mail
  label {
  color: #ababab;
}

.webform-submission-form.webform-submission-add-form.webform-submission-newsletter-registration-form.webform-submission-newsletter-registration-add-form.webform-submission-newsletter-registration-node-891-form.webform-submission-newsletter-registration-node-891-add-form.js-webform-details-toggle.webform-details-toggle
  .webform-button--submit.button.button--primary.js-form-submit.form-submit {
  margin-top: 20px;
  background: #585858;
  color: #fff;
  cursor: pointer;
  min-width: 250px;
  padding: 8px 40px;
  border: 0px;
  outline: none;
}
.webform-confirmation {
  text-align: center;
  margin: 30px 0;
}
.unique_email {
  text-align: center;
}
.unique_email p {
  display: inline-block;
  padding: 20px;
  border: 1px dotted #000;
}
.errorMessage p {
  display: inline-block;
  padding: 20px 20px 20px 20px;
  border: 1px dotted #000;
  margin-bottom: 30px;
}

.newsletter-scroll {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
  padding: 0;
}
.newsletter-scroll:hover {
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .scroll-inform-full {
    bottom: 40px;
    right: -2px;
  }
}
@media only screen and (max-width: 380px) {
  .scroll-inform-full {
    right: -2px;
  }
}

.path-node.page-node-type-metafraseis li.paragraph {
  word-break: break-all;
}

.row123 {
  align-items: center;
}
#collections-highlights-limiter .filter_title {
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .row123 .limiter .filter .dropdown {
    display: flex;
    z-index: 2;
    gap: 10px;
  }
  #collections-highlights-limiter .filter_title {
    min-width: 19ch;
  }
  .dropdown.exhibits-format-view-selection {
    z-index: 0;
  }
  .row123 .limiter .filter {
    justify-content: flex-start;
  }
  .row123 .dropdown span {
    z-index: 1;
  }
}
@media only screen and (max-width: 991px) {
  #collections-highlights-limiter .filter_title {
    min-width: 10ch;
  }
}
@media only screen and (max-width: 550px) {
  .dropdown.exhibits-format-view-selection {
    min-width: 225px;
  }
}
@media only screen and (max-width: 500px) {
  #block-acropolis-content .row.row123.margin-top-30 {
    padding: 0 2vh !important;
  }
}
@media only screen and (max-width: 440px) {
  .limiter .filter .dropdown {
    margin: 0 10px;
  }
  .dropdown.exhibits-format-view-selection img {
    width: 47px;
  }
  .dropdown.exhibits-format-view-selection {
    min-width: 205px;
  }
}
@media only screen and (max-width: 400px) {
  .dropdown.exhibits-format-view-selection {
    min-width: 185px;
  }
  #block-acropolis-content .row.row123.margin-top-30 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  #collections-highlights-limiter .filter_title {
    min-width: 9ch;
  }
  .dropdown.exhibits-format-view-selection {
    min-width: 170px;
  }
  .dropdown.exhibits-format-view-selection img {
    width: 40px;
  }
}
/* recaptcha align center*/
.g-recaptcha > div {
  margin: 30px auto 0 auto;
}

.newsletter_input input::-ms-value {
  color: black;
}
.badgeOpacity {
  opacity: 70%;
}

.mailchimpform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mailchimpform input.form-submit {
  margin-top: 2rem;
  font-weight: 500;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
.mailchimpform input.form-email {
  border: 0;
  border-bottom: 1px solid #000;
}

#confirmationMessage {
  order: 2;
}
#edit-submit {
  order: 3;
}
.mailchimpform p {
  margin-bottom: 0;
  margin-top: 1.3rem;
}
.mailchimpform input.form-email {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .mailchimpform input.form-email {
    width: 100%;
  }
  .mailchimpform {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.periodic-image-show img {
  height: 100%;
  width: 100%;
  max-width: 585px;
}

@media only screen and (max-width: 1100px) {
  .top-nav {
    display: block;
  }
  .top-nav ul {
    margin-right: 23px;
    margin-top: 8px;
    font-size: 1rem;
  }
  .top-nav ul li:nth-child(1),
  .top-nav ul li:nth-child(2),
  .top-nav ul li:nth-child(3),
  .top-nav ul li:nth-child(6) {
    display: none;
  }
}

/* acropolis header override  */
@media only screen and (max-width: 1100px) {
  .top-nav ul {
    margin-right: 32px;
  }
  .top-nav ul li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 323px) {
  .top-nav ul li a {
    font-size: 0.8rem;
  }
}

.swiper-container-video {
  height: 100vh !important;
  width: 100%;
}

/* @media (max-width: 567px){
    .main_slider .video-foreground {
        top: 0!important;
        height: 100vw!important;
    }
} */

/* mouse scroll animation homepage  */
.scroll-downs {
  position: absolute;
  top: -4px;
  right: 0px;
  bottom: 0;
  left: -132px;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mousey {
  width: 3px !important;
  padding: 10px 15px !important;
  height: 35px !important;
  border: 2px solid #fff !important;
  border-radius: 25px !important;
  opacity: 0.75 !important;
  box-sizing: content-box !important;
  transform: rotate(270deg) !important;
}
@media only screen and (max-width: 991px) {
  .mousey {
    border-radius: 6px;
  }
}
.scroller {
  width: 3px !important;
  height: 10px !important;
  border-radius: 25% !important;
  background-color: #fff !important;
  animation-name: scroll !important;
  animation-duration: 2.2s !important;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94) !important;
  animation-iteration-count: infinite !important;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/* title under video  */
h2.title-under-video {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* languages not in menu dekstop  */
@media only screen and (min-width: 1100px) {
  .change-lang-in-menu {
    display: none;
  }
}

/* episkepsi menu  */
@media only screen and (min-width: 1401px) {
  .page-node-type-organosi-episkepsis
    .sticky_in_desktop
    .landind_periodikes_ektheseis_tabs {
    width: 100%;
    margin: 0;
  }
  .landind_periodikes_ektheseis_tabs li {
    margin: 0px 15px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  .page-node-type-organosi-episkepsis
    .sticky_in_desktop
    .landind_periodikes_ektheseis_tabs {
    width: 100%;
    margin: 0;
  }
  .landind_periodikes_ektheseis_tabs li {
    margin: 0px 12px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .page-node-type-organosi-episkepsis
    .sticky_in_desktop
    .landind_periodikes_ektheseis_tabs {
    width: 100%;
    margin: 0;
  }
  .landind_periodikes_ektheseis_tabs li {
    margin: 0px 9px;
    font-size: 0.9rem;
  }
}
/* allages body content padding */
@media only screen and (min-width: 1401px) {
  body:not(.context-node-25263):not(.context-node-172):not(.page-node-type-polimesa-internal):not(
      .context-node-24221
    ):not(.page-node-type-arhaiologikoi-odigoi):not(.context-node-41):not(
      .context-node-21547
    ):not(.page-node-type-estiatorio-landing):not(.context-node-423):not(
      .context-node-425
    ):not(.context-node-424):not(.context-node-432):not(.context-node-28):not(
      .context-node-244
    ):not(.context-node-793):not(.context-node-22):not(.context-node-169):not(
      .context-node-178
    ):not(.context-node-422):not(.context-node-60):not(.context-node-173):not(
      .context-node-241
    ):not(.page-node-type-ekthemata):not(.context-search-node):not(
      .context-node-19353
    ):not(.context-node-143):not(.context-node-245):not(
      .context-node-24044
    ):not(.context-node-806):not(.context-node-381):not(.context-node-385):not(
      .context-node-20824
    ):not(.context-node-239)
    #block-acropolis-content
    div.row135 {
    padding: 0;
    margin: auto;
    max-width: 890px;
  }
}

@media only screen and (max-width: 768px) {
  .lb-dataContainer {
    width: 80% !important;
    margin: auto;
    position: unset;
  }
  .popular_exhibitions_inside_tabs .tab-pane a {
    width: 80% !important;
  }
  .playvideo {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%) !important;
  }
}

@media only screen and (min-width: 1401px) {
  .plirofories_ekthesis_container .row135,
  .thematikes_parousiaseis_container.row135,
  .row-wide-image.row135,
  #block-acropolis-content footer .row135,
  #block-acropolis-content #newsletter .row135 {
    padding: 0 7vw !important;
    max-width: 100% !important;
  }
}

.top-nav #contrast {
  position: relative;
  z-index: 2;
}
.lang-drop-down {
  padding-left: 0;
}
.main_slider.pagina-acessivel {
  background-color: transparent !important;
}
.mousey.pagina-acessivel,
.scroll-inform-full.pagina-acessivel,
.mousey.pagina-acessivel,
.scroll-downs.pagina-acessivel,
.up.pagina-acessivel,
.arrow.pagina-acessivel {
  background-color: transparent !important;
}

.scroller.pagina-acessivel,
.backtotop.pagina-acessivel {
  background-color: #fff !important;
}

/* VIDEO NEW CODE  */

.video-background-new {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-background-new iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-background-new iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-background-new iframe {
    width: 177.78vh;
  }
}
@media (min-aspect-ratio: 9/16) {
  .video-background-new.video-desktop {
    display: flex;
  }
  .video-background-new.video-mobile {
    display: none;
  }
}
@media (max-aspect-ratio: 9/16) {
  .video-background-new.video-desktop {
    display: none;
  }
  .video-background-new.video-mobile {
    display: flex;
  }
}
.video-background-new.video-desktop img{
 width: 100vw;
}