/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;700;800&display=swap');*/


#main .centerhtml {
  font-size: 100.01%;
}
body {
  font-size: 100%;
  color: #000;
  font-family: "Google Sans", sans-serif;
  padding: 0px;
  margin: 0;
  line-height: 160%;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  border-bottom: 1px solid #CCCCCC;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 8px;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.70em;
}
.left {
  float: left !important;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus {}
a:hover {
  color: #800000;
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a {
  color: #800000;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:focus {
  outline: 0px solid transparent;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
  line-height: 1.70em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
fieldset {
  border: none;
}
input {}
input:focus {}
body.contentpane {
  width: auto;
  margin: 10px;
  text-align: left;
}
img {
  border: 0 none;
}
#webmacPage {}
.center {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
#header {
  padding: 0;
	background: #f4f4f4;
	position: relative;
}
#header .center {
  display: flex;
  justify-content: space-between;
	width: 100%;
}

#header ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
	
}
#header ul li {
    display: flex;
    align-items: center;
   
}
#header ul li a {
    color: #fff;
    display: flex;
    padding: 25px 20px;
    background-color: #ab5e5e;
    align-items: center;
}
#infos {
    display: flex;
    align-self: stretch;
}
#infos .mod-custom,
#infos ul,
#infos ul li,
#infos ul li a {
    display: flex;
}
#infos .mod-custom,
#infos ul {
    height: 100%;
}
#infos ul {
    align-items: stretch;
}
#infos ul li a {
    align-items: center;
    box-sizing: border-box;
}
#header ul li a:hover{ text-decoration: none; opacity: 0.8;}
#header ul li.second a{ background-color: #902323;}
#header ul li.lastOne a{background-color: #800000;}

#header i:before {
    font-size: 1.5em;
    margin-right: 10px;
	color: #fff;
}
#header ul li a {
    color: #fff;
}
#header #lang {
    position: absolute;
    right: 0;
    bottom: -35px;
    z-index: 9;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#header #lang ul li a {
    color: #fff;
    display: flex;
    padding: 2px 2px;
    background-color: transparent;
    align-items: center;
}
#logo {
    display: flex;
    align-items: center;
    margin-left: 0px;
    padding: 15px 0;
}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
  max-width: 400px;
  height: auto;
}
/*#menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  ;
}*/

#menu ul.jux-nav li{position: relative;}
#menu ul.jux-nav li::after {
    content: "";
    position: absolute;
    right: -1px;
    top: calc(50% - 8px);
    width: 3px;
    height: 16px;
    background-color: #800000;
}
#menu ul.jux-nav li:last-child::after{ display: none;}
#menu ul.jux-nav li li::after{ display: none;}

#menu ul.level0 i.jux-caret{ display: none;}
#menu ul.level0 ul.level1 i.jux-caret{ display: inherit;}


h3.webmacModH3{ text-align: center; font-size: 2.8em; font-weight: 800; color: #000; margin-top: 0;}
a.more{ position: relative; display: inline-block; padding: 15px 80px 15px 40px; border: 3px solid #800000; border-radius: 5px;  color: #800000;}
a.more::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f138';
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-align: center;
    color: #800000;
    font-size: 30px;
    box-shadow: 0 0 10px rgb(238 238 238 / 60%);
	border-radius: 100%;
}
a.more:hover{ background-color:#800000; color: #fff; text-decoration: none;}
a.more:hover::after{color: #fff;}





a.moreWhite{ position: relative; display: inline-block; padding: 15px 80px 15px 40px; border: 3px solid #fff; border-radius: 5px;  color: #fff;}
a.moreWhite::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f138';
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 10px rgb(238 238 238 / 60%);
	border-radius: 100%;
}
a.moreWhite:hover{ background-color:#fff; color: #800000; text-decoration: none;}
a.moreWhite:hover::after{color: #800000;}


#welcome{ margin-bottom: 60px;}
#welcome .center {
    max-width: 1100px;
    padding: 60px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    /* margin-top: -40px; */
     margin-top: 60px;
    background: #fff;
    border-radius: 30px;
	position: relative;
}
#welcome .center::after {
    content: "";
    position: absolute;
    /* right: 0; */
    left: 0;
    margin: 0 auto;
    bottom: calc(50% - 100px);
    width: 4px;
    height: 200px;
    background-color: #ec2026;
}
#welcome .center::before {
    content: "";
    position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: calc(50% - 100px);
    width: 4px;
    height: 200px;
    background-color: #ec2026;
}

#welcome .card{ text-align: center;}


#moto{background-color: #800000;
    color: #fff; margin-bottom: 60px;}

#moto .center {
    max-width: 1100px;
    padding: 60px;
    position: relative;
	text-align: center;
}
#moto .center p:last-child{ margin-bottom: 0;}


#oramaIcons .sppb-addon-content{ text-align: center; font-weight: bold;}

#egkatastaseis{ margin-bottom: 100px;}
#egkatastaseis .center {
	max-width: 1100px;}
