@import "_colors";
@import "_mixins";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

.hamburger {
  padding: 0;
  /* display: inline-block; */
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 26px;
  display: none;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*K2 general reset*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  padding: 0;
}

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  margin: 0;
}

#k2Container {
  padding: 0;
  margin: 0;
}

#k2Container .clr {
  display: none;
}

div.catItemView {
  margin: 0;
  padding: 0;
}

div.itemContainer {
  float: none;
}

div.catItemBody {
  padding: 0;
}

div.catItemHeader h3.catItemTitle {
  padding: 0;
  margin: 0;
}

div.itemBody {
  padding: 0;
  margin: 0;
}

div.catItemImageBlock {
  margin: 0;
  padding: 0;
}

div.catItemLinks {
  margin: 0;
}

div.catItemCategory span {
  padding: 0;
}

div.catItemCategory {
  padding: 0;
}

span.catItemImage {
  margin: 0;
  padding: 0;
}

div.catItemIntroTexFmenut {
  margin: 0;
  padding: 0;
}

div.itemHeader h2.itemTitle {
  margin: 0;
  padding: 0;
}

div.itemIntroText {
  padding: 0;
  margin: 0;
}

div.itemImageBlock {
  margin: 0;
  padding: 0;
}

div.itemBackToTop {
  display: none;
}

div.itemExtraFields {
  margin: 0;
  padding: 0;
  border: none;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 0;
  padding: 0;
  border: none;
}

div.itemListCategory {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

div.catItemAttachmentsBlock {
  padding: 0;
  margin: 0;
  border: none;
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  padding: 0;
  margin: 0;
}
.align {
  display: flex;
  align-items: center;
}
.itemContainer {
  width: 100% !important;
}
/*bootstrap general container */
@media (min-width: 1200px) {
  .container {
    width: 1630px;
    position: relative;
  }
}

#system-message-container {
  display: none;
}
/*style resets*/
body .container {
  background-color: transparent;
}

body {
  background: #f5f5f5;
}

body .container {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
label,
input {
  font-family: "Open Sans", sans-serif;
}

nav#hornav ul li {
  margin: 0;
  padding: 0;
}

header p {
  margin-bottom: 0;
}

div#topinfo div.moduletable {
  margin: 0;
}

.breadcrumb {
  background: none;
  margin: 0 0 35px 0;
  padding: 0;
  text-align: center;
}

.breadcrumb * {
  color: #60bb46;
  font-size: 18px;
  line-height: 18px;
}

.breadcrumb .divider {
  display: none;
}

.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb > li:nth-child(2):before {
  display: none;
}

hr {
  border: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

/* PB */

/* BODY AND CONTAINERS */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  padding-top: 102px !important;
}

.main_container .container {
  /* main container styling */
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.generalContainer {
  /* some custom general container */
  width: 90%;
  max-width: 1600px;
  padding: 0;
  margin: auto !important;
}

.generalK2Container {
  width: calc(100% - 100px);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

/* HEADER */

header.header.header_container .container {
  width: auto;
  max-width: 1960px;
  padding: 20px;
  margin: 0 auto;
}

header.header.header_container .row {
  margin: 0;
}

header.header.header_container {
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 8px 0px #000;
  border-top: 2px solid #0e817c;
  min-height: 140px;
}

#logo img {
  max-width: 280px;
  height: auto;
}

#logo2 img {
  width: 280px;
  height: auto;
  margin: 0 0 0 40px;
}
@media all and (max-width: 1366px) {
  #logo2 img,
  #logo img {
    width: 200px;
    height: auto;
    margin: 0;
 
  }
  /* #logo2 img {
    width:
    height: auto;
    margin: 0;
  } */
}
@media all and (max-width: 1096px) {
  
  #logo img {
    height: 40px;
    margin: 0;
  }
  #logo2 img {
    height: 40px;
    margin: 0;
  }
}

#lang {
  padding-left: 100px;
}

#lang a {
  color: #8e8e8e;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#lang a:hover {
  color: #0e817c;
}

#lang .lang-active a {
  color: #0e817c;
}

#innerslider .itemHeaderTop {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: calc(100% - 100px); */
  position: relative;
}

#innerslider .itemHeaderTop:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#innerslider .banner_ttl h1 {
  padding-top: 19%;
  z-index: 4;
  position: relative;
}

#innerslider .banner_ttl h1 p,
#innerslider .banner_ttl h1 {
  font-size: 52px;
  color: #fff;
}

