/*!
Theme Name: sev
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Use it to make something cool, have fun, and share what you've learned with others.

sev is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    max-width: 100%;
    overflow-x: hidden;
}

.no-padding {
    padding: 0px;
}
.paddingleft {
    padding-left: 30px;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

ul li {
    padding: 5px 0px;
    line-height: 26px;
}

ol li {
    padding: 5px 0px;
    line-height: 26px;
}

.breadcru {
    margin-bottom: 17px;
}

.breadcru .reac {
    width: 16px;
    height: 16px;
    background-color: #748494;
    float: left;
    margin-top: 10px !important;
    display: block;
    margin-right: 18px;
}

#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 0;
}

.nomobile {
    display: none;
}

.margintop80 {
    margin-bottom: 45px;
}

.line {
    height: 1px;
    width: 496px;
    position: absolute;
    border: solid 1px #00aeef;
    left: 345px;
    z-index: 98;
    margin-top: 10px;
}
.line::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #00aeef;
    display: block;
    position: absolute;
    right: -8px;
    bottom: -8px;
}

.line_menu {
    height: 1px;
    width: 200px;
    position: absolute;
    border: solid 1px #00aeef;
    left: 345px;
    z-index: 98;
    margin-top: 10px;
    top: 5px;
    transition: 0.3s all;
}

.line_menu.people {
    top: 40px;
}

.line_menu::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #00aeef;
    display: block;
    position: absolute;
    right: -8px;
    bottom: -8px;
}

.image_menu_box {
    position: relative;
}

.image_menu_box img {
    width: 400px;
}

.mobilemenu {
    display: none;
}
.desktopmenu {
    display: block;
}
.mobile-margin-top80 {
    margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
    .desktopmenu {
        display: none;
    }
    .mobilemenu {
        display: block;
    }
    .mobile-margin-top80 {
        margin-top: 20px !important;
    }
    .nomobile {
        display: block;
    }
    .mobilecenter {
        text-align: center !important;
    }
    .prehead {
        padding-bottom: 0px !important;
    }
    .breadcru {
        display: none;
    }

    .mobilehide {
        display: none !important;
    }
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after {
    position: fixed;
    width: 100%;
    height: 99999px;
    content: "";
    top: 80px;
    left: 0;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 80px;
}

.mainpoioi ul.sub-menu {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.mainpoioi a {
    transition: 0.5s;
}

.poioimanu a {
    color: #00aeef !important;
    font-family: inherit;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
}

.omilitis.slick-slide.slick-active {
    outline: none;
}

.omilites-carouser .pop-up-box img {
    position: absolute;
    max-width: 85%;
    display: block !important;
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
}

.omilitis.slick-slide img {
    margin: 0 auto;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
}

.poioimanu ul.sub-menu li a {
    font-weight: normal;
    color: #000000 !important;
}
.mainpoioi .current_page_item a {
    color: #004282 !important;
}
.poioimanu ul.sub-menu .current_page_item a {
    color: #004282 !important;
}

.mainpoioi a:hover {
    margin-left: 3px !important;
    color: #0fbff7 !important;
}
.poioimanu ul.sub-menu li a:hover {
    margin-left: 3px !important;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #748494;
}

#breadcrumbs li a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #00aeef;
    text-decoration: none;
}

#breadcrumbs li .bread-home {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #00aeef;
    text-decoration: none;
}
#breadcrumbs li.item-current {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #748494;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

#breadcrumbs li a:hover {
    color: #004282 !important;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

.linehight32 p {
    line-height: 28px;
    font-size: 16px;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button {
    outline: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

.bold {
    font-weight: bold;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #748494;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    line-height: 16px;
}

p {
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.h3,
h3 {
    font-size: 20px;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #6fd8ff;
}

a:visited {
    color: #6fd8ff;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
}

.mobilesearh input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #d4d4d4;
    opacity: 1; /* Firefox */
}

.mobilesearh input[type="text"]::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #d4d4d4;
}

#mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li#mega-menu-item-3467
    .mega-search.mega-search-open
    input[type="text"] {
    background-color: #ffffff;
}

#mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li#mega-menu-item-3467
    .mega-search
    input[type="text"] {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin: 2px !important;
    min-height: 0;
    padding: 6px 45px 0 17px !important;
    height: 48px;
    border: 0;
    line-height: 50px;
    transition: width 0.6s, background-color 0.6s, color 1s;
    box-sizing: border-box;
    border-radius: 0px;
    vertical-align: top;
}

#mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator:after {
    /* content: '\f140'; */
    font-family: dashicons;
    font-weight: normal;
    /* display: inline-block; */
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* transform: rotate(0); */
    color: inherit;
    /* position: relative; */
    background: transparent;
    /* height: auto; */
    /* width: auto; */
    /* right: auto; */
    line-height: inherit;
    content: "" !important;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-bottom: 4px solid #00aeef;
    border-right: 4px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 6px;
}

.mobilesearh form.mega-search.mega-search-open {
    padding-left: 0px !important;
}

.mobilemenu ul.mega-sub-menu {
    clip-path: none !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    -webkit-clip-path: none !important;
    background-color: #003263 !important;
}

.mobilemenu a.mega-menu-link {
    border-bottom: 1px solid #003263 !important;
}

.mobilemenu ul.mega-sub-menu a.mega-menu-link {
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    border: 0px;
    line-height: 1.63;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #003263 !important;
}

.mobilesearh input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #ffffff;
}

#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item.mega-hide-text
    a.mega-menu-link:before {
    margin: 0;
    font-size: 28px;
    font-weight: 100;
}

.innermenu .menu {
    padding: 0;
    margin-left: 0;
    list-style: none;
    color: #000000;
}

h4.mega-block-title {
    /* margin-top: 54px; */
    padding-top: 10px !important;
}
.innermenu .menu li a {
    font-size: 16px;
    color: #000000;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.mobilebooter .site-info {
    padding: 0px;
    text-align: center;
}

.mobilebooter a.social-icon {
    width: 16px;
    display: inline-block;
    text-align: right;
    float: none;
}

/*li.bluedark {
    background-color: #003263 !important;
} */

li.bemembermobile a {
    background-color: #00aeef !important;
    text-align: center !important;
    width: 50% !important;
    margin: 20px auto !important;
    margin-top: 20px !important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    -webkit-clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.megaxorigos {
    margin-top: 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

.center {
    margin: 0 auto !important;
}

.news-single.publications {
    margin-bottom: 45px;
    min-height: 205px;
}

hr.colored-line.colored-line-news-events-publications {
    background: #00afee;
    height: 5px;
    width: 100px;
    margin: 2px auto;
}

section.relateposts {
    clear: both;
}

.divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    /* drop the height to have a constant angle for all screen widths */
}

.dividerleft {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    /* drop the height to have a constant angle for all screen widths */
}

.page-template-homepage .entry-title {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0px;
}

/*--------------------------------------------------------------
## Start Header
--------------------------------------------------------------*/
.top-menu {
    background-color: #042d63;
}
#menu-top-menu a {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.prehead {
    background-color: #fdfdfd;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 0px;
    padding-bottom: 30px;
    border-bottom: 0px solid #f2f2f2;
}

.top-menu {
    padding: 3px 0px;
}

ul#menu-top-menu {
    list-style: none;
    color: #fff;
    margin: 0px;
}

.menu-top-menu-container {
    float: right;
}

#menu-top-menu li {
    float: left;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
}

#menu-top-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}

/*--------------------------------------------------------------
## End Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Start Slider
--------------------------------------------------------------*/

.bannerone.clippath1 {
    height: 50%;
    position: relative;
}

.bannerone.clippath2 {
    height: 50%;
    position: relative;
}

.image-slider {
    height: 500px;
    background-size: cover;
    background-position: top center;
}

.image-slider.publication {
    background-size: contain;
    background-size: 250px;
    background-repeat: no-repeat;
    background-color: #bcedff;
    background-position: center;
}

.image-slider.newsletter {
    background-size: contain;
    background-size: 450px;
    background-repeat: no-repeat;
    background-color: #bcedff;
    background-position: center;
}

.bannerone.clippath1 .bannercontent {
    text-align: center;
    position: absolute;
    z-index: 99;
    bottom: 0;
    min-height: 120px;
    padding: 15px;
    background: #004481;
    width: 100%;
    background: rgb(0, 68, 129);
    background: linear-gradient(
        0deg,
        rgb(38, 49, 60) 0%,
        rgba(0, 68, 129, 0) 100%
    );
}

.bannerone.clippath2 .bannercontent {
    text-align: center;
    position: absolute;
    z-index: 99;
    bottom: 0;
    min-height: 120px;
    padding: 15px;
    background: #004481;
    width: 100%;
    background: rgb(0, 68, 129);
    background: linear-gradient(
        0deg,
        rgb(38, 49, 60) 0%,
        rgba(0, 68, 129, 0) 100%
    );
}

.bannercontent h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.bannerone.clippath1 .bannercontent a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #2a3c8d;
    padding: 13px;
    margin-bottom: 40px;
    display: inline-block;
    transition: 0.3s all;
}

.bannerone.clippath1 .bannercontent a:hover {
    background-color: #00aeef;
}

.bannerone.clippath2 .bannercontent a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #00aeef;
    padding: 13px;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.3s all;
}
.bannerone.clippath2 .bannercontent a:hover {
    background-color: #2a3c8d;
}

.slick-slide {
    position: relative;
}

span.pagingInfo {
    /* font-size: 0; */
    line-height: 0;
    position: absolute;
    z-index: 9999;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    right: 55px;
    bottom: 29px;
}

.main-homepage-slider span.pagingInfo {
    /* font-size: 0; */
    line-height: 0;
    position: absolute;
    z-index: 9999;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    right: 55px;
    bottom: 30px;
}

.bannerone.clippath1 img,
.bannerone.clippath2 img {
    width: 100%;
}

.leftbanners.publication {
    background-size: 250px;
    background-repeat: no-repeat;
    background-color: #bcedff;
    background-position: center 20px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.main-homepage-slider .slick-next:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2020/03/arrow-right.png) !important;
    width: 16px !important;
    height: 16px;
    background-position: left;
    background-size: 16px;
    display: block;
    background-repeat: no-repeat;
}

.main-homepage-slider .slick-prev:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2020/03/arrow-left.png) !important;
    width: 16px !important;
    height: 16px;
    background-position: right;
    background-size: 16px;
    display: block;
    background-repeat: no-repeat;
}

.main-homepage-slider .main.slick-prev,
.main.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    top: auto;
    bottom: 20px !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.main-homepage-slider .slick-slide {
    height: 100%;
    max-height: 525px;
}

.main-homepage-slider .slick-slide img {
    height: calc(100% - 20px);
    max-height: 525px;
}

.main-homepage-slider .slider {
    width: 100%;
    margin: 0 auto;
}

.main-homepage-slider .slick-slide {
    margin: 0px 0px;
}

