/*---------------- global fisrt ---------------- */

@font-face {
  font-family: "NotoSans-ExtraLightItalic";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/font/NotoSans-ExtraLightItalic.ttf");
}

@font-face {
  font-family: "NotoSans-LightItalic";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/font/NotoSans-LightItalic.ttf");
}


@font-face {
  font-family: "NotoSans-Thin";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/NotoSans-Thin.ttf");
}

@font-face {
  font-family: "NotoSans-Light";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/font/NotoSans-Light.ttf");
}

@font-face {
  font-family: "NotoSans-Regular";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/font/NotoSans-Regular.ttf");
}

@font-face {
  font-family: "NotoSans-Medium";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/font/NotoSans-Medium.ttf");
}

@font-face {
  font-family: "NotoSans-SemiBold";
  font-display: swap;
  src: url("/templates/cassiopeia_wic/css/font/NotoSans-SemiBold.ttf");
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  overflow-x: hidden;
  z-index: -100000;
  background-color: #fff;
  position: relative;
}

 footer {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

img {
  max-width: 100%;
  width: auto \9;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

figure {
  margin: 0;
}

:root {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
  --black: #000000;
  --white: #ffffff;
  --blue: #062E68;
  --yellow: #FDA803;
}

a,
a:hover {
  color: inherit;
  text-decoration: none !important;
  font-family: "NotoSans-Regular";
  cursor: pointer;
}

/* a:not(.btn):focus, a:not(.btn):hover {
  color: inherit;
} */

h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
  font-family: "NotoSans-Regular";
}

h1,
h2,
h3,
h4,
h5 {
  font-stretch: normal;
}

p {
  font-size: 20px;
  font-family: "NotoSans-Light";
  line-height: 35px;
}

h2 {
  font-family: "NotoSans-Regular";
}

menu {
  padding: 0;
  margin: 0;
}

li, li a, a {
  font-family: "NotoSans-Regular";
}

b, strong {
  font-family: "NotoSans-Regular";
}

/*---------------- global end ---------------- */


/* initializations */
.vacuum {
  height: 100px;
  background-color: #fff;
}

.title-landing {
  font-size: 80px;
  font-family: "NotoSans-Regular";
  color: #292866;
}

.btn-basic,
#rs_event_show a {
  width: 160px;
  height: 33px;
  display: flex;
  background-color: #D11A70;
  color: #fff;
  justify-content: center;
  border-radius: 16px;
  align-items: center;
  margin: auto;
  transition: 0.6s;
  padding-bottom: 3px;
}

.btn-basic:hover { 
background-color: rgb(106, 41, 132);
  color: #fff;
  transition: 0.6s;
}

.description a {
  font-size: 16px;
}

/* initializations end */



/*  events  */
.events-title {
  font-family: "NotoSans-Regular";
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 75px;
  padding-bottom: 25px;
  border-bottom: 1px solid#f1f1f1;
}

.rs_events_container .rs_event_detail {
    padding: 0px !important;
    margin-bottom: 40px !important;
}

.rs_events_container .rs_event_detail .rs_event_image {
  float: left;
  padding: 0px;
  height: auto !important;
  width: 41%;
  margin-right: 10px;
}

.rsepro-title-block {
  background-color: #832A86;
  color: #fff;
  padding-right: 51px;
  padding-block: 11px;
}

.far.fa-calendar-days {
  color: #832a86;
}

#rsepro-event-details {
  margin-right: 22px;
}

.rsepro-date-block {
  font-size: 16px !important;
}

.rsepro-event-location-block {
  font-size: 14px;
}

.rs_events_container .rs_event_detail .thumbnail {
    display: block;
    padding: 0px !important;
    line-height: auto;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    margin-bottom: 0px !important;
}

.rsepro-event-from-block .far.fa-calendar, .rsepro-event-on-block .far.fa-calendar {
  margin-right: 8px;
  color: #f26324;
}

#adminForm {
    display: none;
}

.rs_event_image img {
  border-radius: 0px !important;
  width: 430px;
}

.thumbnail {
  background-color: #a0c64d;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0px !important;
}
.thumbnail:hover {
    background-color: #a0c64d;
    border: none;
    border-radius: 0px !important;
    box-shadow: none !important;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0px !important;
}