/* COOKIE ASSISTANT WITH POLICY */

#cookie_assistant_wrapper a.btn-accept {
  /* accept button styling */
  text-shadow: none !important;
}

#cookie_assistant_wrapper a.btn-accept:focus,
#cookie_assistant_wrapper a.btn-accept:hover {
  /* accept button styling on hover */
  background: #00498f !important;
  color: #fff !important;
  border-color: #00498f !important;
}

#cookie_assistant_wrapper p a {
  /* policy link styling */
  color: #00498f !important;
  display: block;
}

#cookie_assistant_wrapper a:hover {
  /* policy link styling on hover*/
  color: #0e817c !important;
  text-decoration: none !important;
}

/* MENU 1st LEVEL*/

#hornav .nav {
  /* no wrap on items */
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
}

span.nav-header {
  /* pointer when hovering no link item or nav header */
  cursor: pointer;
}

#hornav ul.nav.menu li.parent > a,
#hornav ul.nav.menu li.parent > span {
  /* each parent menu item styling */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8e8e8e;
  padding-left: 50px;
}

#hornav ul.nav.menu li > a,
#hornav ul.nav.menu li > span {
  /* each menu item styling that is no parent*/
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8e8e8e;
  padding-left: 50px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#hornav ul.nav.menu li.active span,
#hornav ul.nav.menu li.active a {
  /* color of each 1st menu active item/category */
  color: #0e817c;
}

#hornav ul.nav.menu li.parent:hover > a,
#hornav ul.nav.menu li.parent:hover > span {
  /* on hover of each parent menu item */
  color: #0e817c;
  text-decoration: none;
}

#hornav ul.nav.menu li:hover > a,
#hornav ul.nav.menu li:hover > span {
  /* on hover of each menu item that is no parent */
  color: #0e817c;
  text-decoration: none;
}

#hornav ul.nav.menu li.parent > a:after,
#hornav .nav.menu li.parent > span:after {
  /* content for 1st level items */
  content: url(/images/menuArrow.png);
  padding-left: 5px;
}

#hornav li.item-101 {
  /* hide home menu item */
  display: none;
}

.nolink {
  /* not clickable */
  cursor: default !important;
  pointer-events: none;
  /*color: #fff !important;*/
}

/* 1st SUBMENU */

#hornav ul.nav.menu li.parent > ul {
  /* 1st submenu styling */
  display: none;
  position: absolute;
  z-index: 999;
  left: auto;
  top: auto;
  width: auto;
  margin-left: 50px;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.35);
}

#hornav ul.nav.menu li.parent ul > li {
  /* 1st submenu each item styling */
  display: block;
  float: none;
  padding: 5px 10px;
  height: auto;
}

#hornav ul.nav.menu li.parent ul > li {
  /* 1st submenu item that has 2nd submenu */
  position: relative;
}

#hornav ul.nav.menu li.parent ul li > a,
#hornav ul.nav.menu li.parent ul li > span {
  /* 1st submenu each menu item styling */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8e8e8e;
  padding-left: 0;
}

#hornav ul.nav.menu li.active ul li.active > span,
#hornav ul.nav.menu li.active ul li.active > a {
  /* color of each 1st submenu active item/category */
  color: #0e817c;
}

#hornav ul.nav.menu li.parent ul li:hover > a,
#hornav ul.nav.menu li.parent ul li:hover > span {
  /* 1st submenu on hover of each menu item */
  color: #0e817c;
  text-decoration: none;
}

#hornav ul.nav.menu li.parent ul li > a:after,
#hornav ul.nav.menu li.parent ul li > span:after {
  /* content after for 1st submenu items */
  content: none;
}

#hornav ul.nav.menu li.parent ul > li.parent span:after {
  /* content for 1st submenu items that have 2nd submenu */
  font-family: Flaticon;
  content: "\f118";
  color: #0e817c;
}

/*2nd SUBMENU */

#hornav ul.nav.menu li.parent ul li.parent > ul {
  /* 2nd submenu styling */
  display: none;
  position: absolute;
  z-index: 999;
  left: 100%;
  top: 0;
  width: auto;
  margin-left: 0;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 11px -4px rgba(0, 0, 0, 0.35);
}

#hornav ul.nav.menu li.parent ul li.parent ul > li {
  /* 2nd submenu each item styling */
  display: block;
  float: none;
  padding: 5px 10px;
  height: auto;
}

