@import url(jquery.fancybox.css);

@import url(font-awesome.min.css);

.card img,
.footerLogo {
  mix-blend-mode: darken;
}

.articlelistingrow > a > img,
.innerpage .main__image > img {
  object-fit: cover;

  width: 100%;
}

.elliniki-fotografiki-etaireia {
  margin: 55px 0;
}

.elliniki-fotografiki-etaireia h2 {
  width: 52.083vw;

  margin: 0 auto;

  text-align: center;

  position: relative;

  font-size: var(--aboce-cards-font-size);
}

.title-module {
  display: none;
}

.presentation .title-module {
  display: block;

  font-size: var(--news-title-txt);

  font-weight: 700;

  text-align: center;
  padding-top: 2rem;
  margin-bottom: 30px;
}

.card h3,
.card > div {
  margin-bottom: 30px;
}

.elliniki-fotografiki-etaireia h2:last-child {
  font-weight: 700;
}

.elliniki-fotografiki-etaireia h2:first-child::before {
  content: "";

  width: 22.656vw;

  height: 25px;

  background-image: linear-gradient(to left, #aaa, #f3f3f3);

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;
}

.presentation .title-module::before,
.elliniki-fotografiki-etaireia h2:last-child::before {
  content: "";

  width: 52.083vw;

  height: 25px;

  background-image: linear-gradient(to right, #aaa, #f3f3f3);

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;
}

.presentation .title-module::before {
  width: 100%;
  height: 10px;
  bottom: -4px;
  left: 50%;
}

/* .cards-box-container {
  width: 61.979vw;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 0 auto;
} */

.card {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 19.271vw;

  background-color: var(---bg-color);

  text-align: center;

  padding: 90px 0 80px;

  border-radius: 2rem;
}

.card img {
  width: 7.813vw;

  aspect-ratio: 4/3;

  object-fit: contain;
}

.cards-box-container > a {
  color: black;

  border-radius: 2rem;

  transition: 0.4s;
}

.cards-box-container > a:hover {
  box-shadow: 0px 0px 10px 0px #000;
}

.card > div {
  width: 13.802vw;

  font-size: var(--cards-font-size);

  line-height: 1.6;
}

.card h3 {
  font-weight: 700;

  font-size: var(--cards-title-font-size);
}

.news-container {
  display: flex;

  position: relative;

  margin-top: 220px;
}

.news-container .moduledata figure img {
  filter: brightness(0.7);
}

.events,
.latestNews {
  position: absolute;

  top: -35px;

  left: 50%;

  font-size: 4.167vw;

  transform: translate(-50%, -70%);

  z-index: -1;
}

.events-container,
.news-container > .moduledata {
  position: relative;
}

.events-container > .moduledata figure,
.news-container > .moduledata figure {
  margin: 0;
}

.news-container .moduledata .more,
.news-container .moduledata h4 {
  position: absolute;

  bottom: 2.083vw;

  left: 2.604vw;

  width: 12.24vw;

  z-index: 1;
}

.news-container .moduledata h4 a {
  color: #fff;

  font-weight: 700;

  font-size: var(--news-title-txt);
}

.news-container .moduledata .more {
  color: #fff;

  font-size: var(--news-more-font-size);
}

.events-container {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin-top: 130px;
}

.posmodshow {
  position: absolute;
  height: 20px;
  z-index: 99999;
  border-radius: 5px;
  box-shadow: 0 0 3px #333;
  line-height: 12px;
  top: 0;
  left: 0;
  background: red;
  color: #fff;
  padding: 4px 6px;
  font-size: 10px;
  font-family: monospace;
  -webkit-animation: mymove 2s infinite;
}
@-webkit-keyframes mymove {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
}

.events-container .slick-list {
  padding-top: 100px;
}

.cards-box-container .events-container .moduledata > article {
  display: none;
}

.events-container .moduledata {
  padding-bottom: 25px;

  width: 23.646vw;

  background-color: var(---bg-color);

  transition: 0.4s;

  box-shadow: -5px 6px 17px -4px rgba(0, 0, 0, 0.47);

  -webkit-box-shadow: -5px 6px 17px -4px rgba(0, 0, 0, 0.47);

  -moz-box-shadow: -5px 6px 17px -4px rgba(0, 0, 0, 0.47);
}

.events-container .moduledata:hover {
  background-color: #fff;
}

.events-container .moduledata > div:first-of-type > a {
  color: #000;

  font-weight: 700;

  line-height: 1.4;
}

.events-container .moduledata > .more > a,
.events-container .moduledata > article,
.events-container .moduledata > div:first-of-type > a {
  font-size: 0.891vw;

  color: #000;

  line-height: 1.6;
}

.events-container .moduledata > .more,
.events-container .moduledata > article,
.events-container .moduledata > div:first-of-type {
  width: 19.271vw;

  margin: 0 auto;

  padding-top: 40px;
}

.cards-box-container .events-container .moduledata > .more,
.events-container .moduledata > article,
.cards-box-container .events-container .moduledata > div:first-of-type {
  padding-top: 20px;
}

.events-container > .moduledata > .more,
.site-footer__logo {
  text-align: right;
}

.static-page__title {
  text-align: center;

  font-size: 32px;
}

.site-footer {
  padding: 100px 0;
}

.site-footer .row {
  max-width: 89.844vw;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;
}

.site-footer .row > * {
  width: 33.3%;
}

.footer-details {
  flex-grow: 1;
}

.footer-details h4 {
  margin: 0;

  align-self: flex-start;
}

.footer-details div {
  margin-bottom: 40px;
}

.footer-details div,
.footer-details h4 {
  font-size: 1.042vw;
}

.footer-details div > a,
.footer-details h4 > a {
  color: #000;
}

.footer-details h4 a,
.footer-details div:not(:first-of-type) a {
  text-decoration: underline;
}

.footerLogo {
  align-self: center;

  text-align: center;
}

.innerpage main {
  padding: 0;
}

.innerpage .main__image {
  position: relative;

  margin-bottom: 50px;

  margin-top: 50px;
}

.innerpage .main__image::after {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);
}

.main__image .static-page__title {
  position: absolute;

  left: 0;

  bottom: 0;
  padding: 0px 100px;
  margin-bottom: 50px;

  color: #fff;

  z-index: 2;

  font-size: 44px;

  animation: 1s ease-out slideInFromLeft;
}

.main__title {
  max-width: 1200px;

  margin: 0 auto;

  padding: 0 12px;
}

.main__title .static-page__title {
  text-align: left;

  font-size: 40px;

  color: black;
}

.static-page__content p,
.static-page__content li {
  font-size: 20px;

  line-height: 1.6;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.article__gallery {
  max-width: 1200px;

  margin: 0 auto;
}

.articlelistingrow > a {
  display: block;

  width: 100%;
}

.articlelistingrow > h4 {
  padding: 10px;
}

.articlelistingrow > h4 > a {
  color: #000;

  background-image: linear-gradient(180deg, transparent 65%, #999 0);

  background-repeat: no-repeat;

  background-size: 0 100%;

  padding: 2px;

  transition: background-size 0.4s;
}

.articlelistingrow:hover > h4 > a {
  background-size: 100% 100%;
}

/* .cards-box-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.slideshow {
  height: 100vh;
}

.slideshow .slider img {
  height: 100vh;

  position: relative;

  object-fit: cover;
}

.events-container.presentation {
  gap: 10px;
}

.page-desc-txt > * {
  width: 70%;
}

.page-desc-txt > h2 {
  text-align: center;
}

.events-container > .moduledata img,
.page-desc-image,
.page-desc-txt {
  width: 100%;
}

.card {
  width: 25.271vw;
}

/* .category-carousel .slick-track {
  max-width: 454px !important;
  width: 100%;
} */

.card > div {
  width: 90%;
}

.events-container .slick-list {
  height: auto !important;
}

.news-container > .moduledata .more,
.news-container > .moduledata h4 {
  width: 17vw;

  left: 1.6vw;
}

.events-container {
  flex-wrap: wrap;
}

.events-container > .moduledata {
  flex-basis: calc(38% - 40px);
}

.events-container > .moduledata > .more,
.events-container > .moduledata > article,
.events-container > .moduledata > div:first-of-type {
  width: 85%;
}

.events-container > .moduledata > .more > a,
.events-container > .moduledata > article,
.events-container > .moduledata > div:first-of-type > a {
  font-size: 1.1rem;
}

.footer-details div,
.footer-details h4 {
  font-size: 20px;
}

.site-footer .row {
  position: relative;
}

.site-footer .footerLogo {
  position: absolute;

  right: 0;

  width: auto;
}

.static-page__content a {
  text-decoration: underline;

  font-weight: 700;

  color: #000;
}

.presentation .title-module {
  display: block;
  font-size: var(--news-title-txt);
  font-weight: 700;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 30px;
  position: absolute;
  top: -70px;
  transform: translateX(-50%);
  left: 50%;
}

.moduledata {
  position: relative;
  margin-bottom: 50px;
}

.album-images > li,
.article__gallery > li {
  position: relative;
}

.album-images > li > p,
.article__gallery > li > p {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  color: white;

  opacity: 0;

  transition: 0.4s;

  font-size: 20px;

  text-align: center;
}

.album-images > li img,
.article__gallery > li img {
  transition: 0.4s;
}

.album-images > li:hover img,
.article__gallery > li:hover img {
  filter: brightness(0.1);
}

.album-images > li:hover > p,
.article__gallery > li:hover > p {
  opacity: 1;

  font-weight: 700;
}

.images-in-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

#contact label {
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .page-desc-container {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --title-font-size: 3.87vw;

    --desc-font-size: 16px;

    --nav-font-size: 1.9vw;

    --above-nav-font-size: 1.5vw;
  }

  .news-container {
    margin-top: 100px;
  }

  [class*="block-grid-"] {
    max-width: 660px;

    margin: auto;
  }

  .slideshow::after {
    height: 14px;
  }

  .page-title h1 {
    margin-bottom: 80px;
  }

  .sliderCaption {
    font-size: 1.7vw;
  }

  #slider_1 {
    margin-top: 100px;
  }

  .news-container {
    flex-direction: column;

    align-items: center;

    gap: 20px;

    padding: 0 15px;
  }

  .events,
  .latestNews {
    font-size: 7vw;
  }

  .cards-box-container {
    flex-direction: column;

    gap: 25px;
  }

  .card {
    min-width: 55%;

    padding: 50px 0;

    width: 75%;

    margin: 0 auto;
  }

  .elliniki-fotografiki-etaireia h2:first-child::before,
  .elliniki-fotografiki-etaireia h2:last-child::before {
    height: 12px;
  }

  .news-container > .moduledata .more,
  .news-container > .moduledata h4 {
    width: 30vw;
  }

  .events-container {
    flex-direction: column;
  }

  .events-container > .moduledata {
    min-width: 454px;
  }

  .site-footer .footerLogo {
    width: 20%;
  }

  .footer-details div,
  .footer-details h4 {
    font-size: 16px;
  }

  .menu-above .center {
    align-items: center;

    justify-content: space-between;

    width: 100%;

    margin-left: 0;
  }

  .menu-above .center li a::after {
    right: -8px;
  }

  .menu-above .center li {
    padding-right: 14px;
  }
}

@media screen and (max-width: 800px) {
  .menu-above .center li a::after {
    display: none;
  }

  .events-container.presentation {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --desc-title-font-size: 22px;

    --aboce-cards-font-size: 3.8vw;

    --aboce-cards-font-size: 4.8vw;

    --news-title-txt: 16px;

    --nav-font-size: 1.02rem;

    --above-nav-font-size: 0.7rem;

    --cards-title-font-size: 20px;
  }

  .news-container {
    margin-top: 50px;
  }

  .socialMedia {
    position: relative;
  }

  .top-bar-section > .left {
    padding: 0;
    flex-direction: column;
    gap: 1rem;
  }

  .events-container {
    margin-top: 50px;
  }

  .top-bar-section {
    justify-content: left;
    gap: 2rem;
    padding-top: 20px;
  }

  .site-footer {
    padding: 0;
  }

  .expand {
    height: 100vh;
  }

  .menu-above .center,
  .news-container > .moduledata .more,
  .page-title,
  .slideshow::after,
  .st_linkedin_hcount,
  .toggle-topbar {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px;

    margin: auto;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-nav-details {
    width: 100%;

    justify-content: space-between;
  }

  .card,
  .events-container > .moduledata {
    min-width: auto;

    width: 90%;
  }

  .cards-box-container {
    max-width: 100%;

    padding: 0 10px;

    width: 100%;
  }

  .card {
    width: 100%;
  }

  .menu-above > .top-nav-details div:first-of-type {
    margin-left: 0;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000;

    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
  }

  .top-bar.expanded .title-area {
    background: #fff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;

    padding: 0 15px;

    line-height: 30px;

    background: #fff;
  }

  .top-bar {
    height: auto;

    overflow: visible;
  }

  ul.dropdown {
    background: 0 0 !important;
  }

  .page-desc-image {
    height: 360px;
  }

  .page-desc-txt > h2 {
    margin-top: 0;
  }

  .page-desc-txt > h2,
  .page-desc-txt > p:first-of-type {
    padding-bottom: 10px;
  }

  .elliniki-fotografiki-etaireia h2 {
    width: 98%;
  }

  .elliniki-fotografiki-etaireia h2:first-child::before,
  .elliniki-fotografiki-etaireia h2:last-child::before {
    width: 38%;

    height: 6px;
  }

  .elliniki-fotografiki-etaireia h2:last-child::before {
    width: 85%;
  }

  .card img {
    width: 19.8vw;
  }

  .news-container > .moduledata h4 {
    width: 100%;

    position: static;

    margin: 0 auto;

    padding: 10px;

    text-align: left;
  }

  .news-container > .moduledata > h5 {
    margin-top: 25px;
  }

  .news-container > .moduledata h4 a,
  .site-footer > .row > .center li a {
    color: #000;
  }

  .events,
  .latestNews {
    position: static;

    transform: none;

    margin: 0 auto;
  }

  .events-container > .moduledata > .more > a,
  .events-container > .moduledata > article,
  .events-container > .moduledata > div:first-of-type > a {
    font-size: 1rem;
  }

  .menu-above {
    padding: 10px 5px;
  }

  .top-bar .humburger {
    gap: 4px;

    top: 35px;

    transform: translateY(-50%);

    left: 16px;
  }

  .title-area {
    width: auto !important;
  }

  #slider_1 {
    margin-top: 102px;
  }

  .site-footer .row {
    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 20px;
  }

  .site-footer .row > .footer-details {
    width: 100%;

    text-align: center;
  }

  .site-footer__logo {
    align-self: flex-start;

    margin-top: 24px;
  }

  .site-footer .footerLogo {
    position: static;
  }

  .contain-to-grid,
  .top-bar,
  .top-bar-section ul {
    display: flex;

    align-items: center;

    justify-content: center;
  }

  .socialMedia {
    width: 100%;

    bottom: -6px;
  }

  .sliderCaption {
    font-size: 2.7vw;

    bottom: 10px;
  }

  .page-desc-txt > * {
    width: 100%;

    margin: 0;

    padding: 0 15px;
  }

  .site-footer > .row > .center {
    list-style-type: none;

    width: 100%;

    text-align: center;

    margin: 0;
  }

  .site-footer > .row > .center li {
    margin-bottom: 15px;
  }

  .site-footer > .row > .site-footer__logo {
    width: 100%;

    text-align: center;
  }

  .news-container > .moduledata {
    position: relative;

    display: flex;

    flex-direction: column-reverse;
  }

  .innerpage .main__image > img {
    height: 350px;
  }

  .innerpage .main__image {
    margin-bottom: 30px;

    margin-top: 102px;
  }

  .static-page__content *,
  .static-page__content p {
    font-size: 16px;
  }

  .innerpage .static-page__title {
    margin-bottom: 20px;

    left: 20px;
  }

  .main__image {
    background-attachment: unset !important;

    height: 250px !important;
  }

  .main__image .static-page__title {
    font-size: 24px;
  }

  .innerpage .row {
    padding: 0 10px;
  }

  .slideshow {
    height: 450px;
  }

  .slideshow .slider img {
    height: 450px;

    position: relative;

    object-fit: cover;
  }

  .static-page__content p,
  .static-page__content li {
    font-size: 17px;
  }
}

.static-page__content a {
  text-decoration: underline;

  font-weight: 700;

  color: #000;
}

.events-container.presentation {
  max-width: 1400px;
  margin: auto;
}

figure {
  margin: 0;
}

.presentation .title-module {
  display: block;
  font-size: var(--desc-title-font-size);
  font-weight: 700;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 30px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -100px;
  color: #333;
}
.moduledata {
  position: relative;
  margin-bottom: 50px;
}

.album-images > li,
.article__gallery > li {
  position: relative;
}

.album-images > li > p,
.article__gallery > li > p {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  color: white;

  opacity: 0;

  transition: 0.4s;

  font-size: 20px;

  text-align: center;
}

.album-images > li img,
.article__gallery > li img {
  transition: 0.4s;
}

.album-images > li:hover img,
.article__gallery > li:hover img {
  filter: brightness(0.1);
}

.album-images > li:hover > p,
.article__gallery > li:hover > p {
  opacity: 1;

  font-weight: 700;
}

.images-in-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

#contact label {
  font-size: 20px;
}