.rs_image .thumbnail img {
    border: 2px solid #eaeaea !important;
}

.rs_event_link {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.rs_event_link:hover {
  color: #f26324;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.fasa {
  padding: 15px 0px;
  background-color: rgba(20, 45, 75, 0.8);
  background-color: rgb(5, 20, 79);
  margin-bottom: 10px !important;
}
.rs_event_detail:hover, .rs_event_detail {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 0 #832A86 !important;
}

#rs_event_show .rs_modal.thumbnail > img {
  border: 0px solid #a0c64d;
  width: 200px;
}
.rs_event_details > div {
  margin-bottom: 10px;
  font-size: 18px;
}
.event-right .description a {
  background: #a0c64d none repeat scroll 0 0;
  clear: none;
  color: #fff;
  display: inline;
  float: left;
  font-weight: 400;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 7px;
  text-align: center;
  width: 35% !important;
}
.event-right .description a:hover {
  background: #12133e none repeat scroll 0 0;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 7px;
  text-align: center;
}

.rsepro-event-until-block {
  position: relative;
  margin-left: 15px;
}
.rsepro-event-until-block::before {
  content: "-";
  width: 5px;
  height: 10px;
  position: absolute;
  left: -12px;
  top: 1px;
  z-index: 1;
  font-weight: bold;
}
.rsepro-event-from-block .far.fa-calendar-days, .rsepro-event-on-block .far.fa-calendar-days {
  margin-right: 8px;
  color: #832a86;
}
.rsepro-event-location-block .fas.fa-map-marker-alt {
  margin-right: 5px;
  color: #832a86;
}
.location {
  color: #777;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.location:hover {
  color: #832a86;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.rsepro-location-content {
  padding-top: 70px;
}
.rsepro-location-content h1 {
  font-family: 'Noto Serif', serif;
  font-size: 22px;	
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
/*  upcoming events  */
.upcoming-title {
  font-family: 'Noto Serif', serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 40px;
}

.grow img {
  height: 270px !important;
  width: 186px !important;
  border: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.grow img:hover {
  height: 370px !important;
  width: 286px !important;
  max-width: 286px !important;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.pic {
  border: 0x solid #fff;  
  height: 270px;
  width: 186px;
  overflow: hidden;
  float:left;
}
.growin img {
  height: 100% !important;
  width: 100% !important;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.growin img:hover {
  height: 120% !important;
  width: 120% !important;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.picin {
    height: auto;
    width: 100%;
    overflow: hidden !important;
    float: left;
    max-height: 370px;
    border: 2px solid #eaeaea;
}
.rsepro_events_module {
    list-style-type: none;
    margin: 0px;
    width: 100%;
}
.rsepro_events_module li {
  width: 100%;
}


.divider.icon-location::before {
  color: #fff;
  display: inline;
}


#rsepro-event-title h1,
.view-article.layout-cassiopeia_eeaoekdoseis .page-header h1 {
 margin-bottom: 40px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 font-size: 26px;
  font-family: "NotoSans-Regular";
}


#rsepro-event-details {
  float: left;
}

#rs_event_show hr {
  display: none;
}

#rsepro-event-description p {
  line-height: 26px;
  padding-bottom: 22px;
}

#rsepro-event-image img {
  width: 200px;
}



#rsepro-event-description a:hover {
  transition: 0.6s;
}

/* slider */

[data-rlta-element="heading"] {
  font-size: 22px !important;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
  padding: 15px 16px;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
  background-color: #041451;
  color: #fff;
}


[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"]:focus {
  background-color: #F26324 !important;
  color: #000 !important;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"] {
  background-color: #f1f1f154;
}

[data-rlta-element="button"][data-rlta-state="open"]::after, [data-rlta-element="button"][data-rlta-state="closed"]::after { 
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 65%;
  z-index: 2;
  right: 9%;
  top: 22%;
}

[data-rlta-element="button"][data-rlta-state="closed"], [data-rlta-element="button"][data-rlta-state="open"] {
  position: relative !important;
}

[data-rlta-element="button"][data-rlta-state="closed"]::after {
  background-image: url(/images/landing/white-stauro.svg);
}

[data-rlta-element="button"][data-rlta-state="open"]::after {
background-image: url(/images/landing/white-line.svg);
  top: 46%;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"]:hover {
  background-color: #f26324;
}