#hornav ul.nav.menu li.parent ul li.parent ul li > a,
#hornav ul.nav.menu li.parent ul li.parent ul li > span {
  /* 2nd submenu each menu item styling */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8e8e8e;
  padding-left: 0;
}

#hornav ul.nav.menu li.active ul li.active ul li.active > span,
#hornav ul.nav.menu li.active ul li.active ul li.active > a {
  /* color of each 1st submenu active item/category */
  color: #0e817c;
}

#hornav ul.nav.menu li.parent ul li.parent ul li:hover > a,
#hornav ul.nav.menu li.parent ul li.parent ul li:hover > span {
  /* 2nd submenu on hover of each menu item */
  color: #0e817c;
  text-decoration: none;
}

#hornav ul.nav.menu li.parent ul li.parent ul li > a:after,
#hornav ul.nav.menu li.parent ul li.parent ul li > span:after {
  /* content after for 2nd submenu items */
  content: none;
}

/* FOOTER */

footer.footer {
  background: #00498f;
  color: #fff;
  padding: 50px 0;
  margin-top: 60px;
}

footer.footer a {
  color: #fff;
}

/*footer.footer a:hover {
    text-decoration: none;
	color: #0e817c;
}*/

footer.footer .footerLeft a:hover {
  text-decoration: underline;
  color: #fff;
}

.container.footer_container {
  width: 90%;
  max-width: 1800px;
}

.footerLeft {
  font-size: 16px;
  line-height: 2;
  width: 30%;
}

.footerRight {
  text-align: right;
  line-height: 2;
  width: 70%;
}

/* CONTACT BUTTON */

.contactButton {
  position: fixed;
  right: 0;
  width: 100px;
  text-align: center;
  top: 130px;
  z-index: 998;
  cursor: pointer;
}

/* SLIDER */

/* #slider {
    width: calc(100% - 100px);
} */

.homepage-slider .slide_img.slide {
  height: 100vh;
  background-repeat: no-repeat;
}

.homepage-slider .slide_info_ins {
  position: absolute;
  top: 30%;
  color: #fff;
  padding-left: 150px;
  max-width: 700px;
}

.homepage-slider h2 {
  font-size: 52px;
}

.homepage-slider p {
  font-size: 24px;
}

.homepage-slider .arrowNext {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 13px);
  z-index: 998;
  color: #fff;
}

.homepage-slider .arrowNext:after {
  font-family: Flaticon;
  content: "\f113";
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 3px;
  font-size: 35px;
}

.homepage-slider a.arrowNext:hover {
  text-decoration: none;
}

#slider .slide_img {
  /* height: 85vh;
    max-height: 800px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* TI KANOUME MODULE */

.tikanoumeContainer {
  padding-bottom: 50px;
  padding-top: 90px;
  margin-left: 150px;
  margin-right: 100px;
  overflow: auto;
  border-bottom: 1px solid #0e817c;
}

.tikanoumeContainer .tikanoumeTitle {
  font-size: 52px;
  color: #00498f;
}

.tikanoumeContainer .left,
.tikanoumeContainer .right {
  width: 49%;
}

.tikanoumeContainer .left {
  float: left;
}

.tikanoumeContainer .right {
  float: right;
  text-align: right;
}

.tikanoumeContainer .tikanoumeText {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 80%;
}

.tikanoumeContainer .tikanoumeButton {
  padding-top: 50px;
}

.tikanoumeImage img {
  width: 100%;
}

/* BUTTON */