.main-homepage-slider .slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.main-homepage-slider .main.slick-next {
    right: 10px !important;
}
.main-homepage-slider .main.slick-prev {
    right: 92px !important;
    left: auto;
    z-index: 999;
}

.main-homepage-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.main-homepage-slider .slick-active {
    opacity: 0.5;
}

.main-homepage-slider .slick-current {
    opacity: 1;
}

.main-homepage-slider .main-slider-content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    min-height: 120px;
    padding: 15px;
    background: #004481;
    width: 100%;
    background: rgb(0, 68, 129);
    background: linear-gradient(
        0deg,
        rgb(38, 49, 60) 40%,
        rgba(0, 68, 129, 0) 100%
    );
}

.main-slider-content .event-date {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 16px;
}

.main-slider-content .event-date::before {
    /* box-shadow: 1px 1px 1px white; */
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/wp-content/uploads/2021/04/eventdatewhite.png);
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.main-homepage-slider .main-slider-content h2 {
    color: white;
    font-weight: 700;
    padding: 5px 0px 10px 0px;
    margin: 5px 0px;
    max-width: 85%;
    font-size: 27px;
    position: relative;
    left: 0px;
    transition: 0.3s all;
}

.slick-slide.slick-current.slick-active a:hover .main-slider-content h2 {
    /* height: 220px; */
    left: 25px;
}

span.date-category {
    font-size: 12px;
    color: white;
}

.slider-content {
    width: 100%;
    color: white;
    font-size: 13px;
}

.clippath1 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.clippath2 {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}

.clippath3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
}

.slider-side .wpb_wrapper {
    height: 100%;
}

@media (max-width: 650px) {
    .top-menu {
        display: none;
    }
    .main-slider-content h2 {
        color: white;
        font-weight: 700;
        padding: 5px 0px 56px 0px;
        margin: 5px 0px;
        max-width: 100%;
        font-size: 24px;
        text-align: center;
    }
    /*
  .slick-slide img {
      height: 328px;
      max-height: 571px;
  }
*/
    span.date-category {
        font-size: 12px;
        color: white;
        text-align: center;
        display: block;
    }

    .main-homepage-slider {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/

footer#colophon {
    background-image: linear-gradient(to bottom, #00619d, #003263);
    height: 760px;
    border-top: 24px solid #edf9fe;
}

a.social-icon {
    width: 16px;
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: 10px;
}

.footertext span {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #ffffff;
}

.footertext p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #ffffff;
}

.footertext a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #ffffff;
}

.footertext a:hover {
    color: #00aeef;
}

.site-info {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #00aeef;
}
.footerpadding {
    padding-top: 80px;
}

.footerlabel {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #00aeef;
}
.smallmendor {
    padding-top: 25px;
    padding-bottom: 13px;
}

.footerdivie {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .mobilefootercenter .megaxorigos {
        text-align: left !important;
    }
    footer#colophon {
        background-image: linear-gradient(to bottom, #00619d, #003263);
        height: 100%;
    }

    .footerdivie {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .site-info {
        margin-bottom: 10px;
        text-align: center;
    }

    a.social-icon {
        float: none;
        margin-left: 10px;
    }
}

/*--------------------------------------------------------------
## End Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Home Page 
--------------------------------------------------------------*/
.slidersection {
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.frontpage-tomeis a {
    font-family: inherit;
    font-size: 16px;
    font-weight: bolder !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #405261;
}

.frontpage-tomeis a:hover {
    color: #042d63;
}

.lastnew {
    min-height: 136px;
    margin-bottom: 30px;
}

.main-homepage-lastnews .lastnew {
    padding-left: 0px;
}

.lastnewfront {
    background-image: url(/wp-content/uploads/2020/03/lastnewsbg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.membernewfront {
    background-image: url(/wp-content/uploads/2020/02/membersnewsbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 80% 80%;
}

.morebutton a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #004282;
    padding-bottom: 5px;
    border-bottom: 4px solid #00aeef;
    transition: 0.3s all;
}

.morebutton a:hover {
    color: #00aeef;
    padding-bottom: 10px;
    border-bottom: 4px solid #004282;
}

.morebuttonwho a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #00afee;
    padding-bottom: 5px;
    border-bottom: 4px solid #00aeef;
}

.image-content {
    width: 50%;
    display: inline-block;
    float: left;
}
.lastnew .cont-post {
    background: white;
    height: 123px;
    padding-left: 0px;
}
.textcontent {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
    padding-left: 10px;
}

.lastnewbox {
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #e0f7ff;
    right: 10px;
    top: 10px;
    transition: 0.3s all;
}

.lastnewbox.member {
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #8cc63f;
    right: 10px;
    top: 10px;
}

.lastnew .cont-post a:hover .lastnewbox {
    width: 28px;
}

span.category-post {
    font-size: 11px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 10px;
    color: #00aeef;
}

span.date-post {
    width: 100%;
    padding-top: 8px;
    display: block;
    font-size: 13px;
    color: #748494;
    line-height: 22px;
}
span.title-post {
    color: #1d2b36;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

a.mega-menu-link {
    color: #003263 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 28px !important;
    padding: 0 0px !important;
    padding-top: 13px !important;
    margin: 0px 23px !important;
}

a.mega-menu-link:hover {
    color: #00aeef !important;
}

.mega-toggle-on a.mega-menu-link {
    border-bottom: 4px solid #00aeef !important;
}

.beamember a.mega-menu-link {
    color: #00aeef !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 28px !important;
    padding: 20px 0 !important;
    padding-top: 15px !important;
    padding-right: 0px !important;
}

.engli {
    padding-right: 0px !important;
}

.engli a {
    transition: 0.3s all;
    filter: grayscale(0%);
}

.engli a:hover {
    filter: grayscale(100%);
}

.morelink a::after {
    content: "";
    width: 16px;
    display: inline-block;
    height: 9px;
    background-image: url(/wp-content/uploads/2020/02/arrow-left-347-copy@3x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.icon-searh:after {
    content: "";
    width: 16px;
    display: inline-block;
    height: 9px;
    background-image: url(/wp-content/uploads/2020/02/arrow-left-347-copy@3x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}

h3.morelink::after {
    content: "";
    width: 16px;
    display: inline-block;
    height: 9px;
    background-image: url(/wp-content/uploads/2020/02/arrow-left-347-copy@3x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.sectiontwo ul {
    margin: 0px;
    width: 50%;
    float: left;
    padding: 0;
    padding-right: 15px;
    font-size: 13px;
    color: white;
}

/**404 **/

.error-head {
    height: 472px;
    margin: 167px 0 25px;
    background-image: linear-gradient(to right, #004282, #00aeef 69%);
    width: 100%;
    margin-top: 0px;
}

.image-inner-error img {
    margin-top: 50px;
    max-width: 620px;
    /* height: 213px; */
    object-fit: contain;
}

span.head-text-error {
    font-family: Helvetica;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #004282;
}

.error-main-text {
    max-width: 800px;
    margin: 0 auto;
    border-top: 4px solid #00aeef;
    padding-top: 40px;
    padding: 30px;
    margin-top: -150px;
    position: relative;
    background-color: white;
    padding-bottom: 300px;
}

.error-main-text p {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #405261;
}

.go-home-link a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;

    padding-bottom: 3px;

    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #00aeef;

    border-bottom: 3px solid;
}

.image-inner-error {
    max-width: 1087px;
    height: 600px;
    margin: 72px 176px 50px 177px;
    padding: 100px 246px 287px 221px;
    background-color: #e0f7ff;
    margin: 0 auto;
    margin-top: -430px;
}

@media (max-width: 768px) {
    .mega-about.about {
        display: none !important;
    }
    #mega-menu-wrap-menu-1
        #mega-menu-menu-1
        > li.mega-menu-megamenu
        > ul.mega-sub-menu {
        background-color: #003263;
        clip-path: none !important;
        padding-bottom: 0px !important;
    }

    #mega-menu-wrap-menu-1
        #mega-menu-menu-1
        li.mega-menu-megamenu
        > ul.mega-sub-menu
        > li.mega-menu-row
        .mega-menu-column
        > ul.mega-sub-menu
        > li.mega-menu-item {
        padding: 0px 15px !important;
    }

    .innermenu .menu {
        padding: 0;
        margin-left: 0;
        list-style: none;
        color: #000000;
    }
    #mega-menu-wrap-menu-1
        #mega-menu-menu-1
        > li.mega-menu-item
        > a.mega-menu-link {
        height: 60px !important;
    }

    .innermenu .menu li a {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        padding: 0;
    }

    .innermenu .menu li {
        padding-top: 15px;
    }

    a.mega-menu-link {
        color: #fff !important;
        font-size: 15px !important;
        font-weight: bold !important;
        line-height: 30px !important;
        padding: 0 10px !important;
        padding-top: 10px !important;
    }

    .membernewfront .image-content {
        width: 100%;
        display: block;
        float: none;
        border: 1px solid gainsboro;
    }
    a.custom-logo-link {
        max-width: 117px;
    }

    .membernewfront .textcontent {
        width: 100%;
        float: none;
        position: relative;
        height: 100%;
    }

    .membernewfront .lastnewbox {
        display: none;
    }

    span.title-post {
        color: #1d2b36;
        font-size: 13px;
        font-weight: 300;
    }

    .membernewfront span.category-post {
        display: none;
    }
    .membernewfront .lastnew .cont-post {
        background: white;
        height: 250px;
        padding-left: 0px;
    }

    .membernewfront {
        background-image: none;
    }
}

.curve-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 1vw));
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 1vw));
}

.curve {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
}

@media (max-width: 768px) {
    .curve {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
    }

    .curve-left {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    }
}

/*--------------------------------------------------------------
## Who wE are Page 
--------------------------------------------------------------*/
.whobutton {
    background-color: #ffffff !important;
    color: #00aeef;
    background: #fff !important;
    border-top: 4px solid #00aeef;
    margin: 0px 15px;
    margin-top: -31px;
}

.whobutton a {
    background-color: #ffffff !important;
    color: #00aeef;
    background: #fff !important;
    border-top: 4px solid #00aeef !important;
}
.backicon {
    background: #e0f7ff;
    border-radius: 50%;
}

.whobutton button {
    background: #fff !important;
    border-top: 4px solid #00aeef !important;
    font-weight: bold;
}
.whowearegrafient {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/POIOI_EIMASTE_header_cropped_1920x533.jpg");
}
.whowearebk {
    background-image: linear-gradient(
            to bottom,
            rgba(245, 246, 252, 0),
            #004282
        ),
        url("/wp-content/uploads/2021/06/PoioiEimaste_Footer_cropped_1920x533.jpg");
}

.whowearegrafientfeas {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2024/06/theodoropoulos-bg.jpg");
}

.epitropes {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/jordan-encarnacao-c0rplvWqyZk-unsplash.jpg");
}

ul.mega-sub-menu {
    margin-top: 8px !important;
}

ul.mega-sub-menu {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%) !important;
    padding-bottom: 40px !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%) !important;
}

ul.mega-sub-menu ul.mega-sub-menu {
    clip-path: none !important;
}

/*--------------------------------------------------------------
## Our People
--------------------------------------------------------------*/

.people {
    height: 375px;
}

span.position {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #00aeef;
}

span.person-name {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #405261;
}

.post {
    background-color: grey;
    margin: 1rem;
    position: relative;
}

.pop-up-box {
    position: fixed;
    max-width: 900px;
    left: 50%;
    margin-left: -450px;
    top: calc(50% - 250px);
    height: 500px;
    bottom: 0;
    padding-top: 32px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 8px solid #00aeef;
}

.pop-up-box.diktio {
    position: fixed;
    max-width: 900px;
    left: 50%;
    margin-left: -450px;
    top: calc(50% - 250px);
    height: 500px;
    bottom: 0;
    padding-top: 32px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 8px solid #00aeef;
}

.pop-up-box .person-name {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    margin-bottom: 8px;

    color: #405261;
    display: block;
}

.pop-up-box span.position {
    border-bottom: solid 1px #e0f7ff;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.modal-share {
    position: fixed;
    width: 100%;
    height: 100%;

    width: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.79);
    display: none;
    height: 100%;
    top: 0;
    left: 0;

    display: none;
}

.mask {
    background-color: #00aeef;
    width: 259px;
    height: 184px;
    position: absolute;
    right: 0;
    top: 50px;
}

.pop-up-box img {
    position: absolute;
    max-width: 85%;
    display: block !important;
}

.close-share {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0px;
    font-size: 31px;
    color: #00aeef;
    background: #e0f7ff;
    width: 50px;
    line-height: 27px;
    height: 50px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.linkedin {
    width: auto;
    text-align: right;
    float: left;
    display: inline-block;
    padding: 0px 5px;
    margin-top: 10px;
}

.contact_fields {
    width: 158px;
    margin-left: auto;
    display: block;
    border-top: 4px solid #00aeef;
}

.linkedin:first-child {
    border-right: 1px solid #00aeef;
    padding-right: 10px;
}

.linkedin:last-child {
    padding-left: 10px;
}

.linkedin a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    padding-bottom: 4px;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: right;

    color: #00aeef;
}

.linkedin a:hover {
    color: #004282;
}

button.next_bio.slick-nav-buttons.bg-white.chevron-wrapper.slick-arrow {
    width: 48px;
    height: 48px;
    background-color: #e0f7ff;
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -24px;
    z-index: 999;
}

button.prev_bio.slick-nav-buttons.bg-white.chevron-wrapper.slick-arrow {
    width: 48px;
    height: 48px;
    background-color: #e0f7ff;
    border: 0;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    z-index: 999;
}

.imageperson-box {
    height: 345px;
}

@media (max-width: 768px) {
    .people {
        margin-bottom: 2px;
    }
    .showModalimg {
        padding-bottom: 15px;
        display: block;
    }
}

/*--------------------------------------------------------------
## END Our People
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/

.audiolayer {
    background: #00000059;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.audiolayer img {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100px !important;
    height: auto !important;
    position: relative;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}
.enimerosiback {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/ENHMEROSH_header_1920X533.jpg");
    background-size: cover;
}

.neamelwnback {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/12/D804084-scaled.jpg");
    background-size: cover;
}

.news-single .image-person.curve {
    height: 185px;
    position: relative;
}

.news-single .image-newsletter.curve {
    height: 185px;
    position: relative;
    background-image: radial-gradient(circle at 50% 50%, #e0f7ff, #3dcaff 118%);
}
.news-single a img {
    opacity: 1;
    transition: 0.3s;
}
.news-single a:hover img {
    opacity: 0.5;
}
.news-single-event a img {
    opacity: 1;
    transition: 0.3s;
}
.news-single-event a:hover img {
    opacity: 0.5;
}

.image-newsletter.curve img {
    height: 90%;
    /* position: relative; */
    display: block;
    margin: 0 auto;
    padding: 16px;
}