/* slider end */

/* menu */

.header-top-bar {
  display: grid;
  /* background-color: #292866; */
  color: #fff;
  align-items: center;
  grid-template-columns: 30% 60% 10%;
  padding: 30px 150px;
  position: relative;
}

.header-top-bar::after { 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
 background: rgb(41,40,102);
  background: linear-gradient(180deg, rgba(41,40,102,0.9) 0%, rgba(104,112,142,0.3) 80%, rgba(44,43,104,0.1) 100%); 
  z-index: -1;
  width: 100%;
  height: 100%;
}

main {
  z-index: 3;
}

.logo img {
  width: 180px;
}

.mod-list li a {
 font-size: 20px;
 font-family: "NotoSans-Light";
}

.mod-list li {
  padding: 0;
}

.mod-menu {
  flex-direction: inherit;
  justify-content: space-between;
}

.lang {
  display: flex;
  justify-content: center;
}

.btn-secondary {
  background-color: #fff0;
  border-color: #fff;
  color: #fff;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background-color: #575e6500;
  border-color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #f9fafb00;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  border-color: #fff;
}

.lang .dropdown-menu {
--dropdown-min-width: 100% !important;
}

.btn,
div.mod-languages ul.lang-block li {
  padding: 4px 9px;
}

div.mod-languages ul li.lang-active {
  background-color: #f0f0f00d;
  border-bottom: 1px solid #fff;
}

div.mod-languages ul.lang-block li:hover {
  background-color: #cde4cf !important;
}

div.mod-languages a {
  padding: 0;
  text-decoration: none;
}

div.mod-languages li {
  margin: 0;
}

.dropdown-menu {
  border-color: #fff;
  color: #fff;
  background-color: #fff0;
}

div.mod-languages .dropdown-menu {
  padding: 0;
}

.nav-item.deeper.parent {
  position: relative;
}

.mod-menu__sub {
  position: absolute;
  top: 19px;
  padding-left: 0 !important;
  display: none;
  left: -15px;
  padding-top: 31px;
}

.mod-menu__sub .nav-item { 
  background-color: #DEAEC5;
  width: 370px;
  padding-left: 15px;
  padding-block: 5px;
}

.nav-item.deeper.parent:hover .mod-menu__sub {
  display: inherit;
  z-index: 5;
}

.mod-menu__sub .nav-item:hover {
  background-color: #CDE4CF;
}

/* menu end */

/* header */

.view-featured .header {
  height: 100vh;
  position: relative;
}

.view-featured .video video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.view-featured #mod-custom134 {
  position: inherit;
}


/* header end */


/* institouto */

.institouto,
.rsepro_events_module {
  width: 95%;
  margin: auto;
}

.institouto { 
  position: relative;
  padding: 65px 160px;
  overflow: hidden;
  height: 708px;
  border-radius: 20px;
  transition: 0.5s;
}

.institouto:hover::before { 
  transform: scale(1.2);
  transition: 0.5s;
}

.institouto::before {  
  transition: 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/landing/image-landing-institouto.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.institouto h2 {
  padding-bottom: 310px;
}

.institouto .btn-basic {
  margin-top: 30px;
}

p.box-landing-institouto-text {
  background-color: #CDE4CF;
  border-radius: 20px;
  padding: 14px 124px;
  text-align: center;
}

/* institouto end */


/* sunedria */

.sinedria {
  position: relative;
}
.sinedria::before {  
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/landing/bg-landing-sinedria.png);
  background-repeat: no-repeat;
  background-size: 100%; 
}

.rsepro-image {
  background-color: #292866;
  border-radius: 20px;
  overflow: hidden;
}

.rsepro-image img { 
  opacity: 0.7;
  transition: 0.6s;
}

.rsepro-image:hover img { 
  transform: scale(1.1);
  opacity: 1;
  transition: 0.6s;
}

.sinedria .rsepro-image img {
  width: 512px;
}

.sinedria .title-landing {
  padding-top: 131px;
  display: flex;
  justify-content: end;
}