.mainButton {
  width: auto;
  background: #00498f;
  color: #fff;
  padding: 15px 100px;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mainButton:after {
  font-family: Flaticon;
  content: "\f114";
  position: absolute;
  right: 10px;
}

.mainButton:hover {
  text-decoration: none;
  background: #0e817c;
  color: #fff;
}

.mainButton2 {
  width: auto;
  background: #0e817c;
  color: #fff;
  padding: 15px 100px;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mainButton2:after {
  font-family: Flaticon;
  content: "\f114";
  position: absolute;
  right: 10px;
}

.mainButton2:hover {
  text-decoration: none;
  background: #00498f;
  color: #fff;
}

/* PERIVALLONTIKES MELETES */

.perivallontikesMeletesContainer {
  padding: 50px 0;
  margin-left: 150px;
  margin-right: 100px;
  overflow: auto;
}

.perivallontikesMeletesTitleLeft {
  font-size: 52px;
  color: #00498f;
}

.perivallontikesMeletesContainer .left {
  width: 40%;
  float: left;
}

.perivallontikesMeletesContainer .right {
  width: 40%;
  float: left;
  padding: 50px;
  background: #eeeeee;
  color: #00498f;
  position: relative;
  margin-top: 220px;
}

.perivallontikesMeletesTitleRight {
  font-size: 24px;
  font-weight: 700;
}

.perivallontikesMeletesTextLeft {
  max-width: 80%;
  color: #8e8e8e;
  font-size: 16px;
}

.perivallontikesMeletesButtonLeft {
  padding: 50px 0;
}

.perivallontikesMeletesImageLeft img {
  width: 100%;
}

.perivallontikesMeletesTextRight {
  font-size: 16px;
}

.perivallontikesMeletesButton1Right {
  padding: 50px 0;
}

.perivallontikesMeletesButton1Right .mainButton,
.perivallontikesMeletesButton2Right .mainButton {
  padding: 15px 50px;
  z-index: 10;
}

.perivallontikesMeletesContainer .right:before {
  content: url(/images/other/infoIcon.png);
  position: absolute;
  top: 10px;
  right: 20px;
}

.perivallontikesMeletesContainer .right:after {
  content: url(/images/other/triangles-up.png);
  position: absolute;
  bottom: 0;
  right: 5px;
}

.perivallontikesMeletesButton2Right {
  padding-bottom: 50px;
}

.oikonomikesKataModuleItem a:after {
  content: url(/images/other/pdfIcon2.png);
}

.oikonomikesKataModuleItem a img {
  display: none;
}

.ektheseisSlider .slick-prev:before {
  content: url(../images/ePrev.png);
}

.ektheseisSlider .slick-next:before {
  content: url(../images/eNext.png);
}

.ektheseisSlider .slick-prev {
  right: 15px;
  bottom: 10px;
  top: unset;
  left: unset;
  z-index: 15;
}

.ektheseisSlider .slick-next {
  right: -25px;
  bottom: 10px;
  top: unset;
}

/* PERIVALLONTIKES EKTHESEIS MODULE */

.perivalekthContainer {
  padding: 50px 0;
  margin-left: 150px;
  margin-right: 100px;
}

.perivalekthTitle {
  font-size: 52px;
  color: #00498f;
  padding-bottom: 30px;
  position: relative;
}

.perivalekthContainer .left {
  width: 45%;
  display: inline-block;
  padding-right: 50px;
}

.perivalekthContainer .right {
  width: 45%;
  display: inline-block;
}

.perivalekthImagesTop img,
.perivalekthImageBottom img {
  max-width: 330px;
  width: 46%;
}

.perivalekthImagesTop img:nth-child(1),
.perivalekthImageBottom img:nth-child(1) {
  margin-right: 30px;
}

.perivalekthImagesTop,
.perivalekthImageBottom {
  float: left;
  text-align: right;
}

/*.perivalekthImageBottom img {
    max-width: 330px;
    float: right;
	width: 46%;
}*/

.perivalekthTitle:after {
  content: url(/images/other/triangles-left.png);
  position: absolute;
  bottom: 0;
  right: 5px;
}

.perivalekthSlider .slide_img {
  width: 45% !important;
  border: 2px solid #0e817c;
  float: left;
  padding: 50px 20px;
  margin: 15px;
  margin-bottom: 0;
  max-width: 330px;
  max-height: 230px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.perivalekthSlider .slick-slide img {
  display: inline-block;
}

.perivalekthSlider .slide_info_ins h2 {
  font-size: 16px;
  text-align: center;
  color: #00498f;
  font-weight: 900;
}

.perivalekthSlider .slide_info_ins p {
  padding: 50px 0;
  text-align: center;
}

.perivalekthSlider .slide_img:nth-child(odd) {
  background: rgba(14, 129, 124, 0.1);
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/* EREVNA KAI KAINOTOMIA */

.erevnaKainoContainer {
  padding: 50px 0;
  margin-left: 150px;
  /*margin-right: 100px;*/
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.erevnaKainoContainer .left {
  width: 39%;
  display: inline-block;
}

.erevnaKainoContainer .right {
  /*width: 59%;
    display: inline-block;
	margin-top: 60px;*/
  height: 300px;
}

.erevnaKainoImage img {
  /*margin-left: -290px;
    max-width: 1300px;*/
  width: 62vw;
  margin-right: 100px;
}

.erevnaKainoContainer .left:after {
  content: url(/images/other/triangles-down.png);
  position: absolute;
  top: 0;
  left: 0;
}

.erevnaKainoTitle {
  position: absolute;
  top: 0;
  right: 100px;
  font-size: 52px;
  color: #00498f;
}

.erevnaKainoImage {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
}

.erevnaKainoText {
  position: absolute;
  max-width: 50%;
  background: #f3f7f7;
  color: #8e8e8e;
  padding: 60px 0;
  padding-right: 20px;
  padding-left: 150px;
  margin-left: -150px;
  font-size: 16px;
  z-index: 2;
}

.erevnaKainoVideo {
  padding: 220px 0 50px 0;
  padding-left: 15%;
}

.erevnaKainoImage:after {
  content: "";
  background: #008292;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: -80px;
  z-index: -1;
}

.erevnaKainoVideo p:nth-child(2) {
  padding-left: 10px;
  color: #00498f;
}

.footerMenu .nav {
  display: block;
}

.footerMenu .nav li {
  display: inline-block;
}

.footerMenu {
  padding-bottom: 30px;
}

.footerMenu .nav li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.footerMenu .nav li:last-child {
  display: inline-block;
  border-right: none;
  padding-right: 0;
}

/* GDPR */

.gdprContainer h4 {
  color: #00498f;
  padding-top: 35px;
}

.gdprText a {
  word-break: break-all;
}

.gdprTitle h2,
.gdprTitle h2 p {
  font-size: 30px;
  color: #00498f;
  max-width: 1200px;
}

.gdprText {
  padding-bottom: 50px;
}
.gdprContainer.generalK2Container table {
  border: 1px solid #ccc;
}
.gdprContainer.generalK2Container table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.gdprContainer.generalK2Container table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.gdprText p,
.gdprText li {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1200px;
  padding-top: 20px;
}

#gdprContainer {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

/* CONTACT */

.contactContainerInner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.contactContainer .title h3 {
  font-size: 52px;
  color: #00498f;
  padding-bottom: 20px;
}

.contactContainer .text p {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1000px;
}

.contactContainer .info {
  line-height: 1;
  padding: 30px 0;
}

.contactContainer .info p,
.contactContainer .info a {
  font-size: 16px;
  color: #008292;
}

.contactContainer .info a:hover {
  text-decoration: none;
  color: #00498f;
}

.contactContainer {
  position: relative;
}

.contactContainer .left:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-left.png) no-repeat 0 0;
  background-size: 100%;
}

/* ABOUT US */

.aboutUsContainer {
  position: relative;
}

.aboutUsContainerInner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.aboutUsContainerInner:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-left.png) no-repeat 0 0;
  background-size: 100%;
}

.aboutUsContainer .title h3 {
  font-size: 52px;
  color: #00498f;
  padding-bottom: 20px;
}

.aboutUsContainer .text1 p,
.aboutUsContainer .text2 p,
.aboutUsContainer .text4 p {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1000px;
}
.text1 ol li {
  color: #8e8e8e;
  font-size: 16px;
}
.aboutUsContainer .text3 p {
  font-size: 16px;
  color: #008292;
  max-width: 1000px;
}

.aboutUsContainer .image1 {
  padding: 50px 0;
}

.aboutUsContainer .image1 img {
  width: 100%;
  max-width: 1200px;
}

.aboutUsContainer .middleImages {
  padding: 70px 0;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
}

.aboutUsContainer .middleImages .image2 {
  display: inline-block;
  width: 40%;
}

.aboutUsContainer .middleImages .image3 {
  display: inline-block;
  width: 40%;
  padding-left: 2%;
  position: absolute;
  bottom: 0;
}

.aboutUsContainer .middleImages .image2 img,
.aboutUsContainer .middleImages .image3 img {
  width: 100%;
}

.aboutUsContainer .middleImages .image3 img {
  position: relative;
}

.aboutUsContainer .middleImages .image3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% + 20px);
  max-width: 177px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-right.png) no-repeat 0 0;
  background-size: contain;
}