#egkatastaseis .card{ text-align: center;}
#egkatastaseis .iconsBlock{ font-weight: 800;}


#egkatastaseis2{ background-color: #f4f4f4; margin-bottom: 60px;}
#egkatastaseis2 .webmacModHeader {
    display: flex;
    justify-content: center;
}
#egkatastaseis2 h3 {
    display: inline-block;
    background-color: #800000;
    color: #fff;
    padding: 15px 40px;
    border-radius: 100px;
    margin-top: -35px;
	font-size: 2em;
}


.scrollbar-inner{
	overflow-y: scroll;
	height: 396px;
}

/* width */
.scrollbar-inner::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollbar-inner::-webkit-scrollbar-track {
  background: #fff; 
	border-radius: 100px;
}
 
/* Handle */
.scrollbar-inner::-webkit-scrollbar-thumb {
  background: #f40b18;
	border-radius: 100px;
}

/* Handle on hover */
.scrollbar-inner::-webkit-scrollbar-thumb:hover {
  background: #c31a22; 
}

#main {
  overflow-x: hidden;
}
#main img{ max-width: 100%; height: auto;}

#wmService {
  padding-top: 60px;
  position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
#wmService::before {
  content: "";
  position: absolute;
  left: -999em;
  right: -999em;
  top: 0;
  height: 150px;
  background-color: #800000;
  z-index: -999;
}
.wmServiceTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.wmServiceTopLeft {
  width: 49%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.wmServiceTopIntro{ border-bottom: 1px solid #800000; border-top: 1px solid #800000; padding: 15px 20px;}
.wmServiceTopIntro p:last-child{ margin-bottom: 0;}
.wmServiceTopRight {
  width: 49%;
}
.wmServiceTopRight figure {
  margin: 0;
	    width: 100%;
}
.wmServiceTopRight figure img {
  width: 100%;
  height: auto;
}
.page-header h1 {
    color: #800000;
    font-weight: 800;
    letter-spacing: -0.04em;
	padding: 20px;
	background-color: #fff;
}
.com-content-article{ margin-bottom: 120px;}
.com-content-article h2 {
    color: #800000;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 1.7em;
    line-height: 130%;
}

.com-content-article h3 {
    color: #800000;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 1.6em;
    line-height: 130%;
}


.com-content-article h4 {
    color: #333;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 1.3em;
    line-height: 130%;
}
.com-content-article__body{ text-align: justify;}
.com-content-article__body a{ font-weight: bold;
border-bottom: 2px solid #800000;
	color: #000;
}
.com-content-article__body a:hover{ text-decoration: none;}


.blog{ margin-bottom: 120px;}
.blog h1 {
    color: #800000;
    font-weight: 800;
    padding-bottom: 15px;
    border-bottom: 1px solid #800000;
}

.blog .columns-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 40px;
}
.blog .columns-2 .blog-item{ width: 50%; padding: 10px; margin: 15px 0;}


.blog .columns-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 40px;
}
.blog .columns-3 .blog-item{ width: 33.333%; padding: 10px; margin: 15px 0;}