.item-event-landing {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.swiper-events {
  width: 63%;
  margin-top: 95px;
}

.sinedria::after {
  content: '';
  position: absolute;
  top: 142px;
  left: 0;
  width: 568px;
  height: 100%;
  background-image: url(/images/landing/sendria-landing-icon.png);
  background-repeat: no-repeat;
  background-size: 100%; 
}

.swiper-events .swiper-container {
  gap: 0px;
}

.sinedria h3 {
  font-size: 20px;
  padding-inline: 46px;
  text-align: center;
  padding-top: 24px;
}

.swiper-pagination {
  padding-block: 70px;
  position: relative !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important; 
  background-color: #832C86 !important;
  border: 1px solid#000;
}

/* sunedria end */


.title-eggrafh-landing-items video {
  width: 981px;
  height: 695px;
  border-radius: 20px;
  overflow: hidden;
}

.title-eggrafh-landing-box {
  position: absolute;
  background-color: #292866;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  left: -233px;
  flex-direction: column;
  top: -73px;
}

.eggrafh {
  margin-block: 30px;
}

.eggrafh .title-landing {
  color: #CDE4CF;
}

.title-eggrafh-landing-items {
  width: 50%;
  margin: auto;
  position: relative;
}

.text-eggrafh-landing-box {
  position: absolute;
  bottom: -27px;
  right: -145px;
  width: 630px;
  height: 176px;
  background-color: #832B87;
  display: flex;
  align-items: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  z-index: 3;
}

.eggrafh .btn-basic {
  margin: inherit;
  margin-top: 20px;
}

 .eggrafh .btn-basic:hover {
  background-color: rgb(205, 228, 207);
}

.kardia-landing {
  display: flex;
  justify-content: end;
  margin-left: auto;
  width: 80px;
  position: relative;
  right: 5px;
  margin-top: 37px;
}

/* footer */

.custom-footer {
position: relative;
}

.custom-footer::after {
   content: '';
   position: absolute;
   top: 0px;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(/images/landing/bg-footer.png);
   background-repeat: no-repeat;
   background-size: 100%; 
   z-index: -1;
}

.footer-logo {
  width: 174px;
  margin: auto;
  padding-block: 40px;
}

.footer-logo-big {
  position: relative;
  width: 1534px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 1534px;
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.footer-logo-big img { 
  transition: 0.7s;
}

.footer-logo-big:hover img { 
  transform: scale(1.2);
  transition: 0.7s;
}

.footer-logo-big::after { 
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292866;
  opacity: 0.4;
  border-radius: 20px;
}

.line {
  height: 2px;
  width: 50%;
  background-color: #D21970;
  margin: auto;
  margin-block: 55px;
}

.social-footer {
  display: flex;
  justify-content: center;
  gap: 54px;
}

.social-footer img {
  width: 42px;
  height: 42px;
}

.location-footer {
  width: 620px;
  height: 170px;
  background-color: #D21970;
  color: #fff;
  border-radius: 20px;
  margin: auto;
  margin-block: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.copyright {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-inline: 30px;
  padding-bottom: 200px;
  font-size: 18px;
}

.custom-footer::before {
  content: '';
  position: absolute;
  bottom: 110px;
  right: 40px;
  width: 398px;
  height: 478px;
  background-image: url(/images/landing/after-photo-icon-footer.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.com-content-article.item-page,
.rsepro-events-list-container {
  padding: 0;
}

.page-header h1 {
  /* epeidi exei kai megalou titlous */
  font-size: 51px;
  margin-left: 35px;
}

.view-article .page-header {
  display: block ruby;
  text-align: center;
  padding-inline: 195px;
}

.page-header {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  top: 2px;
}

.page-inside-article {
  display: flex;
  background-color: #CDE4CF;
  border-radius: 30px;
  padding: 10px 57px;
  align-items: center;
  color: #fff;
}

.image--full {
  position: relative;
}

.image--full::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 126px;
  bottom: 0px;
  bottom: -1px;
  background-image: url(/images/kiklos-full-image.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 4;
  display: flex;
}

.view-rseventspro .page-inside-article {
  width: 50%;
  width: 43%;
  margin: auto;
}

.view-featured .vacuum.top {
  display: none;
}

.fields-container {
  display: none;
}

.com-content-article__body-custom {
  width: 82%;
  margin: auto;
}

.box-01 {
  width: 62%;
  margin: auto;
  text-align: center;
  font-size: 20px;
}

.box-02 h2 {
  font-size: 40px;
  text-align: center;
}

.box-article-fildes-tow-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.box-03 p {
  font-size: 60px;
  font-family: "NotoSans-ExtraLightItalic";
  line-height: 77px;
  width: 78%;
}

.box-04 p {
  padding-left: 171px;
}

.box-article-item-dioikitiko img {
  width: 259px;
  border-radius: 20px;
}

.box-article-fildes-tow-items-dioikitiko {
  width: 49%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.box-article-item-dioikitiko {
  text-align: center;
}

.box-article-item-dioikitiko p:nth-child(2) { 
  font-family: "NotoSans-Medium";
  margin-top: 7px;
}

.eggrafh-page .formContainer {
  position: relative;
  padding: 220px 300px 80px 300px;
  z-index: 2;
}

.eggrafh-page .formContainer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/eggrafh-mellon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
}

.com-content-article.vfffff.item-pageeggrafh-page {
  padding: 0;
}

.form-control {
  background-color: #bf212100 !important;
  border: 1px solid #832A86;
  border-radius: 20px;
  height: 70px;
  width: 629px;
}



input::placeholder,
 textarea::placeholder,
#Submit {
  color: rgba(41, 40, 102, 0.68) !important;
  display: flex;
  align-items: center !important;
}

 input:focus::placeholder,
 textarea:focus::placeholder {
  color: #292866 !important;
  box-shadow: 0 !important;
}

.form-control:focus {
  box-shadow: 0 !important;
}

.first-text-eggrafh-mellon {
  width: 70%;
  margin: auto;
  text-align: center;
}

.eggrafh-page label {
  margin-bottom: .5rem;
}

.col-sm-9 {
    max-width: 100%; 
}

#submit,
#rsform_4_page_0 .rsform-submit-button {
  background-color: #D11A70;
  border-color: #D11A70;
  border-radius: 16px;
  padding: 4px 34px;
  color: #fff !important;
}

.com-content-article {
  padding: 0;
}
  
.eggrafh-page .formContainer::before { 
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 796px;
  height: 977px;
  background-image: url(/images/icon-eggrafh-mellon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
}

.eggrafh-page .image--full,
.video--page.view-article .image--full,
.view-category.video--page .item-content p,
.view-category.video--page .button-more {
    display: none;
}

.sunedria-ekdilwseis-page .rs_events_container {
  width: 55%;
  margin: auto;
}

.view-category .page-inside-article {
  width: 450px;
  justify-content: center;
  margin: auto;
}

.com-content-category-blog.blog {
  padding: 0;
}

.blog-items {
  grid-template-columns: 1fr 1fr 1fr;
  width: 84%;
  margin: auto;
  gap: 51px;
}

.blog-item .item-image {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.7s;
}

.blog-item .item-image img { 
  opacity: 0.8;
  transition: 0.7s;
  width: 775px;
}

.blog-page.view-category .item-image img {
  width: 501px;
}

.blog-page.view-category .blog-item {
  flex-direction: inherit;
}

.blog-item .item-image:hover img { 
  opacity: 1;
  transition: 0.7s;
}

.blog-item .item-content .page-header {
  margin-bottom: 0;
}

.view-category .blog-item .page-header h2 {
  font-size: 20px;
  text-align: left;
  font-family: "NotoSans-Light";
}

.view-category .blog-item .item-image {
  background-color: #000;
}
 
.video--page.view-article .page-header h1,
.blog-page.view-article .page-header h1
 {
  font-size: 25px;
}
 
.video--page.view-article .page-header,
.blog-page.view-article .page-header {
  width: 80%;
  margin: auto;
}
 
iframe {
  width: 100%;
  height: 653px;
  border-radius: 20px;
}
 
.video-id.position-relative, 
.blog-page.view-article .com-content-article__body,
.video--page.view-article .com-content-article__body {
  width: 61%;
  margin: auto;
  text-align: center;
}
 
.blog-page .blog-items {
  grid-template-columns: 1fr;
  width: 62%;
}
 
.blog-page .item--category {
  display: flex;
}

.blog-page.view-category .blog-item .item-content {
  margin-left: 69px;
}
 
.blog-page.view-category .blog-item .page-header h2 {
  font-size: 24px;
  width: 75%;
  margin-bottom: 16px;
  font-family: "NotoSans-Regular";
}
 
.blog-page.view-category .blog-item .item-content p {
  line-height: 26px;
  font-family: "NotoSans-Regular";
}
 
.button-more {
  margin-top: 20px;
}

.button-more {
  width: 160px;
  height: 33px;
  background-color: #D11A70;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.intro-image {
  margin: auto;
  width: 800px;
  margin-block: 100px;
}

.intro-image img { 
  border-radius: 20px;
}

.video-id {
  margin-block: -40px !important;
}

 #rs_event_show a {
  float: left;
 }

#rs_event_show {
   width: 50%;
   margin: auto;
 }
 
#rs_event_show #rsepro-event-image a {
  width: 100% !important;
  height: auto !important;
}

#rsepro-event-image img {
  width: 260px;
}