.aboutUsContainer img {
  /* max-width: 500px; */
  padding: 15px 0;
}

/* TI KANOUME */

.tiKanoumeContainer {
  position: relative;
}

.tiKanoumeContainerInner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.tiKanoumeContainer .title h3 {
  font-size: 52px;
  color: #00498f;
  padding-bottom: 20px;
}

.tiKanoumeContainer .text1 p,
.tiKanoumeContainer .text2 p,
.tiKanoumeContainer .textRight p,
.tiKanoumeContainer .text4 p {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1000px;
}

.tiKanoumeContainer .text3 p {
  font-size: 16px;
  color: #008292;
  max-width: 1000px;
}

.tiKanoumeContainerInner:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-left.png) no-repeat 0 0;
  background-size: 100%;
}

.tiKanoumeContainer .topImages {
  padding: 50px 0;
  position: relative;
  margin-bottom: 100px;
}

.tiKanoumeContainer .topImages .image1 {
  width: 45%;
  display: inline-block;
}

.tiKanoumeContainer .topImages .textRight {
  width: 45%;
  display: inline-block;
  position: absolute;
  bottom: -40px;
}

.tiKanoumeContainer img {
  width: 100%;
}

.tiKanoumeContainer .topImages .textRight {
  width: 45%;
  display: inline-block;
  background: #008292;
  padding: 120px 50px;
  height: 540px;
  /*flex-flow: wrap;
    align-items: center;*/
}