.blog .blog-item figure {
    margin: 0;
    float: none !important;
	margin-bottom: 15px;
}
.blog .blog-item figure img{ width: 100%; height: auto; border-radius: 10px;}
.blog .blog-item h2 {
    color: #000;
    font-weight: 800;
    font-size: 1.3rem;
    margin: 0;
	padding-top: 15px;
	position: relative;
}
.blog .blog-item h2 a{ color:#000;}
.blog .blog-item h2::before{ content: ""; position: absolute; left: 0; top: 0; width: 80px; height: 5px; background-color: #800000;}
.blog dl{ margin-bottom: 5px;}
.blog dl dd {
    margin-left: 0;
    font-size: 0.85em;
    color: #999;
}
.com-content-article  dl dd{
    margin-left: 0;
    font-size: 0.85em;
    color: #999;
}



#testimonials .blog .columns-3 .blog-item {
    padding: 10px;
}
#testimonials .item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
#testimonials .blog .columns-3 .blog-item h2 {

    font-size: 1.1rem;

}
#testimonials .blog .columns-3 .blog-item h2::before {
    width: 40px;

}


/* PAGINATION STYLES (JOOMLA 4) */

.pagination {display:flex;list-style:none;padding-left:0; justify-content: center;}
.page-link {background-color:#fff;border:1px solid #dee2e6;font-size:1.1rem;display:block;position:relative;padding:1rem 1.5rem;margin:5px;}
.page-link:hover {border-color:#dee2e6;}
.page-link:focus,.page-link:hover {background-color:#e8e8e8;}
.page-item:not(:first-child) .page-link {margin-left:-1px;}
.page-item.active .page-link {background-color:#800000;border-color:#800000;color:#fff;}
.page-item.disabled .page-link {background-color:#fff;border-color:#dee2e6;color:lightgray;pointer-events:none;}
.page-item:first-child .page-link {border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;}
.page-item:last-child .page-link {border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;}
.icon-angle-left:before {content:"<";}
.icon-angle-right:before {content:">";}
.icon-angle-double-left:before {content:"<<";}
.icon-angle-double-right:before {content:">>";}

#testimonialsModT {
    background-color: #800000;
    color: #fff;
    background-image: url(../images/testimonialsBG.jpg);
    background-size: cover;
    background-position: left center;
	margin-bottom: 60px;
	overflow: hidden;
}
#testimonialsModT .center{ padding: 60px 0; max-width: 1290px;}
#testimonialsModT h3{
text-align: center;
    font-size: 2.8em;
    font-weight: 800;
    color: #fff;
    margin-top: 0%;	
	margin-bottom: 30px;
}
.testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
}.testimonials{ display: flex;}
.testimonials .webmacModHeader{ width: 60%;}
.testimonials .webmacModBody{width: 60%;}


.testimonialsMod{ margin: 0; padding:0;}
.testimonialsMod li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    padding: 40px;
	color: #000;
	border-radius: 15px;
}
.testimonialsMod .testimonialsText{ margin-bottom: 15px;}
.testimonialsMod .testimonialsTitle{ font-weight: bold;}

.testimonialsMod .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 26px !important;
}
.testimonialsMod .owl-nav button:hover{
	    background: #b45151 !important;
    color: #fff !important;
	
}


.testimonialsMod .owl-nav button span{}



#news{margin-bottom: 60px;}
ul.latestnewsWM{ list-style: none; padding: 0; margin: 0; display: flex;}
ul.latestnewsWM li{ width: 33.333333%}
ul.latestnewsWM li a {
    color: #000;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
 
ul.latestnewsWM li a:hover{ text-decoration: none;}
ul.latestnewsWM .newsImage{ margin-bottom: 25px; position: relative;}
ul.latestnewsWM li a img {
    width: 100%;
    height: auto;
	border-radius: 15px;
	box-shadow: 0 0 20px rgb(0 0 0 / 00%);
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}


ul.latestnewsWM .newsTitle{ font-size: 1.2rem; font-weight: bold; padding-top: 25px; position: relative; margin-bottom: 5px;}
ul.latestnewsWM .newsTitle::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 8px;
    background-color: #800000;	
}
ul.latestnewsWM .newsDate {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 30px;
    background-color: rgb(0 0 0 / 50%);
    border-bottom-left-radius: 15px;
}
ul.latestnewsWM li a:hover img {
    box-shadow: 0 0px 20px rgb(0 0 0 / 40%);
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}