span.category-news {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    display: block;
    line-height: 1.69;
    letter-spacing: normal;
    color: #00aeef;
    margin-bottom: 16px;
}

a.category-news:hover span {
    color: #042d63;
}

span.tomes-txt {
    float: none;
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;

    color: black;
    opacity: 1;
    font-size: 13px;
    margin-top: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    z-index: 9;
    color: #00aeef;
    display: block;
}
span.tooltiptext span {
    width: 100%;
    display: block;
    text-align: left;
    padding: 1px 15px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #405261;
}
a.linkhover {
    display: inline-block;
    color: #004282;
}

a.linkhover:hover span {
    color: #003263;
}

span.tomes-head {
    display: inline-block;
}
.tooltip::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/uploads/2020/03/info.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px;
    margin-bottom: -4px;
    display: none;
}

.reac24 {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-right: 18px;
}

h3.reac24-h {
    display: inline-block;
    max-width: 300px;
    margin-top: 0;
    font-size: 20px;
    color: #1d2b36;
}

.reac_ten_pixel {
    width: 10px;
    height: 10px;
    margin-top: 15px;
    transition: width 0.3s;
    display: block;
    margin-right: 5px;
}

.reac_ten_pixel_event {
    width: 10px;
    height: 10px;
    margin-top: 0;
    float: left;
    display: block;
    transition: width 0.3s;
    margin-right: 0;
    position: absolute;
    left: 10px;
    top: 10px;
}

.news-single-event:hover .reac_ten_pixel_event {
    width: 60px;
}
.news-single:hover .reac_ten_pixel {
    width: 60px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #e0f7ff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 22px 0;
    position: absolute;
    z-index: 164;
    bottom: -40px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #405261;
    left: 60%;
    margin-left: -60px;
    opacity: 0;
    width: 187px;
    height: 143px;
    transition: opacity 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -25px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent #e0f7ff transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

span.tomes-head {
    color: #748494;
}

.thematikes a.linkhover {
    display: inline-block;
    color: #00aeef;
}

ul#myUL {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cont label {
    font-size: 16px;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #405261;
}
.tomeis-filter {
    position: absolute;
    z-index: 999999;
    border-top: 2px solid #00aeef;
    background: #ffffff;
    padding: 17px 0px;
    width: 100px;
    box-shadow: 0 0 6px 0 #dcdcdc;
    min-width: 200px;
    display: none;
}

.tomeis-list {
    position: absolute;
    z-index: 999999;
    background: #ffffff;
    padding: 30px 16px;
    width: calc(100% - 10px);
    box-shadow: 0 0 6px 0 #dcdcdc;
    min-width: 300px;
    display: none;
}

.tomeis-list.tomeislinks ul#myUL {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.tomeis-list.tomeislinks li.checkbox:hover {
    color: #253487;
}

.tomeis-list label:hover {
    font-weight: bold;
}

.katigories-list label:hover {
    font-weight: bold;
}

.inpage a.chooseone {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    background: #f8fcff;
    padding: 10px;
}

li.filter a {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 15px;
    width: 100%;
    display: block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #405261;
}

li.filter a:hover {
    color: #fff;
    background-color: #00aeef;
}

a.choosefilter {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    padding: 10px;
}

.katigories-list {
    position: absolute;
    z-index: 999999;
    background: #ffffff;
    padding: 30px 16px;
    width: 100%;
    box-shadow: 0 0 6px 0 #dcdcdc;
    min-width: 300px;
    display: none;
}

#myInput {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #748494;
    padding: 9px;
    padding-right: 24px;
    width: 100%;
    border: 1px solid #f5f5f5;
    font-size: 13px;
    color: gray;
    background-image: url(/wp-content/uploads/2020/03/searchicon1.png);
    background-repeat: no-repeat;
    background-position: right center;
    outline: 0;
    background-size: 20px;
}

#myInputkat {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #748494;
    padding: 9px;
    padding-right: 24px;
    width: 100%;
    border: 1px solid #f5f5f5;
    font-size: 13px;
    color: gray;
    background-image: url(/wp-content/uploads/2020/03/searchicon1.png);
    background-repeat: no-repeat;
    background-position: right center;
    outline: 0;
    background-size: 20px;
}

.filterone {
    position: relative;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.top-arrow.top-who,
.bottom-arrow.bottom-who {
    display: none;
}

a.chooseone {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    border-bottom: 4px solid #00aeef;
    letter-spacing: normal;
    color: #004282;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    width: calc(100% - 10px);
}

a.chooseone.closed::after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    border-bottom: 4px solid #00aeef;
    border-right: 4px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: 6px;
}

a.choosefilter.closed::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #00aeef;
    border-right: 2px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 22px;
    top: 3px;
}

a.choosefilter.open::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-top: 2px solid #00aeef;
    border-left: 2px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 22px;
    top: 3px;
}

a.chooseone.open::after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    border-top: 4px solid #00aeef;
    border-left: 4px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: 16px;
}

a.chooseonekat.closed::after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    border-bottom: 4px solid #00aeef;
    border-right: 4px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: 6px;
}

a.chooseonekat.open::after {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    border-top: 4px solid #00aeef;
    border-left: 4px solid #00aeef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: 16px;
}

a.chooseonekat {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    border-bottom: 4px solid #00aeef;
    letter-spacing: normal;
    color: #004282;
    width: 100%;
    padding-bottom: 10px;
    display: block;
}

.image-member.curve {
    height: 190px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    box-sizing: border-box;
    background: #eaeaea;
    position: relative;
}

.image-member.curve img {
    position: absolute;
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
}

@media only screen and (max-width: 600px) {
    .tomeis-list.tomeislinks ul#myUL {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .inpage a.chooseone {
        font-size: 13px;
    }
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    font-size: 15px;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 30px;
}

.inner-tomeas .checkbox label::after {
    display: none;
}

.inner-tomeas .checkbox label.redbo::before {
    background-color: #ec1d24;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";

    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before {
    height: 16px;
    width: 16px;

    border: solid 1px #00aeef;
    left: 0px;

    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
*to vertically center it.
*/
    top: 3px;
}

.inner-tomeas .checkbox label.bluebo::before {
    background-color: #00aeef;
}

.checkbox label.bluebo::before {
    height: 16px;
    width: 16px;

    border: solid 1px #00aeef;
    left: 0px;
    top: 3px;
}

.inner-tomeas .checkbox label.bluedark::before {
    background-color: #005aab;
}

.checkbox label.bluedark::before {
    height: 16px;
    width: 16px;

    border: solid 1px #005aab;
    left: 0px;
    top: 3px;
}

.checkbox label.redbo::before {
    height: 16px;
    width: 16px;

    border: solid 1px #ec1d24;
    left: 0px;
    top: 3px;
}

.inner-tomeas .checkbox label.greenbo::before {
    background-color: #8cc63f;
}

.checkbox label.greenbo::before {
    height: 16px;
    width: 16px;

    border: solid 1px #8cc63f;
    left: 0px;
    top: 3px;
}

.inner-tomeas .checkbox label.purplebo::before {
    background-color: #ec008c;
}

.checkbox label.purplebo::before {
    height: 16px;
    width: 16px;

    border: solid 1px #ec008c;
    left: 0px;
    top: 3px;
}

.inner-tomeas .checkbox label.yellowbo::before {
    background-color: #ffc20e;
}

.checkbox label.yellowbo::before {
    height: 16px;
    width: 16px;

    border: solid 1px #ffc20e;
    left: 0px;
    top: 3px;
}

.entry-content.special-reports-future {
    border-top: 4px solid #ec008c;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;

    transform: rotate(-45deg);

    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
}

.linkaddfilter a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 10px;
    background-color: #00aeef;
    transition: 0.3s all;
}