.tiKanoumeContainer .topImages .textRight p {
  color: #fff;
}

.tiKanoumeContainer .textRight:after {
  content: "";
  position: absolute;
  bottom: -143px;
  left: calc(100% - 100px);
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-up.png) no-repeat 0 0;
  background-size: 100%;
}

.tiKanoumeContainer .middleImages {
  padding: 70px 0;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
}

.tiKanoumeContainer .middleImages .image3 {
  display: inline-block;
  width: 25%;
}

.tiKanoumeContainer .middleImages .image4 {
  display: inline-block;
  width: 40%;
  padding-left: 50px;
  position: absolute;
  bottom: 0;
}

.tiKanoumeContainer .middleImages .image4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% + 20px);
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-right.png) no-repeat 0 0;
  background-size: 100%;
}

.tiKanoumeContainer .middleImages .image4 img {
  position: relative;
}

/* OIKONOMIKES KATASTASEIS */

.oikonomikesKataContainer {
  position: relative;
}

.oikonomikesKataContainerInner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.oikonomikesKataContainer .title h3 {
  font-size: 52px;
  color: #00498f;
  padding-bottom: 20px;
}

.oikonomikesKataContainer .text p {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1000px;
}

.oikonomikesKataModuleContainer {
  max-width: 1100px;
  padding: 50px 0;
}

.oikonomikesKataModuleItem {
  width: 300px;
  height: 300px;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align: center;
  padding: 4%;
  color: #fff;
}

.oikonomikesKataModuleItem h2 {
  font-size: 16px;
  padding-bottom: 20%;
}

.oikonomikesKataModuleContainer .oikonomikesKataModuleItem:nth-child(odd) {
  background: #008292;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.oikonomikesKataModuleContainer .oikonomikesKataModuleItem:nth-child(even) {
  background: #00498f;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.oikonomikesKataContainerInner:after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-left.png) no-repeat 0 0;
  background-size: 100%;
}

/* MEDIA GALLERY */

.SlidePhotos {
  max-width: 1600px;
  margin: auto;
  background: #0e817c;
  padding: 30px 70px;
  margin-bottom: 220px;
}

.photosGallerySlider {
  margin-bottom: -220px;
}

.photosGallerySlider .slick-next,
.photosGallerySlider .slick-prev {
  top: 65%;
  z-index: 997;
  width: 40px;
  height: 40px;
}

.photosGallerySlider .slick-prev:before {
  content: url(../images/prev.png);
  font-size: 45px;
}

.photosGallerySlider .slick-next:before {
  content: url(../images/next.png);
  font-size: 45px;
}

.photosGallerySlider .slick-prev {
  left: unset;
  right: 8px;
}

.photosGallerySlider .slick-next {
  right: -35px;
}

.mediaGalleryContainer {
  position: relative;
}

.mediaGalleryContainerInner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.mediaGalleryContainer .title h3 {
  font-size: 52px;
  color: #00498f;
  padding-bottom: 20px;
}

.mediaGalleryContainer .text p {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1000px;
}

.SlidePhotosTitle p,
.SlideVideosTitle p {
  font-size: 36px;
  
  color: #00498f;
}

.SlidePhotosTitle {
  padding-top: 100px;
  position: relative;
}

.SlidePhotosTitle p:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 197px;
  width: 50%;
  height: 100%;
  max-height: 281px;
  background: url(/images/other/triangles-up.png) no-repeat 0 0;
  background-size: 100%;
}

.photosGallerySlider .slide_img {
  padding-bottom: 20px;
}

img.galleryIcon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
}

img.sigProImg {
  background-size: cover;
}

span.sigProLinkWrapper a {
  display: block;
  position: relative;
}

