﻿/********************** Fonts **********************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-300.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-500.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Roboto-700.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Roboto-900.woff') format('woff');
}
/* global variable for font family */
/********************** FontAwesome ***********************/
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(../fonts/fa-light-300.eot);
  src: url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-light-300.woff2) format("woff2"), url(../fonts/fa-light-300.woff) format("woff"), url(../fonts/fa-light-300.ttf) format("truetype"), url(../fonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal,
.fa {
  font-family: 'FontAwesome';
  font-weight: 300;
  font-style: inherit;
}
@font-face {
  font-family: 'FontAwesome5Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: 'FontAwesome5Brands';
  font-style: inherit;
}
@font-face {
  font-family: 'FontAwesome5Solid';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fas {
  font-family: 'FontAwesome5Solid';
  font-style: inherit;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-apple:before {
  content: "\f179";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-comment:before {
  content: "\f0e5";
}
.fa-clock:before {
  content: "\f017";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-home:before {
  content: "\f015";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-times:before {
  content: "\f00d";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-check:before {
  content: "\f00c";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-rss:before {
  content: "\f09e";
}
/********************** XStrap ***********************/
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
main,
menu,
nav,
section,
img,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #326b7c;
}
a:hover {
  color: #004d4d;
  text-decoration: none;
}
:focus {
  outline: transparent;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
figure {
  margin: 0;
}
.wmax {
  max-width: 1280px;
}
.wmax1600 {
  max-width: 1600px;
}
.wmax1800 {
  max-width: 1800px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible {
  display: block;
  visibility: visible;
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none!important;
  }
}
@media (min-width: 769px) {
  .mobile-visible {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-visible {
    display: block;
  }
}
@media (max-width: 768px) {
  .m-overflow-hidden {
    overflow: hidden;
  }
}
.banner-centered {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pad-0 {
  padding: 0px;
}
.pad-10 {
  padding: 10px;
}
.pad-20 {
  padding: 20px;
}
.pad-30 {
  padding: 30px;
}
.pad-40 {
  padding: 40px;
}
.pad-50 {
  padding: 50px;
}
.pad-60 {
  padding: 60px;
}
.pad-70 {
  padding: 70px;
}
.pad-80 {
  padding: 80px;
}
.pad-90 {
  padding: 90px;
}
.pad-100 {
  padding: 100px;
}
@media (min-width: 1025px) {
  .dw-5 {
    width: 5%;
  }
  .dw-10 {
    width: 10%;
  }
  .dw-15 {
    width: 15%;
  }
  .dw-20 {
    width: 20%;
  }
  .dw-25 {
    width: 25%;
  }
  .dw-30 {
    width: 30%;
  }
  .dw-35 {
    width: 35%;
  }
  .dw-40 {
    width: 40%;
  }
  .dw-45 {
    width: 45%;
  }
  .dw-50 {
    width: 50%;
  }
  .dw-55 {
    width: 55%;
  }
  .dw-60 {
    width: 60%;
  }
  .dw-65 {
    width: 65%;
  }
  .dw-70 {
    width: 70%;
  }
  .dw-75 {
    width: 75%;
  }
  .dw-80 {
    width: 80%;
  }
  .dw-85 {
    width: 85%;
  }
  .dw-90 {
    width: 90%;
  }
  .dw-95 {
    width: 95%;
  }
  .dw-100 {
    width: 100%;
  }
  .dw-33 {
    width: 33.33333333%;
  }
  .dw-66 {
    width: 66.66666666%;
  }
  .do-0 {
    order: 0;
  }
  .do-1 {
    order: 1;
  }
  .do-2 {
    order: 2;
  }
  .do-3 {
    order: 3;
  }
  .do-4 {
    order: 4;
  }
  .do-5 {
    order: 5;
  }
  .do-6 {
    order: 6;
  }
  .do-7 {
    order: 7;
  }
  .do-8 {
    order: 8;
  }
  .do-9 {
    order: 9;
  }
  .do-10 {
    order: 10;
  }
  .pad-dx-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-dy-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-dx-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad-dy-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pad-dx-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad-dy-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-dx-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pad-dy-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad-dx-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pad-dy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad-dx-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pad-dy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad-dx-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pad-dy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pad-dx-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pad-dy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pad-dx-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pad-dy-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pad-dx-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pad-dy-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pad-dx-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pad-dy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tw-5 {
    width: 5%;
  }
  .tw-10 {
    width: 10%;
  }
  .tw-15 {
    width: 15%;
  }
  .tw-20 {
    width: 20%;
  }
  .tw-25 {
    width: 25%;
  }
  .tw-30 {
    width: 30%;
  }
  .tw-35 {
    width: 35%;
  }
  .tw-40 {
    width: 40%;
  }
  .tw-45 {
    width: 45%;
  }
  .tw-50 {
    width: 50%;
  }
  .tw-55 {
    width: 55%;
  }
  .tw-60 {
    width: 60%;
  }
  .tw-65 {
    width: 65%;
  }
  .tw-70 {
    width: 70%;
  }
  .tw-75 {
    width: 75%;
  }
  .tw-80 {
    width: 80%;
  }
  .tw-85 {
    width: 85%;
  }
  .tw-90 {
    width: 90%;
  }
  .tw-95 {
    width: 95%;
  }
  .tw-100 {
    width: 100%;
  }
  .tw-33 {
    width: 33.33333333%;
  }
  .tw-66 {
    width: 66.66666666%;
  }
  .to-0 {
    order: 0;
  }
  .to-1 {
    order: 1;
  }
  .to-2 {
    order: 2;
  }
  .to-3 {
    order: 3;
  }
  .to-4 {
    order: 4;
  }
  .to-5 {
    order: 5;
  }
  .to-6 {
    order: 6;
  }
  .to-7 {
    order: 7;
  }
  .to-8 {
    order: 8;
  }
  .to-9 {
    order: 9;
  }
  .to-10 {
    order: 10;
  }
  .pad-tx-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-ty-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-tx-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad-ty-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pad-tx-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad-ty-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-tx-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pad-ty-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad-tx-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pad-ty-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad-tx-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pad-ty-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad-tx-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pad-ty-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pad-tx-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pad-ty-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pad-tx-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pad-ty-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pad-tx-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pad-ty-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pad-tx-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pad-ty-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .mw-5 {
    width: 5%;
  }
  .mw-10 {
    width: 10%;
  }
  .mw-15 {
    width: 15%;
  }
  .mw-20 {
    width: 20%;
  }
  .mw-25 {
    width: 25%;
  }
  .mw-30 {
    width: 30%;
  }
  .mw-35 {
    width: 35%;
  }
  .mw-40 {
    width: 40%;
  }
  .mw-45 {
    width: 45%;
  }
  .mw-50 {
    width: 50%;
  }
  .mw-55 {
    width: 55%;
  }
  .mw-60 {
    width: 60%;
  }
  .mw-65 {
    width: 65%;
  }
  .mw-70 {
    width: 70%;
  }
  .mw-75 {
    width: 75%;
  }
  .mw-80 {
    width: 80%;
  }
  .mw-85 {
    width: 85%;
  }
  .mw-90 {
    width: 90%;
  }
  .mw-95 {
    width: 95%;
  }
  .mw-100 {
    width: 100%;
  }
  .mw-33 {
    width: 33.33333333%;
  }
  .mw-66 {
    width: 66.66666666%;
  }
  .mo-0 {
    order: 0;
  }
  .mo-1 {
    order: 1;
  }
  .mo-2 {
    order: 2;
  }
  .mo-3 {
    order: 3;
  }
  .mo-4 {
    order: 4;
  }
  .mo-5 {
    order: 5;
  }
  .mo-6 {
    order: 6;
  }
  .mo-7 {
    order: 7;
  }
  .mo-8 {
    order: 8;
  }
  .mo-9 {
    order: 9;
  }
  .mo-10 {
    order: 10;
  }
  .pad-mx-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-my-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-mx-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad-my-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pad-mx-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad-my-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad-mx-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pad-my-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad-mx-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pad-my-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad-mx-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pad-my-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad-mx-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pad-my-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pad-mx-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pad-my-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pad-mx-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pad-my-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pad-mx-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pad-my-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pad-mx-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pad-my-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/******* Style for breadcrumb ********/
.breadcrumb {
  padding-top: 20px;
  padding-bottom: 10px;
  justify-content: flex-start;
  align-items: baseline;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .breadcrumb {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 45px;
    overflow: hidden;
  }
}
.breadcrumb a {
  font-size: 16px;
  line-height: 16px;
  color: #326b7c;
  font-weight: 300;
  text-transform: uppercase;
}
.breadcrumb a:hover {
  color: #004d4d;
}
.breadcrumb .parent-category a:before,
.breadcrumb .child-category a:before {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
  color: #acacac;
}
@media (max-width: 450px) {
  .breadcrumb .parent-category a:before,
  .breadcrumb .child-category a:before {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/**************************** skeleton ***************************/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  body.m-overflowHidden {
    overflow: hidden;
  }
}
.NotFoundHomeDiv {
  background-color: red;
  color: white;
  width: 100%;
  height: 100px;
  text-align: center;
  font-family: monospace;
  padding: 40px;
  margin-top: 40px;
}
#PAGEBODY {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#TOP,
#MIDDLE,
#BOTTOM {
  flex-shrink: 0;
}
#MIDDLE {
  flex-grow: 1;
}
#MIDDLE {
  width: 100%;
  padding: 0;
}
/******************* MENU ************************/
.topBar {
  background-color: #f1f1f1;
  height: 35px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .topBar {
    display: none;
  }
}
.topBar .wmax {
  height: inherit;
  align-items: center;
}
@media (max-width: 820px) {
  .topBar .wmax .tbMenu {
    width: 55%;
  }
}
.topBar .wmax .tbMenu a {
  font-size: 14px;
  color: #8e8e8e;
}
.topBar .wmax .tbMenu a:hover {
  color: #326b7c;
}
.topBar .wmax .tbMenu a:after {
  content: "|";
  color: #acacac;
  padding-left: 10px;
  padding-right: 10px;
}
.topBar .wmax .tbMenu a:last-child:after {
  display: none;
}
.topBar .wmax .tbRight {
  justify-content: flex-end;
  align-content: center;
}
@media (max-width: 820px) {
  .topBar .wmax .tbRight {
    width: 45%;
  }
}
.topBar .wmax .tbRight .tbSocial {
  width: auto;
  padding-right: 10px;
}
.topBar .wmax .tbRight .tbSocial a {
  background-color: #A2A2A0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.topBar .wmax .tbRight .tbSocial a:hover {
  background-color: #326A7B;
}
.topBar .wmax .tbRight .tbSocial a i {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}
.topBar .wmax .tbRight .tbWeather {
  width: auto;
}
.topBar .wmax .tbRight .tbWeather a {
  color: #8e8e8e;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
  padding-top: 1px;
}
.topBar .wmax .tbRight .tbWeather a:hover {
  color: #326A7B;
}
.topBar .wmax .tbRight .tbWeather .title {
  margin-right: 6px;
}
.topBar .wmax .tbRight .lang-switch {
  width: auto;
}
.topBar .wmax .tbRight .lang-switch a:first-child::after {
  content: "|";
  color: #8e8e8e;
  padding: 0 10px;
}
.desktop-menu {
  flex-direction: column;
}
@media (max-width: 1023px) {
  .desktop-menu {
    visibility: hidden;
    display: none;
  }
}
.desktop-menu .main-navRow {
  height: 40px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.desktop-menu .main-nav {
  position: relative;
  height: 40px;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.desktop-menu .main-nav .desktop-burger {
  display: flex;
  align-items: center;
  height: inherit;
}
.desktop-menu .main-nav .desktop-burger a {
  position: relative;
  color: #999;
  font-size: 16px;
}
.desktop-menu .main-nav .desktop-search {
  position: relative;
  height: inherit;
}
.desktop-menu .main-nav .desktop-search.opened {
  width: 100%;
}
.desktop-menu .main-nav .desktop-search .search-Open {
  display: flex;
  align-items: center;
  width: 15px;
  margin-right: 20px;
}
.desktop-menu .main-nav .desktop-search .search-Open.hidden {
  display: none;
}
.desktop-menu .main-nav .desktop-search .search-Open #SearchFakosA {
  color: #999;
  font-size: 15px;
}
.desktop-menu .main-nav .desktop-search .search-field {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
}
.desktop-menu .main-nav .desktop-search .search-field.hidden {
  display: none;
}
.desktop-menu .main-nav .desktop-search .search-field.visible {
  display: flex;
}
.desktop-menu .main-nav .desktop-search .search-field .search-field-input {
  width: calc(100% - 30px);
  position: relative;
  margin: 5px 20px;
}
.desktop-menu .main-nav .desktop-search .search-field .search-field-input .input-search {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  padding: 6px 36px 6px 14px;
  box-sizing: border-box;
  outline: none;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: none;
  border-bottom: none;
  font-size: 16px;
  color: #888;
}
.desktop-menu .main-nav .desktop-search .search-field .search-field-input .input-search::-ms-clear {
  display: none;
}
.desktop-menu .main-nav .desktop-search .search-field .search-field-input .input-search::placeholder {
  color: #ccc;
}
.desktop-menu .main-nav .desktop-search .search-field .search-field-input a.icon-btn {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  box-sizing: border-box;
  color: #999;
}
.desktop-menu .main-nav .desktop-search .search-field .search-field-input a.icon-btn .fa-caret-right {
  font-size: 20px;
  line-height: 20px;
}
.desktop-menu .main-nav .desktop-search .search-field .search-Close-Icon {
  display: flex;
  align-items: center;
  width: 12px;
  margin-right: 20px;
}
.desktop-menu .main-nav .desktop-search .search-field .search-Close-Icon #SearchCloseA {
  color: #999;
  font-size: 16px;
  line-height: 16px;
}
.desktop-menu .main-nav .main-menu {
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  /*---gia to second level menu---*/
  /* EDGE Browser  */
}
@media (max-width: 1240px) {
  .desktop-menu .main-nav .main-menu {
    font-size: 17px;
    line-height: 19px;
  }
}
@media (max-width: 1130px) {
  .desktop-menu .main-nav .main-menu {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .desktop-menu .main-nav .main-menu {
    font-size: 15px;
    line-height: 17px;
  }
}
.desktop-menu .main-nav .main-menu ul:first-child {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 1130px) {
  .desktop-menu .main-nav .main-menu ul:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.desktop-menu .main-nav .main-menu ul:first-child li {
  height: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  position: relative;
}
.desktop-menu .main-nav .main-menu ul:first-child li a {
  text-decoration: none;
  color: #999;
  padding-top: 3px;
  border-bottom: 3px solid transparent;
}
.desktop-menu .main-nav .main-menu ul:first-child li a:hover {
  border-bottom: 3px solid #326A7B;
}
.desktop-menu .main-nav .main-menu .dropdown:hover .second-level-menu {
  display: flex;
  flex-direction: column;
}
.desktop-menu .main-nav .main-menu ul.second-level-menu {
  display: none;
  width: max-content;
  min-width: 176px;
  position: absolute;
  top: 39px;
  background-color: #fff;
  padding: 8px 0 12px;
  left: 3px;
  list-style: none;
  z-index: 9999;
  box-shadow: 2px 2px 4px 1px #a9a4a4;
}
@media (max-width: 1240px) {
  .desktop-menu .main-nav .main-menu ul.second-level-menu.dm-parathiro {
    min-width: 145%;
  }
}
.desktop-menu .main-nav .main-menu ul.second-level-menu li {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: flex-start;
}
@media (max-width: 1130px) {
  .desktop-menu .main-nav .main-menu ul.second-level-menu li {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.desktop-menu .main-nav .main-menu ul.second-level-menu li a {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  letter-spacing: 0;
  font-size: 17px;
}
@media (max-width: 1240px) {
  .desktop-menu .main-nav .main-menu ul.second-level-menu li a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1130px) {
  .desktop-menu .main-nav .main-menu ul.second-level-menu li a {
    font-size: 15px;
    line-height: 18px;
  }
}
.desktop-menu .main-nav .main-menu ul.second-level-menu li a:hover {
  color: #427A8B;
}
@supports (-ms-ime-align:auto) {
  .desktop-menu .main-nav .main-menu .second-level-menu {
    top: 38px;
  }
}
.desktop-menu .main-nav .menu-account {
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
}
.desktop-menu .main-nav .menu-account a {
  text-decoration: none;
}
.desktop-menu .main-nav .menu-account .register-btn {
  color: #fff;
  background-color: #326A7B;
  height: 100%;
  padding: 5px 22px;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 1240px) {
  .desktop-menu .main-nav .menu-account .register-btn {
    padding: 5px 18px;
  }
}
.desktop-menu .main-nav .menu-account .register-btn.loggedin {
  background-color: #2e5560;
}
.desktop-menu .main-nav .menu-account .register-btn.loggedin a {
  color: #e9b430;
}
.desktop-menu .main-nav .menu-account .register-btn a {
  color: #fff;
  white-space: nowrap;
}
.desktop-menu .main-nav .menu-account .login-btn {
  height: 100%;
  padding-left: 20px;
  align-items: center;
}
.desktop-menu .main-nav .menu-account .login-btn a {
  color: #2396D9;
}
.desktop-menu .main-nav .menu-account .register-btn.loggedin:hover .second-level-menu {
  display: flex;
  flex-direction: column;
}
.desktop-menu .main-nav .menu-account ul.second-level-menu {
  display: none;
  width: max-content;
  position: absolute;
  top: 40px;
  background-color: #326A7B;
  padding: 8px 0 12px;
  right: 0px;
  margin: 0;
  list-style: none;
  z-index: 9999;
  box-shadow: -2px 2px 4px 1px #357;
  font-family: 'Roboto', sans-serif;
}
.desktop-menu .main-nav .menu-account ul.second-level-menu li {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: flex-start;
}
@media (max-width: 1130px) {
  .desktop-menu .main-nav .menu-account ul.second-level-menu li {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.desktop-menu .main-nav .menu-account ul.second-level-menu li a {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 400;
  color: #fff !important;
}
@media (max-width: 1240px) {
  .desktop-menu .main-nav .menu-account ul.second-level-menu li a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1130px) {
  .desktop-menu .main-nav .menu-account ul.second-level-menu li a {
    font-size: 15px;
    line-height: 18px;
  }
}
.desktop-menu .main-nav .menu-account ul.second-level-menu li a:hover {
  color: #def !important;
}
.desktop-menu .main-nav-loggedin {
  font-family: 'Roboto', sans-serif;
  background-color: #2e5560;
}
.desktop-menu .main-nav-loggedin .main-navRow {
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  /*---gia to premium second level menu---*/
}
.desktop-menu .main-nav-loggedin .main-navRow a {
  color: #fff;
}
.desktop-menu .main-nav-loggedin .main-navRow a:hover {
  color: #def !important;
}
.desktop-menu .main-nav-loggedin .main-navRow ul.main-level {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: nowrap;
}
.desktop-menu .main-nav-loggedin .main-navRow ul.main-level li {
  height: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  padding: 8px 0;
}
.desktop-menu .main-nav-loggedin .main-navRow ul.main-level li a.first-level:after {
  content: "|";
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  display: inline;
}
.desktop-menu .main-nav-loggedin .main-navRow ul.main-level li:last-child a.first-level:after {
  display: none;
}
.desktop-menu .main-nav-loggedin .main-navRow .dropdown:hover .second-level-menu {
  display: flex;
  flex-direction: column;
}
.desktop-menu .main-nav-loggedin .main-navRow ul.second-level-menu {
  display: none;
  width: max-content;
  min-width: 180px;
  position: absolute;
  top: 40px;
  background-color: #326A7B;
  padding: 8px 0 12px;
  left: 0px;
  list-style: none;
  z-index: 9999;
  box-shadow: -2px 2px 4px 1px #357;
}
.desktop-menu .main-nav-loggedin .main-navRow ul.second-level-menu li {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: flex-start;
}
/* generic style gia desktop menu & mobile burger menu */
.desktop-menu .menuLogoRow,
.burger .menuLogoRow {
  flex-wrap: nowrap;
  align-items: center;
}
.desktop-menu .main-logo,
.burger .main-logo {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.desktop-menu .main-logo > a,
.burger .main-logo > a {
  width: 460px;
  height: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1240px) {
  .desktop-menu .main-logo > a,
  .burger .main-logo > a {
    width: 430px;
  }
}
@media (max-width: 1024px) {
  .desktop-menu .main-logo > a,
  .burger .main-logo > a {
    width: 400px;
  }
}
.desktop-menu .main-logo > a.logicom-logo,
.burger .main-logo > a.logicom-logo {
  width: auto;
  align-items: center;
  margin-right: calc(460px/2 - 10%);
  margin-left: auto;
}
@media (max-width: 1240px) {
  .desktop-menu .main-logo > a.logicom-logo,
  .burger .main-logo > a.logicom-logo {
    margin-right: calc(430px/2 - 10%);
  }
}
@media (max-width: 1024px) {
  .desktop-menu .main-logo > a.logicom-logo,
  .burger .main-logo > a.logicom-logo {
    margin-right: calc(400px/2 - 20%);
  }
}
.desktop-menu .main-logo > a.logicom-logo span,
.burger .main-logo > a.logicom-logo span {
  margin-right: 5px;
  font-family: 'Roboto', sans-serif;
  color: #696969;
  font-size: 15px;
}
.desktop-menu .main-logo > a.logicom-logo img,
.burger .main-logo > a.logicom-logo img {
  max-height: 30px;
  width: auto;
}
.desktop-menu .main-logo > a img,
.burger .main-logo > a img {
  width: 100%;
  height: auto;
}
.desktop-menu .dtmenu,
.burger .dtmenu {
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  color: #696969;
}
.desktop-menu .dtmenu .dt-day,
.burger .dtmenu .dt-day {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
}
.desktop-menu .dtmenu .dt-all,
.burger .dtmenu .dt-all {
  font-size: 16px;
  line-height: 20px;
}
.desktop-menu .menuRadio,
.burger .menuRadio {
  font-family: 'Roboto', sans-serif;
  align-self: center;
  justify-content: flex-end;
}
.desktop-menu .menuRadio a p,
.burger .menuRadio a p {
  color: #ababab;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
.desktop-menu .menuRadio a img,
.burger .menuRadio a img {
  margin: 0 auto;
}
/*-----gia to mobile menu-----*/
@media (min-width: 1024px) {
  .mobile-menu {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 1023px) {
  .mobile-menu {
    visibility: visible;
    display: flex;
  }
}
.mobile-menu .m-topBar {
  background-color: #f1f1f1;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 600px) {
  .mobile-menu .m-topBar {
    font-size: 15px;
    padding-top: 11px;
  }
}
.mobile-menu .m-topBar span {
  padding-left: 10px;
  color: #5d5d5d;
}
.mobile-menu .main-menu {
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  position: relative;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #c3c3c3;
  background-color: white;
  width: 100%;
}
@media (max-width: 1023px) {
  .mobile-menu .main-menu {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
.mobile-menu .main-menu .mobile-logo {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .main-menu .mobile-logo a {
  width: 360px;
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  .mobile-menu .main-menu .mobile-logo a {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .mobile-menu .main-menu .mobile-logo a {
    width: 250px;
  }
}
@media (max-width: 360px) {
  .mobile-menu .main-menu .mobile-logo a {
    width: 220px;
  }
}
@media (max-width: 1023px) {
  .mobile-menu .main-menu .mobile-logo a.logicom-logo {
    margin: 0;
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }
}
.mobile-menu .main-menu .mobile-logo a.logicom-logo span {
  font-family: 'Roboto', sans-serif;
  color: #696969;
  font-size: 14px;
}
.mobile-menu .main-menu .mobile-logo a.logicom-logo img {
  max-height: 30px;
  width: auto;
}
@media (max-width: 768px) {
  .mobile-menu .main-menu .mobile-logo a.logicom-logo img {
    max-height: 22px;
  }
}
@media (max-width: 600px) {
  .mobile-menu .main-menu .mobile-logo a.logicom-logo img {
    max-height: 20px;
  }
}
.mobile-menu .main-menu .mobile-logo a img {
  width: 100%;
  height: auto;
}
.mobile-menu .main-menu .mobile-burger a {
  color: grey;
  font-size: 25px;
  display: block;
}
@media (max-width: 600px) {
  .mobile-menu .main-menu .mobile-burger a {
    font-size: 23px;
  }
}
.mobile-menu .main-menu .mobile-search a {
  color: grey;
  font-size: 25px;
  display: block;
}
@media (max-width: 600px) {
  .mobile-menu .main-menu .mobile-search a {
    font-size: 22px;
  }
}
/******************* Burger ************************/
.burger {
  height: 0;
  position: relative;
}
@media (min-width: 1281px) {
  .burger.footer-menu {
    height: 350px;
  }
}
@media (max-width: 1280px) {
  .burger.footer-menu {
    display: none;
  }
}
.burger .wrapper {
  width: 100%;
  background-color: #3b6c7b;
  position: absolute;
  top: 35px;
  z-index: 103;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .burger .wrapper {
    top: 40px;
    position: fixed;
    height: calc(100% - 40px);
    overflow-y: auto;
  }
}
.burger .wrapper .b-header {
  height: max-content;
  border-bottom: 1px solid #1D5564;
}
.burger .wrapper .b-header .dtmenu {
  color: #CDDCE3;
}
@media (max-width: 1023px) {
  .burger .wrapper .b-header .dtmenu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-header .menuRadio {
    display: none;
  }
}
.burger .wrapper .b-header .menuRadio a p {
  color: #CDDCE3;
}
@media (max-width: 1023px) {
  .burger .wrapper .b-header .menuLogoRow {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo {
    padding: 0;
    flex-grow: 1;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a {
    width: 360px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a {
    width: 250px;
  }
}
@media (max-width: 360px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a {
    width: 220px;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a.logicom-logo {
    margin: 0;
    justify-content: flex-end;
  }
}
.burger .wrapper .b-header .menuLogoRow .main-logo > a.logicom-logo span {
  color: #fff;
}
@media (max-width: 768px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a.logicom-logo img {
    max-height: 22px;
  }
}
@media (max-width: 600px) {
  .burger .wrapper .b-header .menuLogoRow .main-logo > a.logicom-logo img {
    max-height: 20px;
  }
}
@media (min-width: 1024px) {
  .burger .wrapper .b-header .closeBtn,
  .burger .wrapper .b-header .searchBtn {
    display: none;
  }
}
.burger .wrapper .b-header .closeBtn {
  color: #fff;
  font-size: 30px;
}
.burger .wrapper .b-header .searchBtn a {
  color: #fff;
  font-size: 24px;
  display: block;
}
@media (max-width: 600px) {
  .burger .wrapper .b-header .searchBtn a {
    font-size: 22px;
  }
}
.burger .wrapper .b-menuRow {
  padding-top: 5px;
  padding-bottom: 20px;
}
.burger .wrapper .b-menuRow .closeBtn {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  width: 16px;
  margin-right: 34px;
}
@media (max-width: 1100px) {
  .burger .wrapper .b-menuRow .closeBtn {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .closeBtn {
    display: none;
  }
}
.burger .wrapper .b-menuRow .b-menu {
  width: calc(100% - 50px);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: nowrap;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  /* mobile premium menu */
}
@media (max-width: 1100px) {
  .burger .wrapper .b-menuRow .b-menu {
    width: calc(100% - 36px);
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu {
    width: 100%;
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu {
    font-size: 16px;
    line-height: 21px;
  }
}
.burger .wrapper .b-menuRow .b-menu .bm-premium {
  width: 100%;
  background-color: #2e5560;
  margin: 15px 0px 10px;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .burger .wrapper .b-menuRow .b-menu .bm-premium {
    display: none;
  }
}
.burger .wrapper .b-menuRow .b-menu .bm-premium .title {
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.burger .wrapper .b-menuRow .b-menu .bm-premium .title > a {
  color: #e9b430;
}
.burger .wrapper .b-menuRow .b-menu .bm-premium ul {
  padding-left: 0;
}
.burger .wrapper .b-menuRow .b-menu ul {
  list-style: none;
  flex-wrap: nowrap;
  margin: 0;
  flex-direction: column;
  padding: 0;
  width: 15%;
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu ul {
    width: 50%;
    padding-left: 22px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-top: 10px;
  }
}
.burger .wrapper .b-menuRow .b-menu ul#bm-pNews {
  width: 18%;
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu ul#bm-pNews {
    width: 50%;
  }
}
.burger .wrapper .b-menuRow .b-menu ul li {
  padding: 5px 0;
}
.burger .wrapper .b-menuRow .b-menu ul li.title {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1100px) {
  .burger .wrapper .b-menuRow .b-menu ul li.title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu ul li.title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 375px) {
  .burger .wrapper .b-menuRow .b-menu ul li.title {
    font-size: 19px;
    line-height: 21px;
  }
}
.burger .wrapper .b-menuRow .b-menu ul li a {
  color: #CDDCE3;
}
.burger .wrapper .b-menuRow .b-menu ul li a:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-pNews {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-gipedo {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-apopseis {
    order: 3;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-agora {
    order: 4;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-buzzlife {
    order: 5;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-parathiro {
    order: 6;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu #bm-more {
    order: 7;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .b-menuRow .b-menu .follow {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .burger .wrapper .follow {
    display: none;
  }
}
@media (max-width: 1023px) {
  .burger .wrapper .follow {
    padding: 0;
    padding-top: 30px;
  }
}
.burger .wrapper .follow .sm-b {
  justify-content: space-evenly;
}
.burger .wrapper .follow .sm-b a {
  font-size: 20px;
  margin: 0 10px;
  background-color: #CDDCE3;
  border-radius: 20px;
  width: 36px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
/******************* FOOTER ************************/
.footer {
  position: relative;
  border-top: 1px solid #d7d7d7;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1280px) {
  .footer .pre-footer .two-col-desktop {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .footer .pre-footer .two-col-desktop.desktop-border {
    border-left: 1px solid #e3e3e3;
    padding-bottom: 30px;
  }
}
.footer .main-color {
  padding-bottom: 10px;
}
@media (min-width: 1281px) {
  .footer .main-color {
    background-color: #3b6c7b;
    color: #CDDCE3;
  }
}
.footer .footer-row-1 {
  flex-direction: column;
}
.footer .footer-row-1 .newsletter {
  flex-direction: column;
  margin: 0 auto;
  padding: 0 10px;
}
.footer .footer-row-1 .newsletter .txt {
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 910px) {
  .footer .footer-row-1 .newsletter .txt {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .footer .footer-row-1 .newsletter .txt {
    max-width: 100%;
  }
}
.footer .footer-row-1 .newsletter .txt h3 {
  color: #3b6c7b;
  margin: 15px 0;
}
.footer .footer-row-1 .newsletter .txt p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.footer .footer-row-1 .newsletter .newsletterForm {
  width: 100%;
  display: flex;
  justify-content: center;
  height: max-content;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .footer .footer-row-1 .newsletter .newsletterForm {
    max-width: 100%;
  }
}
.footer .footer-row-1 .newsletter .newsletterForm a {
  background-color: #3b6c7b;
  padding: 12px 22px;
  width: auto;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.footer .footer-row-1 .newsletter .newsletterForm a:hover {
  background-color: #004d4d;
}
@media (max-width: 1280px) {
  .footer .footer-row-2 {
    margin-top: 10px;
  }
}
.footer .footer-row-2 .footer-social {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 18px;
}
@media (min-width: 1281px) {
  .footer .footer-row-2 .footer-social {
    margin-bottom: 21px;
  }
}
.footer .footer-row-2 .footer-social h3 {
  color: #326b7c;
  text-align: center;
  margin: 15px 0;
}
@media (min-width: 1281px) {
  .footer .footer-row-2 .footer-social .sm-b {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 414px) {
  .footer .footer-row-2 .footer-social .sm-b {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.footer .footer-row-2 .footer-social .sm-b a {
  color: #a7a7a7;
  padding: 0 20px;
}
@media (max-width: 414px) {
  .footer .footer-row-2 .footer-social .sm-b a {
    padding: 0;
    flex-grow: 1;
    text-align: center;
  }
}
.footer .footer-row-2 .footer-social .sm-b a:hover {
  color: #326b7c;
}
.footer .footer-row-2 .footer-social .sm-b a i {
  font-size: 18px;
}
.footer .footer-row-2 .footer-apps {
  justify-content: center;
  align-items: center;
}
.footer .footer-row-2 .footer-apps img {
  padding: 0 10px;
}
.footer .footer-row-3 {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-top: 25px;
}
@media (min-width: 1281px) {
  .footer .footer-row-3 {
    border-top: 1px solid #cddce32b;
    padding-top: 10px;
    margin-top: 15px;
  }
}
.footer .footer-row-3 .footer-links {
  text-align: center;
  color: #326b7c;
}
@media (min-width: 1281px) {
  .footer .footer-row-3 .footer-links {
    color: #CDDCE3;
  }
}
.footer .footer-row-3 .footer-links {
  justify-content: center;
  font-weight: 300;
}
.footer .footer-row-3 .footer-links a {
  color: #326b7c;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1281px) {
  .footer .footer-row-3 .footer-links a {
    color: #CDDCE3;
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  .footer .footer-row-3 .footer-links a:hover {
    color: #fff;
  }
}
@media (max-width: 595px) {
  .footer .footer-row-3 .footer-links a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 414px) {
  .footer .footer-row-3 .footer-links a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .footer-row-3 .footer-links a:after {
  content: "|";
  padding: 0 25px;
  color: #cddce32b;
}
@media (max-width: 595px) {
  .footer .footer-row-3 .footer-links a:after {
    padding: 0 15px;
  }
}
@media (max-width: 414px) {
  .footer .footer-row-3 .footer-links a:after {
    padding: 0 10px;
  }
}
.footer .footer-row-3 .footer-links > a:last-child:after {
  display: none;
}
.footer .footer-row-3 #cookie-button {
  display: inline-block;
  color: #fff;
  background-color: #326A7B;
  width: 100px;
  height: 30px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 1;
  z-index: 10001;
  padding: 5px 0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.footer .footer-row-3 #cookie-button #ot-sdk-btn.ot-sdk-show-settings,
.footer .footer-row-3 #cookie-button #ot-sdk-btn.optanon-show-settings {
  padding: 0 !important;
  margin-top: 0;
}
.footer .footer-row-3 #cookie-button #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer .footer-row-3 #cookie-button #ot-sdk-btn.optanon-show-settings:hover {
  background-color: initial !important;
  cursor: pointer;
  color: #acacac !important;
}
@media (max-width: 500px) {
  .footer .footer-row-3 #cookie-button {
    right: 10px;
  }
}
.footer .footer-row-3 #cookie-button:hover {
  cursor: pointer;
  background-color: #326b7c;
}
.footer .footer-row-3 #cookie-button:hover::after {
  color: #fff;
}
.footer .footer-row-3 #cookie-button:active {
  background-color: #326b7c;
}
.footer .footer-row-3 #cookie-button:active::after {
  color: #fff;
}
.footer .copyright {
  text-align: center;
  color: #326b7c;
  flex-direction: column;
}
@media (min-width: 1281px) {
  .footer .copyright {
    color: #000;
    margin-top: 10px;
    padding-top: 0;
    flex-direction: row;
  }
}
.footer .copyright p {
  font-size: 14px;
  color: #696969;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 1281px) {
  .footer .copyright p {
    color: #000;
    padding-right: 5px;
  }
}
.footer .copyright p a {
  color: #696969;
}
@media (min-width: 1281px) {
  .footer .copyright p a {
    color: #000;
  }
}
.footer .copyright p a:hover {
  color: #326b7c;
}
@media (min-width: 1281px) {
  .footer .copyright p a:hover {
    color: #696969;
  }
}
.footer .copyright .poweredBy {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media (min-width: 1281px) {
  .footer .copyright .poweredBy {
    flex-direction: row;
    align-items: center;
    align-self: initial;
    margin: 0 auto;
  }
}
.footer .copyright .poweredBy p {
  color: #696969;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  margin-right: 10px;
}
@media (min-width: 1281px) {
  .footer .copyright .poweredBy p {
    color: #000;
  }
}
.footer .copyright .poweredBy img {
  height: 20px;
  width: auto;
}
/*************************** section ****************************/
section {
  width: 100%;
  margin: 0 auto;
}
section .header {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  section .header {
    font-size: 40px;
    display: flex;
    justify-content: center;
  }
}
section .header.titleSolidLine {
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 20px 10px 0;
}
section .header.titleSolidLine > a {
  position: relative;
  display: inline-block;
}
section .header.titleSolidLine > a:before,
section .header.titleSolidLine > a:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid;
  width: 100vw;
  margin: 0 20px;
  color: #e3e3e3;
}
@media (max-width: 768px) {
  section .header.titleSolidLine > a:before,
  section .header.titleSolidLine > a:after {
    display: none;
  }
}
section .header.titleSolidLine > a:before {
  right: 100%;
}
@media (max-width: 768px) {
  section .header.titleSolidLine > a:before {
    display: none;
  }
}
section .header.titleSolidLine > a:after {
  left: 100%;
}
@media (max-width: 768px) {
  section .header.titleSolidLine > a:after {
    display: none;
  }
}
section .header a,
section .header a:visited {
  text-decoration: none;
  color: #3b6c7b;
}
section .header a:hover {
  text-decoration: none;
  color: #004d4d;
}
section aside article h3 {
  line-height: 20px;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  width: 100%;
  font-weight: 900;
}
section aside article h3:hover {
  color: #3b6c7b;
}
section .below article h3,
section article.below h3 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  width: 100%;
}
section .below article .author,
section aside article .author {
  margin-top: 10px;
  padding-bottom: 0;
}
section .below article a.categoryURL {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 210px;
  white-space: nowrap;
}
section aside article a.categoryURL {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 160px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  color: #979797;
  font-weight: 400;
}
@media (max-width: 768px) {
  section .below article a.categoryURL {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
  }
  section .below article .author {
    margin-top: 0;
    margin-bottom: 10px;
  }
  section aside article h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  section aside article .author {
    margin-top: 0;
    margin-bottom: 10px;
  }
  section aside article a.categoryURL {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 240px;
    white-space: nowrap;
  }
}
/*************************** article ****************************/
article {
  position: relative;
  /******** 3 τελείες στο headline και στο caption **********/
  /************** article.leftbox *******************/
  /************* article.bottombox  *************/
  /************* article.mobileFullWidth με fullwidth image in mobile  *************/
  /************* article.mobileSimpleList -> στο mobile τίτλος αριστερά, μικρή φώτο δεξιά σαν λίστα  *************/
}
article > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
}
article > div > a.categoryURL {
  color: #326A7B;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}
article > div > a.categoryURL:hover {
  color: #11467C;
}
article > div > time {
  color: #acacac;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
}
article > div > a.categoryURL:after {
  content: "|";
  color: #acacac;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}
article > div > a.categoryURL[href=""]:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
article > div .author {
  color: #999898;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  z-index: 12;
}
article > div .author a {
  color: #999898;
  z-index: 15;
}
article > div .author a:hover {
  color: #3b6c7b;
}
article > div > .author > span {
  font-style: italic;
  font-weight: 300;
}
article > div > .author > span:before {
  content: " - ";
}
article .articleURL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
article .categoryURL {
  position: relative;
  z-index: 20;
  display: inline-block;
}
article img,
article picture,
article figure {
  width: 100%;
  height: auto;
}
article h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
article h3 .sponsored {
  color: #d84315;
  padding-right: 10px;
}
article summary:empty {
  display: none;
}
article:hover {
  color: #3b6c7b;
}
article div h3 {
  color: inherit;
}
@media (min-width: 769px) {
  article h3.mobile {
    visibility: hidden;
    display: none !important;
  }
}
@media (max-width: 768px) {
  article h3.desktop {
    visibility: hidden;
    display: none !important;
  }
  article h3.mobile {
    visibility: visible;
    display: block;
  }
}
article .comments_bubble:before {
  font-family: "FontAwesome";
  content: "\f075";
  padding-right: 3px;
}
article .comments_bubble {
  display: none;
  color: #acacac;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  padding-left: 20px;
  letter-spacing: -0.16px;
}
article.h3-rows-2 div h3 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
article.h3-rows-3 div h3 {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
article.h3-rows-4 div h3 {
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
article.h3-rows-5 div h3 {
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
article.leftbox {
  flex-direction: row;
  font-family: 'Roboto', sans-serif;
}
article.leftbox figure {
  display: block;
  position: relative;
  margin-left: calc(100% - 600px);
  width: 100%;
}
@media (max-width: 1280px) {
  article.leftbox figure {
    width: 100%;
    margin-left: 0px!important;
  }
}
article.leftbox figure img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  article.leftbox figure img {
    height: auto;
    width: 100%;
  }
}
article.leftbox > div:nth-child(2) {
  position: absolute;
  top: unset;
  bottom: unset;
  width: 400px;
  background-color: white;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: inherit;
  align-self: center;
  /* το leftbox σε 1280px +tablet+mobile να πάει απο κάτω */
}
@media (max-width: 1280px) {
  article.leftbox > div:nth-child(2) {
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  article.leftbox > div:nth-child(2) {
    position: relative;
    width: 86%;
    margin-left: 0;
    margin-right: auto;
    margin-top: -40px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  article.leftbox > div:nth-child(2) {
    width: 100%;
    margin-right: 40px;
    margin-top: -25px;
    padding-top: 12px;
    padding-left: 10px;
  }
}
article.leftbox h3 {
  font-size: 32px;
  line-height: 40px;
  width: 100%;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1d1d1b;
}
@media (max-width: 1280px) {
  article.leftbox h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  article.leftbox h3 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}
article.leftbox h3.locked:before {
  /*content:url(unlocked.png);*/
}
article.leftbox summary {
  font-size: 14px;
  line-height: 18px;
  color: #737373;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  article.leftbox summary {
    margin-bottom: 15px;
  }
}
article.leftbox .author {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  article.leftbox .author {
    padding-bottom: 20px;
    padding-top: 5px;
  }
}
article.leftbox a.categoryURL {
  padding-bottom: 5px;
}
article.leftbox a.categoryURL::after {
  display: none;
}
article.leftbox:hover h3 {
  color: #3b6c7b;
}
article.bottombox {
  width: 100%;
  height: auto;
}
article.bottombox > div {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 20px;
  background-color: #fff;
  margin-top: -45px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  width: 86%;
}
@media (max-width: 1280px) {
  article.bottombox > div {
    margin-top: -40px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  article.bottombox > div {
    margin-top: -25px;
    padding-top: 12px;
    padding-left: 10px;
    width: 100%;
    margin-right: 40px;
  }
}
article.bottombox > div h3 {
  font-size: 24px;
  line-height: 1.2;
  width: 100%;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1d1d1b;
}
@media (max-width: 1280px) {
  article.bottombox > div h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  article.bottombox > div h3 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}
article.bottombox > div summary {
  font-size: 16px;
  line-height: 20px;
  color: #696969;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  article.bottombox > div summary {
    margin-bottom: 15px;
  }
}
article.bottombox > div time {
  font-size: 12px;
  line-height: 19px;
  color: #acacac;
  font-weight: 400;
}
article.bottombox > div .author {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  article.bottombox > div .author {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
article.bottombox:hover h3 {
  color: #3b6c7b;
}
@media (max-width: 768px) {
  article.mobileFullWidth {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  article.mobileFullWidth figure {
    max-width: 100%;
    max-height: inherit;
  }
}
@media (max-width: 768px) {
  article.mobileFullWidth > div {
    margin-top: 0px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    background-color: #fff;
    width: auto;
  }
}
@media (max-width: 768px) {
  article.mobileFullWidth > div h3 {
    font-size: 23px;
    line-height: 31px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  article.mobileFullWidth > div .author {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  article.mobileSimpleList {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  article.mobileSimpleList {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 768px) {
  article.mobileSimpleList figure {
    max-width: 90px;
    max-height: 90px;
  }
}
@media (max-width: 768px) {
  article.mobileSimpleList > div {
    align-content: flex-start;
    padding-left: 20px;
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  article.mobileSimpleList > div {
    padding-left: 12px;
    padding-right: 14px;
  }
}
@media (max-width: 768px) {
  article.mobileSimpleList > div h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  article.mobileSimpleList > div .author {
    font-size: 14px;
  }
}
/******** categoryInFigure > articles (articles with category over image) *************/
.categoryInFigure > article > div {
  position: relative;
}
@media (max-width: 768px) {
  .categoryInFigure > article > div {
    margin-top: 0;
  }
}
.categoryInFigure > article > div a.categoryURL.categoryOnImg:after {
  display: none;
}
.categoryInFigure > article > div a.categoryURL.categoryOnImg[href=""] {
  display: none;
}
@media (min-width: 769px) {
  .categoryInFigure > article > div a.categoryOnImg {
    position: absolute;
    bottom: 100%;
    padding: 5px 10px 3px;
    background-color: #326A7B;
    color: #fff;
    font-weight: 700;
  }
}
/******** article.mobileCategoryUnderTitle (άρθρα που στο mobile έχουν την κατηγορία κάτω από τον τίτλο) *************/
@media (max-width: 768px) {
  article.mobileCategoryUnderTitle > div h3 {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  article.mobileCategoryUnderTitle > div a.categoryURL.categoryOnImg {
    order: 2;
  }
}
@media (max-width: 768px) {
  article.mobileCategoryUnderTitle > div a.categoryURL.categoryOnImg:after {
    content: "|";
    color: #acacac;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  article.mobileCategoryUnderTitle > div time {
    order: 3;
  }
}
@media (max-width: 768px) {
  article.mobileCategoryUnderTitle > div .comments {
    order: 4;
  }
}
/******** article.noCategoryLink - μη δείξεις το λεκτικό της κατηγρίας σ' αυτο το άρθρο *************/
article.noCategoryLink > div a.categoryURL.categoryOnImg {
  display: none;
}
/******** mobileEnallaxList > article - articles enallax list in mobile *************/
@media (max-width: 768px) {
  .mobileEnallaxList {
    border-top: 1px solid #e3e3e3;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .mobileEnallaxList > article {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
  }
  .mobileEnallaxList > article:nth-child(even) {
    flex-direction: row-reverse;
  }
  .mobileEnallaxList > article > figure {
    width: 75%;
  }
  .mobileEnallaxList > article > div {
    width: calc(100% - 10px);
    padding: 0 10px;
  }
  .mobileEnallaxList > article > div h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article:nth-child(odd) > div {
    padding-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article:nth-child(even) > div {
    padding-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article > div h3 {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article > div a.categoryURL.categoryOnImg {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article > div a.categoryURL.categoryOnImg:after {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article > div time {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobileEnallaxList > article > div .comments {
    order: 4;
  }
}
@media (max-width: 768px) {
  .mobileEnallaxList.mobile-reverse {
    border: none;
  }
}
@media (max-width: 768px) {
  .mobileEnallaxList.mobile-reverse article {
    flex-direction: row-reverse;
    border: none;
  }
}
@media (max-width: 768px) {
  .mobileEnallaxList.mobile-reverse article > div {
    padding-left: 0;
    padding-right: 10px;
  }
}
/******** section with read more button  *************/
.readMoreSection {
  margin: 40px auto 40px auto;
}
.readMoreSection > div {
  justify-content: center;
  align-items: center;
}
.readMoreSection > div .readMoreBtn {
  border: 1px solid #e3e3e3;
  padding: 15px 40px;
  color: #999898;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.readMoreSection > div .readMoreBtn i {
  padding-left: 10px;
}
.readMoreSection > div .readMoreBtn:hover {
  color: #5e5d5d;
  border-color: #c6c6c6;
}
/******** section with read more button with Solid Lines around button  *************/
.readMoreSectionWithLines {
  margin: 40px auto 40px;
}
.readMoreSectionWithLines > div {
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.readMoreSectionWithLines > div .btnSolidLines {
  position: relative;
  display: inline-block;
}
.readMoreSectionWithLines > div .btnSolidLines:before,
.readMoreSectionWithLines > div .btnSolidLines:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid;
  width: 100vw;
  margin: 0 20px;
  color: #e3e3e3;
}
@media (max-width: 768px) {
  .readMoreSectionWithLines > div .btnSolidLines:before,
  .readMoreSectionWithLines > div .btnSolidLines:after {
    display: none;
  }
}
.readMoreSectionWithLines > div .btnSolidLines:before {
  right: 100%;
}
@media (max-width: 768px) {
  .readMoreSectionWithLines > div .btnSolidLines:before {
    display: none;
  }
}
.readMoreSectionWithLines > div .btnSolidLines:after {
  left: 100%;
}
@media (max-width: 768px) {
  .readMoreSectionWithLines > div .btnSolidLines:after {
    display: none;
  }
}
.readMoreSectionWithLines > div .btnSolidLines .readMoreBtn {
  border: 1px solid #e3e3e3;
  padding: 15px 40px;
  color: #999898;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.readMoreSectionWithLines > div .btnSolidLines .readMoreBtn i {
  padding-left: 10px;
}
.readMoreSectionWithLines > div .btnSolidLines .readMoreBtn:hover {
  color: #5e5d5d;
  border-color: #c6c6c6;
}
/******** aside.rightArea Ροή/Δημοφιλή *************/
aside.rightArea {
  position: relative;
  align-content: flex-start;
  /** content with articles - Δημοφιλή **/
  /** content with articles - Ροή ειδήσεων **/
  /** content with articles - Ροή ειδήσεων & Δημοφιλή - κοινό style **/
  /** div τίτλου - Δημοφιλή **/
  /** div τίτλου - Ροή ειδήσεων  **/
  /** div τίτλου - Ροή ειδήσεων & Δημοφιλή - κοινό style  **/
}
@media (max-width: 1024px) {
  aside.rightArea {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 975px) {
  aside.rightArea {
    width: 100%;
    justify-content: center;
  }
  aside.rightArea .banner {
    display: flex;
    justify-content: center;
  }
}
aside.rightArea .roi-popular-row {
  border: 1px solid #e3e3e3;
  padding: 0 10px;
}
@media (min-width: 1280px) {
  aside.rightArea .roi-popular-row {
    min-width: 300px;
  }
}
@media (max-width: 975px) {
  aside.rightArea .roi-popular-row {
    border: none;
    margin-top: 20px;
  }
}
aside.rightArea .roi-popular-row article > div > time {
  line-height: 12px;
}
aside.rightArea .roi-popular-row article > div > a.categoryURL:after {
  vertical-align: top;
}
aside.rightArea article {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #e3e3e3;
}
aside.rightArea article > div {
  align-content: flex-start;
  padding-right: 10px;
  width: 100%;
  /*&.NoImgFigureDiv{padding-right:0px;}*/
}
aside.rightArea article > div h3 {
  margin-top: 0;
}
@media (min-width: 976px) {
  aside.rightArea article > div h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
aside.rightArea article:hover > div > h3 {
  color: #3b6c7b;
}
aside.rightArea article figure {
  max-width: 90px;
  max-height: 90px;
  /*&.NoImgFigure{display:none;}*/
}
aside.rightArea #aside-popular-div {
  position: relative;
  top: 0px;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  aside.rightArea #aside-popular-div {
    margin-top: 20px;
  }
}
aside.rightArea #aside-popular-div article {
  flex-direction: row;
}
aside.rightArea #aside-popular-div article figure {
  display: none;
}
aside.rightArea #aside-popular-div article > div {
  padding-right: 0;
}
aside.rightArea #aside-popular-div .popular-num {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  font-weight: 900;
  font-style: italic;
  width: auto;
  padding-right: 15px;
}
@media (max-width: 975px) {
  aside.rightArea #aside-popular-div .popular-num {
    width: 10%;
  }
}
@media (max-width: 600px) {
  aside.rightArea #aside-popular-div .popular-num {
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  aside.rightArea #aside-popular-div .popular-num {
    width: 20%;
  }
}
aside.rightArea #aside-roi-div {
  margin-top: 10px;
}
@media (max-width: 1300px) {
  aside.rightArea #aside-roi-div {
    margin-top: 20px;
  }
}
@media (min-width: 967px) {
  aside.rightArea #aside-roi-div,
  aside.rightArea #aside-popular-div {
    max-height: calc(85vh - 20px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  aside.rightArea #aside-roi-div::-webkit-scrollbar,
  aside.rightArea #aside-popular-div::-webkit-scrollbar {
    width: 10px;
    background: #eee;
  }
  aside.rightArea #aside-roi-div::-webkit-scrollbar-thumb,
  aside.rightArea #aside-popular-div::-webkit-scrollbar-thumb {
    background: #3b6c7b;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 1px #3b6c7b;
  }
  aside.rightArea #aside-roi-div::-webkit-scrollbar-corner,
  aside.rightArea #aside-popular-div::-webkit-scrollbar-corner {
    background: #3b6c7b;
  }
}
aside.rightArea #aside-roi-div > :last-child,
aside.rightArea #aside-popular-div article:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  aside.rightArea #aside-roi-div article h3,
  aside.rightArea #aside-popular-div article h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
aside.rightArea #aside-title-popular {
  text-align: center;
}
@media (max-width: 1024px) {
  aside.rightArea #aside-title-roi {
    text-align: center;
  }
}
aside.rightArea #aside-title-roi.aside-title,
aside.rightArea #aside-title-popular.aside-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #acacac;
  font-weight: 900;
  font-style: italic;
  height: 35px;
  position: relative;
  text-align: center;
}
aside.rightArea #aside-title-roi.aside-title.active a > span,
aside.rightArea #aside-title-popular.aside-title.active a > span {
  color: #000000;
  white-space: nowrap;
}
aside.rightArea #aside-title-roi.aside-title.active .line-left,
aside.rightArea #aside-title-popular.aside-title.active .line-left {
  left: -6px;
}
aside.rightArea #aside-title-roi.aside-title.active .line-right,
aside.rightArea #aside-title-popular.aside-title.active .line-right {
  right: -6px;
}
aside.rightArea #aside-title-roi.aside-title.active .aside-line,
aside.rightArea #aside-title-popular.aside-title.active .aside-line {
  background-color: #5F5F5F;
  height: 21px;
  top: 1px;
}
aside.rightArea #aside-title-roi.aside-title.active:after,
aside.rightArea #aside-title-popular.aside-title.active:after,
aside.rightArea #aside-title-roi.aside-title.active:before,
aside.rightArea #aside-title-popular.aside-title.active:before {
  background-color: #5F5F5F;
  width: -webkit-calc(36%);
  width: calc(50% - 14px);
}
aside.rightArea #aside-title-roi.aside-title.active .aside-title-line,
aside.rightArea #aside-title-popular.aside-title.active .aside-title-line {
  -webkit-transform: translateX(-50%) rotateX(0deg);
  transform: translateX(-50%) rotateX(0deg);
}
aside.rightArea #aside-title-roi.aside-title a,
aside.rightArea #aside-title-popular.aside-title a {
  text-decoration: none;
}
aside.rightArea #aside-title-roi.aside-title a > span,
aside.rightArea #aside-title-popular.aside-title a > span {
  color: #D4D4D4;
  font-size: 20px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  aside.rightArea #aside-title-roi.aside-title a > span,
  aside.rightArea #aside-title-popular.aside-title a > span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 360px) {
  aside.rightArea #aside-title-roi.aside-title a > span,
  aside.rightArea #aside-title-popular.aside-title a > span {
    font-size: 22px;
  }
}
aside.rightArea #aside-title-roi.aside-title:before,
aside.rightArea #aside-title-popular.aside-title:before {
  left: 0;
}
aside.rightArea #aside-title-roi.aside-title:after,
aside.rightArea #aside-title-popular.aside-title:after {
  right: 0;
}
aside.rightArea #aside-title-roi.aside-title:before,
aside.rightArea #aside-title-popular.aside-title:before,
aside.rightArea #aside-title-roi.aside-title:after,
aside.rightArea #aside-title-popular.aside-title:after {
  background-color: #e2e2e2;
  bottom: 0;
  content: " ";
  height: 2px;
  position: absolute;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  width: -webkit-calc(42%);
  width: calc(50% - 8px);
}
aside.rightArea #aside-title-roi.aside-title span,
aside.rightArea #aside-title-popular.aside-title span {
  position: relative;
  z-index: 3;
}
aside.rightArea #aside-title-roi .aside-title-line,
aside.rightArea #aside-title-popular .aside-title-line {
  z-index: 2;
  width: 18px;
  height: 14px;
  left: 50%;
  top: -webkit-calc(99%);
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%) rotateX(180deg);
  transform: translateX(-50%) rotateX(180deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
aside.rightArea #aside-title-roi .aside-title-line .aside-line,
aside.rightArea #aside-title-popular .aside-title-line .aside-line {
  background-color: #e2e2e2;
  height: 12px;
  top: 0;
  width: 2px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
aside.rightArea #aside-title-roi .aside-title-line .line-left,
aside.rightArea #aside-title-popular .aside-title-line .line-left {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
aside.rightArea #aside-title-roi .aside-title-line .line-right,
aside.rightArea #aside-title-popular .aside-title-line .line-right {
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
/* banner centered in full container */
@media (max-width: 1280px) {
  .banner-inFullContainer {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .banner-inFullContainer img {
    margin: 0 auto;
  }
}
/* generic header title for simple pages */
.simple-title {
  color: #326b7c;
  font-weight: 900;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
h1.simple-title {
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 768px) {
  h1.simple-title {
    font-size: 40px;
    line-height: 50px;
  }
}
h2.simple-title {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  h2.simple-title {
    font-size: 36px;
    line-height: 42px;
  }
}
h3.simple-title {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 768px) {
  h3.simple-title {
    font-size: 30px;
    line-height: 36px;
  }
}
h4.simple-title {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 768px) {
  h4.simple-title {
    font-size: 26px;
    line-height: 32px;
  }
}
h5.simple-title {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 768px) {
  h5.simple-title {
    font-size: 20px;
    line-height: 26px;
  }
}
h6.simple-title {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  h6.simple-title {
    font-size: 18px;
    line-height: 22px;
  }
}
/* sticky */
@media (min-width: 976px) {
  .sticky {
    position: sticky;
    top: 0px;
  }
}
/* Simple horizontal menu for pages like: taytotita */
.simple-menu {
  justify-content: center;
  align-items: center;
}
.simple-menu a {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #888888;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.simple-menu a:after {
  content: "|";
  color: #888888;
  padding-left: 10px;
  padding-right: 10px;
}
.simple-menu a:last-child:after {
  display: none;
}
.simple-menu a:hover {
  color: #326b7c;
}
/***** fancybox - popup style *****/
.fancybox-wrap {
  font-family: 'Roboto', sans-serif;
}
.fancybox-wrap .fancybox-inner .title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.fancybox-wrap .fancybox-inner p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  display: flex;
}
.fancybox-wrap .fancybox-inner p .r-star {
  color: red;
}
/**** One Trust - Cookies policy and popup style ****/
/* titles */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  color: #326b7c !important;
  font-weight: 900;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 20px !important;
  line-height: 30px;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  display: none!important;
}
#onetrust-banner-sdk,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy,
#ot-sync-ntfy {
  margin-top: 15px;
}
/* description text and tables */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: 18px !important;
  line-height: 28px;
  color: #333333;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
/* button cookie settings */
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #fff !important;
  background-color: #326A7B;
  height: 100% !important;
  padding: 12px 20px !important;
  align-items: center;
  font-weight: 500;
  font-size: 15px !important;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #326A7B !important;
  margin-top: 15px;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: #004d4d !important;
  border: 1px solid #004d4d;
}
/* popup cookie setting */
#onetrust-pc-sdk {
  font-family: 'Roboto', sans-serif !important;
}
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #326A7B !important;
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #326b7c !important;
  border-color: #326b7c !important;
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: transparent !important;
  border: 1px solid #326a7b !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
  font-family: 'Roboto', sans-serif !important;
}
#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-b-addl-desc,
#onetrust-banner-sdk .ot-dpd-desc {
  font-size: 16px !important;
}
#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #eee !important;
  border-color: #ddd !important;
  color: #696969 !important;
}
button.ot-pc-refuse-all-handler {
  background-color: #eee !important;
  border-color: #ddd !important;
  color: #696969 !important;
}
button.save-preference-btn-handler.onetrust-close-btn-handler {
  background-color: #eee !important;
  border-color: #ddd !important;
  color: #696969 !important;
}
button#onetrust-pc-btn-handler {
  background-color: #eee !important;
  border-color: #ddd !important;
  color: #696969 !important;
}
button#accept-recommended-btn-handler,
button#onetrust-accept-btn-handler {
  background-color: #6cc04a !important;
  border-color: #6cc04a !important;
}
/* cookie button style as link in cookie policy page */
.cookie-link-popup {
  display: inline-block;
}
.cookie-link-popup button#ot-sdk-btn {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  color: #326A7B !important;
  border: none !important;
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.cookie-link-popup button#ot-sdk-btn:hover {
  background-color: transparent !important;
  color: #004d4d !important;
  cursor: pointer;
}
/********* Catfish Banner **********/
.catfishMobileSlot {
  padding-bottom: 30px;
}
@media (min-width: 1280px) {
  .hide-desktop {
    display: none!important;
  }
}
/***** generic style for simple bullet list *****/
ul.simple-bullet-list {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
ul.simple-bullet-list li {
  margin-bottom: 10px;
}
/***** generic style for simple text in simple pages *****/
.simple-text {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
/**** take over banner ****/
.takeOver-banner span:hover {
  opacity: 1 !important;
}
/******* block από άρθρα (.category-list1) *******/
.category-list1 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  /* grid style for list1 content, paging, aside */
}
.category-list1 .header {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 10px 10px;
}
.category-list1 .header h1 {
  font-size: 48px;
  line-height: 58px;
  color: #326b7c;
  font-weight: 900;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .category-list1 .header h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.category-list1 .header p {
  font-size: 16px;
  line-height: 25px;
  color: #696969;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  width: 100%;
}
.category-list1 .simpleMenu {
  padding: 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-list1 .simpleMenu a {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #888888;
  font-weight: 400;
}
.category-list1 .simpleMenu a:after {
  content: "|";
  color: #888888;
  padding-left: 10px;
  padding-right: 10px;
}
.category-list1 .simpleMenu a:last-child:after {
  display: none;
}
.category-list1 .simpleMenu a:hover {
  color: #326b7c;
}
.category-list1 .category-content {
  width: calc(100% - 320px);
  height: max-content;
}
@media (max-width: 1280px) {
  .category-list1 .category-content {
    width: 100%;
  }
}
.category-list1 .category-content article {
  /*** for every div inside article ***/
}
.category-list1 .category-content article.below {
  align-content: flex-start;
}
.category-list1 .category-content article.below figure img.politis-default-img {
  border: 1px solid #e3e3e3;
}
.category-list1 .category-content article.below > div {
  align-items: flex-start;
}
@media (min-width: 769px) {
  .category-list1 .category-content article.below > div h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.category-list1 .category-content article.below > div time {
  line-height: 17px;
}
.category-list1 .category-content article > div .comments {
  display: none;
}
.category-list1 .category-content article.topFull.photos .articleURL {
  display: none;
}
.category-list1 .category-content article.topFull.photos:hover h3 {
  color: #000000;
}
.category-list1 .category-content article.topFull.web-tv .articleURL {
  height: calc(100% - (940px*9) / 16);
  bottom: 0;
  top: unset;
}
.category-list1 .category-content article.topFull.web-tv .inline-media-embed {
  width: 100%;
  display: flex !important;
  flex-direction: column;
}
.category-list1 .category-content article.topFull.web-tv .inline-media-embed.embed-type-youtube,
.category-list1 .category-content article.topFull.web-tv .inline-media-embed.embed-type-youtube iframe {
  width: 940px;
  height: calc((940px * 9) / 16);
}
.category-list1 .category-content article.topFull.web-tv .inline-media-embed.embed-url iframe {
  width: 100%;
}
.category-list1 .category-content article.topFull.web-tv .inline-media-embed iframe {
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .category-list1 .category-content article.topFull.web-tv .inline-media-embed,
  .category-list1 .category-content article.topFull.web-tv .inline-media-embed > * {
    width: 100% !important;
  }
}
.category-list1 .category-content article.topFull h3 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 20px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .category-list1 .category-content article.topFull h3 {
    margin-top: 0;
    font-size: 26px;
    line-height: 32px;
  }
}
.category-list1 .category-content article.topFull summary {
  color: #696969;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 20px;
  width: 100%;
}
.category-list1 .category-content .btn-load-more {
  margin: 25px auto;
  flex-direction: column;
}
.category-list1 .category-content .btn-load-more a {
  border: 1px solid #e3e3e3;
  padding: 15px 40px;
  color: #999898;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}
.category-list1 .category-content .btn-load-more a i {
  padding-left: 10px;
}
.category-list1 .category-content .btn-load-more a:hover {
  color: #5e5d5d;
  border-color: #c6c6c6;
}
.category-list1 .category-content #LoadSpinner {
  margin: 40px auto;
}
.category-list1 aside {
  width: 320px;
}
@media (max-width: 1280px) {
  .category-list1 aside {
    display: none;
    visibility: hidden;
  }
}
.category-list1 aside.topRightArea {
  align-items: flex-start;
  position: sticky;
  top: 0px;
  height: max-content;
}
@media (max-width: 768px) {
  .category-list1 .category-banner {
    display: none;
  }
}
@media (min-width: 1281px) {
  .category-list1.list-content {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-template-rows: auto;
    grid-template-areas: "gridTop gridRight" "gridMain gridRight";
    padding-bottom: 40px;
  }
  .category-list1.list-content aside {
    grid-area: gridRight;
  }
  .category-list1.list-content .category-content.topArea {
    grid-area: gridTop;
    width: 100%;
  }
  .category-list1.list-content .category-content.last-section {
    grid-area: gridMain;
    width: 100%;
  }
}
/***** ΔΗΜΟΦΙΛΗ page *****/
.dimofili-filters {
  font-family: 'Roboto', sans-serif;
}
.dimofili-filters .filtersDiv {
  justify-content: center;
  margin: 10px 0 30px;
}
.dimofili-filters .filtersDiv a {
  border: 1px solid #e3e3e3;
  padding: 15px 40px;
  color: #999898;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  margin-right: 20px;
}
.dimofili-filters .filtersDiv a.active {
  background-color: #326b7c;
  color: #fff;
}
/******* Search list *******/
.search-list {
  font-family: 'Roboto', sans-serif;
}
.search-list.margin-bottom {
  margin-bottom: 40px;
}
.search-list aside {
  width: 320px;
  align-content: flex-start;
  justify-content: center;
}
@media (max-width: 1280px) {
  .search-list aside {
    display: none;
    visibility: hidden;
  }
}
.search-list .search-content {
  padding-top: 0;
  width: calc(100% - 320px);
  align-content: flex-start;
  /*** Search filters ***/
  /**** Search list ****/
}
@media (max-width: 1279px) {
  .search-list .search-content {
    width: 100%;
  }
}
.search-list .search-content .search-filters {
  width: 100%;
}
.search-list .search-content .search-filters .filter-form {
  /* input search - Κείμενο */
  /* radio buttons - Διάστημα δημοσίευσης */
  /* Κουμπι: Αναζήτηση & Καθαρισμός */
}
.search-list .search-content .search-filters .filter-form .txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .search-list .search-content .search-filters .filter-form .txt {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .search-list .search-content .search-filters .filter-form .txt.title {
    font-size: 18px;
  }
}
.search-list .search-content .search-filters .filter-form .advSearchTxt {
  position: relative;
  /* input Αναζήτηση Κειμένου */
}
.search-list .search-content .search-filters .filter-form .advSearchTxt .Search_Ctrl_SearchFor {
  height: 32px;
  padding: 5px;
  border: 1px solid #aaa;
  font-size: 16px;
  color: #4b4b4b;
  display: inline-block;
  box-sizing: border-box;
  background-color: transparent;
}
.search-list .search-content .search-filters .filter-form .advSearchTxt .Search_Ctrl_SearchFor:focus {
  background-color: #fff;
  border: 1px solid #326b7c;
}
@media (max-width: 768px) {
  .search-list .search-content .search-filters .filter-form .advSearchTxt .Search_Ctrl_SearchFor {
    font-size: 14px;
  }
}
@media (max-width: 670px) {
  .search-list .search-content .search-filters .filter-form .depth-filter {
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .search-list .search-content .search-filters .filter-form .depth-filter {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.search-list .search-content .search-filters .filter-form .depth-filter span.txt {
  font-size: 16px;
  line-height: 16px;
  padding-right: 30px;
}
@media (max-width: 670px) {
  .search-list .search-content .search-filters .filter-form .depth-filter span.txt {
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 440px) {
  .search-list .search-content .search-filters .filter-form .depth-filter span.txt {
    font-size: 15px;
    line-height: 15px;
    padding-right: 10px;
  }
}
@media (max-width: 380px) {
  .search-list .search-content .search-filters .filter-form .depth-filter span.txt {
    padding-bottom: 15px;
  }
}
.search-list .search-content .search-filters .filter-form .depth-filter input[type="radio"] {
  display: none;
}
.search-list .search-content .search-filters .filter-form .depth-filter input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}
.search-list .search-content .search-filters .filter-form .depth-filter input[type="radio"]:checked + * {
  color: #326b7c;
}
.search-list .search-content .search-filters .filter-form .depth-filter input[type="radio"]:checked + *::before {
  background: radial-gradient(#326b7c 0%, #326b7c 40%, transparent 50%, transparent);
  border-color: #326b7c;
}
.search-list .search-content .search-filters .filter-form .depth-filter input[type="radio"] + * {
  display: inline-block;
}
.search-list .search-content .search-filters .filter-form .form-field {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .search-list .search-content .search-filters .filter-form .form-field > div {
    width: 100%;
  }
}
.search-list .search-content .search-filters .filter-form .filter-btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .search-list .search-content .search-filters .filter-form .filter-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .search-list .search-content .search-filters .filter-form .filter-btn {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .search-list .search-content .search-filters .filter-form .filter-btn {
    margin-top: 20px;
    justify-content: space-around;
  }
}
@media (max-width: 319px) {
  .search-list .search-content .search-filters .filter-form .filter-btn {
    flex-direction: column;
  }
}
.search-list .search-content .search-filters .filter-form .filter-btn .search-btn {
  background-color: #326b7c;
  height: 100%;
  padding: 10px 25px;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 380px) {
  .search-list .search-content .search-filters .filter-form .filter-btn .search-btn {
    margin-right: 0;
  }
}
@media (max-width: 319px) {
  .search-list .search-content .search-filters .filter-form .filter-btn .search-btn {
    width: max-content;
    min-width: 140px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.search-list .search-content .search-filters .filter-form .filter-btn .search-btn a.txt {
  color: #fff;
  padding-right: 0;
  padding-bottom: 0;
}
.search-list .search-content .search-filters .filter-form .filter-btn .search-btn a.txt:hover {
  color: #f0f0f0;
}
.search-list .search-content .search-filters .filter-form .filter-btn .clear-btn {
  background-color: #e3e3e3;
  height: 100%;
  padding: 10px 25px;
  align-items: center;
}
@media (max-width: 319px) {
  .search-list .search-content .search-filters .filter-form .filter-btn .clear-btn {
    width: max-content;
    min-width: 140px;
    text-align: center;
  }
}
.search-list .search-content .search-filters .filter-form .filter-btn .clear-btn a.txt {
  color: #326b7c;
  padding-right: 0;
  padding-bottom: 0;
}
.search-list .search-content .search-filters .filter-form .filter-btn .clear-btn a.txt:hover {
  color: #004d4d;
}
.search-list .search-content article.full figure {
  max-width: 300px;
}
@media (max-width: 768px) {
  .search-list .search-content article.full figure {
    max-width: 100%;
  }
}
.search-list .search-content article.full figure.NoImgFigure {
  display: none;
}
.search-list .search-content article.full.img-left {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .search-list .search-content article.full.img-left {
    flex-direction: column;
    padding: 0;
  }
}
.search-list .search-content article.full.img-left > div {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .search-list .search-content article.full.img-left > div {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.search-list .search-content article.full.img-left > div.NoImgFigureDiv {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .search-list .search-content article.full.img-left > div.NoImgFigureDiv {
    padding-left: 10px;
  }
}
.search-list .search-content article.full > div {
  align-content: flex-start;
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .search-list .search-content article.full > div {
    margin: 0;
  }
}
.search-list .search-content article.full > div h3 {
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  margin-top: 0;
  border-top: 1px solid #c5c5c5;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .search-list .search-content article.full > div h3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .search-list .search-content article.full > div h3 {
    font-size: 23px;
    line-height: 31px;
    padding: 0;
    border-top: none;
  }
}
.search-list .search-content article.full > div summary {
  font-size: 14px;
  line-height: 20px;
  color: #4B4B4B;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 10px;
}
.search-list .search-content article.full > div .author {
  padding-bottom: 10px;
}
.search-list .search-content article.full > div .author a:hover {
  color: #2e86de;
}
.search-list .search-content article.full > div time {
  font-size: 13px;
  line-height: 18px;
}
.search-list .search-content .btn-load-more {
  margin: 40px auto;
  flex-direction: column;
}
.search-list .search-content .btn-load-more a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  background-color: #6388a5;
  border-radius: 5px;
}
.search-list .search-content #LoadSpinner {
  margin: 40px auto;
}
/***** ΑΡΘΡΟΓΡΑΦΟΙ page *****/
.authors-list {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-bottom: 30px;
}
.authors-list .authors-content {
  width: calc(100% - 320px);
  height: max-content;
}
@media (max-width: 1280px) {
  .authors-list .authors-content {
    width: 100%;
  }
}
.authors-list .authors-content .author {
  flex-direction: column;
  padding: 25px 10px 25px;
  align-items: center;
  min-height: 320px;
}
@media (max-width: 500px) {
  .authors-list .authors-content .author {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .authors-list .authors-content .author:nth-child(odd) {
    background: #EFF3F6;
  }
}
@media (max-width: 500px) {
  .authors-list .authors-content .author:nth-child(odd) {
    background: #EFF3F6;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .authors-list .authors-content .author:nth-child(4n+1),
  .authors-list .authors-content .author:nth-child(4n+4) {
    background: #EFF3F6;
  }
}
.authors-list .authors-content .author .author-img {
  padding: 0 35px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.authors-list .authors-content .author .author-img a {
  display: block;
}
.authors-list .authors-content .author .author-img a img {
  border: 2px solid #E1E5E4;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.authors-list .authors-content .author .author-name {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}
.authors-list .authors-content .author .author-name a {
  display: block;
  color: #666;
}
.authors-list .authors-content .author .author-name a:hover {
  color: #326b7c;
}
.authors-list .authors-content .author .author-name .author-title {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #666;
  margin-top: 10px;
}
.authors-list .authors-content .author .author-name .author-title:empty {
  margin-top: 0;
}
.authors-list .authors-content .author .author-social {
  width: 100%;
  display: flex;
  justify-content: center;
}
.authors-list .authors-content .author .author-social a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #E1E5E4;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #666;
}
.authors-list .authors-content .author .author-social a:hover {
  color: #326b7c;
}
.authors-list aside {
  width: 320px;
}
@media (max-width: 1280px) {
  .authors-list aside {
    display: none;
  }
}
/***** ΑΡΘΡΟΓΡΑΦΟΣ page *****/
.author-row {
  background: #EFF3F6;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding: 20px;
  flex-wrap: nowrap;
}
.author-row .author-img {
  width: 150px;
}
.author-row .author-img img {
  border: 2px solid #E1E5E4;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.author-row .author-info {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 20px;
}
.author-row .author-info .name {
  color: #326b7c;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.author-row .author-info .title {
  color: #696969;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 15px;
}
.author-row .author-info .title:empty {
  padding-bottom: 0;
}
.author-row .author-info .bio {
  font-size: 16px;
  line-height: 20px;
  color: #696969;
}
.author-row .author-info .social {
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}
.author-row .author-info .social:empty {
  margin-top: 0;
}
.author-row .author-info .social a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #E1E5E4;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #666;
}
.author-row .author-info .social a:hover {
  color: #326b7c;
}
/*** Φυλλάδια Προσφορών ***/
.prosfores {
  font-family: 'Roboto', sans-serif;
}
.prosfores .pdf-box img {
  border: 1px solid #e3e3e3;
  width: 100% !important;
  height: auto !important;
  box-shadow: 1px 1px 8px 1px #efefef;
}
.prosfores .pdf-box .info {
  justify-content: center;
  text-align: center;
  margin-top: 12px;
  width: 100%;
}
.prosfores .pdf-box .info .date {
  color: #888888;
  font-size: 15px;
  font-weight: 500;
}