.linkaddfilter a:hover {
    background-color: #004288;
}

.paginationnews {
    clear: both;
    margin: 0 auto;
    text-align: center;
}

a.golast {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #748494;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
}
a.gofirst {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #748494;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    color: #00aeef;
    border-bottom: 4px solid;
}
.pagination > li > a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #748494;
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #748494;
    background-color: transparent;
    border-color: transparent;
}

span.allpages {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #748494;
    display: block;
    display: block;
    clear: both;
    padding-top: 15px;
}

.navarrow {
    color: #748494;
}

@media screen and (max-width: 768px) {
    .news-single {
        margin-bottom: 40px;
        height: 360px;
    }

    .linkaddfilter {
        text-align: center;
    }

    .tomeis-list {
        left: 0;
    }
    .katigories-list {
        left: 0;
    }
}

/*--------------------------------------------------------------
# Biomixania 
--------------------------------------------------------------*/

.biomixanikiline {
    position: absolute;
    left: -63%;
    top: 64px;
}

.numbersback {
    background-image: url(/wp-content/uploads/2021/04/viomixanianum2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66%;
}

@media screen and (max-width: 768px) {
    .line {
        display: none;
    }
}

/*--------------------------------------------------------------
# End Biomixania 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Diktio
--------------------------------------------------------------*/

.org-image img {
    border: solid 1px #f5f5f5;
}
.org-name {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #00aeef;
    text-align: center;
    display: block;
    margin-top: 11px;
}

.single-diktio {
    height: 250px;
}

.single-diktio a:hover img {
    opacity: 0.5;
}

.diktiocover {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/TO_DIKTYO_MAS-header_cropped_1920x533.jpg");
    background-size: cover;
}

.briksellesofficecover {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/ToDiktyoMas_Vryxelles.jpg");
    background-size: cover;
    padding: 0px 70px !important;
}

.resume-text {
    max-height: 330px;
    overflow-y: auto;
    padding: 0px 15px;
}

.resume-text a.more-info-link {
    margin-left: 15px;
}

span.chevron.right {
    content: "";
    width: 16px;
    display: inline-block;
    height: 10px;
    background-image: url(/wp-content/uploads/2020/02/arrow-left-347-copy@3x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}
span.chevron.left {
    content: "";
    width: 16px;
    display: inline-block;
    height: 19px;
    background-image: url(/wp-content/uploads/2020/02/arrow-left-347-copy@3x.png);
    margin-left: -2px;
    margin-bottom: 9px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.briksellesofficecover h3.morelink::after {
    content: "";
    width: 27px;
    display: inline-block;
    height: 15px;
    background-image: url(/wp-content/uploads/2020/02/arrow-left-347-copy@3x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 11px;
}
@media screen and (max-width: 768px) {
    .site-content {
        margin-top: 10px;
    }

    .briksellesofficecover {
        padding: 0px 15px !important;
    }

    .pop-up-box {
        position: fixed;
        max-width: 90%;
        left: 5%;
        margin-left: 0;
        top: 5%;
        max-height: 750px;
        height: 700px;
        overflow: auto;
        /* bottom: 0; */
        padding-top: 0px;
        width: 100%;
        background-color: #ffffff;
        border-bottom: 8px solid #00aeef;
    }

    .pop-up-box.diktio {
        position: fixed;
        max-width: 90%;
        left: 5%;
        margin-left: 0;
        top: 5%;
        max-height: 648px;
        height: 600px;
        overflow: auto;
        /* bottom: 0; */
        padding-top: 0px;
        width: 100%;
        background-color: #ffffff;
        border-bottom: 8px solid #00aeef;
    }

    .resume-text {
        max-height: 100%;
        overflow-y: none;
    }
}

.rotate img {
    transition: 1s ease;
}

.rotate:hover img {
    opacity: 0.5;
}

/*--------------------------------------------------------------
#Ekdiloseis
--------------------------------------------------------------*/

.event-image.curve {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 727px;
}

.date-box {
    width: 64px;
    height: 55px;
    background: #004282;
    color: #fff;
    font-size: 16px;
    padding: 7px;
    position: absolute;
    z-index: 9;
    right: -3px;
    top: -7px;
}

.date-box span.future {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    width: 64px;
    background-color: #00aeef;
    position: absolute;
    left: 0;
}

.top-event .date-box {
    top: 0px;
}
.top-event .top-event-image.curve {
    padding: 5px;
    padding-bottom: 0px;
}
.date-box span {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    padding: 4px;
}

.event-date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #748494;
    margin-bottom: 10px;
    margin-top: 16px;
}

.event-date::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2020/03/eventdate.png);
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.event-time {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #748494;
}

.event-extra {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #748494;
}

.event-time::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2020/03/event-time.png);
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.event-location {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #748494;
    border-bottom: 0px solid #f5f5f5;
}

.event-location::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2020/03/event-location.png);
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.event-title-post {
    font-size: 24px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #405261;
    margin-top: 0;
}

.top-event-static .event-title-post {
    text-align: center;
    margin-top: 25px;
}