#rsform_4_page_0 {
  margin: auto;
}

main {
  overflow: hidden;
}

#rsform_4_page_0.formContainer {
  padding-top: 175px;
  padding-bottom: 10px;
}

#rsform_4_page_0 {
  margin: auto;
  width: 929px;
}

#rsform_4_page_0 .form-control {
 width: 100%;
}

.itemid-241 .com-content-article__body,
.itemid-306 .com-content-article__body {
  position: relative;
}

.itemid-241 .com-content-article__body::after,
.itemid-306 .com-content-article__body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
}

.rsform-type-checkboxgroup {
  display: flex;
  justify-content: end;
}

#rsform_4_page_0 .rsform-type-submitbutton { 
  display: flex;
  justify-content: end
}

.page-404 .image--full,
.page-404 .vacuum.top,
.page-404 .intro-image,
.page-404 .page-inside-article img {
  display: none; 
}


.page-404 .header-top-bar::after {
  background: none;
}

.page-404 .page-inside-article {
  background-color: rgba(255, 255, 255, 0);
}

.page-404 .page-inside-article h1 { 
  font-size: 200px;
  color: #ffffffbc;
  -webkit-text-stroke: 12px #822C87;
  paint-order: stroke fill;
  margin-bottom: 60px;
}

.page-404 .page-header {
  margin-bottom: 0;
  margin-top: 40px;
}