.videoSlider .slide_img {
  /*width: 45% !important;
    max-width: 600px;*/
  padding-right: 50px;
  position: relative;
}

.videoSlider .slide_img img {
  width: 100%;
}

.videoSlider .slick-prev:before {
  content: url(../images/prev.png);
  font-size: 45px;
}

.videoSlider .slick-next:before {
  content: url(../images/next.png);
  font-size: 45px;
}

.SlideVideos {
  max-width: 1600px;
  margin: auto;
  background: #00498f;
  padding: 30px 70px;
}

.videoSlider .slick-next,
.videoSlider .slick-prev {
  bottom: -50px;
  z-index: 997;
  top: unset;
  width: 40px;
  height: 40px;
}

.videoSlider .slick-prev {
  right: 15px;
  left: unset;
}

.videoSlider .wf-icon-zoom-image:before {
  content: url(/images/other/videoIconWhite.png);
  position: absolute;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
}

/* CONTACT FORM */

.formContainer {
  padding: 50px 0;
}

.contactContainer .cf-container {
  z-index: 998;
  position: relative;
}

.contactContainer div.cf-container form fieldset input:hover {
  /* no inner shadow when hovered */
  box-shadow: none !important;
}

.contactContainer div.cf-container form fieldset textarea:hover {
  /* no inner shadow when hovered */
  box-shadow: none !important;
}

/* message sent styling */

#system-message-container {
  display: block;
  text-align: center;
  position: fixed;
  max-width: 100%;
  top: 130px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  color: #043792;
  background: #fff;
  z-index: 998;
}

#system-message-container #system-message {
  max-width: 400px;
  margin: auto;
}

#system-message-container #system-message .alert.alert-message {
  margin: 0;
}

#system-message-container #system-message h4.alert-heading {
  color: #0e817c;
}

#system-message-container #system-message a.close {
  color: #0e817c;
}

#system-message-container #system-message a.close:hover {
  color: #000;
}

.contactContainer .fieldType.text:nth-child(1),
.contactContainer .fieldType.text:nth-child(2) {
  /*first 2 text fields styling */
  width: 350px;
  display: inline-block;
  margin-right: 20px;
}

.contactContainer .fieldType.text:nth-child(3) {
  /* 3rd text field styling */
  width: 725px;
  display: block;
}

.contactContainer div.cf-container form fieldset input {
  /* 3rd text field input styling */
  float: none;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.contactContainer div.cf-container form fieldset input:focus {
  outline: 0;
}
.contactContainer .fieldType.textarea {
  /* textarea styling */
  width: 725px;
  display: inline-block;
}

.contactContainer .fieldType.optin {
  width: 725px;
  display: block;
  font-size: 14px;
}

.contactContainer div.cf-container form fieldset textarea {
  /* textarea field styling */
  float: none;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}
.contactContainer div.cf-container form fieldset textarea {
  outline: 0;
}
.contactContainer .all-options.optin {
  /* optin styling */
  text-align: left;
  color: #043792;
  font-size: 16px;
}

.contactContainer input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: 0 10px !important;
}

.contactContainer .fieldType.text {
  /* when label appears, no moving of fields */
  vertical-align: top;
}

.contactContainer .fieldType.optin .label {
  /* no extra optin label */
  display: none;
}