#banner{ padding: 60px 0; background-color: #272727; text-align: center;}
#banner p{ margin: 0;}

#social {
    background-color: #800000;
    box-shadow: 0 30px 30px #0000000f;
    z-index: 5;
    border-bottom: 1px solid #ffffff1c;
    position: relative;
}

#social .center {
    padding: 30px 0;
}
#social .center ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#social .center ul li a {
    border: 3px solid #fff;
    border-radius: 100px;
    font-size: 1.5em;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 0 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#social .center ul li a:hover {
    text-decoration: none;
    color: #b45151;
    border-color: #b45151;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


#footer{ background-color: #710000; color: #fff;}
#footer .center{ padding: 60px 0; text-align: center;}
#footer a{color: #fff;}
#footer h3 {
    text-align: left;
    font-size: 1.6em;
    font-weight: 800;
    margin-bottom: 20px !important;
    color: #fff;
    text-align: center !important;
    display: block;
}
#footer .col01 ul{ list-style: none; margin: 0; padding: 0; margin-bottom: 15px; }

#footer .col01 ul li{margin-bottom: 10px; display: block;}

#footer .col01 ul i{ margin-right: 10px;}
#footer .col01 a.map {
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 30px;
    border-radius: 100px;
}
#footer .col01 a.map:hover{ text-decoration: none; background-color: #560000;}
#footer{}

#footer .col02 ul{list-style:none; margin: 0; padding: 0;}
#footer .col02 ul li{margin-bottom: 10px; }
#footer .col02 ul li a{display: block;}
#footer .col02 ul li a{}

#footer .col3{}
#footer .col3 img{ max-width: 200px; height: auto;}


#copyright{ background-color: #5d0000; text-align: center; color: #fff;}
#copyright .center{ padding: 40px 0;}
#copyright a{color: #fff;}
#copyright p{ margin-bottom: 5px;}
#copyright .copyright{ margin-bottom: 15px;}


.ig-thumb-text_below{}
.ig-thumb-text_below p {
    font-weight: bold;
    border-bottom: 2px solid #800000;
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
}



.diadiktio .blog-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}
.diadiktio .blog-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 25px 0;
    align-items: center;
    padding: 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	border: 1px solid #ddd;
    border-radius: 15px;
}
.diadiktio .blog-item dl{ margin-bottom: 25px;}

.diadiktio .blog-item a.readMoreImage{width: 30%;}
.diadiktio .blog-item figure {
    margin: 0;
    
}
.diadiktio .blog-item figure img {
    max-width: 100%;
    height: auto;
}
.diadiktio .item-content {
    width: 68%;
}
.diadiktio .blog-item .page-header h2 {
    color: #800000;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 120%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: -0.05em;
}
.diadiktio .blog-item a.readMoreDiadiktio {
    position: relative;
    display: inline-block;
    padding: 15px 80px 15px 40px;
    border: 3px solid #800000;
    border-radius: 5px;
    color: #800000;
}
.diadiktio .blog-item a.readMoreDiadiktio::after{
	font-family: 'Font Awesome 5 Free';
    content: '\f138';
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-align: center;
    color: #800000;
    font-size: 30px;
    box-shadow: 0 0 10px rgb(238 238 238 / 60%);
    border-radius: 100%;
}

.diadiktio .blog-item a.readMoreDiadiktio:hover {
    background-color: #800000;
    color: #fff;
    text-decoration: none;
}

.diadiktio .blog-item a.readMoreDiadiktio:hover::after{
	
	    color: #fff;
}
.visually-hidden{display: none;}


.juxnav.jux-megamenu-110 .meganav > li > a, .juxnav.jux-megamenu-110 .meganav>li>.separator{ background-color: transparent;}
.juxnav.jux-megamenu-110 {
    background: none;}