.top-event-image img {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

h3.demo-melos {
    background-color: #2a3c8d;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 224px;
    margin: 0 auto;
    padding: 8px;
}

.top-event-static p.text-white {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #1d2b36;
}

.top-event {
    background-image: url(/wp-content/uploads/2020/03/topeventbg.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 900px;
    padding-top: 32px;
    padding-bottom: 65px;
}

.top-event-static {
    background-image: url(/wp-content/uploads/2021/06/ginemelosbackground.png);
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 955px;
    padding-top: 32px;
    padding-bottom: 130px;
}

.top-event-back {
    background-image: url(/wp-content/uploads/2021/06/topeventbgback2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.top-event-back-static {
    background-image: url(/wp-content/uploads/2021/06/topeventbgbackmelos.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

h3.event-link-more {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    border-bottom: 4px solid;
    display: inline-block;
}

a:hover h3.event-link-more {
    color: #004282;
}

.news-single-event {
    /*margin-bottom: 55px;*/
    height: 473px;
}

.home .news-single-event {
    margin-bottom: 0px;
    height: 460px;
}

.news-single-event .box {
    background-color: white;
}

.news-single-event .news-content {
    padding: 10px;
    height: 275px;
}

.eventbottomback {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url(/wp-content/uploads/2020/04/eventbottom.png);
    background-size: cover;
}

.event_category_sev {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2020/04/seveventtop-scaled.jpg");
}

.event_kampanies_sev {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/KAMPANIES-header-1920x533-3.jpg");
}

.event_protoboulies_sev {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/PRWTOVOYLIES_cropped_1920x533.jpg");
}

.event_genikes_sev {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/GENIKES-SYNELEUSEIS_cropped_1920x533.jpg");
}

.event_all_events_sev {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/OLES_OI_EKDHLWSEIS-header-1920x533-blur-1.jpg");
}

/*--------------------------------------------------------------
# End Ekdilwseis
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Organotiki Domi
--------------------------------------------------------------*/

.organotiki_domi_top {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2021/06/ORGANWTIKH_DOMH-NEW-1920X533.jpg");
}
.protaireotites_top {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0), #004282),
        url("/wp-content/uploads/2020/07/bitmap.jpg");
}

.tomeis .wpb_wrapper {
    height: 100%;
    position: relative;
}

.yellowback {
    background-image: url(/wp-content/uploads/2020/06/yellowback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}

.cielback {
    background-image: url(/wp-content/uploads/2020/06/cielback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}

.greenback {
    background-image: url(/wp-content/uploads/2020/06/greenback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}

.purpleback {
    background-image: url(/wp-content/uploads/2020/06/purpleback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}

.redback {
    background-image: url(/wp-content/uploads/2020/06/redback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}

/**8 History **/

.history-slide {
    width: 126px;
    margin-right: 0;
    margin-left: auto;
}
.history-slide .slick-arrow {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgba(240, 248, 255, 0);
    border: 0;
    height: 20px;
}

.history-head .slick-vertical .slick-slide {
    opacity: 1;
    width: 126px;
    display: block;
    height: auto;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #00619d, #003263);
    color: white;
    padding: 10px;
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #e0f7ff;
}

.image-history {
    max-width: 500px;
    margin: 0 auto;
}

.image-history .images {
    display: none;
}

.image-history .images.active {
    display: block;
}

.history-head .slick-slide.slick-current.slick-active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #00d7f8, #00aeef);
}

.history-head .yearsli {
    outline: none;
}

.history-head .yearsli:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #00d7f8, #00aeef);
}

h5.year-text {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #00aeef;
}

h5.year-text {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #00aeef;
}

.text-history .content {
    display: none;
}

.text-history .content.active {
    display: block;
}

.text-history {
    max-width: 840px;
    margin: 0 auto;

    background: white;
    padding: 25px;
    border-top: 4px solid #00aeef;
}

.text-history {
    max-width: 840px;
    margin: 0 auto !important;
    margin-top: -190px;
}
.history-head {
    max-width: 840px;
    margin: 0 auto !important;
    padding-bottom: 170px;
}

.acordionhistory.vc_tta-color-peacoc.vc_tta-style-classic
    .vc_tta-panel
    .vc_tta-panel-heading {
    border-color: #f8fcfe !important;
    /* background-color: #4cadc9; */
    background-color: #f8fcfe !important;
}

.acordionhistory.vc_tta-color-peacoc.vc_tta-style-classic
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading {
    border-color: #00aeef !important;
    /* background-color: #4cadc9; */
    background-color: #00aeef !important;
}

.acordionhistory h4 a {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #00aeef !important;
}

.acordionhistory .vc_tta-panel.vc_active h4 a {
    color: #fff !important;
}

.wpb-js-composer
    .vc_tta-color-peacoc.vc_tta-style-classic
    .vc_tta-controls-icon::after,
.wpb-js-composer
    .vc_tta-color-peacoc.vc_tta-style-classic
    .vc_tta-controls-icon::before {
    border-color: #00aeef !important;
}

.wpb-js-composer
    .vc_tta-color-peacoc.vc_tta-style-classic
    .vc_active
    .vc_tta-panel-heading
    .vc_tta-controls-icon::after,
.wpb-js-composer
    .vc_tta-color-peacoc.vc_tta-style-classic
    .vc_active
    .vc_tta-panel-heading
    .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.acordionhistory
    .vc_tta-color-peacoc.vc_tta-style-classic
    .vc_tta-panel
    .vc_tta-panel-title
    > a {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #00aeef !important;
}

/** Single Ekdilwsi **/

.ekdiloseis header.entry-header {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.ekdiloseis .entry-content {
    max-width: 890px;
    margin: 0 auto;
    position: relative;
    top: -140px;
    background-color: white;
    padding: 20px 40px;
    border-top: 4px solid #8cc63f;
}

.single-ekdiloseis .date-box.top span,
.single-genikes_syneleuseis .date-box.top span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 4px;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.single-ekdiloseis .date-box.top span.future,
.single-genikes_syneleuseis .date-box.top span.future {
    font-size: 25px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.single-ekdiloseis .date-box.top,
.single-genikes_syneleuseis .date-box.top {
    width: 192px;
    height: 140px;
    background: #004282;
    color: #00aeef;
    font-size: 16px;
    padding: 7px;
    position: absolute;
    z-index: 9;
    right: -28px;
    top: -22px;
}

.entry-meta.row {
    border-bottom: 1px solid #00aeef;
    display: flex;
    margin-bottom: 25px;
}

.single-ekdiloseis .entry-title {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
}
.info-box {
    padding-bottom: 10px;
}

.signin-event.col-md-6 {
    padding-bottom: 10px;
}

.signin-event.col-md-6 a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;

    padding-bottom: 3px;

    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #00aeef;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-bottom: 3px solid;
}

.bottom-entry.row {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.bottom-entry.row .signin-event.col-md-6 a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #00aeef;
    border-bottom: 3px solid;
    position: relative;
    left: 15px;

    padding-bottom: 3px;

    bottom: -19px;
}

.shareb.col-md-6
    .sharing-box.content-margin.content-background.clearfix.bottom {
    width: 175px;
    border-left: 4px solid #65d5ff;
    padding-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    margin-left: auto;
}

.pre-title .tooltip {
    display: block;
    margin-top: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #00aeef;
}

.pre-title span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #00aeef;
}

.pre-title span.tomes-head {
    color: #748494;
}

h5.omilitis-name {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #405261;
}

.omilitis {
    margin: 10px;
}

.omilitis.slick-active {
    opacity: 1;
}

.omilitis p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #00aeef;
}

.single-ekdiloseis button.slick-arrow.slick-hidden {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    background: transparent;
    text-align: right;
    color: #748494;
    border: 0px;
}

.single-ekdiloseis button.slick-arrow {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #00aeef;
    background: transparent;
    text-align: right;
    border: 0px;
}

.car-buttons {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.slick-carousel-omilites {
    margin-top: 15px;
    padding-top: 30px;
}

section.extra-info.col-md-12 {
    margin-bottom: 0px;
}

.file {
    border-bottom: 3px dotted #00aeef;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: -23px;
}

.extra-files {
    max-width: 823px;
    position: relative;
    margin: 0 auto;
    padding-top: 45px;
}

.file a {
    max-width: calc(100% - 28px);
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #748494;
}

.file .fa {
    color: #00aeef;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
    margin-left: 10px;
    position: absolute;
    right: 0;
}

.full-width-div {
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    background-color: #f8fcfe;
}

.extra-info-title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0px;
    letter-spacing: normal;
    color: #00aeef;
}

.slick-carousel-gallery .item {
    height: 125px;
    display: block;
}
.slick-carousel-gallery a {
    height: 100%;
    display: block;
}

.slick-carousel-gallery .video-wrapper {
    height: 100%;
}

.slick-carousel-gallery .item {
    margin: 10px;
}

.slick-carousel-gallery .video-container {
    height: 100%;
}

.slick-carousel-gallery .video-splash {
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-carousel-gallery .item {
    opacity: 1;
}

.video-splash-overlay {
    background-image: url(/wp-content/uploads/2020/07/group-6@2x.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.33);
}
.nav-bot {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;

    color: #748494;
}
.nav-bot p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;

    color: #748494;
}

.custom-navigation .nav-next {
    text-align: left;
    padding: 20px;
}
.custom-navigation .nav-previous {
    text-align: right;
    padding: 20px;
}

.single .entry-content {
    max-width: 815px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    background-color: white;
    margin-top: -240px;
    border-top: 4px solid #00aeef;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.single .entry-content.deltia_typou {
    border-top: 4px solid #005aab;
}

.entry-content.protovoulies {
    border-top: 4px solid #005aab;
}

.entry-content.protovoulies .reac {
    background: #005aab !important;
}

.news-content.protovoulies .reac_ten_pixel {
    background: #005aab !important;
}

.entry-content.kampanies .reac {
    background: #8cc63f !important;
}

.news-content.kampanies .reac_ten_pixel {
    background: #8cc63f !important;
}

.entry-content.kampanies {
    border-top: 4px solid #8cc63f;
}

.entry-content.eunews {
    border-top: 4px solid #005aab;
}

.entry-content.thesis_upominimata {
    border-top: 4px solid #ffc20e;
}
.deltia_typou .pre-title .reac {
    background: #005aab;
}
.thesis_upominimata .pre-title .reac {
    background: #ffc20e;
}

.thesis_upominimata .reac_ten_pixel {
    background: #ffc20e !important;
}

.sullogikes_sumbaseis .reac_ten_pixel {
    background: #ffc20e !important;
}

.omilies_paremvaseis .reac_ten_pixel {
    background: #ffc20e !important;
}

.sullogikes_sumbaseis .pre-title .reac {
    background: #ffc20e;
}

.omilies_paremvaseis .pre-title .reac {
    background: #ffc20e;
}

.entry-content.omilies_paremvaseis {
    border-top: 4px solid #ffc20e;
}

.entry-content.sullogikes_sumbaseis {
    border-top: 4px solid #ffc20e;
}

.entry-content.arthografia_mme {
    border-top: 4px solid #00aeef;
}

.arthografia_mme .pre-title .reac {
    background: #00aeef;
}

.arthografia_mme .reac_ten_pixel {
    background: #00aeef !important;
}

.single-meli_sev .entry-content {
    max-width: 815px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    background-color: white;
    margin-top: -155px;
    border-top: 4px solid #00aeef;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.single-meli_sev .entry-header {
    background: #e0f7ff;
    padding-top: 50px;
    padding-bottom: 150px;
}

.publication-image.melos-image {
    max-width: 257px;
    margin: 0 auto;
    min-height: 250px;
}

.single-meli_sev .entry-header a.atach_ekdosi {
    position: absolute;
    bottom: -35px;
}

.single-meli_sev .image-member.curve {
    height: 181px;
}

.single-meli_sev .entry-header .row {
    max-width: 845px;
    margin: 0px auto;
}

.related-posts {
    margin-top: 45px;
}

.single-ekdoseis .entry-content {
    margin-top: -120px;
}

.single-ekdiloseis .entry-content {
    border-top: 4px solid #ffc20e;
    font-variant: normal;
}

.entry-content.ekdiloseis_sev .reac {
    background: #ffc20e !important;
}

.entry-content.ekdiloseis_allon_foreon {
    border-top: 4px solid #8cc63f;
}
.entry-content.ekdiloseis_allon_foreon .reac {
    background: #8cc63f !important;
}

.entry-content.seminaria-ekpaideutikes {
    border-top: 4px solid #ec1d24;
}

.entry-content.seminaria-ekpaideutikes .reac {
    background: #ec1d24 !important;
}

.entry-content.photo_gallery {
    border-top: 4px solid #8cc63f !important;
}

.photo_gallery .pre-title .reac {
    background: #8cc63f !important;
}

.photo_gallery .reac_ten_pixel {
    background: #8cc63f !important;
}

.genikes_syneleuseis a.more_events_link,
.page-id-3492 a.more_events_link {
    color: #004282;
    border-bottom: 3px solid;
    padding-bottom: 4px;
}
a.more_events_link:hover {
    color: #8a8a8a;
}
.single .entry-content ul {
    margin-left: 0px;
}
.single .entry-content ul li,
.single .entry-content ol li {
    line-height: 26px;
    color: #748494;
    font-family: sans-serif;
    font-size: 16px;
}

.tax-tomeis_draseis .news-single {
    min-height: 345px;
    margin-bottom: 15px;
}

.single .entry-content div {
    line-height: 1.5;
}

.single-infographic .entry-content {
    border-top: 4px solid #ec1d24 !important;
}

.single-newsletter_sev .entry-content {
    border-top: 4px solid #ec1d24 !important;
}

.ekdoseis_categories-deltio-tupou-elliniki-oikonomia .entry-content {
    border-top: 4px solid #8cc63f !important;
}
.ekdoseis_categories-thesissev .entry-content {
    border-top: 4px solid #ec1d24 !important;
}

.ekdoseis_categories-specialreports .entry-content {
    border-top: 4px solid #00aeef !important;
}

.ekdoseis_categories-flash-reports .entry-content {
    border-top: 4px solid #8cc63f !important;
}

.entry-content.miniaio-deltioperibalon {
    border-top: 4px solid #005aab;
}

.col-md-6.top-event-content.genikes_suneleuseis .reac {
    background: #00aeef !important;
}

.col-md-6.top-event-content.seminaria-ekpaideutikes .reac {
    background: #ec1d24 !important;
}

.col-md-6.col-sm-6.top-event-content.protovoulies .reac {
    background: #005aab !important;
}

.col-md-6.top-event-content.ekdiloseis_sev .reac {
    background: #ffc20e !important;
}

.col-md-6.top-event-content.ekdiloseis_allon_foreon .reac {
    background: #8cc63f !important;
}

.ekdoseis_categories-mixanismoi-tekmiriosis .entry-content {
    border-top: 4px solid #00aeef !important;
}

.ekdoseis_categories-miniaio-deltiooikonomias .entry-content {
    border-top: 4px solid #8cc63f !important;
}

.ekdoseis_categories-special-report-future .entry-content {
    border-top: 4px solid #8cc63f !important;
}

.ekdoseis_categories-meletes .entry-content {
    border-top: 4px solid #ec1d24 !important;
}

.entry-content.ekdoseis {
    border-top: 4px solid #ec1d24 !important;
}

.single-members_news .entry-content {
    border-top: 4px solid #8cc63f !important;
}

.single-video_gallery .entry-content {
    border-top: 4px solid #ec008c !important;
}

.single-audio_gallery .entry-content {
    border-top: 4px solid #ec008c !important;
}

.single .entry-title {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
}

.single .pre-title {
    display: inline-block;
    width: 100%;
}

.single header.entry-header {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.single header.entry-header img {
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .single .entry-content {
        max-width: 890px;
        margin: 0 auto;
        position: relative;
        margin-top: 45px;
        background-color: white;
        padding: 20px 7px;
        margin-bottom: 0;
        border-top: 0px solid #00aeef;
    }

    .entry-meta.row {
        border-bottom: 1px solid #e0f7ff;
        display: block;
    }
    .full-width-div {
        width: 100%;
        margin-left: 0;
        display: block;
        margin-right: 0;
        position: relative;
        background-color: #f8fcfe;
    }

    .single-ekdiloseis .date-box span {
        width: 100%;
        display: block;
        text-align: center;
        padding: 4px;
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .single-ekdiloseis .date-box {
        width: 89px;
        height: 78px;
        background: #004282;
        color: #00aeef;
        font-size: 12px;
        padding: 7px;
        position: absolute;
        z-index: 9;
        right: -7px;
        top: -4px;
    }
    .single header.entry-header {
        top: 25px;
    }

    .image-person.curve img {
        width: 100%;
    }

    .single .entry-title {
        font-size: 18px;
    }

    nav.navigation.post-navigation {
        display: none;
    }

    .top-event-back {
        background-image: url(/wp-content/uploads/2020/03/topeventbgback.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    section .top-event-back {
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    section .omilites-carouser .top-event {
        background-image: none;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        max-width: 900px;
        padding-top: 0;
        margin: 0 auto;
        margin-top: 0px;
        padding-bottom: 10px;
        margin-top: 27px;
        height: auto;
    }

    .event-title-post {
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #405261;
        margin-top: 0;
    }
}
/*** Publications ***/

.image-person.curve.publication {
    height: 185px;
    position: relative;
    background-image: radial-gradient(circle at 50% 50%, #e0f7ff, #3dcaff 118%);
}

.image-person.curve.publication img {
    width: 100px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}

.publications span.date-post {
    width: auto;
    padding-top: 8px;
    display: block;
    font-size: 13px;
    color: #748494;
    line-height: 22px;
}

.top-publication span.date-post {
    width: auto;
    padding-top: 8px;
    display: block;
    font-size: 13px;
    color: #748494;
    line-height: 22px;
}

.publications span.title-post {
    color: #1d2b36;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    transition: 0.5s all;
}

a.linktitle:hover span.title-post {
    color: #17bdf6;
}

.top-publication-image img {
    max-width: 260px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    border: 1px solid #5db2ef;
}

.top-publication {
    background-image: url(/wp-content/uploads/2020/03/topeventbg.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 900px;
    padding-top: 32px;
    padding-bottom: 35px;
}

.top-publication-back {
    background-image: url(/wp-content/uploads/2020/03/topeventbgback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

a.more-info-link {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    border-bottom: 4px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.page-id-3382 .pop-up-box img {
    position: absolute;
    max-width: 85%;
    display: block !important;
    border: solid 1px #f5f5f5;
}

/*** Single Publication ***/

.publication-image {
    max-width: 220px;
    margin: 0 auto;
    min-height: 250px;
}

.single-ekdoseis h1.entry-title {
    font-size: 22px;
    font-weight: bold;
    color: #004282;
}

.single-ekdoseis span.date-post {
    width: 100%;
    padding-top: 8px;
    display: inline-block;
    font-size: 13px;
    color: #748494;
    line-height: 22px;
}

.single-ekdoseis .entry-header {
    background: #e0f7ff;
    padding-top: 50px;
    padding-bottom: 150px;
}

.single-ekdoseis .entry-header .row {
    max-width: 890px;
    margin: 0 auto;
    display: flex;
}

a.atach_ekdosi {
    position: absolute;
    bottom: 0px;
}

li.filter:hover {
    background: #005c9d;
    color: white;
}

li.filter:hover a {
    color: white;
}

/**** Responive **/

@media only screen and (max-width: 1199px) {
    .top-event-back {
        background-image: url(/wp-content/uploads/2020/03/topeventbgback.png);
        background-size: cover !important;
    }
}

@media only screen and (max-width: 990px) {
    .top-event-back {
        background-image: url(/wp-content/uploads/2020/03/topeventbgback.png);
        background-size: 200% !important;
    }

    .line {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .top-event-back {
        /** background-image: none; **/
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: top;
    }
}
.ekdiloseis.membernewfront {
    background-position-x: center !important;
    background-position-y: bottom !important;
    background-size: 1000px 600px;
}

.related-posts .col-md-12.no-padding {
    background-color: #f5f5f5;
    padding-bottom: 40px;
    min-height: 413px;
}

.related-posts.events {
    margin-bottom: 45px;
}

.related-posts.events .col-md-12.no-padding {
    padding-bottom: 0px;
    height: auto;
}

.related-posts.events .news-single-event .news-content {
    padding: 10px;
    height: 285px;
}

.related-posts {
    clear: both;
}

.related-posts .news-content {
    padding: 9px;
}

.custom-h {
    margin-bottom: 20px;
}
.custom-h h3 {
    display: inline-block;
    margin: 3px;
}
.custom-navigation {
    display: none;
}
.custom-navigation.top {
    display: block;
}

.custom-navigation.top .nav-links {
    clear: both;
    display: inline-block;
}

.custom-navigation.top a:hover .nav-bot {
    color: #00aeef !important;
}

.custom-navigation.top a:hover .nav-bot p {
    color: #00aeef !important;
}

/** Social Share **/

a.share-button {
    width: 36px;
    color: #6fd8ff;
    font-size: 24px;
    padding: 2px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
}

.sharing-box.content-margin.content-background.clearfix.left {
    width: 100px;
    border-left: 4px solid #65d5ff;
    padding-left: 10px;
    position: absolute;
    right: -110px;
    top: 265px;
}

.sharing-box.content-margin.content-background.clearfix.bottom {
    width: 175px;
    border-left: 4px solid #65d5ff;
    padding-left: 8px;
    margin-top: 0px;

    margin-bottom: 0px;

    clear: both;
}

.bottom h5.sharing-box-name {
    margin-top: 0;
    text-align: center;
}

h5.sharing-box-name {
    margin-top: 0;
}

a.share-button:hover {
    color: #004282;
}

form.mega-search.expand-to-left.mega-search-open {
    border-bottom: 2px solid #00aeef;
}

.search header.page-header {
    background-color: #f5f5f5;
    padding: 15px 40px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.search-no-results form.search-form {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.search-no-results form.search-form label {
    width: 100%;
}

.search-no-results input.search-field {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #005c97;
    border-radius: 0;
    border-left: 1px solid;
    outline: none;
    font-weight: normal;
}

.search-no-results .searchsort.col-md-4 {
    display: none;
}

.search-no-results input.search-submit {
    text-align: center;
    margin: 0 auto;
    width: 116px;
    display: block;
    color: white;
    background: #005d99;
    font-size: 15px;
}

.search-no-results header.page-header {
    background-color: #fff;
}
.search-no-results header.page-header h1 {
    text-align: center;
}

img.no-eresult-icon {
    width: 180px;
    margin: 0 auto;
    display: block;
}

.search h1.results {
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #00aeef;
    padding: 40px 0px;
}

.search h1.results span.strong {
    font-weight: bold;
}

input.search-field.custom {
    width: 748px;
    height: 56px;
    border: solid 1px #f5f5f5;
    background-color: #ffffff;
    padding-left: 50px;
}

.search-icon.custom:before {
    font-size: 29px;
}

.searchpage form.search-form {
    padding-top: 40px;
}

.searchpage input.search-submit {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    outline: none;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    background: none;
    border: 0px;
}

.searchpage input.search-submit:hover {
    color: #042d63;
}

.screen-reader-text-custom {
    border: 0;
    /* clip: rect(1px, 1px, 1px, 1px); */
    /* clip-path: inset(50%); */
    -webkit-clip: rect(1px, 1px, 1px, 1px);
    /* -webkit-clip-path: inset(50%); */
    /* height: 1px; */
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    /* width: 1px; */
    word-wrap: normal !important;
    width: 24px;
    height: 24px;
    margin: 12px;
    object-fit: contain;
    font-size: 30px;
    color: #00aeef;
}

.searchresults .entry-title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #405261;
}

.searchresults .entry-title a {
    color: #405261;
}

.searchresults article header.entry-header {
    border-bottom: 1px solid whitesmoke;
}

.searchresults {
    max-width: 800px;
    margin: 0 auto;
}

.sort-tilte {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    border-bottom: 2px solid;
    padding-bottom: 4px;
}

.searchsort .checkbox label {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
}

.company-text div {
    line-height: 22px;
}

.about-company.container {
    padding: 30px 15px;
}

.video_gallery .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.video_gallery .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.video_gallery .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_gallery.container {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 45px;
}

li.greek a {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #00aeef !important;
    padding-right: 0px !important;
}

li.engli a {
    font-family: Helvetica;
    font-size: 0px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    opacity: 1;
    background: url(/wp-content/uploads/2021/08/Kings-colours-first-union-jack-flag-1606.png);
    background-size: contain;
    letter-spacing: normal;
    text-align: center;
    color: #00aeef !important;
    padding-left: 0px !important;
    -moz-transition: opasity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: opasity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opasity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opasity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    width: 22px;
    height: 15px;
    display: block;
    margin-top: 5px !important;
}

.menu-whoweare-container ul li a::before {
    width: 30px;
    height: 40px;
    background-color: red;
}

.mega-beamember a {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

/** Banners **/

.promo_container.full-width {
    width: 100%;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-size: cover;
}

.promo_container .content a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #e0f7ff;
    border-bottom: 4px solid #00aeef;
    padding-bottom: 8px;
    transition: 0.3s all;
}

.promo_container .content a:hover {
    border-bottom: 4px solid #243180;
    color: #00aeef;
    padding-bottom: 18px;
}

.promo_container h2 {
    max-width: 972px;
}

h4.vc_custom_heading.bold.subtext {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
}
.photo-gallery.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery p.caption {
    font-size: 13px;
    line-height: 18px;
    padding: 13px;
    /* padding-top: 15px; */
    background: #f9f9f9;
    margin: 0 15px;
    border-top: 4px solid #00aeef;
    color: #748494;
    position: relative;
    margin-top: -14px;
}

.photo-gallery.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.single-photo_gallery .item.image-gallery-item.col-md-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.omilites-carouser button.slick-arrow {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    background: transparent;
    text-align: right;
    color: #748494;
    border: 0px;
}

.campaign-articles.row {
    margin-top: 15px;
}

.omilites-carouser .top-event {
    background-image: url(/wp-content/uploads/2020/03/topeventbg.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 900px;
    padding-top: 32px;
    margin: 0 auto;
    padding-bottom: 74px;
    margin-top: 30px;
    height: 390px;
}

.omilites-carouser.evtents-sec.container {
}

.top-event-back {
    margin-top: 20px;
    padding-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.omilites-carouser.evtents-sec .news-single-event .box {
    background-color: #f7f7f7;
}

.campaign-events.row {
    margin: 15px;
    padding-top: 25px;
}

.slick-carousel-events.campaign-articles.row.slick-initialized.slick-slider {
    padding: 20px;
}

.event-homelist ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    margin-bottom: 45px;
}
.event-homelist ul li {
    display: inline-block;
    padding: 0;
}

.event-homelist {
    margin-top: -30px;
}

.event-homelist ul li a {
    color: #00aeef !important;
    background: none !important;
    border-bottom: 0px solid #004282 !important;
    padding: 0 !important;
    padding-bottom: 3px !important;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0px 6px;
}

.event-homelist ul li.ui-state-active a {
    color: #004282 !important;
    background: none !important;
    border-bottom: 3px solid #004282 !important;
    padding: 0 !important;
    padding-bottom: 3px !important;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0px 6px;
}

.image-xorigos {
    width: 160px;
    height: 160px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border: 2px solid #eaeaea;
    margin: 0 auto;
}

h5.xorigos-name {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #1d2b36;
    margin-bottom: 0;
}

.xorigos-kat {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #00aeef;
}

.slick-carousel-xorigoi {
    margin-top: 5px;
    padding-top: 30px;
}

.xorigoi-carouser.container {
    position: relative;
}

.omilites-carouser {
    position: relative;
}
.omilites-carouser button.top-arrow.slick-arrow,
button.top-arrow-xorigoi.slick-arrow,
button.top-arrow-xorigoi,
button.top-arrow {
    font-size: 47px;
    padding: 0;
    width: 42px;
    padding: 32px;
    height: 42px;
    border-radius: 50%;
    left: -55px;
    position: absolute;
    top: calc(50% - 0px);
    line-height: 10px;
    z-index: 99999;
    background: #e0f7ff;
    color: #00aeef;
    padding: 14px;
    padding-top: 7px;
    font-weight: 100;
}

.history-slide .top-arrow {
    position: relative;
    left: 0;
}

.omilites-carouser button.bottom-arrow.slick-arrow,
button.bottom-arrow-xorigoi.slick-arrow,
button.bottom-arrow-xorigoi,
button.bottom-arrow {
    font-size: 50px;
    padding: 0;
    right: -55px;
    position: absolute;
    top: calc(50% - 50px);
    z-index: 99999;
    font-size: 47px;
    padding: 0;
    width: 42px;
    padding: 32px;
    height: 42px;
    border-radius: 50%;
    outline: none;
    position: absolute;
    top: calc(50% - 0px);
    line-height: 10px;
    z-index: 99999;
    background: #e0f7ff;
    color: #00aeef;
    padding: 14px;
    padding-top: 7px;
    font-weight: 100;
}

.history-slide .bottom-arrow {
    position: relative;
    left: 0;
}

.xorigos.slick-slide {
    outline: none;
}

h3.xoroigoi-head {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: normal;
    text-align: center;
    color: #004282;
    padding-top: 20px;
}
h3.xoroigoi-head span {
    color: #1d2b36;
}

.top-event-back.campaigns {
    margin-top: 45px;
    padding-top: 1px;
}

.top-publication.campaigns-top {
    background-image: url(/wp-content/uploads/2020/03/topeventbg.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 900px;
    padding-top: 32px;
    min-height: 370px;
    padding-bottom: 35px;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.membermodalformoverlay,
.membermodalformoverlay_contact,
.membermodalformoverlay_startup {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0000006b;
    top: 0;
    z-index: 9999999999;
    left: 0;
    display: none;
}

.membermodalform,
.membermodalform_contact,
.membermodalform_startup {
    width: 600px;
    height: 600px;
    border-top: 4px solid #00aeef;
    position: absolute;
    background-color: white;
    top: calc(50% - 300px);
    z-index: 9999999999;
    left: calc(50% - 300px);
}

.layervideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(
        120deg,
        rgb(0 50 99 / 50%),
        rgb(0 174 239 / 49%) 50%
    );
}

.layervideo img.icon-play {
    position: absolute;
    width: 35px;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    opacity: 0;
    transition: 0.3s all;
}

.inner-video {
    cursor: pointer;
}

.slick-center .layervideo img.icon-play {
    opacity: 1;
}

.close-button,
.close-button_contact,
.close-button_startup {
    position: absolute;
    right: -10px;
    cursor: pointer;
    top: -10px;
    font-size: 31px;
    color: #00aeef;
    background: #e0f7ff;
    width: 50px;
    line-height: 27px;
    height: 50px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.membermodalform span.label,
.membermodalform_contact span.label,
.membermodalform_startup span.label {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #00aeef;
    padding-left: 0;
    margin-top: 2px;
}

.membermodalform .wpcf7-form-control-wrap,
.membermodalform_contact .wpcf7-form-control-wrap,
.membermodalform_startup .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.membermodalform input.wpcf7-form-control,
.membermodalform_contact input.wpcf7-form-control,
.membermodalform_startup input.wpcf7-form-control {
    width: 100%;
    border: 0px solid;
    border-bottom: 1px solid rgb(29 43 56 / 20%);
    padding-top: 2px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    outline: none;
    letter-spacing: normal;
    color: #748494;
}

.membermodalform h5 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #00658b;
    color: #001d39;
    padding-bottom: 6px;
}

.form-cont {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    overflow-y: scroll;
    padding: 15px;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    margin-top: 35px;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #2a3c8d;
    padding: 13px;
    margin-bottom: 40px;
    display: inline-block;
}

.contact-p span.lab {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    width: 184px;
    letter-spacing: normal;
    color: #00aeef;
    padding-left: 0;
    display: inline-block;
    margin-top: 2px;
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 195px);
}

.contact-p span.wpcf7-form-control-wrap.menu-791 {
    width: calc(100% - 195px);
    display: inline-block;
}

.tetxt-privacy {
    width: 365px;
    margin-left: auto;
    font-size: 14px;
}

.contact-p select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 0px solid;
    border-bottom: 1px solid rgb(29 43 56 / 20%);
    padding-top: 2px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    outline: none;
    letter-spacing: normal;
    color: #748494;
    background: white;
}

.contact-p input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    display: block;
    margin: 0 auto;
    /* width: 117px; */
    margin-top: 44px;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
}

.contact-p input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border: 0px solid;
    border-bottom: 1px solid rgb(29 43 56 / 20%);
    padding-top: 2px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    outline: none;
    letter-spacing: normal;
    color: #748494;
}

.contact-p textarea {
    width: 100%;
    width: 100%;
    border: 0px solid;
    border: 1px solid rgb(29 43 56 / 20%);
    padding-top: 2px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    outline: none;
    letter-spacing: normal;
    color: #748494;
}

header.page-header.full-width-div.taxonomy-tomeis {
    background-color: #003263;
    padding: 60px;
    margin-top: 0px;
}

.head-filters.row {
    margin-bottom: 20px;
}

.head-filters.row .col-md-4 {
    margin-bottom: 13px;
}

i.fas.fa-link {
    color: #00aeef;
    font-size: 19px;
    /* font-weight: 500; */
    margin-top: 0px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    /* font-weight: 400; */
}

.file.hidde_element {
    display: none;
}

p.more.silverbuton {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 10px;
    background-color: #00aeef;
    transition: 0.3s all;
    margin: 29px auto;
    cursor: pointer;
    margin-bottom: 0px;
}

.linkaddfilter.active a {
    background-color: #004288;
}

.linkaddfilter.col-md-4 {
    padding-right: 0;
}

.mini.event-date::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2020/03/eventdate.png);
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
}

span.event-date::before {
    content: "";
    width: 15px;
}

span.event-date {
    display: block;
    margin-top: 3px;
}

.event-date.mini {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #748494;
    margin-bottom: 0px;
    margin-top: 9px;
}

span.head_box {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #003263;
    display: block;
}

span.text_box {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    color: #405261;
    display: block;
    margin-top: 6px;
}

.inner_box {
    margin: 10px 0 0 0px;
    padding: 20px 15px;
    background-color: #f8fcfe;
    position: relative;
    border-top: 4px solid #00aeef;
    min-height: 225px;
}

.content_box {
    padding-top: 35px;
}

.row.tomeis_boxes {
    padding-top: 85px;
}

img.icon_box {
    position: absolute;
    top: -46px;
}

.tabcontent ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
.tabcontent ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.tabcontent ol ul li {
    margin: 0 0 0.5rem 0;
    counter-increment: none;
    position: relative;
}

.tabcontent ol li::before {
    content: counter(my-awesome-counter);
    color: #00aeef;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    --size: 25px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    /* transform: rotate(
-10deg
); */
    border: 1px solid #00aeef;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    /* box-shadow: 1px 1px 0 #999; */
}

.tabcontent ol ul li::before {
    content: none;
    color: #00aeef;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    --size: 25px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    /* transform: rotate(
-10deg
); */
    border: 1px solid #00aeef;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    /* box-shadow: 1px 1px 0 #999; */
}

.minixorigos {
    margin-bottom: 3px !important;
}

.extra_button_link {
    width: 100%;
    position: absolute;
}

.extra_button_link a.atach_ekdosi {
    right: 20px;
    top: 10px;
}

.promohead {
    font-size: 44px;
    color: #ffffff;
    line-height: 56px;
    text-align: left;
}

.vc_column-inner.vc_custom_1620374381105 {
    margin-top: 10px;
}

.audio-file {
    margin: 30px 1px;
}

.program_cont.container {
    background-image: url(/wp-content/uploads/2021/05/genikes_back.png);
    padding: 48px;
    background-size: cover;
    max-width: 905px;
}

.program_cont.container span {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #003263;
    max-width: 310px;
    display: block;
}
.program_cont.container a.button_programma {
    background-color: #2a3c8d;
    padding: 13px;
    margin: 0 auto;
    margin-right: 0;
    display: block;
    max-width: 150px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    transition: 0.3s all;
}

.program_cont.container a.button_programma:hover {
    background-color: #00aeef;
}

a.memeber_website h3 {
    margin: 0;
}

.image_nres {
    padding: 15px;
}

.years_gen {
    text-align: center;
}

.years_gen::after {
    content: "";
}

.years_gen::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #004282;
    position: absolute;
    right: 0px;
    top: 18px;
}

.genikes_side {
    display: block;
    max-width: 1090px;
}

.years_gen a {
    background: #00aeef;
    text-align: center;
    color: white;
    margin-right: 20px;
    padding: 10px;
    display: block;
    transition: 0.3s color;
}

.years_gen a:hover {
    background: #004282;
}

.years_gen a.active {
    background: #004282;
}

.genikes_side .slick-prev:before,
.genikes_side .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #004282 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xorigoi-carouser.lastnewfront.margintop80 {
    position: relative;
}

.form-block.moosend-footer input#moosendemail {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    max-width: 256px;
    outline: none;
    padding: 8px;
    width: 100%;
    color: #00aeef;
}

.form-block.moosend-footer input#moosendemail::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00aeef;
    opacity: 1; /* Firefox */
}

.form-block.moosend-footer input#moosendemail:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #00aeef;
}

.form-block.moosend-footer input#moosendemail::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #00aeef;
}

.regular-form button#sub-button {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 8px 25px;
}

.post-3492 .top-event {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .omilites-carouser button.bottom-arrow.slick-arrow,
    button.bottom-arrow-xorigoi.slick-arrow,
    button.bottom-arrow-xorigoi,
    button.bottom-arrow {
        display: none;
    }

    .omilites-carouser button.top-arrow.slick-arrow,
    button.top-arrow-xorigoi.slick-arrow,
    button.top-arrow-xorigoi,
    button.top-arrow {
        display: none;
    }
    .omilitis.slick-slide img {
        margin: 0 auto;
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
        width: 260px;
        height: 260px;
    }

    h5.omilitis-name {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #405261;
        text-align: center;
    }

    .omilitis p {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.09;
        letter-spacing: normal;
        color: #00aeef;
        text-align: center;
    }

    .program_cont.container span {
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        color: #003263;
        max-width: 310px;
        display: block;
        text-align: center;
    }

    .program_cont.container {
        background-position: right;
    }

    .program_cont.container a.button_programma {
        background-color: #2a3c8d;
        padding: 13px;
        margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    .single-ekdiloseis .date-box.top span.future,
    .single-genikes_syneleuseis .date-box.top span.future {
        font-size: 9px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .single-ekdiloseis .date-box.top,
    .single-genikes_syneleuseis .date-box.top {
        width: 70px;
        height: 70px;
        background: #004282;
        color: #00aeef;
        font-size: 16px;
        padding: 7px;
        position: absolute;
        z-index: 9;
        right: -10px;
        top: -22px;
    }

    .program_cont.container span {
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        color: #003263;
        max-width: 310px;
        display: block;
        text-align: center;
    }

    .bottom-entry.row .signin-event.col-md-6 a {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: left;
        color: #00aeef;
        border-bottom: 3px solid;
        position: relative;
        left: 0;
        padding-bottom: 3px;
        bottom: 0;
    }

    .shareb.col-md-6
        .sharing-box.content-margin.content-background.clearfix.bottom {
        width: 175px;
        border-left: 4px solid #65d5ff;
        padding-left: 8px;
        margin-top: 15px;
        margin-bottom: 0px;
        clear: both;
        margin-left: 0;
        margin-right: auto;
    }

    .signin-event.col-md-6 a {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        padding-bottom: 3px;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: center;
        color: #00aeef;
        position: relative;
        right: 0;
        bottom: 10px;
        border-bottom: 3px solid;
        padding-bottom: 15px;
    }

    .single-ekdiloseis .date-box.top span.future,
    .single-genikes_syneleuseis .date-box.top span.future {
        font-size: 9px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .single-ekdiloseis .date-box.top span,
    .single-genikes_syneleuseis .date-box.top span {
        font-size: 14px !important;
    }

    .main-homepage-slider .main-slider-content h2 {
        color: white;
        font-weight: 700;
        padding: 5px 0px 60px 0px;
        margin: 5px 0px;
        max-width: 100%;
        font-size: 24px;
    }

    .main-homepage-slider span.pagingInfo {
        font-size: 0;
        line-height: 0;
        position: absolute;
        z-index: 9999;
        font-family: Helvetica;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.69;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        right: calc(50% - 23px);
        bottom: 29px;
    }

    .main-homepage-slider .main.slick-next {
        right: 126px !important;
    }

    .main-homepage-slider .main.slick-prev {
        right: auto !important;
        left: 129px;
        z-index: 999;
    }

    .main-homepage-slider .main.slick-prev,
    .main.slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        top: auto;
        bottom: 3px !important;
    }

    .promohead {
        font-size: 24px;
        color: #ffffff;
        line-height: 26px;
        text-align: left;
    }

    h4.vc_custom_heading.bold.subtext {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        color: #ffffff;
    }

    .home .news-single-event {
        margin-bottom: 0px;
        height: 528px;
    }

    .people {
        height: 410px;
    }

    .pop-up-box .person-name {
        font-size: 20px;
    }

    .resume-text ul {
        margin-left: 0px;
        padding-left: 5px;
    }

    .imageperson-box {
        height: 345px;
        position: relative;
    }

    .page-id-3382 .imageperson-box {
        height: 254px;
        position: relative;
    }

    .pop-up-box img {
        position: absolute;
        max-width: 90%;
        display: block !important;
    }

    .contact_fields {
        width: 100%;
        margin-left: auto;
        display: block;
        border-top: 4px solid #00aeef;
        margin-bottom: 17px;
        padding-bottom: 10px;
        height: 36px;
    }

    .imageperson-box .mask {
        background-color: #00aeef;
        width: 259px;
        height: 300px;
        position: absolute;
        right: -15px;
        top: 0px;
    }

    .close-share {
        position: absolute;
        right: 0;
        cursor: pointer;
        top: 0px;
        font-size: 31px;
        color: #00aeef;
        background: #e0f7ff;
        width: 50px;
        line-height: 27px;
        height: 50px;
        text-align: center;
        padding: 10px;
        font-weight: bold;
        z-index: 999;
    }

    .resume-text {
        max-height: 330px;
        overflow-y: auto;
        padding: 0;
    }

    .page-id-3382 .pop-up-box img {
        position: relative;
        max-width: 79%;
        display: block !important;
        border: solid 1px #f5f5f5;
        margin: 0 auto;
        top: 62px;
    }

    a.chooseone {
        cursor: pointer;
        font-size: 13px;
    }

    a.chooseonekat {
        cursor: pointer;
        font-size: 13px;
    }

    a.chooseone.closed::after {
        content: "";
        width: 17px;
        height: 17px;
    }

    a.chooseonekat.closed::after {
        content: "";
        width: 17px;
        height: 17px;
    }

    .linkaddfilter.col-md-4 {
        padding: 0px;
    }

    .news-single .image-person.curve {
        height: 231px;
        position: relative;
    }

    .news-single.publications .image-person.curve {
        height: 279px;
        position: relative;
    }

    .news-single.publications .col-md-8 {
        padding: 0px;
        margin-top: 10px;
    }

    .news-single,
    .news-single.publications {
        margin-bottom: 30px;
        height: 413px;
    }

    .image-person.curve.publication img {
        width: 130px;
    }

    .single-ekdoseis .entry-header .row {
        max-width: 890px;
        margin: 0 auto;
        display: block;
    }

    .extra_button_link {
        width: 100%;
        position: relative;
    }

    .extra_button_link a.atach_ekdosi {
        position: unset;
        bottom: auto;
        top: 16px;
        width: 100%;
        left: 0px;
        display: block;
        text-align: center;
        margin: 0px auto 17px;
    }

    .single-ekdoseis .pre-title {
        display: inline-block;
        width: 100%;
        margin-top: 100px;
    }

    .single-ekdoseis .entry-header {
        background: #e0f7ff;
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .single-ekdoseis h1.entry-title {
        font-size: 19px;
        font-weight: bold;
        color: #004282;
    }

    .sharing-box.content-margin.content-background.clearfix.left {
        display: none !important;
    }

    .file {
        border-bottom: 3px dotted #00aeef;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .slick-carousel-omilites {
        margin-top: 15px;
        padding-top: 0px;
    }

    .news-single-event {
        margin-bottom: 60px;
        height: 440px;
    }

    a.atach_ekdosi {
        position: relative;
        bottom: 0px;
    }

    .related-posts .custom-h h3 {
        display: inline-block;
        margin: 3px;
        margin-top: 3px;
        font-size: 21px;
        margin-top: 7px;
    }

    .related-posts.events .date-box {
        width: 70px;
        height: 70px;
        background: #004282;
        color: #00aeef;
        font-size: 11px;
        padding: 7px;
        position: absolute;
        z-index: 9;
        right: -7px;
        top: -4px;
    }

    .related-posts.events .date-box span {
        font-size: 14px !important;
    }

    .related-posts .single-ekdiloseis .date-box span.future {
        font-size: 9px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .related-posts.events .news-single-event {
        margin-bottom: 55px;
        height: 580px;
    }

    .bannerone.clippath1 {
        height: 50%;
        position: relative;
        height: 260px;
    }

    .bannerone.clippath2 {
        height: 50%;
        position: relative;
        height: 260px;
    }

    .main-homepage-lastnews .lastnew {
        padding-left: 15px;
    }

    .image-member.curve {
        height: 231px;
    }

    .single-members_news .company-text {
        margin-top: 20px;
    }

    .single-members_news .company-text .custom-h h3 {
        display: inline-block;
        margin: 3px;
        margin-top: 3px;
        margin-top: 10px;
    }

    .top-event-back-static {
        background-image: url(/wp-content/uploads/2021/06/topeventbgbackmelos.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .top-event-static {
        background-image: url(/wp-content/uploads/2021/06/ginemelosbackground.png) !important;
        background-size: cover !important;
    }
    .mega-toggle-on a.mega-menu-link {
        border-bottom: 0px solid #00aeef !important;
    }

    .news-single-event .news-content {
        padding: 10px;
        height: 250px;
    }

    .post-3492 .vc_row.nomobile {
        background-color: #fff;
    }

    .post-3492 span.title-post {
        color: #405261;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
    }

    /** Slider Home Responsive **/

    .main-homepage-slider .slick-slide {
        height: 100%;
        max-height: 100%;
    }

    .image-slider {
        height: auto;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 56.25%;
    }

    .image-slider.publication {
        background-size: contain;
        background-size: 250px;
        background-repeat: no-repeat;
        background-color: #bcedff;
        background-position: center;
        height: auto;
        background-size: 69%;
        background-position: top center;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 56.25%;
    }

    .main-homepage-slider .main-slider-content {
        position: relative;
        z-index: 99;
        bottom: 0;
        min-height: 120px;
        padding: 15px;
        background: #004481;
        width: 100%;
        background: rgb(0, 68, 129);
        background: #2a3c8d;
        height: 250px;
    }

    .main-homepage-slider .main-slider-content h2 {
        color: white;
        font-weight: 700;
        padding: 25px 0px 15px 0px;
        margin: 5px 0px;
        max-width: 100%;
        font-size: 24px;
    }
}

div#success_subscribe {
    /* background: white; */
    color: white;
    padding-top: 15px;
    font-size: 12px;
}

h2.wsp-pages-title {
    display: none;
}

.mega-menu-item-4417.mega-toggle-on a {
    background: #00aeef !important;
}

.mega-menu-item-4417.mega-toggle-on {
    background: #00aeef !important;
}

#mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link
    > span.mega-indicator::after {
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}

.mobilemenu ul.mega-sub-menu {
    margin-top: 0px !important;
}

li.mega-menu-item-has-children ul li a.mega-menu-link {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 28px !important;
    padding: 0 5px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mobilemenu .site-info {
    font-family: Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #fff;
}

.promo_container.full-width {
    background-position: center !important;
}

.tomeis-list.tomeislinks.inner-tomeas .checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 2px;
}

.tomeis-list.tomeislinks.inner-tomeas .checkbox + .checkbox {
    margin-top: 0;
}

#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    border-bottom: 4px solid #17bdf6;
}

#mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li#mega-menu-item-10230
    > a.mega-menu-link:hover {
    color: #000e56 !important;
}

.menu-top-menu-container ul li a:hover {
    color: #6fd8ff !important;
}

button.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-custom:hover {
    top: 15px;
}

.audios {
    margin-bottom: 20px;
}

section.campaing-docs.publications .col-md-6.top-publication-image {
    min-height: 360px;
}


.page-id-2533 div#content {
    background-color: #fdfdfd;
}
.page-id-2533 .col-md-3.col-sm-6.col-xs-12.news-single {
    min-height: 350px;
}