@charset "UTF-8";
/* 
	Theme Name: Poesy
	Theme URI: http://poesy.gr/
	Author: WebOlution
	Author URI: http://www.webolution.gr
	Tags:
*/
/* Basics - General variables 
------------------------------------------------------*/ :root {
    --main-color: #625868;
    --main-text-color: #171822;
    --secondary-color: #e8e8e8;
    --color-dark: #534C59;
    --light-purple-color: #BEB9C1;
    --light-grey-color: #f7f7f7;
    --normal-gap: 60px;
    --font-size: 14px;
    --font-weight: 500;
    --font-stack: 'Manrope', sans-serif;
    --line-height: 1.2;
}
html, button, input, option, select, textarea {
    font-family: var(--font-stack);
}
html, body {
    height: 100%;
}
html {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    line-height: var(--line-taheight);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
@-moz-document url-prefix() {
    html {
        scrollbar-width: thin;
    }
}
@media only screen and (pointer: fine) and (hover: hover) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    ::-webkit-scrollbar-thumb {
        background: var(--secondary-color);
        border-radius: 3px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: var(--main-color);
    }
}
/* Fix Browsers */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    border: 0;
    margin: 0;
    padding: 0;
}
a:active, a:focus, a:hover, button, input:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
*, *:active, *:visited, *:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: 0;
}
*, *:before, *:after {
    box-sizing: inherit;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.left.main-content.single hr {
    border-top: 5px solid var(--main-color);
    margin-bottom: 18px
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input.button {
    cursor: pointer;
    outline: 0;
    border: none;
}
button, input, option, select, textarea {
    color: var(--main-color);
    border-radius: 0;
}
option {
    margin: 5px 0;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
sub, sup {
    height: 0;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
body, sub, sup {
    line-height: 1;
}
/* Standard Classes */
.wow {
    visibility: hidden;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
section, .section {
    position: relative;
    height: auto;
}
.clearfloat, .maximum, .minimum {
    clear: both;
}
.uppercase, .search-wrapper form input, .sidebar ul.sidebar-menu, footer .sitemap ul {
    text-transform: uppercase;
}
.lowercase {
    text-transform: none;
}
.left, .row, .alignleft {
    float: left;
}
.half {
    width: 50%;
    float: left;
}
.right, .alignleft {
    float: right;
}
.block {
    display: block;
}
.align-center {
    text-align: center;
}
.fix-float:after, #menu-main-navigation:after, footer .maximum:after, footer .copyright:after {
    content: '';
    display: table;
    clear: both;
}
.border-box, .main-article .caption, .maximum, .minimum {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.sticky {
    position: fixed;
}
.relative {
    position: relative;
}
.absolute, .center-both, .center-x, .center-y {
    position: absolute;
}
.center-x {
    left: 50.1%;
    -webkit-transform: translate3d(-50.1%, 0, 0);
    -moz-transform: translate3d(-50.1%, 0, 0);
    -ms-transform: translate3d(-50.1%, 0, 0);
    transform: translate3d(-50.1%, 0, 0);
}
.center-y {
    top: 50.1%;
    -webkit-transform: translate3d(0, -50.1%, 0);
    -moz-transform: translate3d(0, -50.1%, 0);
    -ms-transform: translate3d(0, -50.1%, 0);
    transform: translate3d(0, -50.1%, 0);
}
.center-both {
    top: 50.1%;
    left: 50.1%;
    -webkit-transform: translate3d(-50.1%, -50.1%, 0);
    -moz-transform: translate3d(-50.1%, -50.1%, 0);
    -ms-transform: translate3d(-50.1%, -50.1%, 0);
    transform: translate3d(-50.1%, -50.1%, 0);
}
#logo {
    position: relative;
    z-index: 10000;
}
.flex, .flex-reverse {
    display: flex;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.pointer {
    cursor: pointer;
}
#wrapper, .row {
    width: 100%;
}
#wrapper {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
}
.float-none, .maximum, .minimum {
    margin: 0 auto;
    float: none;
}
.maximum {
    max-width: 1360px;
}
.minimum {
    max-width: 1110px;
}
.anim, #nav-overlay, #menu-main-navigation > li .sub-menu, .btn.more:before, .text-style a[href*="pdf"]:before, .sidebar ul.sidebar-menu li:before, footer .sitemap ul li:before, footer a.news:before, .main-content div.wpcf7 form input[type="submit"]:before, .btn.more.extra, .btn.more .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu .btn.more li, .text-style a.extra[href*="pdf"], .sidebar ul.sidebar-menu li.extra, footer .sitemap ul li.extra, footer a.extra.news, .main-content div.wpcf7 form input.extra[type="submit"], .text-style a[href*="pdf"] .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu .text-style a[href*="pdf"] li, .sidebar ul.sidebar-menu li li, footer a.news .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu footer a.news li, .main-content div.wpcf7 form input[type="submit"] .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu .main-content div.wpcf7 form input[type="submit"] li {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Theme Standards */
.shadow {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(98, 98, 98, 0.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(98, 98, 98, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(98, 98, 98, 0.1);
}
#logo, .block-btn, #logo-responsive {
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10001;
}
::selection {
    background: rgba(0, 0, 0, 0.2);
    color: black;
}
::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
    color: black;
}
@keyframes fade {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
/* Transitions */
.smooth, a#webolution, #menu-main-navigation > li > a, #menu-main-navigation > li > a:after, #menu-main-navigation > li .sub-menu, #menu-main-navigation > li .sub-menu a:before, .bordered-item > article h6 span, .bordered-item > article h6 a, .bordered-item > article h3 span, .bordered-item > article h3 a, .tags > a, .featured .small-article.image h6 span, .featured .small-article.image h6 a, .featured .small-article.image h3 span, .featured .small-article.image h3 a, .sidebar ul.sidebar-menu li a, .sidebar h6 + ul a, .flex.children-2 .large h3 span, .flex.children-2 .large h3 a, .list > :before, .logos a, .archive .sidebars .sidebar .sidebar-menu.articles li a, .pagination li a, .navigation a span, .main-content div.wpcf7 form input[type="submit"], #menu-responsive-navigation .sub-menu, #menu-main-navigation > li.current-menu-item a:before, footer input.knewsbutton {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.smooth.medium, .social li a, nav li a, .text-style a, footer a, .breadcrumbs a {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.btn, .smooth.slow {
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
/* Animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }
}
/* Headings */
h1 {
    font-weight: 700;
    font-size: 2em;
    letter-spacing: -0.4px;
    line-height: 1.2;
}
h1, h2, h3, h4, h5 {
    color: var(--main-color);
    font-family: var(--font-stack);
}
h2, .more-posts h4 {
    font-weight: 700;
    font-size: 2.000em;
    line-height: 30px;
    letter-spacing: -0.45px;
    margin-bottom: calc(var(--normal-gap) / 2);
}
.left.main-content.single h2 {
    font-size: 23px;
}
.left.main-content.single h3 {
    font-size: 19px;
    letter-spacing: normal;
}
h3, h4 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.3px;
    line-height: 1.2;
}
/* Buttons */
.btn {
    --height: 30px;
    height: var(--height);
    line-height: var(--height);
    color: var(--main-text-color);
    font-size: 14px;
    letter-spacing: 0.7px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    position: relative;
}
#menu-main-navigation > li.news:before, .tags:before, .sidebar ul.sidebar-menu li.scale a:before, .sidebar ul.sidebar-menu li.book a:before, .sidebar ul.sidebar-menu li.doc a:before, .sidebar ul.sidebar-menu li.structure a:before, .sidebar ul.sidebar-menu li.group a:before, .sidebar ul.sidebar-menu li.map a:before, .sidebar ul.sidebar-menu li.activities a:before, .sidebar ul.sidebar-menu li.events a:before, .list > :before {
    content: '';
}
/*  Text-style */
a {
    color: var(--main-text-color);
}
.text-style {
    font-size: 1.143em;
    color: var(--main-text-color);
    line-height: 1.45;
    letter-spacing: 1px;
    font-weight: 400;
}
.text-style h1, .text-style h3, .text-style h4, .text-style p, .text-style blockquote, .text-style ul, .text-style ol {
    margin-bottom: 1.4em;
}
.text-style h1:last-child, .text-style h3:last-child, .text-style h4:last-child, .text-style p:last-child, .text-style blockquote:last-child, .text-style ul:last-child, .text-style ol:last-child {
    margin-bottom: 0;
}
.text-style strong {
    font-weight: 800;
}
.text-style ul, .text-style ol {
    padding-left: 18px;
    line-height: 1.6;
}
.text-style ul {
    list-style-type: square;
}
.text-style ol {
    list-style-type: decimal;
}
.text-style blockquote {
    font-weight: 800;
    color: var(--main-color);
    font-style: italic;
}
.text-style blockquote p {
    font-size: 1.286em;
    display: inline;
    position: relative;
    line-height: 1.1 !important;
}
.text-style blockquote p:before, .text-style blockquote p:after {
    content: '"';
    font-size: 1.286em;
}
.text-style .block-ul ul {
    padding-left: 0;
    list-style: none;
}
.text-style .block-ul ul li {
    padding: 5px 10px;
}
.text-style .block-ul ul li:not(:first-child) {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.text-style .block-ul ul li:nth-child(2n) {
    background: var(--light-grey-color);
}
.text-style .block-ul ul li a {
    font-weight: 600;
    line-height: 1.3;
    border-bottom: solid 1px transparent;
}
.text-style .block-ul ul li a:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}
.text-style:not(.bordered-item):not(.link-img) p a:not([class]):not([href*="pdf"]) {
    font-weight: 600;
    display: inline;
    border-bottom: solid 1px;
}
.text-style:not(.bordered-item):not(.link-img) p a:not([class]):not([href*="pdf"]):hover {
    color: var(--main-color);
}
.text-style a[href*="pdf"] {
    line-height: 40px;
    height: 40px;
    padding: 0 2em 0 1em;
    display: inline-block;
    border-bottom: solid 1px #afafaf;
    background: url(images/pdf.svg) right 10px center no-repeat;
    margin-bottom: 1.4em;
}
.text-style a[href*="pdf"]:before {
    height: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: -1 !important;
}
.text-style a[href*="pdf"]:after {
    display: none;
}
.text-style a[href*="pdf"]:hover {
    color: var(--main-color);
}
.text-style a[href*="pdf"]:hover:before {
    height: 100% !important;
    width: 100% !important;
}
.text-style p a[href*="pdf"] {
    line-height: initial;
    height: auto;
    margin-bottom: 0 !important;
    background-size: auto 16px !important;
}
.text-style.link-img a {
    filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
}
.text-style.link-img a img {
    float: none !important;
    margin: 0 0 1em !important;
    width: initial !important;
}
.text-style.link-img a:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.text-style.link-img p {
    font-weight: 600;
    font-size: 0.929em;
    letter-spacing: 0.8px;
    padding-bottom: 1em;
    position: relative;
}
.text-style.link-img p:not(:last-of-type):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}
.text-style a.block {
    text-align: center;
}
.text-style p:last-child {
    margin-bottom: 0 !important;
}
.text-style h5, .text-style h6 {
    font-size: 1.143em;
    margin-bottom: 1em;
    color: var(--main-color);
}
/*.single .text-style p:last-of-type { margin-bottom: 0 !important; }*/
.single .text-style .cli_cookie_category_single_description p {
    margin-bottom: 1em !important;
}
table.wt-cli-element.cookielawinfo-classic.cookielawinfo-row-cat-table {
    font-family: 'Manrope', sans-serif !important;
}
table.wt-cli-element.cookielawinfo-classic.cookielawinfo-row-cat-table td {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}
.cookielawinfo-column-1 {
    width: 28% !important;
}
.cookielawinfo-column-3 {
    width: 18% !important;
}
.cookielawinfo-column-4 {
    width: 54% !important;
}
img.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.margin-top, .margins {
    margin-top: var(--normal-gap);
}
.margin-bottom, .margins {
    margin-bottom: var(--normal-gap);
}
.mt-small {
    margin-top: calc(var(--normal-gap) / 2);
}
.mb-small {
    margin-bottom: calc(var(--normal-gap) / 2);
}
.mt-large {
    margin-top: calc(var(--normal-gap) * 1.5);
}
.mb-large {
    margin-bottom: calc(var(--normal-gap) * 1.5);
}
.pt-small {
    padding-top: calc(var(--normal-gap) / 2);
}
.pb-small {
    padding-bottom: calc(var(--normal-gap) / 2);
}
.padding-top {
    padding-top: var(--normal-gap);
}
.padding-bottom {
    padding-bottom: var(--normal-gap);
}
.border-top {
    border-top: solid 10px var(--main-color);
}
.border-bottom {
    border-bottom: solid 10px var(--main-color);
}
/* Desktop Specific */
@media only screen and (hover: hover) and (pointer: fine) { /* Desktop Rules Only*/
}
/* Header */
header.scroll + section {
    margin-top: var(--height);
}
header .logos {
    margin-top: 14px;
    margin-right: 20px;
}
header .logos a {
    width: 50px;
    height: 50px;
}
.logos.dark a.ifj {
    background: url(images/ifj_logo-dark.svg) left top no-repeat;
    background-size: auto 100%;
}
.logos.dark a.efj {
    background: url(images/efj-logo-dark.png) left top no-repeat;
    background-size: auto 100%;
}
.search-wrapper form input::placeholder {
    font-weight: 800;
}
.search-wrapper form input:focus-within, .search-wrapper form input:focus {
    background: transparent !important;
}
.search-wrapper .search:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    mask: url(images/search.svg) center center no-repeat;
    -webkit-mask: url(images/search.svg) center center no-repeat;
    z-index: 1;
}
.search-wrapper .search:hover {
    background: var(--main-color);
}
.search-wrapper .search:hover:after {
    background: #fff;
}
/* Nav */
nav {
    width: auto;
}
/* Logo */
#logo {
    /*    width: 210px;
    height: 60px;*/
    width: 230px;
    height: 75px;
    float: left;
}
.button {
    display: none;
}
#nav-overlay {
    display: none;
}
/* Main Menu Navigation */
#menu-main-navigation li.home a {
    padding-left: 52px;
    position: relative;
}
#menu-main-navigation li.home a:before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 12px;
    height: 100%;
    left: 20px;
    top: 0;
    background: var(--main-text-color);
    mask: url(images/home.svg) center center no-repeat;
    -webkit-mask: url(images/home.svg) center center no-repeat;
    mask-size: auto 12px;
    -webkit-mask-size: auto 12px;
}
#menu-main-navigation li.home.current-menu-item a:before {
    background: var(--main-color);
}
#menu-main-navigation li.home:hover a:before {
    background: #fff;
}
#menu-main-navigation > li > a:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--main-color);
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
}
#menu-main-navigation > li.current-menu-item a {
    color: var(--main-color);
    font-weight: 800;
}
#menu-main-navigation > li.current-menu-item:not(.home) a:before {
    content: '';
    display: block;
    background: var(--main-color);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#menu-main-navigation > li.news {
    position: relative;
}
#menu-main-navigation > li.news:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: var(--secondary-color);
}
#menu-main-navigation > li:hover > a {
    color: #fff;
}
#menu-main-navigation > li:hover > a:after {
    height: 100%;
}
#menu-main-navigation > li .sub-menu {
    --line-height: 40px;
    overflow: hidden;
    left: 0;
    height: 0;
    background: var(--main-color);
    position: absolute;
    min-width: calc(100% + 30px);
    top: 100%;
}
#menu-main-navigation > li:hover .sub-menu {
    overflow: visible
}
#menu-main-navigation > li .sub-menu li {
    position: relative;
}
#menu-main-navigation > li .sub-menu li:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--secondary-color);
}
#menu-main-navigation > li .sub-menu a {
    color: #fff;
    padding: 0 20px;
    line-height: var(--line-height);
    display: block;
    font-weight: 700;
    letter-spacing: 1.8px;
    white-space: nowrap;
    position: relative;
}
#menu-main-navigation > li .sub-menu a:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}
#menu-main-navigation > li .sub-menu a:hover {
    color: var(--main-color);
}
#menu-main-navigation > li .sub-menu a:hover:before {
    height: 100%;
}
#menu-main-navigation > li.menu-item-has-children {
    position: relative;
}
#menu-main-navigation > li.menu-item-has-children > a {
    padding-right: 42px;
}
#menu-main-navigation > li.menu-item-has-children:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 1;
    top: 25px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--main-color);
    z-index: 10;
}
#menu-main-navigation > li.menu-item-has-children:hover:before {
    border-top: 8px solid #fff;
}
#menu-main-navigation > li.menu-item-has-children.children-1:hover .sub-menu {
    height: calc(1 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-2:hover .sub-menu {
    height: calc(2 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-3:hover .sub-menu {
    height: calc(3 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-4:hover .sub-menu {
    height: calc(4 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-5:hover .sub-menu {
    height: calc(5 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-6:hover .sub-menu {
    height: calc(6 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-7:hover .sub-menu {
    height: calc(7 * var(--line-height));
}
#menu-main-navigation > li.menu-item-has-children.children-8:hover .sub-menu {
    height: calc(8 * var(--line-height));
}
#menu-main-navigation > li a[href="#"] {
    pointer-events: none;
    cursor: default;
}
/* Icons */
.pin, .tel, .mail {
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
}
.pin:before, .tel:before, .mail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
}
.pin:before {
    mask: url(images/pin.svg) left 4px no-repeat;
    -webkit-mask: url(images/pin.svg) left 4px no-repeat;
    mask-size: auto 15px;
    -webkit-mask-size: auto 15px;
}
.tel:before {
    mask: url(images/tel.svg) 2px center no-repeat;
    -webkit-mask: url(images/tel.svg) 2px center no-repeat;
    mask-size: auto 12px;
    -webkit-mask-size: auto 12px;
}
.mail:before {
    mask: url(images/mail.svg) 2px center no-repeat;
    -webkit-mask: url(images/mail.svg) 2px center no-repeat;
    mask-size: 13px auto;
    -webkit-mask-size: 13px auto;
}
footer .pin:before, footer .tel:before, footer .mail:before {
    background: #fff;
}
.sidebar .pin:before, .sidebar .tel:before, .sidebar .mail:before {
    background: var(--main-color);
}
.sidebar .tel:before {
    mask-position: 2px 6px;
    -webkit-mask-position: 2px 6px;
}
.sidebar .mail:before {
    mask-position: 2px 5px;
    -webkit-mask-position: 2px 5px;
}
/* slider-1 Section */
.main-article .caption h2 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.2;
    margin-bottom: var(--margin);
    max-width: 100%;
}
.main-article .caption h2 a {
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: var(--main-text-color);
    display: inline;
    border-bottom: solid 2px;
    border-color: #0d4e7600;
}
.main-article .caption h2 a:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}
.main-article .caption p {
    margin-bottom: var(--margin);
}
.bordered-item:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(98, 98, 98, 0.1);
    box-shadow: 0px 0px 10px 2px rgba(98, 98, 98, 0.1);
}
.bordered-item:hover > article h6 span, .bordered-item:hover > article h3 span, .bordered-item:hover > article h6 a, .bordered-item:hover > article h3 a {
    border-color: var(--main-color);
    color: var(--main-color) !important;
}
.bordered-item > article > div .date {
    margin: 14px 0 12px;
}
.bordered-item > article > div > * {
    float: left;
}
.bordered-item > article img {
    width: 100%;
}
.bordered-item > article h6, .bordered-item > article h3, .bordered-item > article p:not(:last-of-type) {
    margin-bottom: var(--margin);
}
.bordered-item > article p {
    font-weight: 600;
    opacity: 0.8;
}
.bordered-item > article p:last-child::nth-last-line(1) {
    opacity: 0.4;
}
.bordered-item > article p:last-child::nth-last-line(3) {
    opacity: 0.8;
}
.bordered-item > article p:last-child::nth-last-line(2) {
    opacity: 0.6;
}
.bordered-item > article h6, .bordered-item > article h3 {
    font-size: 1.3em;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 1.2px;
}
.bordered-item > article h6 span, .bordered-item > article h6 a, .bordered-item > article h3 span, .bordered-item > article h3 a {
    color: var(--main-text-color);
    display: inline;
    border-bottom: solid 2px;
    border-color: #62586800;
}
.bordered-item > article > div:not(.caption) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bordered-item > article > div:after {
    content: attr(data-index);
    line-height: 0.8;
    opacity: 0.06;
    font-size: 5em;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    font-weight: 800;
    letter-spacing: -4px;
}
.bordered-item.small-article {
    padding: calc(var(--normal-gap) / 2);
    height: auto;
}
.bordered-item.small-article > article {
    padding-top: 0;
    height: 100%;
}
.tags {
    --margin: 20px;
    line-height: var(--margin);
    padding-left: calc(1.5 * var(--margin));
    font-size: 0.857em;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--main-color);
    position: relative;
}
.tags:before {
    position: absolute;
    display: block;
    left: 0;
    height: 100%;
    width: 20px;
    background: url(images/tag.svg) center center no-repeat;
    margin-right: 1em;
}
.tags > * {
    display: inline-block;
}
.tags > a {
    border-bottom: solid 1px transparent;
}
.tags > a:hover {
    border-color: var(--main-color);
}
.slider-1 {
    --gap: 40px;
    --margin: 20px;
    --caption-height: 300px;
}
.slider-1 .swiper-container .swiper-wrapper {
    height: 70vh;
    height: calc(var(--vh, vh) * 70);
    cursor: grab;
}
.slider-1 .swiper-container .swiper-slide {
    width: 60% !important;
    padding: 0 calc(2 * var(--normal-gap));
    height: 100% !important;
}
.slider-1 .swiper-container .swiper-slide .caption {
    opacity: 0;
}
.slider-1 .swiper-container .swiper-slide.swiper-slide-active .caption {
    -moz-transition: opacity 0.2s ease 0.1s;
    -webkit-transition: opacity 0.2s ease 0.1s;
    -o-transition: opacity 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s;
    opacity: 1;
}
.slider-1 .swiper-button-next, .slider-1 .swiper-button-prev {
    display: block;
    height: var(--gap);
    width: var(--gap);
    bottom: calc(0.5 * (var(--caption-height) - var(--gap)));
    top: auto !important;
}
.slider-1 .swiper-button-next:after, .slider-1 .swiper-button-prev:after {
    text-align: center;
    font-size: 1.3em;
    line-height: var(--gap);
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background-color: var(--main-color);
}
.slider-1 .swiper-button-next {
    right: var(--normal-gap);
}
.slider-1 .swiper-button-prev {
    right: calc(var(--normal-gap) + var(--gap) + 10px);
    left: auto;
}
.btn.more, .text-style a[href*="pdf"], .sidebar ul.sidebar-menu li, footer .sitemap ul li, footer a.news, .main-content div.wpcf7 form input[type="submit"] {
    position: relative;
}
.btn.more span, .btn.more a, .text-style a[href*="pdf"] span, .sidebar ul.sidebar-menu li span, footer .sitemap ul li span, footer a.news span, .main-content div.wpcf7 form input[type="submit"] span, .text-style a[href*="pdf"] a, .sidebar ul.sidebar-menu li a, footer .sitemap ul li a, footer a.news a, .main-content div.wpcf7 form input[type="submit"] a {
    position: relative;
    z-index: 10;
}
.btn.more:before, .text-style a[href*="pdf"]:before, .sidebar ul.sidebar-menu li:before, footer .sitemap ul li:before, footer a.news:before, .main-content div.wpcf7 form input[type="submit"]:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 30px;
    height: 3px;
    left: -5px;
    bottom: -3px;
    background: var(--secondary-color);
    -moz-transition: height 0.2s ease 0.2s, width 0.2s ease-out 0s;
    -webkit-transition: height 0.2s ease 0.2s, width 0.2s ease-out 0s;
    -o-transition: height 0.2s ease 0.2s, width 0.2s ease-out 0s;
    transition: height 0.2s ease 0.2s, width 0.2s ease-out 0s;
}
.btn.more:after, .text-style a[href*="pdf"]:after, .sidebar ul.sidebar-menu li:after, footer .sitemap ul li:after, footer a.news:after, .main-content div.wpcf7 form input[type="submit"]:after {
    content: '\279E';
    font-size: 1.2em;
    margin-left: 5px;
    line-height: 30px;
    position: absolute;
}
.btn.more.white:before, .text-style a.white[href*="pdf"]:before, .sidebar ul.sidebar-menu li.white:before, footer .sitemap ul li.white:before, footer a.white.news:before, .main-content div.wpcf7 form input.white[type="submit"]:before {
    background: #fff;
}
.btn.more:hover:before, .text-style a[href*="pdf"]:hover:before, .sidebar ul.sidebar-menu li:hover:before, footer .sitemap ul li:hover:before, footer a.news:hover:before, .main-content div.wpcf7 form input[type="submit"]:hover:before {
    -moz-transition: height 0.2s ease 0s, width 0.2s ease-out 0.2s;
    -webkit-transition: height 0.2s ease 0s, width 0.2s ease-out 0.2s;
    -o-transition: height 0.2s ease 0s, width 0.2s ease-out 0.2s;
    transition: height 0.2s ease 0s, width 0.2s ease-out 0.2s;
    height: calc(100% + 6px);
    width: 70%;
}
.btn.more.extra, .btn.more .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu .btn.more li, .text-style a.extra[href*="pdf"], .sidebar ul.sidebar-menu li.extra, footer .sitemap ul li.extra, footer a.extra.news, .main-content div.wpcf7 form input.extra[type="submit"], .text-style a[href*="pdf"] .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu .text-style a[href*="pdf"] li, .sidebar ul.sidebar-menu li li, footer a.news .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu footer a.news li, .main-content div.wpcf7 form input[type="submit"] .sidebar ul.sidebar-menu li, .sidebar ul.sidebar-menu .main-content div.wpcf7 form input[type="submit"] li {
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4);
    background: var(--main-color);
    line-height: var(--normal-gap);
    height: var(--normal-gap);
    padding: 0 calc(var(--normal-gap) / 2);
    letter-spacing: 1.4px;
}
.btn.more.extra:before, .btn.more .sidebar ul.sidebar-menu li:before, .sidebar ul.sidebar-menu .btn.more li:before, .text-style a.extra[href*="pdf"]:before, .sidebar ul.sidebar-menu li.extra:before, footer .sitemap ul li.extra:before, footer a.extra.news:before, .main-content div.wpcf7 form input.extra[type="submit"]:before, .text-style a[href*="pdf"] .sidebar ul.sidebar-menu li:before, .sidebar ul.sidebar-menu .text-style a[href*="pdf"] li:before, .sidebar ul.sidebar-menu li li:before, footer a.news .sidebar ul.sidebar-menu li:before, .sidebar ul.sidebar-menu footer a.news li:before, .main-content div.wpcf7 form input[type="submit"] .sidebar ul.sidebar-menu li:before, .sidebar ul.sidebar-menu .main-content div.wpcf7 form input[type="submit"] li:before {
    background: var(--light-purple-color);
    left: 0;
    bottom: 0;
    height: 0;
    width: 50%;
}
.btn.more.extra:hover, .btn.more .sidebar ul.sidebar-menu li:hover, .sidebar ul.sidebar-menu .btn.more li:hover, .text-style a.extra[href*="pdf"]:hover, .sidebar ul.sidebar-menu li.extra:hover, footer .sitemap ul li.extra:hover, footer a.extra.news:hover, .main-content div.wpcf7 form input.extra[type="submit"]:hover, .text-style a[href*="pdf"] .sidebar ul.sidebar-menu li:hover, .sidebar ul.sidebar-menu .text-style a[href*="pdf"] li:hover, .sidebar ul.sidebar-menu li li:hover, footer a.news .sidebar ul.sidebar-menu li:hover, .sidebar ul.sidebar-menu footer a.news li:hover, .main-content div.wpcf7 form input[type="submit"] .sidebar ul.sidebar-menu li:hover, .sidebar ul.sidebar-menu .main-content div.wpcf7 form input[type="submit"] li:hover {
    color: var(--main-text-color);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.btn.more.extra:hover:before, .btn.more .sidebar ul.sidebar-menu li:hover:before, .sidebar ul.sidebar-menu .btn.more li:hover:before, .text-style a.extra[href*="pdf"]:hover:before, .sidebar ul.sidebar-menu li.extra:hover:before, footer .sitemap ul li.extra:hover:before, footer a.extra.news:hover:before, .main-content div.wpcf7 form input.extra[type="submit"]:hover:before, .text-style a[href*="pdf"] .sidebar ul.sidebar-menu li:hover:before, .sidebar ul.sidebar-menu .text-style a[href*="pdf"] li:hover:before, .sidebar ul.sidebar-menu li li:hover:before, footer a.news .sidebar ul.sidebar-menu li:hover:before, .sidebar ul.sidebar-menu footer a.news li:hover:before, .main-content div.wpcf7 form input[type="submit"] .sidebar ul.sidebar-menu li:hover:before, .sidebar ul.sidebar-menu .main-content div.wpcf7 form input[type="submit"] li:hover:before {
    height: 100%;
    width: 100%;
}
.btn.more.extra:after, .btn.more .sidebar ul.sidebar-menu li:after, .sidebar ul.sidebar-menu .btn.more li:after, .text-style a.extra[href*="pdf"]:after, .sidebar ul.sidebar-menu li.extra:after, footer .sitemap ul li.extra:after, footer a.extra.news:after, .main-content div.wpcf7 form input.extra[type="submit"]:after, .text-style a[href*="pdf"] .sidebar ul.sidebar-menu li:after, .sidebar ul.sidebar-menu .text-style a[href*="pdf"] li:after, .sidebar ul.sidebar-menu li li:after, footer a.news .sidebar ul.sidebar-menu li:after, .sidebar ul.sidebar-menu footer a.news li:after, .main-content div.wpcf7 form input[type="submit"] .sidebar ul.sidebar-menu li:after, .sidebar ul.sidebar-menu .main-content div.wpcf7 form input[type="submit"] li:after {
    display: none !important;
}
/* Featured Articles */
.featured {
    --gap: 40px;
    --margin: 20px;
    --caption-height: 300px;
}
.featured .wrapper {
    height: calc(100vh - 320px);
    height: calc((var(--vh, vh) * 100) - 320px);
    min-height: 700px;
    position: relative;
    max-height: 720px;
}
.featured .main-article {
    width: calc(50% - var(--gap));
    float: left;
    height: 100%;
    padding: 0 var(--gap);
}
.featured .small-article {
    float: left;
    width: calc(25% - (var(--gap) / 2));
    height: calc(50% - (var(--gap) / 2));
    overflow: hidden;
}
.featured .small-article:first-of-type {
    margin-bottom: var(--gap);
}
.featured .small-article.image article {
    height: 100%;
    position: relative;
}
.featured .small-article.image .img {
    height: 68%;
    width: 100%;
}
.featured .small-article.image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--light-grey-color);
    padding: 25px;
    width: 100%;
}
.featured .small-article.image .caption .date {
    font-size: 1em;
}
.featured .small-article.image:hover > article h6 span, .featured .small-article.image:hover > article h3 span, .featured .small-article.image:hover > article h6 a, .featured .small-article.image:hover > article h3 a {
    border-color: var(--main-color);
    color: var(--main-color) !important;
}
.featured .small-article.image h6, .featured .small-article.image h3 {
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 1.4px;
}
.featured .small-article.image h6 span, .featured .small-article.image h6 a, .featured .small-article.image h3 span, .featured .small-article.image h3 a {
    color: var(--main-text-color);
    display: inline;
    border-bottom: solid 1px;
    border-color: #62586800;
}
.featured .small-article.image h3 span, .bordered-item > article h6 span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar ul.sidebar-menu li.scale, .sidebar ul.sidebar-menu li.map {
    border-bottom: solid 5px var(--main-color);
}
.sidebar ul.sidebar-menu li a {
    padding-left: calc(var(--normal-gap) / 3);
}
.sidebar ul.sidebar-menu li.scale a, .sidebar ul.sidebar-menu li.doc a, .sidebar ul.sidebar-menu li.structure a, .sidebar ul.sidebar-menu li.group a, .sidebar ul.sidebar-menu li.map a, .sidebar ul.sidebar-menu li.activities a, .sidebar ul.sidebar-menu li.events a, .sidebar ul.sidebar-menu li.book a {
    padding-left: 47px;
}
.sidebar ul.sidebar-menu li.scale a:before, .sidebar ul.sidebar-menu li.doc a:before, .sidebar ul.sidebar-menu li.structure a:before, .sidebar ul.sidebar-menu li.group a:before, .sidebar ul.sidebar-menu li.map a:before, .sidebar ul.sidebar-menu li.activities a:before, .sidebar ul.sidebar-menu li.events a:before, .sidebar ul.sidebar-menu li.book a:before {
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    left: 10px;
    top: 0;
    z-index: 10;
    background: var(--main-text-color);
    pointer-events: none;
}
.sidebar ul.sidebar-menu li.scale a:before {
    width: 30px;
    mask: url(images/scale.svg) left center no-repeat;
    mask-size: 30px auto;
    -webkit-mask: url(images/scale.svg) left center no-repeat;
    -webkit-mask-size: 30px auto;
    left: 3px;
}
.sidebar ul.sidebar-menu li.book a:before {
    width: 30px;
    mask: url(images/book.svg) left center no-repeat;
    mask-size: 30px auto;
    -webkit-mask: url(images/book.svg) left center no-repeat;
    -webkit-mask-size: 28px auto;
    left: 5px;
}
.sidebar ul.sidebar-menu li.doc a:before {
    mask: url(images/doc.svg) center center no-repeat;
    mask-size: 25px auto;
    -webkit-mask: url(images/doc.svg) center center no-repeat;
    -webkit-mask-size: 25px auto;
}
.sidebar ul.sidebar-menu li.structure a:before {
    mask: url(images/structure.svg) center center no-repeat;
    mask-size: 25px auto;
    -webkit-mask: url(images/structure.svg) center center no-repeat;
    -webkit-mask-size: 25px auto;
}
.sidebar ul.sidebar-menu li.group a:before {
    mask: url(images/group.svg) center center no-repeat;
    mask-size: 25px auto;
    -webkit-mask: url(images/group.svg) center center no-repeat;
    -webkit-mask-size: 25px auto;
}
.sidebar ul.sidebar-menu li.map a:before {
    mask: url(images/map.svg) center center no-repeat;
    mask-size: 25px auto;
    -webkit-mask: url(images/map.svg) center center no-repeat;
    -webkit-mask-size: 25px auto;
}
.sidebar ul.sidebar-menu li.activities a:before {
    mask: url(images/activities-01.svg) center center no-repeat;
    mask-size: 25px auto;
    -webkit-mask: url(images/activities-01.svg) center center no-repeat;
    -webkit-mask-size: 23px auto;
}
.sidebar ul.sidebar-menu li.events a:before {
    mask: url(images/events.svg) center center no-repeat;
    mask-size: 25px auto;
    -webkit-mask: url(images/events.svg) center center no-repeat;
    -webkit-mask-size: 25px auto;
}
.sidebar ul.sidebar-menu li:before {
    height: 0;
    width: 40px;
    bottom: 0;
    left: 0;
}
.sidebar ul.sidebar-menu li:hover:before {
    height: 100%;
    width: 100%;
}
.sidebar ul.sidebar-menu li:hover a {
    color: var(--main-color);
}
.sidebar ul.sidebar-menu li:hover a:before {
    background: var(--main-color);
}
.sidebar ul.sidebar-menu li:after {
    display: none;
}
.sidebar h6 {
    margin: calc(var(--gap) / 2) 0;
    line-height: 1;
    font-size: 1.143em;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--main-color);
}
.sidebar h6:first-child {
    margin-top: 0;
}
.sidebar h6 + ul {
    line-height: 1.7;
    font-size: 0.929em;
}
.sidebar h6 + ul a {
    display: inline-block;
    color: var(--main-text-color);
}
.sidebar h6 + ul a:hover {
    color: var(--main-color);
}
.date {
    font-size: 0.929em;
    font-weight: 600;
    margin-bottom: 1em;
    display: block;
    opacity: 0.6;
    color: var(--main-color);
    width: 100%;
}
.highlight > h3, .highlight > h4, .highlight > h5 {
    font-weight: 700;
    font-size: 2.000em;
    line-height: 1;
    letter-spacing: -0.45px;
    margin-bottom: calc(var(--normal-gap) / 2);
}
.flex .large {
    width: 60%;
}
.flex .small {
    width: 40%;
}
.flex.children-2 {
    justify-content: space-between;
}
.flex.children-2 .small[class*="slider"] + .large {
    padding: var(--normal-gap);
}
.flex.children-2 .large {
    background: var(--light-grey-color);
}
.flex.children-2 .large h3 {
    font-size: 1.429em;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.8px;
}
.flex.children-2 .large h3 span, .flex.children-2 .large h3 a {
    display: inline;
    border-bottom: solid 2px;
    border-color: #62586800;
    color: var(--main-text-color);
}
.flex.children-2 .large h3:hover a {
    border-color: var(--main-color);
    color: var(--main-color) !important;
}
.flex.columns > * {
    padding: 0 30px;
}
.flex.grid {
    --margin: 20px;
    flex-wrap: wrap;
}
.flex.grid > * {
    width: calc((100% - (2 * var(--normal-gap))) / 3);
}
.flex.grid > *:nth-child(n + 4) {
    margin-top: var(--normal-gap);
}
.flex.grid > *:not(:nth-child(3n)) {
    margin-right: var(--normal-gap);
}
.flex.grid .tags {
    position: absolute;
    bottom: 0;
    left: 0;
}
.list .title {
    font-size: 1.143em;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.8;
    font-family: var(--font-stack);
    display: block;
}
.list > * {
    min-height: 70px;
    background-color: #fff !important;
    position: relative;
    position: relative;
    flex: 1;
}
.list > *:before {
    position: absolute;
    height: 1px;
    width: 80%;
    left: 10%;
    bottom: 0px;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 -5px 13px 1px rgba(0, 0, 0, 0.2);
}
.list > *:hover:before {
    opacity: 1;
}
.list > *:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: var(--secondary-color);
    right: 0;
}
.slider-dotted {
    border-top: solid 1px var(--secondary-color);
    border-bottom: solid 1px var(--secondary-color);
    border-left: solid 1px var(--secondary-color);
}
.slider-dotted .swiper-container {
    height: 100%;
    overflow: visible !important;
}
.slider-dotted .swiper-slide {
    background: var(--secondary-color);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.slider-dotted .swiper-pagination {
    text-align: center;
}
.slider-dotted .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 4px !important;
    border-radius: 0 !important;
    background: #fff;
    opacity: 0.65;
}
.slider-dotted .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
/* Related Posts */
.more-posts h4 {
    margin-bottom: calc(var(--normal-gap) / 2);
}
.logos a {
    width: 60px;
    height: 60px;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: left;
}
.logos a:not(:first-child) {
    margin-left: var(--margin, 20px);
}
.logos a.ifj {
    background: url(images/ifj_logo.svg) left top no-repeat;
    background-size: auto 100%;
}
.logos a.efj {
    background: url(images/efj-logo.png) left top no-repeat;
    background-size: auto 100%;
}
.logos a:hover {
    opacity: 1;
}
/* Footer */
footer .maximum {
    --margin: 20px;
    line-height: 20px;
    background: var(--main-color);
}
footer .maximum, footer .maximum a {
    color: var(--light-grey-color);
}
footer .maximum .logo {
    display: block;
    width: 210px;
    height: 65px;
    margin-bottom: calc(1.5 * var(--margin));
    background-size: 100% auto !important;
}
footer .maximum h6 {
    color: #fff;
}
footer .maximum.flex > div {
    width: 33.3%;
}
footer .maximum.flex > div:not(.map) {
    padding: 40px 40px 20px;
}
footer .maximum.flex > div h6, footer .maximum.flex > div p:not(:last-child) {
    margin-bottom: var(--margin);
}
footer .maximum.flex > div h6 {
    font-size: 1.143em;
    font-weight: 800;
    letter-spacing: 2px;
}
footer .col > ul {
    margin-bottom: var(--margin);
}
footer ul:not(:last-of-type) {
    margin-bottom: 20px;
}
/*footer .map { filter: grayscale(0.4) saturate(0.9); -webkit-filter: grayscale(0.4) saturate(0.9); }*/
footer .sitemap .flex {
    justify-content: space-between;
}
footer .sitemap ul {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    letter-spacing: 1px;
}
footer .sitemap ul li {
    position: relative;
    width: 100%;
    border-bottom: solid 1px #afafaf;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0;
    line-height: 1.15;
    font-size: 13px;
}
footer .sitemap ul li small {
    text-transform: none;
}
footer .sitemap ul li a {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 5px;
}
footer .sitemap ul li:before {
    bottom: 0;
    height: 0;
    left: 0;
    width: 50%;
    background-color: var(--color-dark);
}
footer .sitemap ul li:hover:before {
    height: 100%;
    width: 100%;
}
footer .sitemap ul li:after {
    display: none;
}
footer a.news {
    display: inline-block;
    padding: 0 var(--margin);
    margin-top: 8px;
    line-height: calc(2 * var(--margin));
    background: var(--color-dark);
    font-size: 0.929em;
    letter-spacing: 0.7px;
    margin-left: -5px;
    margin-right: 10px;
}
footer a.news:after {
    display: none;
}
footer a.news:before {
    height: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}