/* Moved from inline styles */
.page-title h1,
.top-bar-section ul li.active a {
  font-weight: 700;
}

.row,
div.breadcrumb {
  max-width: 1200px;
}

:root {
  --cards-font-size: 1rem;
  --cards-title-font-size: 24px;
  --nav-font-size: 0.938vw;
  --title-font-size: 4.87vw;
  --desc-title-font-size: 35px;
  --aboce-cards-font-size: 3.125vw;
  --news-title-txt: 24px;
  --news-more-font-size: 1rem;
  --desc-font-size: 20px;
  --above-nav-font-size: 0.833vw;
  ---bg-color: #eaeaea;
}

.top-bar-section ul li > a,
a,
article,
aside,
audio,
body,
button,
canvas,
details,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
input,
label,
legend,
main,
nav,
section,
small,
summary,
textarea,
time,
video {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #333 !important;
}

#slider_1,
.humburger,
.inline-list li:last-child a::after,
.menu-above .center li:last-child a::after,
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after,
.top-bar-section > .left > .center > li:last-child a::after {
  display: none;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666 !important;
  background-color: transparent !important;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666 transparent transparent;
  display: none;
}

ul.dropdown {
  background-color: #ccc !important;
}

.slider,
.slider img,
.socialMedia > div > img {
  width: 100%;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.non-responsive,
[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: 0 0;
  box-shadow: none;
}

.page-desc-image,
.slick-next,
.slick-prev,
body {
  background-repeat: no-repeat;
  background-size: contain;
}

.page-desc-image,
body {
  background-position: center;
}

.breadcrumbs a:hover i,
.breadcrumbs a:not(.current):hover {
  color: #a69c00;
}

div.breadcrumb {
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input,
.form-validation input {
  margin-top: 8px;
}

body {
  opacity: 1;
  background-image: url("/assets/img/backgroundImage.jpg");
  background-attachment: fixed;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-left: auto;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px;
  left: 15px;
  right: auto;
  margin-top: 0;
  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.innerpage main {
  padding-top: 280px;
}

.column,
.columns,
.row--padding {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

#submitform {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  background-color: #a04949;
  border-radius: 3px;
  font-size: 14px;
}

.home-active li:first-of-type a {
  font-weight: 800;
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;
  color: #000;
  background-color: transparent;
  position: relative;
  display: inline-block;
}

.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #999;
}

.top-bar-section > .right > .inline-list > li > a {
  padding: 0 !important;
}

.slick-next,
.slick-prev {
  background-image: unset !important;
  display: contents !important;
  content: "";
  width: 98px;
  height: 228px;
  margin: 0;
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form) > a {
  color: #000;
  background-color: transparent;
  font-family: Manrope, sans-serif;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

.slick-slider {
  margin-bottom: 0;
}

.top-bar-section {
  display: flex;
  height: 100%;
  margin: auto 0;
  background-color: #fff;
  align-items: center;
  width: 69.9vw;
  justify-content: space-between;
}

.top-bar-section > .left {
  padding-left: 20px;
}

.top-bar .title-area {
  margin: 120px auto 0;
  width: 200px;
  height: 200px;
}

.top-bar-section > .left > .center > li > a {
  font-size: var(--nav-font-size);
}

.top-bar-section .right .inline-list li a {
  padding: 0;
  font-size: var(--nav-font-size);
}

.menu-above {
  display: flex;
  justify-content: space-between;
  background-color: #000;
  align-items: center;
  padding: 12.5px 100px 12.5px 50px;
}

.menu-above .center {
  display: flex;
  margin-bottom: 0;
}

.top-nav-details {
  display: flex;
  margin-left: 0;
}

.menu-above > .top-nav-details div:first-of-type {
  margin-left: auto;
  padding-right: 5px;
}

.menu-above > .top-nav-details > div,
.menu-above > .top-nav-details > div a {
  color: #ccc;
  font-size: var(--above-nav-font-size);
}

.menu-above .center li {
  list-style: none;
  padding: 0 30px 0 0;
  position: relative;
}

.menu-above .center li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #ccc;
}

.menu-above .center li a,
.menu-above > div strong {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: var(--above-nav-font-size);
}

.socialMedia {
  width: 11.45vw;
  display: flex;
  height: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 2.6vw;
}

.socialMedia > div {
  width: 45px;
  height: 45px;
}

.right .inline-list li:first-child a::after {
  transform: translate(-50%, 0);
  right: -50%;
}

.slick-slide,
.slideshow {
  position: relative;
}

.page-title {
  max-width: 35.63vw;
  position: absolute;
  bottom: 0;
  margin-left: 10.93vw;
}

.page-title h1 {
  font-size: var(--title-font-size);
  color: #fff;
  margin-bottom: 115px;
  line-height: 1.1;
}

.slideshow::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42.44vw;
  height: 20px;
  background-image: linear-gradient(to right, #000, #e0e0e0);
  margin: 0 0 50px 50px;
  font-weight: bolder;
}

.sliderCaption {
  position: absolute;
  bottom: 50px;
  right: 2.34vw;
  color: #fff;
  font-size: 0.72vw;
}

.more,
.page-desc-txt .more a {
  color: #000;
}

.page-desc-container {
  display: flex;
  margin-top: 50px;
}

.page-desc-txt {
  width: 50%;
}

.page-desc-txt > * {
  width: 36.45vw;
  margin: 0 auto;
}

.page-desc-image {
  width: 50%;
  background-image: url("/assets/img/bodies-in-motion.jpg");
  height: 607px;
}

.page-desc-txt > h2 {
  font-size: var(--desc-title-font-size);
  margin-top: 70px;
}

.page-desc-txt > h2,
.page-desc-txt > p:first-of-type {
  padding-bottom: 55px;
}

.page-desc-txt > :not(h2) {
  font-size: var(--desc-font-size);
  line-height: 1.7;
}

.page-desc-txt > p::before {
  content: "\00a0\00a0\00a0\00a0";
}

.page-desc-txt .more {
  text-align: end;
  margin-top: 20px;
}

.more {
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (max-width: 1440px) {
  .menu-above,
  .top-bar {
    flex-direction: column;
  }

  :root {
    --nav-font-size: 1.5vw;
    --above-nav-font-size: 1.3vw;
    --news-title-txt: 14px;
  }

  .top-bar .name {
    background-color: #fff;
  }

  .humburger:hover,
  .top-bar .humburger {
    background-color: transparent;
  }

  .top-bar-section .dropdown li:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:not(.button):hover,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar-section li:not(.has-form) a:not(.button):hover,
  .top-bar-section ul li:hover:not(.has-form) > a {
    padding-left: 0;
  }

  .menu-above {
    padding: 10px 15px;
  }

  .top-bar {
    position: relative;
    height: auto;
    background-color: #fff !important;
  }

  .top-bar-section {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .top-bar-section .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .top-bar .title-area {
    margin: 0 0 0 auto;
    width: 90px;
    height: auto;
  }

  .top-bar-section > .left {
    padding: 0;
  }

  .socialMedia {
    gap: 5px;
    margin: 0;
    position: absolute;
    height: auto;
    bottom: 0;
  }

  .socialMedia > div {
    width: 30px;
  }

  .top-bar .humburger {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(100%, 150%);
  }

  .expand {
    display: flex;
    height: 520px;
    justify-content: center;
  }

  .humburger .line {
    width: 28px;
    height: 2px;
    background-color: #000;
  }

  .title-area #logo {
    height: 70px;
  }

  .title-area #logo img {
    height: 70px;
    width: auto;
  }

  .top-bar .inline-list li:first-of-type {
    margin: 0;
  }

  .top-bar-section li:not(.has-form) a:not(.button)::after,
  li.has-dropdown.not-click:not(:last-of-type)::after {
    display: none;
  }
}

/* Category Carousel Styles */
.events-container.presentation {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.category-carousel-wrapper {
  flex: 1;
  max-width: 32%;
  position: relative;
}

.category-carousel {
  width: 100%;
}

.category-carousel .slick-slide {
  outline: none;
  margin-bottom: 0;
}

.category-carousel .slick-dots {
  bottom: -40px;
  margin: 0;
  text-align: center;
}

.category-carousel .slick-dots li {
  margin: 0 2px;
}

.category-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.category-carousel .slick-dots li.slick-active button {
  background: #333;
}

.category-carousel .slick-dots li button:before {
  display: none;
}

.category-carousel .slick-arrow {
  display: none !important;
}

@media screen and (max-width: 1440px) {
  .page-desc-container {
    flex-direction: column;

    gap: 30px;
  }

  .page-desc-txt > * {
    width: 70%;
  }

  .page-desc-txt > h2 {
    text-align: center;
  }

  .events-container > .moduledata img,
  .page-desc-image,
  .page-desc-txt {
    width: 100%;
  }

  .cards-box-container {
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
  }

  .card {
    width: 25.271vw;
  }

  .card > div {
    width: 90%;
  }

  .news-container > .moduledata .more,
  .news-container > .moduledata h4 {
    width: 17vw;

    left: 1.6vw;
  }

  .events-container {
    flex-wrap: wrap;
  }

  .events-container > .moduledata {
    flex-basis: calc(38% - 40px);
  }

  .events-container > .moduledata > .more,
  .events-container > .moduledata > article,
  .events-container > .moduledata > div:first-of-type {
    width: 85%;
  }

  .events-container > .moduledata > .more > a,
  .events-container > .moduledata > article,
  .events-container > .moduledata > div:first-of-type > a {
    font-size: 1.1rem;
  }

  .footer-details div,
  .footer-details h4 {
    font-size: 20px;
  }

  .site-footer .row {
    position: relative;
  }

  .site-footer .footerLogo {
    position: absolute;

    right: 0;

    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --title-font-size: 3.87vw;

    --desc-font-size: 16px;

    --nav-font-size: 1.9vw;

    --above-nav-font-size: 1.5vw;
  }

  [class*="block-grid-"] {
    max-width: 660px;

    margin: auto;
  }

  .slideshow::after {
    height: 14px;
  }

  .page-title h1 {
    margin-bottom: 80px;
  }

  .sliderCaption {
    font-size: 1.7vw;
  }

  #slider_1 {
    margin-top: 100px;
  }

  .news-container {
    flex-direction: column;

    align-items: center;

    gap: 20px;

    padding: 0 15px;
  }

  .events,
  .latestNews {
    font-size: 7vw;
  }

  .cards-box-container {
    flex-direction: column;

    gap: 25px;
  }

  .card {
    min-width: 55%;

    padding: 50px 0;

    width: 75%;

    margin: 0 auto;
  }

  .elliniki-fotografiki-etaireia h2:first-child::before,
  .elliniki-fotografiki-etaireia h2:last-child::before {
    height: 12px;
  }

  .news-container > .moduledata .more,
  .news-container > .moduledata h4 {
    width: 30vw;
  }

  .events-container {
    flex-direction: column;
  }

  .events-container > .moduledata {
    min-width: 454px;
  }

  .site-footer .footerLogo {
    width: 20%;
  }

  .footer-details div,
  .footer-details h4 {
    font-size: 16px;
  }

  .menu-above .center {
    align-items: center;

    justify-content: space-between;

    width: 100%;

    margin-left: 0;
  }

  .menu-above .center li a::after {
    right: -8px;
  }

  .menu-above .center li {
    padding-right: 14px;
  }

  .category-carousel .slick-slide img {
    width: 100%;
  }

  .events-container.presentation,
  .category-carousel-wrapper {
    width: 100%;
    max-width: 600px;
  }

  .events-container .moduledata > .more > a,
  .events-container .moduledata > article,
  .events-container .moduledata > div:first-of-type > a {
    font-size: 16px;
  }

  .events-container .moduledata > .more,
  .events-container .moduledata > article,
  .events-container .moduledata > div:first-of-type {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .presentation .title-module {
    font-size: 28px;
  }
}

@media screen and (max-width: 800px) {
  .menu-above .center li a::after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --desc-title-font-size: 22px;

    --aboce-cards-font-size: 3.8vw;

    --aboce-cards-font-size: 4.8vw;

    --news-title-txt: 16px;

    --nav-font-size: 1.02rem;

    --above-nav-font-size: 0.7rem;

    --cards-title-font-size: 20px;
  }

  .socialMedia {
    position: relative;
  }

  .top-bar-section > .left {
    padding: 0;
    flex-direction: column;
    gap: 1rem;
  }

  .top-bar-section {
    justify-content: left;
    gap: 2rem;
    padding-top: 20px;
  }

  .site-footer {
    padding: 0;
  }

  .expand {
    height: 100vh;
  }

  .footer-details div {
    margin-bottom: 20px;
  }

  .menu-above .center,
  .news-container > .moduledata .more,
  .page-title,
  .slideshow::after,
  .st_linkedin_hcount,
  .toggle-topbar {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px;

    margin: auto;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-nav-details {
    width: 100%;

    justify-content: space-between;
  }

  .card,
  .events-container > .moduledata {
    min-width: auto;

    width: 90%;
  }

  .cards-box-container {
    max-width: 100%;

    padding: 0 10px;

    width: 100%;
  }

  .card {
    width: 100%;
  }

  .menu-above > .top-nav-details div:first-of-type {
    margin-left: 0;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000;

    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
  }

  .top-bar.expanded .title-area {
    background: #fff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;

    padding: 0 15px;

    line-height: 30px;

    background: #fff;
  }

  .top-bar {
    height: auto;

    overflow: visible;
  }

  ul.dropdown {
    background: 0 0 !important;
  }

  .page-desc-image {
    height: 360px;
  }

  .page-desc-txt > h2 {
    margin-top: 0;
  }

  .page-desc-txt > h2,
  .page-desc-txt > p:first-of-type {
    padding-bottom: 10px;
  }

  .elliniki-fotografiki-etaireia h2 {
    width: 98%;
  }

  .elliniki-fotografiki-etaireia h2:first-child::before,
  .elliniki-fotografiki-etaireia h2:last-child::before {
    width: 38%;

    height: 6px;
  }

  .elliniki-fotografiki-etaireia h2:last-child::before {
    width: 85%;
  }

  .card img {
    width: 19.8vw;
  }

  .news-container > .moduledata h4 {
    width: 100%;

    position: static;

    margin: 0 auto;

    padding: 10px;

    text-align: left;
  }

  .news-container > .moduledata > h5 {
    margin-top: 25px;
  }

  .news-container > .moduledata h4 a,
  .site-footer > .row > .center li a {
    color: #000;
  }

  .events,
  .latestNews {
    position: static;

    transform: none;

    margin: 0 auto;
  }

  .events-container > .moduledata > .more > a,
  .events-container > .moduledata > article,
  .events-container > .moduledata > div:first-of-type > a {
    font-size: 1rem;
  }

  .menu-above {
    padding: 10px 5px;
  }

  .top-bar .humburger {
    gap: 4px;

    top: 35px;

    transform: translateY(-50%);

    left: 16px;
  }

  .title-area {
    width: auto !important;
  }

  #slider_1 {
    margin-top: 102px;
  }

  .site-footer .row {
    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 20px;
  }

  .site-footer .row > .footer-details {
    width: 100%;

    text-align: center;
  }

  .site-footer__logo {
    align-self: flex-start;

    margin-top: 24px;
  }

  .site-footer .footerLogo {
    position: static;
  }

  .contain-to-grid,
  .top-bar,
  .top-bar-section ul {
    display: flex;

    align-items: center;

    justify-content: center;
  }

  .socialMedia {
    width: 100%;

    bottom: -6px;
  }

  .sliderCaption {
    font-size: 2.7vw;

    bottom: 10px;
  }

  .page-desc-txt > * {
    width: 100%;

    margin: 0;

    padding: 0 15px;
  }

  .site-footer > .row > .center {
    list-style-type: none;

    width: 100%;

    text-align: center;

    margin: 0;
  }

  .site-footer > .row > .center li {
    margin-bottom: 15px;
  }

  .site-footer > .row > .site-footer__logo {
    width: 100%;

    text-align: center;
  }

  .news-container > .moduledata {
    position: relative;

    display: flex;

    flex-direction: column-reverse;
  }

  .innerpage .main__image > img {
    height: 350px;
  }

  .innerpage .main__image {
    margin-bottom: 30px;

    margin-top: 102px;
  }

  .static-page__content *,
  .static-page__content p {
    font-size: 16px;
  }

  .innerpage .static-page__title {
    margin-bottom: 20px;

    left: 20px;
  }

  .main__image {
    background-attachment: unset !important;

    height: 250px !important;
  }

  .main__image .static-page__title {
    font-size: 24px;
  }

  .innerpage .row {
    padding: 0 10px;
  }

  .slideshow {
    height: 450px;
  }

  .slideshow .slider img {
    height: 450px;

    position: relative;

    object-fit: cover;
  }

  .static-page__content p,
  .static-page__content li {
    font-size: 17px;
  }
}