.page-404.site {
  color: #000;
}

.page-404.site::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(41,40,102);
  background: linear-gradient(180deg, rgba(41,40,102,0.8) 0%, rgba(104,112,142,0.032633121608018234) 80%, rgba(44,43,104,0.1) 100%); 
  z-index: -2
}

.page-404 .com-content-article__body {
  width: 60%;
  margin: auto;
}

.page-404 .com-content-article__body p { 
 margin-bottom: 20px;
 text-align: center;
}

.page-404 .com-content-article__body p:last-child {
  margin-bottom: 0px;
}

.page-404 .com-content-article {
  padding: 0;
  padding-bottom: 100px;
  position: relative;
}

.page-404 .com-content-article::after { 
  content: '';
  position: absolute;
  width: 60%;
  height: 1px;
  margin: auto;
  background-color: #fff;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-404 .com-content-article__body a {
  margin-right: 19px;
  font-family: "NotoSans-Medium";
}

.modal-backdrop.show {
  opacity: 0 !important;
  z-index: 2;
}

.location-footer a {
  font-size: 22px;
}

.politi-aporritou-page main {
  width: 80%;
  margin: auto;
}

.politi-aporritou-page main p { 
  padding-bottom: 10px;
}

.form-check-inline label {
  font-size: 12px;
}

.description a {
  margin-right: 13px !important;
}

#rs_event_show .description {
  text-align: left !important;
}

.sigFreeThumb img,
.sigFreeThumb a {
  width: 100% !important;
}

ul.sigFreeClassic {
padding: 0 !important;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 32px;
width: 80%;
margin: 0;
margin: auto;
}

.swiper-pagination-lock {
    display: inherit !important;
}

.avPlayerWrapper {
    width: 60% !important;
}

.box-article-item-dioikitiko p:nth-child(3) {
  font-size: 18px;
}

:lang(en-gb) .eggrafh .title-landing {
  font-size: 65px;
}

:lang(en-gb)  .sunedria-ekdilwseis-page.events .page-inside-article {
  width: 23%;
}