.contactContainer div.cf-container form fieldset .label {
  /* labels styling */
  width: 100%;
  text-align: left;
  color: #043792;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

.contactContainer input[type="submit"] {
  /* submit button */
  display: inline-block;
  border: 1px solid #043792;
  padding: 15px 20px;
  color: #fff;
  font-size: 17px;
  background: #043792;
  transition: all 0.5s ease-out;
  width: 65%;
  max-width: 250px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.contactContainer input[type="submit"]:hover {
  /* submit button on hover */
  display: inline-block;
  border: 1px solid #0e817c;
  color: #fff;
  background: #0e817c;
  transition: all 0.5s ease-out;
}

.contactContainer div.cf-container form fieldset .label {
  text-align: left;
}

.contactContainer .fieldType.submit {
  width: 250px;
  display: block;
  position: relative;
}

.contactContainer input[type="checkbox"] {
  width: 12px !important;
  box-shadow: none !important;
}

.contactContainer .fieldType.text label.error,
.contactContainer .fieldType.textarea label.error,
.contactContainer .fieldType.optin label.error {
  /* error labels */
  color: #ff0000;
  font-size: 14px;
  text-align: left;
}
.contactContainer div.cf-container form .fieldType {
  position: relative;
}

.contactContainer div.cf-container form fieldset input {
  margin-bottom: 5px;
}

.contactContainer div.cf-container label.error {
  position: absolute;
  bottom: -23px;
  left: 0;
}
.fieldType.optin label.error {
  bottom: -32px !important;
  width: 212px;
}
.contactContainer .fieldType {
  margin-bottom: 20px;
}

/* MONADA PERIVALLONTOS */

.monadaPerivaContainer {
  padding: 50px 0;
  text-align: center;
}

.monadaPerivaContainerInner a {
  color: #00498f;
}

.monadaPerivaContainer h3 {
  font-size: 32px;
  max-width: 800px;
  color: #00498f;
  padding-bottom: 50px;
  margin: auto;
  width: 90%;
}

.monadaPerivaContainer img {
  max-width: 800px;
  width: 90%;
}

/*.wf-mediabox-body.wf-mediabox-transition {
    max-width: 95% !important;
}*/

/* PERIVALLON */

.perivallonContainerInner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 100px 0;
}

.perivallonContainerInner ul {
  padding-left: 0;
}
.perivallonContainerInner ul li {
  color: #8e8e8e;
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.perivallonContainerInner ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0e817c;
  font-weight: bold;
  font-size: 20px;
}
.perivallonContainerInner ol {
  padding-left: 0;
  counter-reset: my-counter;
}
.perivallonContainerInner ol li {
  position: relative;
  counter-increment: my-counter;
  list-style: none;
  padding-left: 20px;
}
.perivallonContainerInner ol li:before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #0e817c;
  font-weight: bold;
  font-size: 18px;
}
.perivallonContainer .first {
  overflow: auto;
}

.perivallonContainer .left,
.perivallonContainer .right {
  width: 50%;
}

.perivallonContainer .left {
  float: left;
  padding-right: 30px;
  clear: both;
}

.perivallonContainer .title h3 {
  font-size: 45px;
  color: #00498f;
  padding-bottom: 20px;
}

.perivallonContainer .text1,
.perivallonContainer .text2,
.perivallonContainer .text {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 80%;
}

.perivallonContainer .right {
  float: right;
}

.perivallonContainer .right img {
  width: 100%;
}

.perivallonContainer .title1 p {
  font-size: 32px;
  color: #00498f;
  padding-top: 35px;
  padding-bottom: 10px;
}

.perivallonContainer .text1 p {
  font-size: 16px;
  color: #8e8e8e;
  max-width: 1000px;
}

/* CONTACT INFO */

.contactInfo {
  overflow: auto;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 998;
  right: 0;
  background-color: rgba(14, 129, 124, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  color: #fff;
  text-align: center;
}

.contactInfo.active {
  padding: 20px;
  padding-top: 10%;
  width: 380px;
  height: 100vh;
  background-color: rgba(14, 129, 124, 0.9);
  position: fixed;
  right: 0;
  transform: translateX(0);
  margin: 0 auto;
  display: block;
  border-left: 10px solid #00498f;
}

.contactInfo h3 {
  padding-bottom: 20px;
  font-weight: bolder;
}

/*.contactInfo.active:after {
    content: 'X';
    font-weight: bolder;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
	display: block;
	z-index: 999;
}*/

.buttonX:after {
  content: "X";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

.oikonomikesKataModuleItem:hover {
  background: #939393 !important;
}

.perivalekthSlider .slide_img:hover {
  background: #0e817c;
}

label.errorReCaptcha {
  color: #ff0000;
  font-size: 14px;
}

/* changes 4/5/2020 */

span.sigProLinkWrapper a {
  position: relative;
}

span.sigProLinkWrapper a:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: 0.6s;
}

span.sigProLinkWrapper a:hover:after {
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-opened .fancybox-title {
  display: none;
}

/* .oikonomikes-katastaseis h2, */
.poioieimaste h2 {
  color: #338798;
  font-weight: bolder;
  font-size: 42px;
  margin-bottom: 0;
}

.oikonomikes-katastaseis p,
.poioieimaste p {
  font-size: 21px;
}
.poioieimaste p:first-child {
  color: #8c8c8c;
}

.oikonomikes-katastaseis,
.poioieimaste {
  padding: 50px 0 0 0;
}
.top-right {
  display: flex;
  align-items: center;
  gap: 85px;
}

.top-right .lang .moduletable {
  display: flex;
  align-items: center;
}
div.mod-languages li {
  margin-right: 25px !important;
}