footer a.news:hover span {
    color: var(--color-dark);
}
footer a.news:hover:before {
    height: 100%;
    width: 100%;
}
footer .copyright {
    margin-bottom: var(--normal-gap);
    padding: 0 var(--normal-gap);
    height: var(--normal-gap);
    background: var(--color-dark);
    line-height: var(--normal-gap);
    column-gap: var(--margin);
    white-space: nowrap;
}
footer ul.social-media {
    display: block;
    width: 100%;
}
footer ul.social-media li, ul.social-media li {
    width: 30px;
    display: inline-block;
    margin-right: 12px;
    border: none;
}
footer ul.social-media li:before {
    display: none;
}
footer ul.social-media li a, ul.social-media li a {
    text-align: left;
    text-indent: -9999px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/fb-01.svg) center center no-repeat;
}
footer ul.social-media li {
    margin-right: 15px;
}
footer ul.social-media li a {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    background-size: 10px auto;
}
footer ul.social-media li.instagram a {
    background-size: 23px auto;
}
footer ul.social-media li.youtube a {
    background-size: 21px auto;
}
ul.social-media li.instagram a {
    background: url(images/instagram-01.svg) center center no-repeat;
}
ul.social-media li.youtube a {
    background: url(images/youtube-01.svg) center center no-repeat;
}
header ul.social-media li a {
    background: url(images/fb.svg) center center no-repeat;
    background-size: 12px auto;
}
header ul.social-media li.instagram a {
    background: url(images/instagram.svg) center center no-repeat;
    background-size: 26px auto;
}
header ul.social-media li.youtube a {
    background: url(images/youtube.svg) center center no-repeat;
    background-size: 23px auto;
}
footer ul.social-media li a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}
#webolution {
    display: inline-block;
    color: transparent !important;
    margin-left: 3px;
    background: url(images/webolution.svg) left center no-repeat;
    background-size: auto 23px;
    padding: 0 10px;
}
#webolution:selection {
    background: none;
    color: transparent;
}
/* Extras */
/* Archive Page */
.breadcrumbs {
    margin-top: -10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.breadcrumbs li {
    display: inline-block;
    position: relative;
    letter-spacing: 1.2px;
    font-size: 0.929em;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 10px 0;
}
.breadcrumbs li a {
    color: var(--main-text-color);
    border-bottom: solid 1px transparent;
}
.breadcrumbs li a:hover {
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
.breadcrumbs li:not(:last-child):after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -10px;
    background: var(--secondary-color);
}
.breadcrumbs li.current {
    font-weight: 800;
}
.breadcrumbs li.current a, .breadcrumbs li.current {
    color: var(--main-color);
}
.archive {
    --gap: 40px;
}
.archive .main-content {
    width: calc(75% - (var(--gap) / 2));
}
.archive .main-content .bordered-item > article h6 {
    font-size: 1.15em;
    letter-spacing: 1px
}
.archive .main-content .bordered-item > article > div .date {
    margin: 7px 0 4px;
}
.archive .main-content .flex.grid {
    --normal-gap: 40px;
}
.archive .main-content .flex.grid .bordered-item {
    padding: calc(var(--normal-gap) / 2);
}
.archive .main-content.single .content {
    padding: 0 calc(2 * var(--normal-gap));
}
.archive .main-content.single .text-style p {
    line-height: 1.6;
}
.archive .main-content.single img:not(.efj):not(.ifj) {
    max-width: 100%;
    margin-bottom: var(--normal-gap);
    display: block;
}
.archive .main-content.single img.alignleft {
    float: left;
    margin-right: calc(var(--normal-gap) / 2);
}
.archive .main-content.single img.alignright {
    float: right;
    margin-left: calc(var(--normal-gap) / 2);
}
.archive .main-content.single img.aligncenter, .archive .main-content.single img.alignnone, .archive .main-content.single > div > img {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.archive .main-content.single img.aligncenter, .archive .main-content.single img.alignnone, .archive .main-content.single img.alignright, .archive .main-content.single img.alignleft {
    margin-bottom: 1.4em !important;
}
.archive .main-content.single > div > img {
    width: 100%;
}
.archive .main-content.single .tags {
    margin-top: 1.4em;
}
.archive .bordered-item > article > div:after {
    display: none;
}
.archive .sidebars {
    width: calc(25% - (var(--gap) / 2));
}
.archive .sidebars .sidebar {
    width: 100%;
    padding: var(--gap);
}
.archive .sidebars .sidebar:not(:first-child) {
    margin-top: var(--gap);
}
.archive .sidebars .sidebar:first-of-type {
    padding: calc(3 * var(--gap)) var(--gap) var(--gap);
}
.archive .sidebars .sidebar .sidebar-menu.articles {
    text-transform: unset;
}
.archive .sidebars .sidebar .sidebar-menu.articles .date {
    margin-bottom: 10px;
    display: block;
    margin-left: calc(var(--normal-gap) / 3);
}
.archive .sidebars .sidebar .sidebar-menu.articles li {
    line-height: 1.2;
    font-weight: 800;
    font-size: 1em;
    letter-spacing: 1.4px;
    height: auto;
    padding: 10px 0;
}
.archive .sidebars .sidebar .sidebar-menu.articles li:last-child {
    border-bottom: 0;
}
.archive .sidebars .sidebar .sidebar-menu.articles li a {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 calc(var(--normal-gap) / 3);
}
.archive .sidebars .sidebar .sidebar-menu.articles li a:hover {
    color: var(--main-color);
}
.pagination {
    white-space: nowrap;
}
.pagination li {
    display: inline-block;
    margin-right: 10px;
}
.pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 800;
    background: var(--secondary-color);
    color: var(--main-text-color);
    display: block;
    text-align: center;
}
.pagination li a:hover {
    color: #fff;
    background: var(--light-purple-color);
}
.pagination li.current a {
    color: #fff;
    background: var(--main-color);
}
.navigation a {
    max-width: 45%;
    font-weight: 800;
    position: relative;
    margin-top: 30px;
    color: var(--main-text-color);
}
.navigation a:before {
    display: block;
    position: absolute;
    width: 100%;
    top: -30px;
    pointer-events: none;
    opacity: 0.7;
    font-weight: 600;
    color: var(--main-text-color);
    text-transform: uppercase;
    font-size: 0.857em;
    letter-spacing: 1.2px;
}
.navigation a:after {
    position: absolute;
    content: '\279E';
    font-size: 2em;
    height: 40px;
    top: calc(50% - 20px);
}
.navigation a span {
    display: inline;
    border-bottom: solid 1px transparent;
}
.navigation a.prev {
    padding-left: 45px;
}
.navigation a.prev:before {
    content: 'Προηγουμενο';
    left: 0;
}
.navigation a.prev:after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0;
}
.navigation a.next {
    padding-right: 45px;
}
.navigation a.next:before {
    text-align: right;
    content: 'Επομενο';
}
.navigation a.next:after {
    right: 0;
}
.navigation a:hover {
    color: var(--main-color);
}
.navigation a:hover span {
    border-bottom: solid 1px var(--main-color);
}
/* Typography */
.main-content table {
    width: 100%;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.main-content table tr {
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-top: none;
}
.main-content table tr:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.main-content table td {
    padding: 10px;
    line-height: 1.2;
}
.main-content table td:not(:first-child) {
    border-left: solid 1px rgba(0, 0, 0, 0.2);
}
.main-content .content .gallery {
    margin-top: -10px;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.main-content .content .gallery .gallery-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}
.main-content .content .gallery .gallery-item img {
    border: none !important;
}
.main-content .content .gallery .gallery-item a {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    background: #000;
    display: block;
}
.main-content .content .gallery .gallery-item a:hover {
    filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
}
/* Contact Page */
.main-content div.wpcf7 form, .main-content div.wpcf7 form label, .main-content div.wpcf7 form label span, .main-content div.wpcf7 form textarea, .main-content div.wpcf7 form input, .main-content div.wpcf7 form select {
    width: 100%;
    display: block;
}
.main-content div.wpcf7 form p:nth-of-type(-n+4) {
    width: calc(50% - 20px);
}
.main-content div.wpcf7 form p:nth-of-type(2n + 1):not(:nth-of-type(n+5)) {
    float: left;
}
.main-content div.wpcf7 form p:nth-of-type(2n):not(:nth-of-type(n+5)) {
    float: right;
}
.main-content div.wpcf7 form label {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--main-color);
}
.main-content div.wpcf7 form label > span {
    position: relative;
}
.main-content div.wpcf7 form input, .main-content div.wpcf7 form select {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
}
.main-content div.wpcf7 form input, .main-content div.wpcf7 form textarea, .main-content div.wpcf7 form select {
    font-size: 15px;
    letter-spacing: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 0 !important;
    border: solid 2px rgba(0, 0, 0, 0.2);
    outline: 0 !important;
}
.main-content div.wpcf7 form input[type='checkbox'] {
    float: left;
    width: auto;
}
.main-content div.wpcf7 form span.wpcf7-list-item label {
    display: inline-flex;
    width: auto;
    margin-right: 10px;
}
input[type=checkbox] {
    -webkit-appearance: auto !important;
    appearance: auto !important;
    opacity: 1;
}
.main-content div.wpcf7 form input[type='radio'], .main-content div.wpcf7 form input[type='checkbox'] {
    height: auto;
    line-height: 2em;
    margin-right: 8px !important;
}
span.wpcf7-list-item-label {
    float: left;
    margin-top: 12px;
}
.main-content div.wpcf7 form input:focus, .main-content div.wpcf7 form textarea:focus {
    border-color: var(--main-color);
}
.main-content div.wpcf7 form input:focus + span.wpcf7-not-valid-tip, .main-content div.wpcf7 form textarea:focus + span.wpcf7-not-valid-tip {
    display: none;
}
.main-content div.wpcf7 form textarea {
    padding: 5px 10px;
}
.main-content div.wpcf7 form p:last-of-type {
    text-align: center;
}
.main-content div.wpcf7 form input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    line-height: 50px;
    height: 50px;
    width: auto;
    margin: 0 auto !important;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 30px;
    color: var(--light-grey-color);
    background: var(--main-color);
}
.main-content div.wpcf7 form input[type="submit"]:hover {
    color: #fff;
    background: #333;
}
.main-content div.wpcf7 form .wpcf7-response-output:not(:empty) {
    padding: 10px 15px;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 2em;
}
.main-content div.wpcf7 form.invalid .wpcf7-response-output, .main-content div.wpcf7 form.failed .wpcf7-response-output {
    background: #9F1315;
}
.main-content div.wpcf7 form.sent .wpcf7-response-output {
    background: #0EA40D;
}
.main-content div.wpcf7 .screen-reader-response:not(:empty) {
    background: #9F1315;
    color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    display: none !important;
}
.main-content div.wpcf7 .screen-reader-response:not(:empty) ul {
    margin-top: 1em;
}
.main-content div.wpcf7 form .slapps {
    padding: 1.5em 2em;
    background: #efefef;
    margin-bottom: 2em;
}
.main-content div.wpcf7 form .slapps h3 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.main-content div.wpcf7 form .slapps p.right {
    float: right;
}
.main-content div.wpcf7 form .slapps p.half {
    width: calc(50% - 12px);
}
.main-content div.wpcf7 form .slapps p {
    margin-bottom: 20px;
    line-height: 1.4 !important;
}
.main-content div.wpcf7 form .slapps p.full {
    width: 100%;
}
.main-content div.wpcf7 form .slapps textarea {
    height: 100px;
}
input.wpcf7-file {
    background-color: rgba(255, 255, 255, 0.75);
}
div.wpcf7 form.invalid input.wpcf7-not-valid, div.wpcf7 form.invalid textarea.wpcf7-not-valid {
    border-color: #930002;
}
form.invalid .wpcf7-not-valid .wpcf7-list-item {
    color: #930002;
    font-weight: 600;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.file .wpcf7-not-valid-tip {
    display: block !important;
    padding: 4px 2px 0;
    color: #980002;
}
/* =Contact Form 7 CSS
------------------------------------------------------*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    opacity: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    opacity: 1;
    background: #004A01;
    color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    opacity: 1;
    background: #921013;
    color: #fff;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #333;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: relative;
    top: 6px;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
/* Responsive */
@media only screen and (max-width: 1400px) {
    :root {
        --normal-gap: 40px;
    }
    .maximum {
        max-width: 100%;
        padding: 0 var(--normal-gap);
    }
    .btn.more {
        font-size: 0.929em;
    }
    .featured {
        --gap: 20px;
    }
    /*.featured .wrapper { height: calc( 100vh - 220px ); height: calc( ( var(--vh,vh) * 100) - 220px ); min-height: 550px; }*/
    .featured .sidebar {
        --gap: 40px;
        --normal-gap: 60px;
        width: calc(25% - 10px);
        margin-left: 20px;
        padding: calc(3 * var(--gap)) 20px;
    }
    .featured .sidebar ul.sidebar-menu {
        --gap: 30px;
    }
    .featured .sidebar ul.sidebar-menu li[class] a:before {
        left: 0;
    }
    .featured .sidebar ul.sidebar-menu li, .featured .sidebar h6 + ul {
        font-size: 1em;
    }
    .nav-wrapper {
        display: none;
    }
    .button {
        display: block;
    }
    .button.btn-open {
        float: left;
        width: 40px;
        height: 60px;
        background: url(images/menu.svg) center center no-repeat;
    }
    #logo {
        margin-left: 20px;
        width: 210px;
        height: 70px;
    }
    header .maximum.fix-float {
        height: 110px;
    }
    /* Responsive Navigation */
    #nav-overlay {
        --gap: 40px;
        -moz-transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1010;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
        padding: 115px var(--gap) var(--gap);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        background: var(--light-grey-color);
        box-shadow: 5px 0px 20px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 5px 0px 20px 5px rgba(0, 0, 0, 0.3);
        min-width: 25vw;
        -webkit-transform: translate3d(-110%, 0, 10px);
        -moz-transform: translate3d(-110%, 0, 10px);
        -ms-transform: translate3d(-110%, 0, 10px);
        transform: translate3d(-110%, 0, 10px);
    }
    #nav-overlay.nav-open {
        -webkit-transform: translate3d(0, 0, 10px);
        -moz-transform: translate3d(0, 0, 10px);
        -ms-transform: translate3d(0, 0, 10px);
        transform: translate3d(0, 0, 10px);
    }
    #nav-overlay .logo-container {
        display: none;
        margin-top: 40px;
    }
    #nav-overlay .wrapper {
        height: 100%;
        overflow: auto;
        scrollbar-width: none;
    }
    #nav-overlay .wrapper::-webkit-scrollbar {
        display: none;
    }
    #nav-overlay .btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 60px;
        background: url(images/close.svg) center center no-repeat;
    }
    #nav-overlay .search-wrapper {
        display: none;
    }
    #nav-overlay .title {
        display: block;
        letter-spacing: 1px;
        margin-bottom: var(--normal-gap);
    }
    #nav-overlay .pin:before, #nav-overlay .tel:before, #nav-overlay .mail:before {
        background: var(--main-color);
    }
    #menu-responsive-navigation {
        margin-bottom: 40px;
    }
    #menu-responsive-navigation ~ * {
        color: var(--main-text-color);
    }
    #menu-responsive-navigation ~ ul {
        line-height: 25px;
    }
    #menu-responsive-navigation ~ ul a {
        width: 100%;
        color: var(--main-text-color);
    }
    #menu-responsive-navigation ~ ul a:hover {
        color: var(--main-color);
    }
    #menu-responsive-navigation li.current-menu-item a {
        color: var(--main-color);
        font-weight: 800;
    }
    #menu-responsive-navigation > li {
        border-bottom: solid 1px #afafaf;
        line-height: var(--gap);
    }
    #menu-responsive-navigation > li a {
        color: var(--main-text-color);
        letter-spacing: 1px;
    }
    #menu-responsive-navigation > li.menu-item-has-children {
        position: relative;
    }
    #menu-responsive-navigation > li.menu-item-has-children > a:after {
        content: '';
        height: 0;
        position: relative;
        margin-left: 10px;
        top: 11px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid var(--main-text-color);
        z-index: 10;
    }
    #menu-responsive-navigation > li.menu-item-has-children > a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
    #menu-responsive-navigation > li.menu-item-has-children .sub-menu {
        height: 0;
        overflow: hidden;
        background: #e6e4e4;
        position: relative;
        z-index: 100;
    }
    #menu-responsive-navigation > li.menu-item-has-children .sub-menu a {
        color: var(--main-color);
        padding-left: calc(var(--gap) / 2);
        padding-right: calc(var(--gap) / 2);
    }
    #menu-responsive-navigation > li.menu-item-has-children .sub-menu a:after {
        content: '';
        display: inline-block;
    }
    #menu-responsive-navigation > li.menu-item-has-children .sub-menu > li {
        border-top: solid 1px #afafaf;
    }
    #menu-responsive-navigation > li.menu-item-has-children.children-2 .sub-menu.open {
        height: calc(var(--gap) * 2);
    }
    #menu-responsive-navigation > li.menu-item-has-children.children-3 .sub-menu.open {
        height: calc(var(--gap) * 3);
    }
    #menu-responsive-navigation > li.menu-item-has-children.children-4 .sub-menu.open {
        height: calc(var(--gap) * 4);
    }
    #menu-responsive-navigation > li.menu-item-has-children.children-5 .sub-menu.open {
        height: calc(var(--gap) * 5);
    }
    #menu-responsive-navigation > li.menu-item-has-children.children-6 .sub-menu.open {
        height: calc(var(--gap) * 6);
    }
    #menu-responsive-navigation > li.menu-item-has-children.children-7 .sub-menu.open {
        height: calc(var(--gap) * 7);
    }
    .archive .main-content {
        width: calc(75% - 10px);
    }
    .archive .main-content .flex.grid {
        --normal-gap: 20px;
    }
    .archive .main-content .flex.grid .bordered-item {
        padding: 20px;
    }
    .archive .sidebars {
        width: calc(25% - 10px);
    }
    .archive .sidebars .sidebar {
        margin-left: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .archive .sidebars .sidebar:not(:first-child) {
        margin-top: 20px;
    }
    .archive .sidebars .sidebar:first-child {
        --normal-gap: 60px;
    }
    footer .maximum:not(.copyright) {
        padding: 0;
    }
    footer .copyright {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1360px) {
    .featured {
        --margin: 10px;
    }
}
@media only screen and (max-width: 1320px) {
    .main-article .caption h2 {
        max-width: unset;
    }
    .archive .main-content {
        width: calc(100% - 340px);
    }
    .archive .main-content .flex.grid > * {
        width: calc((100% - var(--normal-gap)) / 2);
    }
    .archive .main-content .flex.grid > *:nth-child(3n) {
        margin-right: var(--normal-gap);
    }
    .archive .main-content .flex.grid > *:nth-child(2n) {
        margin-right: 0;
    }
    .archive .main-content .flex.grid > *:nth-child(n + 3) {
        margin-top: var(--normal-gap);
    }
    .archive .sidebars {
        width: 320px;
    }
}
@media only screen and (max-width: 1210px) {
    /*.featured .wrapper { min-height: 460px; }*/
    .featured .sidebar {
        display: none;
    }
    .featured .main-article {
        width: calc(60% - var(--gap));
    }
    .featured .small-article {
        width: 40%;
    }
    .flex.list > * {
        background-size: 85% auto !important;
    }
    .more-posts .bordered-item > article h6, .more-posts .bordered-item > article h3 {
        font-size: 1.250em;
    }
    footer .maximum.flex {
        padding-bottom: 400px;
        padding-bottom: 0;
    }
    footer .maximum.flex .col:not(.map) {
        width: 50%;
    }
    footer .maximum.flex .map {
        position: absolute;
        bottom: var(--normal-gap);
        width: 100%;
        height: 400px;
        display: none;
    }
}
@media only screen and (max-width: 1190px) {
    .flex.grid {
        --normal-gap: 20px;
    }
    .bordered-item {
        padding: 35px !important;
    }
    .more-posts .bordered-item > article h6 {
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 1060px) {
    .flex.grid {
        --margin: 10px;
    }
    .flex.list {
        flex-wrap: wrap;
        justify-content: center;
        --margin: 20px;
    }
    .flex.list > * {
        width: 33%;
        flex: none;
        background-size: initial !important;
    }
    .flex.list > *:nth-child(3):after {
        display: none;
    }
    .flex.list > *:nth-child(n+4) {
        margin-top: var(--margin);
    }
    .flex .large {
        width: 55%;
    }
    .flex .small {
        width: 45%;
    }
}
@media only screen and (max-width: 990px) { /* .featured .wrapper{ max-height: unset !important;}*/
    h1 {
        font-size: 1.571em;
    }
    .text-style blockquote p {
        font-size: 1.143em;
    }
    .flex.grid {
        font-size: 1.071em; /*padding: 0 calc( 2 * var(--normal-gap) );*/ padding: 0;
    }
    .flex.grid > * {
        width: calc((100% - var(--normal-gap)) / 2);
    }
    .flex.grid > *:nth-child(3n) {
        margin-right: var(--normal-gap);
    }
    .flex.grid > *:nth-child(2n) {
        margin-right: 0;
    }
    .flex.grid > *:nth-child(n + 3) {
        margin-top: var(--normal-gap);
    }
    .flex.grid .bordered-item > article {
        padding-top: 0;
        height: 100%;
    }
    .flex.grid .bordered-item > article > div {
        position: relative;
        top: auto;
        height: 100%;
    }
    .flex.grid .bordered-item > article > div > * {
        float: none !important;
    }
    .flex.grid .bordered-item > article p:last-of-type {
        margin-bottom: 40px;
    }
    .bordered-item > article h3 {
        width: 100%;
    }
    .archive .main-content .flex.grid {
        padding: 0;
    }
    .navigation a {
        max-width: 48%;
    }
    .navigation a span {
        font-size: 0.857em;
    }
    .navigation a.prev {
        padding-left: 35px;
    }
    .navigation a.next {
        padding-right: 30px;
    }
    .navigation a:after {
        font-size: 1.6em;
    }
    footer .maximum.flex .col:first-of-type {
        padding-right: calc(var(--normal-gap) / 2);
    }
    footer .maximum.flex .col:last-of-type {
        padding-left: calc(var(--normal-gap) / 2);
    }
    .flex.children-2 {
        padding: 0;
        flex-direction: column;
    }
    .flex.children-2 > div {
        width: 100% !important;
    }
    .flex.children-2 .small.slider-dotted {
        height: 50vh;
        height: calc((var(--vh, vh) * 50));
    }
    .flex.list > * {
        background-size: 85% auto !important;
    }
    .archive .main-content.single .content {
        padding: 0;
    }
}
@media only screen and (max-width: 930px) {
    .archive .main-content .flex.grid > * {
        margin-right: 0 !important;
        width: 100%;
    }
    .archive .main-content .flex.grid > *:not(:first-child) {
        margin-top: var(--normal-gap);
    }
}
@media only screen and (max-width: 860px) {
    .featured .main-article {
        padding: 0;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: var(--gap);
    }
    .featured .wrapper {
        max-height: unset !important;
    }
    .featured .main-article .img {
        position: relative;
        height: 0;
        padding-top: 68%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        min-height: 340px;
    }
    .featured .main-article .caption {
        position: relative;
        margin-bottom: 0;
        width: calc(100% - (2 * var(--normal-gap)));
        margin-left: var(--normal-gap);
        margin-top: calc((-2) * var(--normal-gap));
    }
    .featured .small-article {
        width: calc(50% - (var(--gap) / 2));
        height: auto;
        padding: 0;
        position: relative;
    }
    .featured .small-article.image .img {
        padding-top: 0 !important;
        height: 200px !important;
    }
    .featured .small-article.image .caption {
        position: static;
    }
    .featured .small-article:first-of-type {
        margin-bottom: 0;
        margin-right: var(--gap);
    }
    .featured .small-article > article {
        position: absolute;
        padding: 15px 0 0;
        top: 0;
        left: 0;
    }
    .featured .small-article .caption p {
        display: none;
    }
    .featured .wrapper {
        height: auto;
        min-height: unset;
    }
    .archive .single {
        width: 100% !important;
    }
    /*.archive .single + .sidebars { display: none; }*/
}
@media only screen and (max-width: 790px) {
    .archive .wrapper > div:first-child.row:not(.main-content) {
        display: none;
    }
    .button.btn-open {
        width: 30px;
        height: 45px;
    }
    header .logos {
        margin: 0;
    }
    header .logos a {
        height: 45px;
        width: 45px;
    }
    header .logos a:not(:first-child) {
        margin-left: 10px;
    }
    #logo {
        /*        width: 145px;
        height: 45px;*/
        width: 165px;
        height: 54px;
        position: absolute;
        margin-left: 0;
        left: calc(50% - 72.5px);
        margin-top: -5px;
    }
    header .maximum.fix-float {
        height: 95px;
    }
    header .search-wrapper {
        display: none;
    }
    #nav-overlay {
        --small-gap: 20px;
        font-size: 0.929em;
        width: 300px;
        padding: 85px var(--small-gap) var(--small-gap);
    }
    #nav-overlay #menu-responsive-navigation > li.menu-item-has-children .sub-menu a {
        padding: 0 var(--small-gap);
    }
    #nav-overlay .btn-close {
        height: 45px;
        width: 60px;
        right: 0;
        background-position: right 20px center;
        background-size: auto 20px;
    }
    #nav-overlay .search-wrapper {
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        margin-top: 0;
        border: solid 1px rgba(0, 0, 0, 0.1);
        width: calc(100% - 78px);
    }
    #nav-overlay .search-wrapper form > * {
        height: 45px;
        line-height: 45px !important;
    }
    #nav-overlay .search-wrapper form input {
        padding: 0 40px 0 10px;
        font-size: 0.929em;
    }
    #nav-overlay .search-wrapper form .search {
        width: 40px;
    }
    /*.featured .small-article { padding: 32% 0 0; }*/
    .flex.grid {
        padding: 0;
    }
    footer .maximum.flex {
        flex-direction: column;
        padding-bottom: 0;
    }
    footer .maximum.flex .col {
        width: 100% !important;
    }
    footer .maximum.flex .col:not(.map) {
        padding: calc(2 * var(--normal-gap)) var(--normal-gap) 0 !important;
    }
    footer .maximum.flex .col.sitemap {
        padding: calc(1 * var(--normal-gap)) var(--normal-gap) 30px !important;
    }
    footer .maximum.flex .col.map {
        position: relative;
        bottom: auto;
        height: 40vh;
        height: calc(var(--vh, 1vh) * 40);
    }
}
@media only screen and (max-width: 690px) {
    :root {
        --normal-gap: 20px;
    }
    .btn.more.extra {
        line-height: 40px;
        height: 40px;
    }
    .mt-small {
        margin-top: calc(1.5 * var(--normal-gap));
    }
    .mb-small {
        margin-bottom: calc(1.5 * var(--normal-gap));
    }
    .margin-top {
        margin-top: calc(2 * var(--normal-gap));
    }
    .margin-bottom {
        margin-bottom: calc(2 * var(--normal-gap));
    }
    .mt-large {
        margin-top: calc(3 * var(--normal-gap));
    }
    .mb-large {
        margin-bottom: calc(3 * var(--normal-gap));
    }
    .pt-small {
        padding-top: calc(1.5 * var(--normal-gap));
    }
    .pb-small {
        padding-bottom: calc(1.5 * var(--normal-gap));
    }
    .padding-top {
        padding-top: calc(2 * var(--normal-gap));
    }
    .padding-bottom {
        padding-bottom: calc(2 * var(--normal-gap));
    }
    .featured .small-article {
        width: 100%;
        padding: var(--gap);
        height: auto;
        padding-top: 0;
    }
    .featured .small-article:first-of-type {
        margin-bottom: 0;
        margin-right: 0;
    }
    .featured .small-article > article {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }
    .featured .small-article.image .img {
        height: 250px !important;
    }
    .featured .small-article .caption p {
        display: block;
        width: 100%;
    }
    .archive .main-content, .archive .sidebars {
        width: calc(50% - 10px);
    }
    footer .copyright {
        text-align: center;
        padding: 20px 0;
        white-space: unset;
        height: auto;
        line-height: 25px;
    }
    footer .copyright > * {
        float: none;
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 590px) {
    h2, .more-posts h4, .highlight > h3, .highlight > h4, .highlight > h5, .main-article .caption h2, .bordered-item > article h6, .bordered-item > article h3 {
        font-size: 1.571em;
    }
    .text-style, .btn.more, .main-article .caption /*, .bordered-item > article */ {
        font-size: 1em;
    }
    .featured .main-article .caption {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    #nav-overlay .logo-container {
        display: block;
    }
    .flex.list > * {
        width: 100%;
        margin-top: 0 !important;
        background-size: 200px auto !important;
        min-height: 100px;
    }
    .flex.list > *:before {
        display: none;
    }
    .flex.list > *:after {
        display: block !important;
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0;
    }
    .flex.grid > * {
        width: 100%;
        margin-right: 0 !important;
    }
    .flex.grid > *:nth-child(n + 2) {
        margin-top: var(--normal-gap);
    }
    .half {
        width: 100%;
        float: none;
    }
    .archive .main-content {
        width: 100%;
    }
    .pagination {
        white-space: unset;
        margin-top: -10px;
        margin-left: -5px;
        width: calc(100% + 10px);
    }
    .pagination li {
        margin: 10px 5px 0;
    }
    .navigation a {
        margin-top: 0;
    }
    .navigation a:before {
        position: relative;
        top: auto;
        line-height: 20px;
    }
    .navigation a:after {
        height: 20px;
        line-height: 20px;
        top: 0;
    }
    .navigation a span {
        display: none;
    }
    .navigation a.prev {
        padding-left: 30px;
    }
    .main-content div.wpcf7 form p:nth-of-type(2n):not(:nth-of-type(n+5)) {
        float: left;
    }
    .main-content div.wpcf7 form p:nth-of-type(-n+4) {
        width: 100%;
    }
    header ul.social-media li {
        margin-right: 4px;
    }
    .main-content div.wpcf7 form .slapps p.half {
        width: 100%;
    }
    .main-content div.wpcf7 form .slapps {
        padding: 1em 1.5em;
    }
}
@media only screen and (max-width: 490px) {
    .main-content .content .gallery {
        width: 100%;
        margin-left: 0;
    }
    header .logos {
        display: none;
    }
    .gallery img {
        width: 100%;
    }
    .main-content .content .gallery .gallery-item {
        width: 100% !important;
        padding: 0;
    }
    .featured .small-article.image .caption {
        position: static;
    }
    .featured .small-article.image .img {
        height: 220px !important;
    }
    .more-posts .bordered-item > article h6 {
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 390px) {
    footer .sitemap .flex {
        flex-direction: column;
    }
    footer .sitemap .flex ul {
        width: 100%;
    }
    .archive .main-content.single img.aligncenter, .archive .main-content.single img.alignright, .archive .main-content.single img.alignleft {
        width: 100%;
        float: none;
    }
    .featured .small-article.image .img {
        height: 180px !important;
    }
}
/* Orientation Rules */
@media only screen and (orientation: landscape) and (max-width: 1290px) {
    footer .maximum.flex .col.map {
        height: 60vh;
        height: calc(var(--vh, vh) * 60);
    }
}
@media only screen and (orientation: landscape) and (max-width: 1290px) and (min-width: 791px) {
    footer .maximum.flex {
        padding-bottom: 60vh;
        padding-bottom: calc(var(--vh, vh) * 60);
        padding-bottom: 0;
    }
}
/* Mobile and Desktop Specific Rules */
@media only screen and (hover: none) and (pointer: coarse) { /* Mobile Rules Only*/
}
/* Browser Specific Rules */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (hover: none) and (pointer: coarse) { /* Safari and Chrome */
}
@-moz-document url-prefix() { /* Firefox Only */
}
/* Ios Only */
@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
}
@supports not (-webkit-touch-callout: none) { /* CSS for other than iOS devices */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { /* IE10+ Specifics */
}
@supports (-ms-ime-align: auto) { /* Edge Only */
    #menu-main-navigation li.home a:before, .sidebar ul.sidebar-menu li.doc a:before, .sidebar ul.sidebar-menu li.group a:before, .sidebar ul.sidebar-menu li.structure a:before, .pin:before, .tel:before, .mail:before {
        mask: none;
        -webkit-mask: none;
    }
    #menu-main-navigation li.home a:before {
        background: url(images/home.svg) center center no-repeat transparent !important;
        background-size: auto 12px;
    }
    .sidebar ul.sidebar-menu li.scale a:before {
        background: url(images/scale.svg) left center no-repeat transparent !important;
        background-size: 30px auto;
    }
    .sidebar ul.sidebar-menu li.structure a:before {
        background: url(images/structure.svg) center center no-repeat transparent !important;
        background-size: 25px auto;
    }
    .sidebar ul.sidebar-menu li.doc a:before {
        background: url(images/doc.svg) center center no-repeat transparent !important;
        background-size: 25px auto;
    }
    .sidebar ul.sidebar-menu li.group a:before {
        background: url(images/group.svg) center center no-repeat transparent !important;
        background-size: 25px auto;
    }
    .tel:before, .mail:before, .pin:before {
        background: transparent !important;
    }
    .pin, .tel, .mail {
        padding-left: 0 !important;
    }
}
.gallery {
    margin-bottom: 1.5em !important;
}
.gallery img {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #333;
    margin-bottom: 0 !important;
}
.gallery img:hover {
    opacity: 0.8;
}
.wp-caption, .wp-caption-text.gallery-caption {
    text-align: center;
    font-style: italic;
    margin-bottom: 1.25em;
    font-size: 14px;
    max-width: 100%;
}
.wp-caption-text.gallery-caption {
    padding-top: 5px;
}
.wp-caption img {
    margin-bottom: 6px !important;
}
.photo-slider {
    margin-bottom: 2em;
}
.photo-slider .slide img {
    margin-bottom: 0 !important;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
@media only screen and (max-width: 1280px) {
    .photo-slider .slide img {
        height: 420px;
    }
}
@media only screen and (max-width: 1180px) {
    .photo-slider .slide img {
        height: 340px;
    }
}
@media only screen and (max-width: 1000px) {
    .photo-slider .slide img {
        height: 260px;
    }
}
@media only screen and (max-width: 990px) {
    .photo-slider .slide img {
        height: 290px;
    }
}
@media only screen and (max-width: 850px) {
    .photo-slider .slide img {
        height: 390px;
    }
}
@media only screen and (max-width: 560px) {
    .photo-slider .slide img {
        height: 300px;
    }
}
@media only screen and (max-width: 460px) {
    .photo-slider .slide img {
        height: 250px;
    }
}
@media only screen and (max-width: 380px) {
    .photo-slider .slide img {
        height: 220px;
    }
}
.photo-slider .slide .absolute {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 4px 10px;
}
.slick-arrow {
    position: absolute;
    z-index: 10;
    right: 0;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background: url(images/next-s.svg) center center no-repeat rgba(255, 255, 255, 0.65);
    background-size: 10px auto;
}
.slick-arrow.slick-prev {
    left: 0px;
    right: auto;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.95);
}
#menu-responsive-navigation > li > a {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}
#menu-responsive-navigation li .sub-menu > li a {
    display: block;
}
#menu-responsive-navigation > li:hover, #menu-responsive-navigation li .sub-menu > li:hover {
    background: var(--main-color);
}
#menu-responsive-navigation > li:hover a, #menu-responsive-navigation li .sub-menu > li:hover a {
    color: #fff;
}
@media only screen and (max-width: 860px) {
    a.small-article.image {
        padding-left: 0px;
        padding-right: 0px;
    }
}
footer .newsletter h2 {
    display: none;
}
footer .newsletter h6 {
    margin-top: 20px;
}
footer .knews_add_user {
    margin: 0 0 35px;
    float: left;
    width: 100%;
}
footer .knewsemail {
    float: left;
    width: calc(100% - 100px);
    max-width: 300px;
}
footer .newsletter small {
    max-width: 420px;
}
footer .knewsemail input {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
footer #knewsform_1 select {
    display: none;
}
footer input.knewsbutton {
    margin-left: -1px;
    cursor: pointer;
    width: 100px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
    position: relative;
    background: #534C59;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    -webkit-appearance: none;
}
footer input.knewsbutton:hover {
    background: #fff;
    color: #534C59;
}
div.knews_pop_bg {
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 10000 !important;
}
#knews_dialog_bg {
    border-color: #625868 !important;
    border-radius: 0 !important;
    border-top-width: 4px !important;
    box-shadow: none !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 1em !important;
    height: auto !important;
    padding: 45px 0 20px !important;
}
#knews_dialog_bg p {
    font-size: 16px !important;
}
iframe.knews_pop_news body {
    width: 100% !important;
}
a#knews_dialog_button {
    background: none repeat scroll 0 0 #625868 !important;
    border-radius: 0 !important;
    font-weight: 100;
}
a.knews_pop_x, div.knews_pop_news, iframe.knews_pop_news {
    box-shadow: 0 0 2px 2px #eee !important;
    z-index: 20000 !important;
}
a.knews_pop_x {
    box-shadow: none !important;
}
a.post-edit-link {
    background: #F00;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.cli-bar-message a {
    border-bottom: 1px solid #999 !important;
    color: #000 !important;
    font-weight: 600 !important;
}
@media only screen and (max-width: 985px) {
    .cli-bar-message {
        font-size: 13px !important;
        line-height: 1.35 !important;
        margin-bottom: 1em;
    }
}
img.hide-l {
    display: none !important;
}
#mapimage {
    position: relative;
    height: 1177px; /* height of image map */
    width: 1000px; /* width of image map */
    background: url(images/map.jpg) left top no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width: 1359px) {
    #mapimage .smooth {
        display: none;
    }
    #mapimage {
        width: 100%;
        height: auto;
        background: none;
    }
    #Map {
        display: none;
    }
    img.hide-l {
        display: block !important;
    }
}
.sidebar#slapps {
    padding: 0 !important;
    background: none;
}
.sidebar#slapps ul {
    padding: 15px 30px 30px;
    /*background: url(images/logo.svg) 30px 20px no-repeat var(--light-grey-color); 
    background-size: 57% auto;*/
    background: var(--light-grey-color);
}
.sidebar#slapps ul.sidebar-menu li {
    padding: 12px 0;
}
form.wpcf7 hr {
    clear: both;
}
@media only screen and (min-width: 1210px) {
    .slapps-image {
        display: none;
    }
}
@media only screen and (max-width: 860px) {
    .archive .single + .sidebars .sidebar, .sidebar#slapps ul {
        display: none;
    }
    .sidebar#slapps {
        display: block;
        text-align: center;
        margin-top: 3em;
    }
    .sidebar#slapps.home-slap {
        display: none;
    }
    .archive .single + .sidebars {
        width: 100%;
    }
}
@media only screen and (max-width: 590px) {
    .archive .sidebars .sidebar {
        display: none;
    }
    .archive .sidebars {
        width: 100%;
    }
}