*, ::after, ::before {  box-sizing: border-box  }    html {  line-height: 1.15;  -webkit-text-size-adjust: 100%;  -webkit-tap-highlight-color: transparent  }    body {  margin: 0;  font-size: 1rem;  font-weight: 400;  line-height: 1.5;  text-align: left;  background-color: #fff  }    article, figcaption, figure, footer, header, main, nav, section {  display: block  }    h1, h2, h3, h4, h5, h6 {  margin-top: 0;  margin-bottom: .5rem  }    p {  margin-top: 0;  margin-bottom: 1rem  }    ul {  margin-top: 0;  margin-bottom: 1rem  }    ul ul {  margin-bottom: 0  }    b, strong {  font-weight: bolder  }    a {  color: #007bff;  text-decoration: none;  background-color: transparent  }    a:hover {  color: #0056b3;  text-decoration: underline  }    a:not([href]):not([class]) {  color: inherit;  text-decoration: none  }    a:not([href]):not([class]):hover {  color: inherit;  text-decoration: none  }    figure {  margin: 0 0 1rem  }    img {  vertical-align: middle;  border-style: none  }    svg {  overflow: hidden;  vertical-align: middle  }    table {  border-collapse: collapse  }    label {  display: inline-block;  margin-bottom: .5rem  }    button {  border-radius: 0  }    button:focus:not(:focus-visible) {  outline: 0  }    button, input, textarea {  margin: 0;  font-family: inherit;  font-size: inherit;  line-height: inherit  }    button, input {  overflow: visible  }    button {  text-transform: none  }    [role=button] {  cursor: pointer  }    [type=button], [type=reset], [type=submit], button {  -webkit-appearance: button  }    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {  cursor: pointer  }    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {  padding: 0;  border-style: none  }    input[type=checkbox], input[type=radio] {  box-sizing: border-box;  padding: 0  }    textarea {  overflow: auto;  resize: vertical  }    [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {  height: auto  }    [type=search] {  outline-offset: -2px;  -webkit-appearance: none  }    [type=search]::-webkit-search-decoration {  -webkit-appearance: none  }    ::-webkit-file-upload-button {  font: inherit;  -webkit-appearance: button  }    [hidden] {  display: none !important  }    h2, h3, h4, h5, h6 {  margin-bottom: .5rem;  line-height: 1.2  }    .h2, h2 {  font-size: 2rem  }    .h3, h3 {  font-size: 1.75rem  }    .h4, h4 {  font-size: 1.5rem  }    .h5, h5 {  font-size: 1.25rem  }    .h6, h6 {  font-size: 1rem  }    .display-1 {  font-size: 6rem;  font-weight: 300;  line-height: 1.2  }    .display-2 {  font-size: 5.5rem;  font-weight: 300;  line-height: 1.2  }    .display-3 {  font-size: 4.5rem;  font-weight: 300;  line-height: 1.2  }    .display-4 {  font-size: 3.5rem;  font-weight: 300;  line-height: 1.2  }    .list-unstyled {  padding-left: 0;  list-style: none  }    .list-inline {  padding-left: 0;  list-style: none  }    .list-inline-item {  display: inline-block  }    .list-inline-item:not(:last-child) {  margin-right: .5rem  }    .img-fluid {  max-width: 100%;  height: auto  }    .figure {  display: inline-block  }    .figure-img {  margin-bottom: .5rem;  line-height: 1  }    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {  width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto  }    @media (min-width:576px) {  .container, .container-sm {  max-width: 540px  }  }    @media (min-width:768px) {  .container, .container-md, .container-sm {  max-width: 720px  }  }    @media (min-width:992px) {  .container, .container-lg, .container-md, .container-sm {  max-width: 960px  }  }    @media (min-width:1200px) {  .container, .container-lg, .container-md, .container-sm, .container-xl {  max-width: 1140px  }  }    .row {  display: flex;  flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px  }    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {  position: relative;  width: 100%;  padding-right: 15px;  padding-left: 15px  }    .col {  flex-basis: 0;  flex-grow: 1;  max-width: 100%  }    .col-auto {  flex: 0 0 auto;  width: auto;  max-width: 100%  }    .col-1 {  flex: 0 0 8.33333%;  max-width: 8.33333%  }    .col-2 {  flex: 0 0 16.66667%;  max-width: 16.66667%  }    .col-3 {  flex: 0 0 25%;  max-width: 25%  }    .col-4 {  flex: 0 0 33.33333%;  max-width: 33.33333%  }    .col-5 {  flex: 0 0 41.66667%;  max-width: 41.66667%  }    .col-6 {  flex: 0 0 50%;  max-width: 50%  }    .col-7 {  flex: 0 0 58.33333%;  max-width: 58.33333%  }    .col-8 {  flex: 0 0 66.66667%;  max-width: 66.66667%  }    .col-9 {  flex: 0 0 75%;  max-width: 75%  }    .col-10 {  flex: 0 0 83.33333%;  max-width: 83.33333%  }    .col-11 {  flex: 0 0 91.66667%;  max-width: 91.66667%  }    .col-12 {  flex: 0 0 100%;  max-width: 100%  }    .offset-1 {  margin-left: 8.33333%  }    .offset-2 {  margin-left: 16.66667%  }    .offset-3 {  margin-left: 25%  }    .offset-4 {  margin-left: 33.33333%  }    .offset-5 {  margin-left: 41.66667%  }    .offset-6 {  margin-left: 50%  }    .offset-7 {  margin-left: 58.33333%  }    .offset-8 {  margin-left: 66.66667%  }    .offset-9 {  margin-left: 75%  }    .offset-10 {  margin-left: 83.33333%  }    .offset-11 {  margin-left: 91.66667%  }    @media (min-width:576px) {  .col-sm {  flex-basis: 0;  flex-grow: 1;  max-width: 100%  }    .col-sm-auto {  flex: 0 0 auto;  width: auto;  max-width: 100%  }    .col-sm-1 {  flex: 0 0 8.33333%;  max-width: 8.33333%  }    .col-sm-2 {  flex: 0 0 16.66667%;  max-width: 16.66667%  }    .col-sm-3 {  flex: 0 0 25%;  max-width: 25%  }    .col-sm-4 {  flex: 0 0 33.33333%;  max-width: 33.33333%  }    .col-sm-5 {  flex: 0 0 41.66667%;  max-width: 41.66667%  }    .col-sm-6 {  flex: 0 0 50%;  max-width: 50%  }    .col-sm-7 {  flex: 0 0 58.33333%;  max-width: 58.33333%  }    .col-sm-8 {  flex: 0 0 66.66667%;  max-width: 66.66667%  }    .col-sm-9 {  flex: 0 0 75%;  max-width: 75%  }    .col-sm-10 {  flex: 0 0 83.33333%;  max-width: 83.33333%  }    .col-sm-11 {  flex: 0 0 91.66667%;  max-width: 91.66667%  }    .col-sm-12 {  flex: 0 0 100%;  max-width: 100%  }    .offset-sm-0 {  margin-left: 0  }    .offset-sm-1 {  margin-left: 8.33333%  }    .offset-sm-2 {  margin-left: 16.66667%  }    .offset-sm-3 {  margin-left: 25%  }    .offset-sm-4 {  margin-left: 33.33333%  }    .offset-sm-5 {  margin-left: 41.66667%  }    .offset-sm-6 {  margin-left: 50%  }    .offset-sm-7 {  margin-left: 58.33333%  }    .offset-sm-8 {  margin-left: 66.66667%  }    .offset-sm-9 {  margin-left: 75%  }    .offset-sm-10 {  margin-left: 83.33333%  }    .offset-sm-11 {  margin-left: 91.66667%  }  }    @media (min-width:768px) {  .col-md {  flex-basis: 0;  flex-grow: 1;  max-width: 100%  }    .col-md-auto {  flex: 0 0 auto;  width: auto;  max-width: 100%  }    .col-md-1 {  flex: 0 0 8.33333%;  max-width: 8.33333%  }    .col-md-2 {  flex: 0 0 16.66667%;  max-width: 16.66667%  }    .col-md-3 {  flex: 0 0 25%;  max-width: 25%  }    .col-md-4 {  flex: 0 0 33.33333%;  max-width: 33.33333%  }    .col-md-5 {  flex: 0 0 41.66667%;  max-width: 41.66667%  }    .col-md-6 {  flex: 0 0 50%;  max-width: 50%  }    .col-md-7 {  flex: 0 0 58.33333%;  max-width: 58.33333%  }    .col-md-8 {  flex: 0 0 66.66667%;  max-width: 66.66667%  }    .col-md-9 {  flex: 0 0 75%;  max-width: 75%  }    .col-md-10 {  flex: 0 0 83.33333%;  max-width: 83.33333%  }    .col-md-11 {  flex: 0 0 91.66667%;  max-width: 91.66667%  }    .col-md-12 {  flex: 0 0 100%;  max-width: 100%  }    .offset-md-0 {  margin-left: 0  }    .offset-md-1 {  margin-left: 8.33333%  }    .offset-md-2 {  margin-left: 16.66667%  }    .offset-md-3 {  margin-left: 25%  }    .offset-md-4 {  margin-left: 33.33333%  }    .offset-md-5 {  margin-left: 41.66667%  }    .offset-md-6 {  margin-left: 50%  }    .offset-md-7 {  margin-left: 58.33333%  }    .offset-md-8 {  margin-left: 66.66667%  }    .offset-md-9 {  margin-left: 75%  }    .offset-md-10 {  margin-left: 83.33333%  }    .offset-md-11 {  margin-left: 91.66667%  }  }    @media (min-width:992px) {  .col-lg {  flex-basis: 0;  flex-grow: 1;  max-width: 100%  }    .col-lg-auto {  flex: 0 0 auto;  width: auto;  max-width: 100%  }    .col-lg-1 {  flex: 0 0 8.33333%;  max-width: 8.33333%  }    .col-lg-2 {  flex: 0 0 16.66667%;  max-width: 16.66667%  }    .col-lg-3 {  flex: 0 0 25%;  max-width: 25%  }    .col-lg-4 {  flex: 0 0 33.33333%;  max-width: 33.33333%  }    .col-lg-5 {  flex: 0 0 41.66667%;  max-width: 41.66667%  }    .col-lg-6 {  flex: 0 0 50%;  max-width: 50%  }    .col-lg-7 {  flex: 0 0 58.33333%;  max-width: 58.33333%  }    .col-lg-8 {  flex: 0 0 66.66667%;  max-width: 66.66667%  }    .col-lg-9 {  flex: 0 0 75%;  max-width: 75%  }    .col-lg-10 {  flex: 0 0 83.33333%;  max-width: 83.33333%  }    .col-lg-11 {  flex: 0 0 91.66667%;  max-width: 91.66667%  }    .col-lg-12 {  flex: 0 0 100%;  max-width: 100%  }    .offset-lg-0 {  margin-left: 0  }    .offset-lg-1 {  margin-left: 8.33333%  }    .offset-lg-2 {  margin-left: 16.66667%  }    .offset-lg-3 {  margin-left: 25%  }    .offset-lg-4 {  margin-left: 33.33333%  }    .offset-lg-5 {  margin-left: 41.66667%  }    .offset-lg-6 {  margin-left: 50%  }    .offset-lg-7 {  margin-left: 58.33333%  }    .offset-lg-8 {  margin-left: 66.66667%  }    .offset-lg-9 {  margin-left: 75%  }    .offset-lg-10 {  margin-left: 83.33333%  }    .offset-lg-11 {  margin-left: 91.66667%  }  }    @media (min-width:1200px) {  .col-xl {  flex-basis: 0;  flex-grow: 1;  max-width: 100%  }    .col-xl-auto {  flex: 0 0 auto;  width: auto;  max-width: 100%  }    .col-xl-1 {  flex: 0 0 8.33333%;  max-width: 8.33333%  }    .col-xl-2 {  flex: 0 0 16.66667%;  max-width: 16.66667%  }    .col-xl-3 {  flex: 0 0 25%;  max-width: 25%  }    .col-xl-4 {  flex: 0 0 33.33333%;  max-width: 33.33333%  }    .col-xl-5 {  flex: 0 0 41.66667%;  max-width: 41.66667%  }    .col-xl-6 {  flex: 0 0 50%;  max-width: 50%  }    .col-xl-7 {  flex: 0 0 58.33333%;  max-width: 58.33333%  }    .col-xl-8 {  flex: 0 0 66.66667%;  max-width: 66.66667%  }    .col-xl-9 {  flex: 0 0 75%;  max-width: 75%  }    .col-xl-10 {  flex: 0 0 83.33333%;  max-width: 83.33333%  }    .col-xl-11 {  flex: 0 0 91.66667%;  max-width: 91.66667%  }    .col-xl-12 {  flex: 0 0 100%;  max-width: 100%  }    .offset-xl-0 {  margin-left: 0  }    .offset-xl-1 {  margin-left: 8.33333%  }    .offset-xl-2 {  margin-left: 16.66667%  }    .offset-xl-3 {  margin-left: 25%  }    .offset-xl-4 {  margin-left: 33.33333%  }    .offset-xl-5 {  margin-left: 41.66667%  }    .offset-xl-6 {  margin-left: 50%  }    .offset-xl-7 {  margin-left: 58.33333%  }    .offset-xl-8 {  margin-left: 66.66667%  }    .offset-xl-9 {  margin-left: 75%  }    .offset-xl-10 {  margin-left: 83.33333%  }    .offset-xl-11 {  margin-left: 91.66667%  }  }    .form-control {  display: inline-block;  width: 80%;  height: calc(1.5em + .75rem + 2px);  padding: .375rem .75rem;  font-size: 1rem;  font-weight: 400;  line-height: 1.5;  color: #495057;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #ced4da;  border-radius: .25rem;  margin-right: 5px;  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out  }    @media (max-width:1200px) {  .form-control {  width: 70%  }  }    @media (max-width:580px) {  .form-control {  width: 100%;  margin-bottom: 10px  }  }    .form-control::-ms-expand {  background-color: transparent;  border: 0  }    .form-control:-moz-focusring {  color: transparent;  text-shadow: 0 0 0 #495057  }    .form-control:focus {  color: #495057;  background-color: #fff;  border-color: #80bdff;  outline: 0;  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)  }    .form-control::placeholder {  color: #6c757d;  opacity: 1  }    .form-control:disabled, .form-control[readonly] {  background-color: #e9ecef;  opacity: 1  }    .btn {  display: inline-block;  font-weight: 400;  color: #212529;  text-align: center;  vertical-align: middle;  user-select: none;  background-color: transparent;  border: 1px solid transparent;  padding: .375rem .75rem;  font-size: 1rem;  height: 45px;  margin-right: 10px;  border-radius: .25rem;  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out  }    .btn-lg {  height: 50px  }    .nav {  display: flex;  flex-wrap: wrap;  padding-left: 0;  margin-bottom: 0;  list-style: none  }    .nav-link {  display: block;  padding: .5rem 1rem  }    .nav-link:focus, .nav-link:hover {  text-decoration: none  }    .nav-link.disabled {  color: #6c757d;  pointer-events: none;  cursor: default  }    .nav-fill .nav-item, .nav-fill > .nav-link {  flex: 1 1 auto;  text-align: center  }    .media {  display: flex;  align-items: flex-start  }    .media-body {  flex: 1  }    .list-group {  display: flex;  flex-direction: column;  padding-left: 0;  margin-bottom: 0;  border-radius: .25rem  }    .list-group-item {  position: relative;  display: block;  padding: .75rem 1.25rem;  background-color: #fff;  border: 1px solid rgba(0,0,0,.125)  }    .list-group-item:first-child {  border-top-left-radius: inherit;  border-top-right-radius: inherit  }    .list-group-item:last-child {  border-bottom-right-radius: inherit;  border-bottom-left-radius: inherit  }    .list-group-item.disabled, .list-group-item:disabled {  color: #6c757d;  pointer-events: none;  background-color: #fff  }    .list-group-item.active {  z-index: 2;  color: #fff;  background-color: #007bff;  border-color: #007bff  }    .list-group-item + .list-group-item {  border-top-width: 0  }    .list-group-item + .list-group-item.active {  margin-top: -1px;  border-top-width: 1px  }    .list-group-item-primary {  color: #004085;  background-color: #b8daff  }    .list-group-item-secondary {  color: #383d41;  background-color: #d6d8db  }    .list-group-item-success {  color: #155724;  background-color: #c3e6cb  }    .list-group-item-info {  color: #0c5460;  background-color: #bee5eb  }    .close {  float: right;  font-size: 1.5rem;  font-weight: 700;  line-height: 1;  color: #000;  text-shadow: 0 1px 0 #fff;  opacity: .5  }    .close:hover {  color: #000;  text-decoration: none  }    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {  opacity: .75  }    button.close {  padding: 0;  background-color: transparent;  border: 0  }    a.close.disabled {  pointer-events: none  }    .rounded-circle {  border-radius: 50% !important  }    .d-none {  display: none !important  }    .d-inline {  display: inline !important  }    .d-inline-block {  display: inline-block !important  }    .d-block {  display: block !important  }    .d-table {  display: table !important  }    .d-table-row {  display: table-row !important  }    .d-flex {  display: flex !important  }    .d-inline-flex {  display: inline-flex !important  }    @media (min-width:576px) {  .d-sm-none {  display: none !important  }    .d-sm-inline {  display: inline !important  }    .d-sm-inline-block {  display: inline-block !important  }    .d-sm-block {  display: block !important  }    .d-sm-table {  display: table !important  }    .d-sm-table-row {  display: table-row !important  }    .d-sm-flex {  display: flex !important  }    .d-sm-inline-flex {  display: inline-flex !important  }  }    @media (min-width:768px) {  .d-md-none {  display: none !important  }    .d-md-inline {  display: inline !important  }    .d-md-inline-block {  display: inline-block !important  }    .d-md-block {  display: block !important  }    .d-md-table {  display: table !important  }    .d-md-table-row {  display: table-row !important  }    .d-md-flex {  display: flex !important  }    .d-md-inline-flex {  display: inline-flex !important  }  }    @media (min-width:992px) {  .d-lg-none {  display: none !important  }    .d-lg-inline {  display: inline !important  }    .d-lg-inline-block {  display: inline-block !important  }    .d-lg-block {  display: block !important  }    .d-lg-table {  display: table !important  }    .d-lg-table-row {  display: table-row !important  }    .d-lg-flex {  display: flex !important  }    .d-lg-inline-flex {  display: inline-flex !important  }  }    @media (min-width:1200px) {  .d-xl-none {  display: none !important  }    .d-xl-inline {  display: inline !important  }    .d-xl-inline-block {  display: inline-block !important  }    .d-xl-block {  display: block !important  }    .d-xl-table {  display: table !important  }    .d-xl-table-row {  display: table-row !important  }    .d-xl-flex {  display: flex !important  }    .d-xl-inline-flex {  display: inline-flex !important  }  }    .flex-row {  flex-direction: row !important  }    .flex-wrap {  flex-wrap: wrap !important  }    .flex-nowrap {  flex-wrap: nowrap !important  }    .flex-fill {  flex: 1 1 auto !important  }    .flex-grow-0 {  flex-grow: 0 !important  }    .flex-grow-1 {  flex-grow: 1 !important  }    .justify-content-center {  justify-content: center !important  }    .align-content-center {  align-content: center !important  }    .align-self-auto {  align-self: auto !important  }    .align-self-center {  align-self: center !important  }    @media (min-width:576px) {  .flex-sm-row {  flex-direction: row !important  }    .flex-sm-wrap {  flex-wrap: wrap !important  }    .flex-sm-nowrap {  flex-wrap: nowrap !important  }    .flex-sm-fill {  flex: 1 1 auto !important  }    .flex-sm-grow-0 {  flex-grow: 0 !important  }    .flex-sm-grow-1 {  flex-grow: 1 !important  }    .justify-content-sm-center {  justify-content: center !important  }    .align-content-sm-center {  align-content: center !important  }    .align-self-sm-auto {  align-self: auto !important  }    .align-self-sm-center {  align-self: center !important  }  }    @media (min-width:768px) {  .flex-md-row {  flex-direction: row !important  }    .flex-md-wrap {  flex-wrap: wrap !important  }    .flex-md-nowrap {  flex-wrap: nowrap !important  }    .flex-md-fill {  flex: 1 1 auto !important  }    .flex-md-grow-0 {  flex-grow: 0 !important  }    .flex-md-grow-1 {  flex-grow: 1 !important  }    .justify-content-md-center {  justify-content: center !important  }    .align-content-md-center {  align-content: center !important  }    .align-self-md-auto {  align-self: auto !important  }    .align-self-md-center {  align-self: center !important  }  }    @media (min-width:992px) {  .flex-lg-row {  flex-direction: row !important  }    .flex-lg-wrap {  flex-wrap: wrap !important  }    .flex-lg-nowrap {  flex-wrap: nowrap !important  }    .flex-lg-fill {  flex: 1 1 auto !important  }    .flex-lg-grow-0 {  flex-grow: 0 !important  }    .flex-lg-grow-1 {  flex-grow: 1 !important  }    .justify-content-lg-center {  justify-content: center !important  }    .align-content-lg-center {  align-content: center !important  }    .align-self-lg-auto {  align-self: auto !important  }    .align-self-lg-center {  align-self: center !important  }  }    @media (min-width:1200px) {  .flex-xl-row {  flex-direction: row !important  }    .flex-xl-wrap {  flex-wrap: wrap !important  }    .flex-xl-nowrap {  flex-wrap: nowrap !important  }    .flex-xl-fill {  flex: 1 1 auto !important  }    .flex-xl-grow-0 {  flex-grow: 0 !important  }    .flex-xl-grow-1 {  flex-grow: 1 !important  }    .justify-content-xl-center {  justify-content: center !important  }    .align-content-xl-center {  align-content: center !important  }    .align-self-xl-auto {  align-self: auto !important  }    .align-self-xl-center {  align-self: center !important  }  }    .float-left {  float: left !important  }    .float-right {  float: right !important  }    .float-none {  float: none !important  }    @media (min-width:576px) {  .float-sm-left {  float: left !important  }    .float-sm-right {  float: right !important  }    .float-sm-none {  float: none !important  }  }    @media (min-width:768px) {  .float-md-left {  float: left !important  }    .float-md-right {  float: right !important  }    .float-md-none {  float: none !important  }  }    @media (min-width:992px) {  .float-lg-left {  float: left !important  }    .float-lg-right {  float: right !important  }    .float-lg-none {  float: none !important  }  }    @media (min-width:1200px) {  .float-xl-left {  float: left !important  }    .float-xl-right {  float: right !important  }    .float-xl-none {  float: none !important  }  }    .overflow-auto {  overflow: auto !important  }    .overflow-hidden {  overflow: hidden !important  }    .position-static {  position: static !important  }    .position-relative {  position: relative !important  }    .position-absolute {  position: absolute !important  }    .position-fixed {  position: fixed !important  }    .position-sticky {  position: sticky !important  }    .fixed-top {  position: fixed;  top: 0;  right: 0;  left: 0;  z-index: 1030  }    .fixed-bottom {  position: fixed;  right: 0;  bottom: 0;  left: 0;  z-index: 1030  }    @supports (position:sticky) {  .sticky-top {  position: sticky;  top: 0;  z-index: 1020  }  }    .sr-only {  position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0,0,0,0);  white-space: nowrap;  border: 0  }    .shadow-sm {  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important  }    .shadow {  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important  }    .shadow-lg {  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important  }    .shadow-none {  box-shadow: none !important  }    .w-25 {  width: 25% !important  }    .w-50 {  width: 50% !important  }    .w-75 {  width: 75% !important  }    .w-100 {  width: 100% !important  }    .w-auto {  width: auto !important  }    .h-25 {  height: 25% !important  }    .h-50 {  height: 50% !important  }    .h-75 {  height: 75% !important  }    .h-100 {  height: 100% !important  }    .h-auto {  height: auto !important  }    .m-0 {  margin: 0 !important  }    .mt-0 {  margin-top: 0 !important  }    .mb-0 {  margin-bottom: 0 !important  }    .m-1 {  margin: .25rem !important  }    .mt-1 {  margin-top: .25rem !important  }    .mb-1 {  margin-bottom: .25rem !important  }    .m-2 {  margin: .5rem !important  }    .mt-2 {  margin-top: .5rem !important  }    .mb-2 {  margin-bottom: .5rem !important  }    .m-3 {  margin: 1rem !important  }    .mt-3 {  margin-top: 1rem !important  }    .mb-3 {  margin-bottom: 1rem !important  }    .m-4 {  margin: 1.5rem !important  }    .mt-4 {  margin-top: 1.5rem !important  }    .mb-4 {  margin-bottom: 1.5rem !important  }    .m-5 {  margin: 3rem !important  }    .mt-5 {  margin-top: 3rem !important  }    .mb-5 {  margin-bottom: 3rem !important  }    .p-0 {  padding: 0 !important  }    .px-0 {  padding-right: 0 !important  }    .px-0 {  padding-left: 0 !important  }    .p-1 {  padding: .25rem !important  }    .px-1 {  padding-right: .25rem !important  }    .px-1 {  padding-left: .25rem !important  }    .p-2 {  padding: .5rem !important  }    .px-2 {  padding-right: .5rem !important  }    .px-2 {  padding-left: .5rem !important  }    .p-3 {  padding: 1rem !important  }    .px-3 {  padding-right: 1rem !important  }    .px-3 {  padding-left: 1rem !important  }    .p-4 {  padding: 1.5rem !important  }    .px-4 {  padding-right: 1.5rem !important  }    .px-4 {  padding-left: 1.5rem !important  }    .p-5 {  padding: 3rem !important  }    .px-5 {  padding-right: 3rem !important  }    .px-5 {  padding-left: 3rem !important  }    .m-auto {  margin: auto !important  }    .mt-auto {  margin-top: auto !important  }    .mb-auto {  margin-bottom: auto !important  }    @media (min-width:576px) {  .m-sm-0 {  margin: 0 !important  }    .mt-sm-0 {  margin-top: 0 !important  }    .mb-sm-0 {  margin-bottom: 0 !important  }    .m-sm-1 {  margin: .25rem !important  }    .mt-sm-1 {  margin-top: .25rem !important  }    .mb-sm-1 {  margin-bottom: .25rem !important  }    .m-sm-2 {  margin: .5rem !important  }    .mt-sm-2 {  margin-top: .5rem !important  }    .mb-sm-2 {  margin-bottom: .5rem !important  }    .m-sm-3 {  margin: 1rem !important  }    .mt-sm-3 {  margin-top: 1rem !important  }    .mb-sm-3 {  margin-bottom: 1rem !important  }    .m-sm-4 {  margin: 1.5rem !important  }    .mt-sm-4 {  margin-top: 1.5rem !important  }    .mb-sm-4 {  margin-bottom: 1.5rem !important  }    .m-sm-5 {  margin: 3rem !important  }    .mt-sm-5 {  margin-top: 3rem !important  }    .mb-sm-5 {  margin-bottom: 3rem !important  }    .p-sm-0 {  padding: 0 !important  }    .px-sm-0 {  padding-right: 0 !important  }    .px-sm-0 {  padding-left: 0 !important  }    .p-sm-1 {  padding: .25rem !important  }    .px-sm-1 {  padding-right: .25rem !important  }    .px-sm-1 {  padding-left: .25rem !important  }    .p-sm-2 {  padding: .5rem !important  }    .px-sm-2 {  padding-right: .5rem !important  }    .px-sm-2 {  padding-left: .5rem !important  }    .p-sm-3 {  padding: 1rem !important  }    .px-sm-3 {  padding-right: 1rem !important  }    .px-sm-3 {  padding-left: 1rem !important  }    .p-sm-4 {  padding: 1.5rem !important  }    .px-sm-4 {  padding-right: 1.5rem !important  }    .px-sm-4 {  padding-left: 1.5rem !important  }    .p-sm-5 {  padding: 3rem !important  }    .px-sm-5 {  padding-right: 3rem !important  }    .px-sm-5 {  padding-left: 3rem !important  }    .m-sm-auto {  margin: auto !important  }    .mt-sm-auto {  margin-top: auto !important  }    .mb-sm-auto {  margin-bottom: auto !important  }  }    @media (min-width:768px) {  .m-md-0 {  margin: 0 !important  }    .mt-md-0 {  margin-top: 0 !important  }    .mb-md-0 {  margin-bottom: 0 !important  }    .m-md-1 {  margin: .25rem !important  }    .mt-md-1 {  margin-top: .25rem !important  }    .mb-md-1 {  margin-bottom: .25rem !important  }    .m-md-2 {  margin: .5rem !important  }    .mt-md-2 {  margin-top: .5rem !important  }    .mb-md-2 {  margin-bottom: .5rem !important  }    .m-md-3 {  margin: 1rem !important  }    .mt-md-3 {  margin-top: 1rem !important  }    .mb-md-3 {  margin-bottom: 1rem !important  }    .m-md-4 {  margin: 1.5rem !important  }    .mt-md-4 {  margin-top: 1.5rem !important  }    .mb-md-4 {  margin-bottom: 1.5rem !important  }    .m-md-5 {  margin: 3rem !important  }    .mt-md-5 {  margin-top: 3rem !important  }    .mb-md-5 {  margin-bottom: 3rem !important  }    .p-md-0 {  padding: 0 !important  }    .px-md-0 {  padding-right: 0 !important  }    .px-md-0 {  padding-left: 0 !important  }    .p-md-1 {  padding: .25rem !important  }    .px-md-1 {  padding-right: .25rem !important  }    .px-md-1 {  padding-left: .25rem !important  }    .p-md-2 {  padding: .5rem !important  }    .px-md-2 {  padding-right: .5rem !important  }    .px-md-2 {  padding-left: .5rem !important  }    .p-md-3 {  padding: 1rem !important  }    .px-md-3 {  padding-right: 1rem !important  }    .px-md-3 {  padding-left: 1rem !important  }    .p-md-4 {  padding: 1.5rem !important  }    .px-md-4 {  padding-right: 1.5rem !important  }    .px-md-4 {  padding-left: 1.5rem !important  }    .p-md-5 {  padding: 3rem !important  }    .px-md-5 {  padding-right: 3rem !important  }    .px-md-5 {  padding-left: 3rem !important  }    .m-md-auto {  margin: auto !important  }    .mt-md-auto {  margin-top: auto !important  }    .mb-md-auto {  margin-bottom: auto !important  }  }    @media (min-width:992px) {  .m-lg-0 {  margin: 0 !important  }    .mt-lg-0 {  margin-top: 0 !important  }    .mb-lg-0 {  margin-bottom: 0 !important  }    .m-lg-1 {  margin: .25rem !important  }    .mt-lg-1 {  margin-top: .25rem !important  }    .mb-lg-1 {  margin-bottom: .25rem !important  }    .m-lg-2 {  margin: .5rem !important  }    .mt-lg-2 {  margin-top: .5rem !important  }    .mb-lg-2 {  margin-bottom: .5rem !important  }    .m-lg-3 {  margin: 1rem !important  }    .mt-lg-3 {  margin-top: 1rem !important  }    .mb-lg-3 {  margin-bottom: 1rem !important  }    .m-lg-4 {  margin: 1.5rem !important  }    .mt-lg-4 {  margin-top: 1.5rem !important  }    .mb-lg-4 {  margin-bottom: 1.5rem !important  }    .m-lg-5 {  margin: 3rem !important  }    .mt-lg-5 {  margin-top: 3rem !important  }    .mb-lg-5 {  margin-bottom: 3rem !important  }    .p-lg-0 {  padding: 0 !important  }    .px-lg-0 {  padding-right: 0 !important  }    .px-lg-0 {  padding-left: 0 !important  }    .p-lg-1 {  padding: .25rem !important  }    .px-lg-1 {  padding-right: .25rem !important  }    .px-lg-1 {  padding-left: .25rem !important  }    .p-lg-2 {  padding: .5rem !important  }    .px-lg-2 {  padding-right: .5rem !important  }    .px-lg-2 {  padding-left: .5rem !important  }    .p-lg-3 {  padding: 1rem !important  }    .px-lg-3 {  padding-right: 1rem !important  }    .px-lg-3 {  padding-left: 1rem !important  }    .p-lg-4 {  padding: 1.5rem !important  }    .px-lg-4 {  padding-right: 1.5rem !important  }    .px-lg-4 {  padding-left: 1.5rem !important  }    .p-lg-5 {  padding: 3rem !important  }    .px-lg-5 {  padding-right: 3rem !important  }    .px-lg-5 {  padding-left: 3rem !important  }    .m-lg-auto {  margin: auto !important  }    .mt-lg-auto {  margin-top: auto !important  }    .mb-lg-auto {  margin-bottom: auto !important  }  }    @media (min-width:1200px) {  .m-xl-0 {  margin: 0 !important  }    .mt-xl-0 {  margin-top: 0 !important  }    .mb-xl-0 {  margin-bottom: 0 !important  }    .m-xl-1 {  margin: .25rem !important  }    .mt-xl-1 {  margin-top: .25rem !important  }    .mb-xl-1 {  margin-bottom: .25rem !important  }    .m-xl-2 {  margin: .5rem !important  }    .mt-xl-2 {  margin-top: .5rem !important  }    .mb-xl-2 {  margin-bottom: .5rem !important  }    .m-xl-3 {  margin: 1rem !important  }    .mt-xl-3 {  margin-top: 1rem !important  }    .mb-xl-3 {  margin-bottom: 1rem !important  }    .m-xl-4 {  margin: 1.5rem !important  }    .mt-xl-4 {  margin-top: 1.5rem !important  }    .mb-xl-4 {  margin-bottom: 1.5rem !important  }    .m-xl-5 {  margin: 3rem !important  }    .mt-xl-5 {  margin-top: 3rem !important  }    .mb-xl-5 {  margin-bottom: 3rem !important  }    .p-xl-0 {  padding: 0 !important  }    .px-xl-0 {  padding-right: 0 !important  }    .px-xl-0 {  padding-left: 0 !important  }    .p-xl-1 {  padding: .25rem !important  }    .px-xl-1 {  padding-right: .25rem !important  }    .px-xl-1 {  padding-left: .25rem !important  }    .p-xl-2 {  padding: .5rem !important  }    .px-xl-2 {  padding-right: .5rem !important  }    .px-xl-2 {  padding-left: .5rem !important  }    .p-xl-3 {  padding: 1rem !important  }    .px-xl-3 {  padding-right: 1rem !important  }    .px-xl-3 {  padding-left: 1rem !important  }    .p-xl-4 {  padding: 1.5rem !important  }    .px-xl-4 {  padding-right: 1.5rem !important  }    .px-xl-4 {  padding-left: 1.5rem !important  }    .p-xl-5 {  padding: 3rem !important  }    .px-xl-5 {  padding-right: 3rem !important  }    .px-xl-5 {  padding-left: 3rem !important  }    .m-xl-auto {  margin: auto !important  }    .mt-xl-auto {  margin-top: auto !important  }    .mb-xl-auto {  margin-bottom: auto !important  }  }body,  html {  height: 100%;  scroll-behavior: smooth;  }  body {  color: #3d3d3d;  font-family: Roboto, Arial;  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  }  .col-1,  .col-2,  .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12,  .col,  .col-auto,  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12,  .col-sm,  .col-sm-auto,  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12,  .col-md,  .col-md-auto,  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12,  .col-lg,  .col-lg-auto,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12,  .col-xl,  .col-xl-auto {  padding-right: 10px;  padding-left: 10px;  }  h2,  .h2 {  font-size: 1.3rem;  }  a:hover {  text-decoration:none;  }  .container {  overflow: hidden;  }  .btn-secondary:not(:disabled):not(.disabled):active:focus,  .btn-secondary:not(:disabled):not(.disabled).active:focus,  .show > .btn-secondary.dropdown-toggle:focus,  .btn-primary:not(:disabled):not(.disabled):active:focus,  .btn-primary:not(:disabled):not(.disabled).active:focus,  .show > .btn-primary.dropdown-toggle:focus {  box-shadow: none;  }    .btn-secondary:focus,  .btn-secondary.focus,  .btn-primary:focus,  .btn-primary.focus {  box-shadow: none;  }    .btn-primary {  background-color: #004071;  color: #ffffff;  border: none;  border-radius: 5px;  }    .btn-primary:hover,  .btn-primary:active,  .btn-primary:focus,  .btn-primary:visited {  background-color: #004071;  color: #ffffff;  border: none;  border-radius: 5px;  }    .btn-primary:not(:disabled):not(.disabled):active,  .btn-primary:not(:disabled):not(.disabled).active,  .show > .btn-primary.dropdown-toggle {  background-color: #004071;  color: #ffffff;  border: none;  border-radius: 5px;  }    .btn-secondary {  background-color: #ffffff;  color: #004071;  border: none;  border-radius: 5px;  }    .btn-secondary:hover,  .btn-secondary:active,  .btn-secondary:focus,  .btn-secondary:visited {  background-color: #ffffff;  color: #004071;  border: none;  border-radius: 5px;  }    .btn-secondary:not(:disabled):not(.disabled):active,  .btn-secondary:not(:disabled):not(.disabled).active,  .show > .btn-secondary.dropdown-toggle {  background-color: #ffffff;  color: #004071;  border: none;  border-radius: 5px;  }  @media (min-width: 1400px) {  .container {  max-width: 1320px;  }  }  .row {  margin-right: -10px;  margin-left: -10px;  }  .img-fluid {  border-radius: 5px;  }  a {  color: #004071;  }  a:hover,  a:visited {  color: #004071;  }      .breadcrumb {  background-color: transparent;  }    .breadcrumb-item + .breadcrumb-item::before {  content: '|';  color: #6c757d;  padding:0 10px 0 0;  }    .fixed-top {  position: fixed;  top: 0;  right: 0;  left: 0;  z-index: 1030;  }    .input-group {  position: relative;  display: flex;  flex-wrap: wrap;  align-items: stretch;  width: 100%;  }      /* [END] bootstrap overrides */      .lazyfade {  animation-name: lazyfade;  animation-duration: 1s;  }    @keyframes lazyfade {  from {  opacity: 0;  }  to {  opacity: 1;  }  }  @keyframes blink {  0% {  -webkit-transform: scale(1);  transform: scale(1);  }  50% {  -webkit-transform: scale(1.5);  transform: scale(1.5);  }  100% {  -webkit-transform: scale(1);  transform: scale(1);  }  }  .menu-container a,  .menu-container a:visited,  .menu-container a:hover,  .menu-container a:active {  color: #fff;  text-decoration: none;  line-height: 32px;  height: 32px;  display: block;  position: relative;  }  .menu-container .list-inline-item a {  -webkit-transition: color 0.3s;  transition: color 0.3s;  }  .menu-container .list-inline-item a:hover {  color: #ffc107;  }  .header .nav.show .menu-left-list .first-level-list li a {  display: inline-block;  position: relative;  -webkit-transition: 0.3s;  transition: 0.3s;  }  .header .nav.show .menu-left-list .first-level-list li a:hover{  color: #ffc107;  }    @media (max-width: 991.98px) {  .header .nav.show .menu-left-list .first-level-list li a::before {  display: none;  }    .header .nav.show .menu-left-list .first-level-list li a:hover{  color: #fff;  }  }    .youtube-icon {  background-image: url('//cdn.ethnos.gr/images/video-ico.png');  background-repeat: no-repeat;  background-size:contain;  display: inline-flex;  width: 27px;  height: 18px;  align-self: center;  margin-left: 10px;  }    .photo-icon {  background-image: url('//cdn.ethnos.gr/images/photogallery.svg');  background-repeat: no-repeat;  display: inline-flex;  width: 26px;  height: 21px;  align-self: center;  margin-left: 10px;  }    .comments-icon {  background-image: url('//cdn.ethnos.gr/images/comments.svg');  background-repeat: no-repeat;  display: inline-flex;  width: 17px;  height: 15px;  }  .comments-icon .number {  color: #b5b5b5;  font-size: 12px;  position: relative;  left: 20px;  }    .longread-icon {  background-image: url('//cdn.ethnos.gr/images/long-read.svg');  background-repeat: no-repeat;  display: inline-flex;  width: 20px;  height: 15px;  align-self: center;  }    .owl-theme .owl-dots .owl-dot span {  width: 18px !important;  height: 18px !important;  background: #b5b5b5 !important;  }    .owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {  background: #004071 !important;  }    .carousel-main-container .owl-theme .owl-nav.disabled + .owl-dots {  position: relative !important;  top: 0px !important;  }    @-webkit-keyframes ticker {  0% {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  visibility: visible;  }    100% {  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0);  }  }    @keyframes ticker {  0% {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  visibility: visible;  }    100% {  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0);  }  }    .ticker-wrap {  position: relative;  width: 100%;  padding-left: 100%;  box-sizing: content-box;  }    .ticker-wrap .ticker {  display: inline-block;  white-space: nowrap;  padding-right: 100%;  box-sizing: content-box;  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;  -webkit-animation-timing-function: linear;  animation-timing-function: linear;  -webkit-animation-name: ticker;  animation-name: ticker;  -webkit-animation-duration: 45s;  animation-duration: 45s;  }    .ticker-wrap .ticker__item {  display: inline-block;  padding: 0 1rem;  }    .ticker-wrap .ticker__item:hover {  font-weight: bold;  }    .ticker-wrap .ticker:hover {  animation-play-state: paused;  }    .header .news a {  display: flex;  width: 26px;  }  .header #js-hamburger,  .header #js-search {  cursor: pointer;  text-align: center;  width: 45px;  }  .header a {  color: inherit;  }  .header a:hover {  text-decoration: none;  }  .header .menu-close {  display: none;  }  .header .nav {  position: fixed;  visibility: hidden;  z-index: -1;  width: 100%;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);    visibility: hidden;  opacity: 0;  margin-top: 72px;  }  @media (max-width: 991.98px) {  .header .nav {  -webkit-transition: opacity 0.3s ease-in-out;  -moz-transition: opacity 0.3s ease-in-out;  transition: opacity 0.3s ease-in-out;  }  }    .header .nav.show {  left: 50%;  transform: translate(-50%, -50%);  visibility: visible;  opacity: 1;  z-index: 9999;  }  .header .nav.show .menu-left-list,  .header .nav.show .menu-right-list {  display: block;  text-align: center;  }  .header .nav .menu-left-list,  .header .nav .menu-right-list {  display: none;  }    @media (max-width: 991.98px) {  .header .nav .menu-left-list,  .header .nav .menu-right-list {  padding-bottom: 73px;  }    .header .nav.show .menu-left-list a:hover{  border: none;  }    .header .nav.show .menu-left-list a {  height: auto;  }  }  .header .menu,  .header .menu2 {  display: flex;  padding: 14px;  width: 73px;  height: 100%;  align-items: center;  justify-content: center;  }  .header .menu.show .menu-icon,  .header .menu2.show .menu-icon {  display: none;  }  .header .menu.show .menu-close,  .header .menu2.show .menu-close {  display: inline-block;  }  .header .menu.show {  background: #004071;  }  .header .menu .nav {  height: 560px;  }  @media (max-width: 991.98px) {  .header .menu .nav {  height: 100vh;  overflow-y: auto;  -ms-overflow-style: none;  scrollbar-width: none;  }  .header .menu .nav::-webkit-scrollbar {  display: none;  }  }  @media only screen and (max-width: 600px) {  .header .menu .nav {  height: 100%;  }  }  .header .menu .nav.show {  top: 267px;  background: #004071;  }  @media (max-width: 991.98px) {  .header .menu .nav.show {  top: 50%;  }  }  .header .menu2.show {  background: #b5b5b5;  }  .header .menu2 .nav {  max-height: 635px;  height: 100%;  overflow-y: hidden;  scrollbar-width: none;  }  .header .menu2 .nav::-webkit-scrollbar {  display: none;  }  .header .menu2 .nav.show {  top: 317px;  background: #b5b5b5;  border-radius: 5px 0px 5px 5px;  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);  }  .header .menu2 .nav.full-height {  max-height: 100%;  overflow-y: auto;  }  .header .menu2 .nav.full-height.show {  top: 50%;  }  @media (max-width: 991.98px) {  .header .menu2 .nav {  max-height: 100%;  overflow-y: auto;  }  .header .menu2 .nav.show {  top: 50%;  }  }  .header .fixed-top {  animation: smoothScroll 1s forwards;  border-bottom: 5px solid #004071;  }  .header .fixed-top.fixed-menu-height {  height: 100%;  border-bottom: none;  }  @media (max-width: 991.98px) {  .header .fixed-top {  border-bottom: none;  }  }  @keyframes smoothScroll {  0% {  transform: translateY(-40px);  }  100% {  transform: translateY(0px);  }  }  .header .header-container {  display: flex;  flex-direction: row;  justify-content: center;  z-index: 9999;  background: white;  height: 73px;  }  .header .header-container div {  flex: auto;  font-size: 30px;  color: #004071;  justify-content: center;  }  .header .header-container div.menu {  text-align: left;  }  .header .header-container div.search {  text-align: right;  }  .header .header-container a.logo {  background: url('/images/logo.svg');  display: flex;  flex: 100%;  background-size: 100% 30px;  background-repeat: no-repeat;  background-position: center;  }  .header .header-container .menu-left-list {  margin: 20px;  }  .header .header-container .menu-left-list div {  color: #ffffff;  }  @media (max-width: 991.98px) {  .header .header-container .menu-left-list .menu-search-btn {  margin-top: 20px;  }  }  .header .header-container .menu-left-list .menu-search-btn .btn-lg {  width: 100%;  padding: 10px;  font-size: 18px;  font-weight: 900;  border: solid 2px #004071;  color: #004071;  }  .header .header-container .menu-left-list .menu-search-btn .btn-lg:after {  content: url('//cdn.ethnos.gr/images/Search.svg');  float: right;  display: block;  height: 24px;  }  .header .header-container .menu-right-list div {  font-size: 24px;  }  .header .header-container .menu-right-list .search-title,  .header .header-container .menu-right-list .search-result-text {  font-size: 18px;  color: #3d3d3d;  font-weight: normal;  }  .header .header-container .menu-right-list .form-control {  padding: 0px 10px 0 25px;  color: #3d3d3d;  background: rgba(255, 255, 255, 0.5);  font-size: 18px;  font-weight: normal;  border: none;  -webkit-box-shadow: none;  box-shadow: none;  min-height: 60px;  height: auto;  max-width: 900px;  border-radius: 50px 0 0 50px !important;  }  .header .header-container .menu-right-list .form-control :focus {  -webkit-box-shadow: none;  box-shadow: none;  border-color: transparent;  }  .header .header-container .menu-right-list .input-group {  justify-content: center;  margin: 10px 0px;  }  .header .header-container .menu-right-list .input-group-btn {  flex: none;  }  .header .header-container .menu-right-list #searchbtn {  border: 0;  padding: 0px 25px;  color: #fff;  background: rgba(255, 255, 255, 0.5);  border: none;  border-left: none;  -webkit-box-shadow: none;  box-shadow: none;  min-height: 60px;  height: auto;  display: flex;  border-radius: 0 50px 50px 0 !important;  cursor: pointer;  }  .search-page-container .search-list-container .search-proposals-container {  padding-bottom: 40px;  }  .header .header-container .menu-right-list .search-proposals-container,  .header .header-container .menu-right-list .search-results-container {  margin: 0px 20px;  }  .header .header-container .menu-right-list .search-proposals-container div,  .header .header-container .menu-right-list .search-results-container div {  flex: initial;  }  .header  .header-container  .menu-right-list  .search-proposals-container  .single-post-container,  .header  .header-container  .menu-right-list  .search-results-container  .single-post-container {  background: transparent;  }  .header  .header-container  .menu-right-list  .search-proposals-container  .single-post-container  .single-label,  .header  .header-container  .menu-right-list  .search-results-container  .single-post-container  .single-label {  font-size: 16px;  font-weight: bold;  }  .header  .header-container  .menu-right-list  .search-proposals-container  .single-post-container  .single-wrapper.image,  .header  .header-container  .menu-right-list  .search-results-container  .single-post-container  .single-wrapper.image {  margin-top: -40px;  top: initial;  }  .header  .header-container  .menu-right-list  .search-proposals-container  .section-header,  .header  .header-container  .menu-right-list  .search-results-container  .section-header {  text-align: left;  margin-bottom: 30px;  }  .header  .header-container  .menu-right-list  .search-proposals-container  .section-header  h3,  .header  .header-container  .menu-right-list  .search-results-container  .section-header  h3 {  background-color: #b5b5b5;  font-size: 20px;  color: #004071;  font-weight: bold;  margin-left: 20px;  padding: 0px 18px;  position: relative;  top: -13px;  display: inline-block;  line-height: 30px;  margin-bottom: 0px;  }  @media (max-width: 480px) {  .header  .header-container  .menu-right-list  .search-proposals-container  .section-header  h3,  .header  .header-container  .menu-right-list  .search-results-container  .section-header  h3 {  font-size: 17px;  }  }  .header .header-container .menu-right-list .search-top-container {  padding: 0px 20px;  }  .header .header-container .menu-right-list .search-results-container {  transition: opacity 0.25s linear;  transform: translate(0);  opacity: 1;  }  .header .header-container .menu-right-list .search-results-container.hidden {  transform: translate(9999px);  opacity: 0;  position: absolute;  top: -99999px;  }  .header .header-container .menu-right-list .search-results-container .row {  justify-content: center;  }  .header  .header-container  .menu-right-list  .search-results-container  .row  div:last-child {  margin-bottom: 0px !important;  }  @media (min-width: 992px) {  .header  .header-container  .menu-right-list  .search-results-container  .single-post-container {  display: flex;  justify-content: center;  gap: 20px;  margin-bottom: 20px;  }  .header  .header-container  .menu-right-list  .search-results-container  .single-post-container  .single-wrapper.image {  background: transparent;  padding: 0px;  margin: 0px;  top: 0px;  display: flex;  flex-direction: column;  justify-content: center;  }  }  @media (max-width: 991.98px) {  .header .header-container {  border-bottom: 5px solid #004071;  }  }  .header .first-level-list {  padding: 15px 0px;  font-size: 20px;  font-weight: normal;  text-align: left;  margin: 0 auto;  width: 100%;  max-width: 245px;  }  @media (max-width: 991.98px) {  .header .first-level-list .submenu-item {  display: flex;  align-items: center;  justify-content: space-between;  }  .header .first-level-list li {  padding: 5px 0px;  }  }  @media (max-width: 991.98px) {  .header .first-level-list .submenu-item .mobile-expander {  width: 43px;  height: 43px;  display: flex;  cursor: pointer;  justify-content: center;  background-color: #ffffff;  border-radius: 50%;  align-items: center;  }  .header .first-level-list .submenu-item .mobile-expander .toggle-icon {  width: 18px;  height: 19px;  display: block;  background-repeat: no-repeat;  background-image: url('//cdn.ethnos.gr/images/plus.svg');  }  .header  .first-level-list  .submenu-item  .mobile-expander  .toggle-icon.expanded {  width: 15px;  height: 6px;  background-image: url('//cdn.ethnos.gr/images/minus.svg');  }  }  @media (max-width: 991.98px) {  .header .first-level-list {  font-size: 25px;  padding: 0;  font-weight: normal;  font-stretch: normal;  font-style: normal;  line-height: 1.7;  max-width: none;  }  }  @media (max-width: 991.98px) {  .header .second-level-list {  display: none;  }  }  .header .second-level-list li::before {  content: '-';  display: inline-block;  margin-left: 25px;  padding-right: 7px;  }  .header .menu-social-app-container {  margin-top: 15px;  border-top: 1px solid #fff;  border-bottom: 1px solid #fff;  }  .header .menu-social-app-container > div {  padding: 15px 0px 20px 0px;  margin: 5px 0px;  }  @media (max-width: 991.98px) {  .header .menu-social-app-container > div {  padding: 5px 0px 10px 0px;  }  }  .header .menu-social-app-container > div:first-child {  border-right: 1px solid #ffff;  }  @media (max-width: 991.98px) {  .header .menu-social-app-container > div:first-child {  border: none;  }  }  .header .menu-social-app-container .title {  margin-bottom: 10px;  font-size: 18px;  font-weight: normal;  line-height: normal;  letter-spacing: normal;  color: #ffffff;  }  .header .menu-social-app-container .social-links {  display: flex;  justify-content: center;  gap: 20px;  }  .header .menu-social-app-container .apps-links {  display: flex;  justify-content: center;  gap: 40px;  }  .header .menu-footer-container {  margin-top: 0;  display: flex;  flex-direction: row;  justify-content: center;  gap: 20px;  padding:8px;  }  @media (max-width: 991.98px) {  .header .menu-footer-container {  flex-direction: column;  align-items: start;  gap: 15px;  margin-top: 30px;  }  }  .header .menu-footer-container div {  flex: none;  font-size: 18px;  font-weight: normal;  color: #ffffff;  }    .menu-container {  padding: 13px;  border-radius: 5px;  background-color: #004071;  text-align: center;  }  .menu-container ul {  margin-bottom: 0;  }  .menu-container ul li {  font-size: 20px;  color: #fff;  }    .menu-container ul li.list-inline-item:not(:last-child) {  margin-right: 1.5rem;  }    @media (min-width: 992px) and (max-width: 1199.98px) {  .menu-container ul li {  font-size: 18px;  }  .menu-container ul li.list-inline-item:not(:last-child) {  margin-right: 0.8rem;  }  }    .breaking-news-container {  background-color: #e8e8e8;  padding: 12px 20px;  text-align: left;  color: #004071;  font-size: 20px;  font-weight: normal;  width: -moz-calc(100% - 20px);  width: -webkit-calc(100% - 20px);  width: -o-calc(100% - 20px);  width: calc(100% - 20px);  margin: 0 10px;  display: flex;  }    @media (max-width: 575.98px) {  .breaking-news-container {  display: none;  }  }    .breaking-news-container::before {  content: '';  position: absolute;  top: 14px;  left: 11px;  width: 6px;  height: 6px;  border-radius: 50%;  background: red;  transition: 0.3s ease-in;  animation: blink 1.5s;  animation-iteration-count: infinite;  }  .breaking-news-container .title {  font-weight:bold;  }  .breaking-news-container .text {  overflow: hidden;  position: relative;  display: flex;  flex: 1;  position: relative;  }    .breaking-news-container .text:after {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  content: "";  background: linear-gradient(90deg, #e8e8e8, transparent 2rem, transparent calc(100% - 2rem), #e8e8e8);  pointer-events: none;  }    .main-container {  margin-top: 20px;  }    .single-label {  font-size: 16px;  padding: 3px 8px;  display: inline-flex;  border-radius: 5px;  position: absolute;  top: 10px;  left: 10px;  }  .single-label.cat1 {  background-color: #14997f !important;  color: #fff !important;  }  .single-label.cat2 {  background-color: #de603a !important;  color: #fff !important;  background-image: linear-gradient(180deg, rgba(0,0,0,0) 95%, #990000 95%);  text-shadow: 1px 1px #990000;  }  .single-label.cat3 {  background-color: rgb(255, 229, 0) !important;  color: #004071 !important;  }  .single-label.cat4 {  background-color: #b26363 !important;  color: #fff !important;  background-image: linear-gradient(180deg, rgba(0,0,0,0) 95%, #990000 95%);  text-shadow: 1px 1px #990000;  }  .single-label.cat5 {  background-color: #D2042D !important;  color: #fff !important;  text-shadow: 1px 1px #990000;  background-image: linear-gradient(180deg, rgba(0,0,0,0) 95%, #770737 95%);  z-index:1;  padding-left:25px;  }  .single-label.cat5:after {  content:'⚪';  animation: blinker 2s linear infinite;  position:absolute;  left:5px;  top:5px;  z-index:2;  font-size:12px;  }  .single-label.cat6 {  background-color: #a6b263 !important;  color: #fff !important;  }  .single-label.cat7 {  background-color: #5eb9ff !important;  color: #fff !important;  }  .single-label.cat8 {  background-color: #4285f4 !important;  color: #FFF !important;  background-image: linear-gradient(180deg, rgba(0,0,0,0) 95%, #1967d2 95%);  text-shadow: 1px 1px #1967d2;  }  @keyframes blinker {  0% {  opacity: 0;  }  25% {  opacity: .5;  }  50% {  opacity: 1;  }  75% {  opacity: .5;  }  100% {  opacity: 0;  }  }  .trend {  display: inline-block;  width: 30px;  height: 30px;  border-radius: 50%;  background-color: #FFF;  background-image: url('//cdn.ethnos.gr/images/trending_up_18dp.png');  background-repeat: no-repeat;  background-position: center center;  -webkit-animation-name: trendBlink;  -webkit-animation-duration: 1s;  -webkit-animation-iteration-count: infinite;  -webkit-animation-timing-function: ease-in-out;  -webkit-animation-direction: alternate;  }  .archive {  background-color: #feefc3 !important;  color: #424242 !important;  }  @-webkit-keyframes trendBlink {  from {  opacity: 1.0;  }    to {  opacity: 0.0;  }  }  .single-label.network-cat {  background-color: #3a3a3a !important;  color: #fff !important;  }  .home-feature .single-label {  left: 20px;  }  .feature-post .feature-image {  height: auto;  width: 99%;  margin-left:.5%;  }  .feature-post .feature-container {  display: block;  position: relative;  height: 100%;  padding: 17px;  text-align: left;  }  @media (max-width: 575.98px) {  .feature-post .feature-container {  margin-top: 0px;  margin-left: 0px;  margin-right: 0px;  padding: 17px;  }  }  .feature-post .feature-container .feature-category {  font-size: 18px;  color: #3d3d3d;  display: flex;  align-items: center;  gap: 5px;  }  .feature-post .feature-container .feature-title {  font-size: 27px;  line-height: 1.1;  text-align: left;  color: #004071;  margin-bottom: 10px;  display: block;  font-weight:bold;  }  .feature-post .feature-container .feature-description,  .feature-post .feature-container .feature-description a {  font-size: 20px;  text-align: left;  font-weight: normal;  line-height: 1.2;  color: #3d3d3d;  }  .feature-post .feature-container .feature-description a:hover,  .feature-post .feature-container .feature-description a:visited {  color: #3d3d3d;  }    .related-posts {  padding-right: 20px;  padding-left: 20px;  }    @media (max-width: 575.98px) {  .related-posts {  padding-right: 15px;  padding-left: 15px;  }  }    .related-posts ul {  list-style: none;  padding-left: 0;  }  .related-posts ul li {  position: relative;  padding-left: 35px;  margin-bottom: 15px;  }  .related-posts ul li::before {  content: '➜';  position: absolute;  left: 0;  top: -10px;  font-size: 28px;  color:#004071;  }  .related-posts .title {  font-size: 20px;  line-height: 1.1;  text-align: left;  color: #004071;  margin-bottom: 5px;  }  .related-posts .subtitle {  font-size: 20px;  font-weight: normal;  line-height: 1.1;  text-align: left;  color: #3d3d3d;  }  .single-image {  height: auto;  width: 100%;  border-radius: 5px;  }  @media (max-width: 991.98px) {  .posts-container .single-post-container {  margin: 0px 20px;  }  }  @media (max-width: 575.98px) {  .posts-container .single-post-container {  margin: 0px;  }  .posts-container .single-post-container,  .top-sidebar-container .feature-post,  .related-videos-container .video-post,  .side-popular-videos .video-post {  border-radius: 0;  }    .posts-container .single-post-container:empty,  .top-sidebar-container .feature-post:empty,  .related-videos-container .video-post:empty,  .side-popular-videos .video-post:empty {  border: none;  }    .network-container.posts-container .single-post-container {  border: none;  }    .post-loader, #post-loader {  padding: 20px 0 50px 0;  }  }    .single-post-container {  background: #fff;  display: block;  position: relative;  height: 100%;  text-align: left;  border-radius: 5px;  }  .single-post-container.video-post .single-wrapper {  position: relative;  }  .single-post-container.video-post .single-wrapper.image {  padding: 0px;  top: 0px;  margin: 10px 0px;  }    .single-category a,  .feature-category a {  color: #3d3d3d;  }  .single-category a:hover,  .feature-category a:hover {  color: #004071;  }  .single-post-container .single-category {  font-size: 17px !important;  color: #3d3d3d !important;  line-height: 20px;  margin-bottom: 5px;  display: flex;  gap: 3px;  align-items: center;  font-weight:bold;  }  .side-feed-articles .single-post-container .single-category {  font-size: 16px !important;  }  .single-post-container .single-title {  font-size: 22px;  line-height: 1.2;  text-align: left;  color: #004071;  padding-bottom: 10px;  display: block;  font-weight:bold;  }  .single-post-container .single-description {  font-size: 20px;  font-weight: normal;  line-height: 1.2;  text-align: left;  color: #3d3d3d;  display: block;  }  .single-post-container .single-wrapper {  position: relative;  background: #fff;  }  .single-post-container .single-wrapper.image {  padding: 0px;  position: relative;  top: 0px;  background: #fff;  margin: 10px 5px;  border-radius: 5px;  }    @media (max-width: 575.98px) {  .single-post-container .single-wrapper.image {  top: 0px;  margin: 0px;  border-radius: 0px;  padding: 17px;  }  }  .single-post-container .popular-wrapper {  display: flex;  flex-direction: row;  }  @media (min-width: 1185px) and (max-width: 1384px) {  .popular-posts .single-category {  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  width: 200px;  display: block;  }  }  .popular-posts .single-post-container.top1 .popular-wrapper {  margin: 0 0 0 20px;  margin-top: -80px;  }  .single-post-container .popular-wrapper .single-number {  font-size: 40px;  line-height: 1;  text-align: left;  color: #004071;  display: flex;  margin-right: 10px;  background: #004071;  background: -webkit-linear-gradient(#b5b5b5, #004071);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  display: block;  font-weight:bold;  }  .single-post-container .popular-wrapper .single-number.big {  font-size: 60px;  position: relative;  margin-right: 0px;  color: #004071;  display: flex;  background: #004071;  background: -webkit-linear-gradient(#b5b5b5,#004071);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  display: block;  }  .single-post-container .popular-wrapper .single-wrapper.image {  margin: 0px;  padding: 17px;  padding-bottom: 0px;  border-radius: 5px 0px 0px 0px;  }    .read-more-posts {  margin-top: 20px;  margin-bottom: 20px;  }  @media (max-width: 991.98px) {  .read-more-posts {  display: flex;  justify-content: center;  margin: 20px;  }  }    @media (max-width: 575.98px) {  .read-more-posts {  margin: 0px;  }  }    .read-more-posts .btn {  min-width: 400px;  padding: 15px 0px;  margin-bottom: 20px;  font-weight: bold;  }  @media (max-width: 991.98px) {  .read-more-posts .btn {  min-width: 100%;  }  }    .tags-container {  margin: 20px 0px;  display: flex;  align-items: baseline;  }  @media (max-width: 991.98px) {  .tags-container {  margin: 20px;  }  }  @media (min-width: 320px) {  .tags-container {  display: inline-block;  }  }  .tags-container .title {  font-size: 20px;  color: #b5b5b5;  line-height: normal;  letter-spacing: normal;  margin-right: 10px;  }  .tags-container .tags-list li {  background-color: #1877f2;  border-radius: 5px;  padding: 5px 15px;  margin:0 8px 10px 0;    }  .tags-container .tags-list li a {  font-size: 20px;  color: #ffffff;  line-height: normal;  letter-spacing: normal;  }    .adv-section {  display: flex;  justify-content: center;    }    .section-header {  height: 14px;  border-radius: 7px;  background-color: #004071;  margin-bottom: 30px;  }  @media (max-width: 991.98px) {  .section-header {  margin: 20px;  }  .side-feed-articles .section-header {  margin: 10px 0px 30px 0px;  }  }  .section-header h3 {  background-color: #ffffff;  font-size: 20px;  color: #004071;  font-weight: bold;  margin-left: 20px;  padding: 0px 18px;  position: relative;  top: -8px;  display: inline-block;  line-height: 30px;  margin-bottom: 0px;  }    .percentage-1:after {  width: 1%;  }    .percentage-2:after {  width: 2%;  }    .percentage-3:after {  width: 3%;  }    .percentage-4:after {  width: 4%;  }    .percentage-5:after {  width: 5%;  }    .percentage-6:after {  width: 6%;  }    .percentage-7:after {  width: 7%;  }    .percentage-8:after {  width: 8%;  }    .percentage-9:after {  width: 9%;  }    .percentage-10:after {  width: 10%;  }    .percentage-11:after {  width: 11%;  }    .percentage-12:after {  width: 12%;  }    .percentage-13:after {  width: 13%;  }    .percentage-14:after {  width: 14%;  }    .percentage-15:after {  width: 15%;  }    .percentage-16:after {  width: 16%;  }    .percentage-17:after {  width: 17%;  }    .percentage-18:after {  width: 18%;  }    .percentage-19:after {  width: 19%;  }    .percentage-20:after {  width: 20%;  }    .percentage-21:after {  width: 21%;  }    .percentage-22:after {  width: 22%;  }    .percentage-23:after {  width: 23%;  }    .percentage-24:after {  width: 24%;  }    .percentage-25:after {  width: 25%;  }    .percentage-26:after {  width: 26%;  }    .percentage-27:after {  width: 27%;  }    .percentage-28:after {  width: 28%;  }    .percentage-29:after {  width: 29%;  }    .percentage-30:after {  width: 30%;  }    .percentage-31:after {  width: 31%;  }    .percentage-32:after {  width: 32%;  }    .percentage-33:after {  width: 33%;  }    .percentage-34:after {  width: 34%;  }    .percentage-35:after {  width: 35%;  }    .percentage-36:after {  width: 36%;  }    .percentage-37:after {  width: 37%;  }    .percentage-38:after {  width: 38%;  }    .percentage-39:after {  width: 39%;  }    .percentage-40:after {  width: 40%;  }    .percentage-41:after {  width: 41%;  }    .percentage-42:after {  width: 42%;  }    .percentage-43:after {  width: 43%;  }    .percentage-44:after {  width: 44%;  }    .percentage-45:after {  width: 45%;  }    .percentage-46:after {  width: 46%;  }    .percentage-47:after {  width: 47%;  }    .percentage-48:after {  width: 48%;  }    .percentage-49:after {  width: 49%;  }    .percentage-50:after {  width: 50%;  }    .percentage-51:after {  width: 51%;  }    .percentage-52:after {  width: 52%;  }    .percentage-53:after {  width: 53%;  }    .percentage-54:after {  width: 54%;  }    .percentage-55:after {  width: 55%;  }    .percentage-56:after {  width: 56%;  }    .percentage-57:after {  width: 57%;  }    .percentage-58:after {  width: 58%;  }    .percentage-59:after {  width: 59%;  }    .percentage-60:after {  width: 60%;  }    .percentage-61:after {  width: 61%;  }    .percentage-62:after {  width: 62%;  }    .percentage-63:after {  width: 63%;  }    .percentage-64:after {  width: 64%;  }    .percentage-65:after {  width: 65%;  }    .percentage-66:after {  width: 66%;  }    .percentage-67:after {  width: 67%;  }    .percentage-68:after {  width: 68%;  }    .percentage-69:after {  width: 69%;  }    .percentage-70:after {  width: 70%;  }    .percentage-71:after {  width: 71%;  }    .percentage-72:after {  width: 72%;  }    .percentage-73:after {  width: 73%;  }    .percentage-74:after {  width: 74%;  }    .percentage-75:after {  width: 75%;  }    .percentage-76:after {  width: 76%;  }    .percentage-77:after {  width: 77%;  }    .percentage-78:after {  width: 78%;  }    .percentage-79:after {  width: 79%;  }    .percentage-80:after {  width: 80%;  }    .percentage-81:after {  width: 81%;  }    .percentage-82:after {  width: 82%;  }    .percentage-83:after {  width: 83%;  }    .percentage-84:after {  width: 84%;  }    .percentage-85:after {  width: 85%;  }    .percentage-86:after {  width: 86%;  }    .percentage-87:after {  width: 87%;  }    .percentage-88:after {  width: 88%;  }    .percentage-89:after {  width: 89%;  }    .percentage-90:after {  width: 90%;  }    .percentage-91:after {  width: 91%;  }    .percentage-92:after {  width: 92%;  }    .percentage-93:after {  width: 93%;  }    .percentage-94:after {  width: 94%;  }    .percentage-95:after {  width: 95%;  }    .percentage-96:after {  width: 96%;  }    .percentage-97:after {  width: 97%;  }    .percentage-98:after {  width: 98%;  }    .percentage-99:after {  width: 99%;  }    .percentage-100:after {  width: 100%;  }    @media (min-width: 768px) {  .article-main-container {  padding: 0px;  }  }    .top-sidebar-container .poll-section .header {  font-size: 20px;  text-align: left;  color: #3d3d3d;  }  @media (max-width: 991.98px) {  .top-sidebar-container .poll-section .main-content {  margin: 0px 20px;  }  }  .top-sidebar-container .poll-section .main-content .title {  font-size: 20px;  text-align: left;  color: #3d3d3d;  line-height: normal;  letter-spacing: normal;  margin-bottom: 20px;  }  .top-sidebar-container .poll-section .main-content .poll-choice {  border-radius: 5px;  border: solid 1px #004071;  background-color: #ffffff;  display: flex;  flex-direction: row;  align-items: center;  height: 120px;  margin-bottom: 20px;  z-index: 1;  position: relative;  }  .top-sidebar-container .poll-section .main-content .poll-choice:after {  content: '';  border-radius: 5px 0px 0px 5px;  border: solid 1px #004071;  border-right: none;  border-left: none;  border-top-right-radius: none;  border-bottom-right-radius: none;  background-color: #d9e2ea;  height: 120px;  position: absolute;  z-index: -1;  }  .top-sidebar-container .poll-section .main-content .poll-choice .poll-image {  padding: 10px;  }  .top-sidebar-container  .poll-section  .main-content  .poll-choice  .poll-image  img {  width: 100px;  height: 100px;  }  .top-sidebar-container .poll-section .main-content .poll-choice .poll-name {  font-size: 20px;  text-align: left;  color: #3d3d3d;  }    @media (max-width: 991.98px) {  .videos-container .single-post-container,  .side-popular-videos .single-post-container,  .carousel-main-container .single-post-container {  margin: 0px 20px;  }  }    .related-videos-container {  display: flex;  flex-direction: column;  }  @media (min-width: 992px) and (max-width: 1199.98px) {  .related-videos-container {  flex-direction: row;  gap: 20px;  }  }  @media (max-width: 991.98px) {  .related-videos-container .single-post-container {  margin-bottom: 20px;  }  }    .theme-posts-container {  padding: 20px;  border-radius: 5px;  background-color: #004071;  }  .theme-posts-container .single-post-container {  background: transparent;  }  .theme-posts-container .single-post-container .single-wrapper.image {  min-height: 100px;  background: transparent;  }  .theme-posts-container .single-post-container .single-title {  color: white;  }  .theme-posts-container .single-post-container .single-category a {  color: white;  }    .theme-posts-container.theme1,  .theme-posts-container.theme1 .section-header h3 {  background-color: #f5efef;  color: #004071;  }  .theme-posts-container.theme2,  .theme-posts-container.theme2 .section-header h3 {  background-color: #cee3f5;  color: #004071;  }  .theme-posts-container.theme3,  .theme-posts-container.theme3 .section-header h3 {  background-color: #e5e5d4;  color: #004071;  }  .theme-posts-container.theme1 .section-header,  .theme-posts-container.theme2 .section-header,  .theme-posts-container.theme3 .section-header {  background-color: #004071;  }  .theme-posts-container.theme1 .single-post-container .single-title,  .theme-posts-container.theme2 .single-post-container .single-title,  .theme-posts-container.theme3 .single-post-container .single-title {  color: #004071;  }  .theme-posts-container.theme1 .single-post-container .single-category a,  .theme-posts-container.theme2 .single-post-container .single-category a,  .theme-posts-container.theme3 .single-post-container .single-category a {  color: #004071;  }    @media (max-width: 991.98px) {  .theme-posts-container .single-post-container .single-wrapper.image {  height: auto;  }  }  .theme-posts-container .section-header {  background-color: #ffffff;  }  @media (max-width: 991.98px) {  .theme-posts-container .section-header {  margin: 0px 0px 20px 0px;  }  }  .theme-posts-container .section-header h3 {  background-color: #004071;  color: #ffffff;  display: inline-block;  line-height: 30px;  margin-bottom: 0px;  }  .theme-posts-container .read-more-posts {  margin: 0px;  }  @media (max-width: 991.98px) {  .theme-posts-container .read-more-posts {  margin: 0px;  }  .theme-posts-container {  border-radius:0;  }  }  .theme-posts-container .read-more-posts .btn {  min-width: 100%;  margin-bottom: 0px;  }    .tag-container .single-post-container {  text-align: center;  }  .tag-container .owl-theme .owl-nav.disabled + .owl-dots {  top: -20px;  }  .tag-container .single-wrapper.image {  background: #004071;  display: inline-block;  padding: 10px 15px;  top: -25px;  }  .tag-container .single-title {  color: #fff;  margin-bottom: 0px;  text-align: center;  padding: 0;  }  .home-feeds .single-image,  .tag-feeds .single-image {  max-width: 400px;  width:auto;  }  .tag-feeds .single-image {  width: 400px;  }  .home-feeds a,  .tag-feeds a {  max-width: 400px;  }  @media (max-width: 991.98px) {  .home-feeds .single-image,  .tag-feeds .single-image {  max-width:unset;  width: 98%;  min-height: auto;  }  .home-feeds a, .tag-feeds a{  max-width:unset;  }  }    #post-tag-loader,  #post-author-loader {  display: none;  text-align: center;  }    #post-loader {  display: block;  text-align: center;  }    .spinner-grow {  color: #004071;  }    .spinner-grow {  display: inline-block;  width: 2rem;  height: 2rem;  vertical-align: text-bottom;  background-color: currentColor;  border-radius: 50%;  opacity: 0;  animation: 0.75s linear infinite spinner-grow;  }    @media (max-width: 1199.98px) {  .feeds-sidebar-container {  flex-direction: column-reverse;  }  }    @media (min-width: 992px) {  .feeds-sidebar-container .home-feeds .single-post-container,  .feeds-sidebar-container .tag-feeds .single-post-container,  .feeds-sidebar-container .author-feeds .single-post-container {  display: flex;  gap: 20px;  margin-bottom: 20px;  }    .feeds-sidebar-container  .home-feeds  .single-post-container  .single-wrapper.image,  .feeds-sidebar-container  .tag-feeds  .single-post-container  .single-wrapper.image,  .feeds-sidebar-container  .author-feeds  .single-post-container  .single-wrapper.image {  padding: 0px;  margin: 0px;  top: 0px;  display: flex;  flex-direction: column;  justify-content: center;  }  }    .article-container .article-title-container .category {  font-size: 18px !important;  color: #3d3d3d !important;  display: flex;  gap: 4px;  margin-bottom: 10px;  }    .article-container .article-title-container .category a {  color: #424242;  }    .article-container .article-title-container .category a:hover {  color: #004071;  }    .article-container .article-content-container .title {  font-size: 2rem;  line-height: 34px;  text-align: left;  color: #004071;  margin-bottom: 10px;  }    @media (max-width: 575.98px) {  .article-container .article-content-container .title {  font-size: 26px;  line-height: 1.2;  }  }    .article-container .article-content-container .author-section {  display: flex;  flex-direction: row;  justify-content: space-between;  }    .article-container .article-content-container .author-section .author-name {  display: flex;  flex-direction: row;  justify-content: center;  align-items: center;  gap: 10px;  margin-bottom: 10px;  }    .article-container .article-content-container .author-section .author-name img {  width: 100px;  height: 100px;  }    .article-container  .article-content-container  .author-section  .author-name  .author-info {  font-size: 20px;  font-weight: normal;  line-height: 1.2;  color: #7d7d7d;  }  .article-content-container a {  font-weight:bold;  }  .author-info {  color: #000 !important  }  .author-info div {padding-top:10px}  .article-container .article-content-container .author-section .author-comments {  display: flex;  flex-direction: row;  justify-content: center;  align-items: center;  }    .article-container  .article-content-container  .author-section  .author-comments  .comments-img {  background-image: url('/images/Comments_indicator.svg');  background-repeat: no-repeat;  display: inline-flex;  width: 42px;  height: 33px;  }    .article-container  .article-content-container  .author-section  .author-comments  .comments-number {  margin-left: 10px;  border: solid 1px #707070;  padding: 0;  border-radius: 5px;  width: 40px;  height: 40px;  font-size: 10px;  text-align: center;  color: #7d7d7d;  display: flex;  flex-direction: column;  }    .article-container  .article-content-container  .author-section  .author-comments  .comments-number  .number {  font-size: 14px;  }    .article-container .article-content-container .description-section {  font-size: 20px;  font-weight: normal;  line-height: 1.2;  text-align: left;  color: #3d3d3d;  }    .article-container .article-content-container .share-section {  margin-top: 20px;  margin-bottom: 10px;  display: flex;  flex-direction: row;  justify-content: space-between;  }    .article-container .article-content-container .share-section .next-article a {  font-size: 14px;  font-weight: normal;  line-height: normal;  color: #606060;  }    @media (max-width: 575.98px) {  .article-container .article-content-container .share-section .next-article a {  font-size: 12px;  display: flex;  align-items: center;  max-width: 91px;  }  }    .article-container  .article-content-container  .share-section  .next-article  a  img {  margin-left: 5px;  }    .article-container .article-content-container .video-section {  position: relative;  padding-bottom: 56.2493%;  }  .article-container .article-content-container .video-section #vplayer {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  }    .endcard {  position: absolute;  border-radius: 2px;  display: none;  bottom: 15%;  z-index: 1001;  width: 50%;  right: 2%;  background-color: #004071;  padding: 10px;  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);  }    .endcard img {  width: 100%;  }    .endcard .title {  display: block;  padding: 10px 0 5px 0;  font-size: 1.2rem;  line-height: 1.2;  font-weight: bold;  color: white;  }    .endcard .description {  display: block;  padding: 0;  color: white;  }    .article-content-container .image-section img {  width: 100%;  }    @media (max-width: 575.98px) {  .article-container .article-content-container .image-section {  margin-right: -15px;  margin-left: -15px;  }  .article-content-container .image-section img {  width:98%;  border-radius:5px;  margin-left:1%;  }  .san-simera-section .img-fluid {  border-radius: 0 !important;  }  }    .article-container .article-content-container .content-section {  font-size: 20px;  font-weight: normal;  line-height: 1.3;  text-align: left;  color: #3d3d3d;  margin-top: 1rem;  }    .article-container .article-content-container .content-section p {  overflow-wrap: break-word;  }    .article-container .article-content-container .content-section h2{  font-size: 1.7rem;  color: #004071;  }    @media (max-width: 575.98px) {  .article-container .article-content-container .content-section h2{  font-size: 1.5rem;  }  }    .article-container .article-content-container .article-related-posts, .followus {  padding: 16px;  background-color: #e8e8e8;  border-radius: 5px;  margin-top: 10px;  margin-bottom: 20px;  border:solid 1px #DDD;  }  .followus {  background-color: #e8f0fe;  display: block;  box-sizing: border-box;  text-align: center;  background-image: linear-gradient(180deg, rgba(0,0,0,0) 95%, #1967d2 95%);  }    .article-container  .article-content-container  .article-related-posts  .single-post-container  .single-wrapper {  background-color: #e8e8e8;  }    .article-container  .article-content-container  .article-related-posts  .related-header {  color: #3d3d3d;  font-size: 20px;  font-weight: bold;  margin-bottom: 20px;  }    .article-container .article-content-container .tags-container {  margin: 0px;  }    @media (max-width: 991.98px) {  .article-container .section-header,  .article-container .poll-section .main-content {  margin: 20px 0px;  }  }    @media (max-width: 991.98px) {  .article-container .side-popular-videos .single-post-container {  margin: 0px;  }  }    @media (max-width: 575.98px) {  .article-container .side-popular-videos .single-post-container {  margin-right: -15px;  margin-left: -15px;  }    }    @media (max-width: 991.98px) {  .article-container  .side-popular-videos  .single-post-container  .single-wrapper.image {  margin: 0px;  padding: 10px 20px;  }  }    .article-comments-container {  margin-bottom: 40px;  }    .article-comments-container .comments-section .single-comment {  display: none;  }    .article-comments-container .comments-section .single-comment .date-time {  font-size: 20px;  color: #3d3d3d;  }    .article-comments-container .comments-section .single-comment .content {  font-size: 18px;  color: #3d3d3d;  }    .article-comments-container .comments-section .single-comment .comment-reply {  margin: 20px 0px;  }    .article-comments-container  .comments-section  .single-comment  .comment-reply  .btn-secondary {  font-size: 18px;  padding: 4px 10px;  border: solid 1px #707070;  }    .article-comments-container .comments-section .single-comment.opacity-comment {  position: relative;  z-index: -1;  }    .article-comments-container  .comments-section  .single-comment.opacity-comment::after {  content: '';  position: absolute;  z-index: 1;  bottom: 0;  left: 0;  pointer-events: none;  background-image: linear-gradient(  to bottom,  rgba(255, 255, 255, 0),  white 90%  );  width: 100%;  height: 120px;  }    @media (max-width: 991.98px) {  .article-comments-container .comments-section {  margin: 0px 20px;  }  }    .article-comments-container .comment-btn-container {  display: flex;  flex-direction: column;  gap: 10px;  }    .article-comments-container .comment-btn-container .btn-lg {  padding: 1rem;  max-width: 390px;  font-size: 18px;  font-weight: 900;  }    @media (max-width: 991.98px) {  .article-comments-container .comment-btn-container .btn-lg {  max-width: 100%;  }  }    .article-comments-container .comment-btn-container #writeComment {  border: solid 2px #004071;  }    @media (max-width: 991.98px) {  .article-comments-container .comment-btn-container {  margin: 0px 20px;  }  }    @media (max-width: 1199.98px) {  .article-comments-container .adv-section {  margin-top: 3rem;  }  }    #commentFrm .modal-content {  background-color: #d9e2c0;  }    #commentFrm .modal-header {  border: none;  padding: 1rem 1.5rem;  }    #commentFrm .modal-body {  padding: 0rem 1.5rem;  }    #commentFrm .modal-body .section-header {  margin-bottom: 10px;  }    #commentFrm .modal-body .section-header h3 {  background-color: #d9e2c0;  display: inline-block;  line-height: 30px;  margin-bottom: 0px;  }    #commentFrm .modal-body .modal-desc {  font-size: 18px;  font-weight: normal;  text-align: left;  color: #3d3d3d;  margin-bottom: 15px;  }    #commentFrm .modal-body form .btn-lg {  max-width: 100%;  }    #commentFrm .modal-body form .form-control {  min-height: 42px;  color: #3d3d3d;  }    #commentFrm .modal-footer {  justify-content: flex-start;  padding: 1rem 1.5rem;  border: none;  font-size: 18px;  font-weight: normal;  text-align: left;  color: #3d3d3d;  }    #commentFrm .close {  display: flex;  flex-direction: row;  align-items: center;  gap: 10px;  font-size: 3rem;  line-height: 1;  color: #004071;  opacity: 0.8;  }    #commentFrm .close:hover {  color: #004071;  opacity: 1;  }    #commentFrm .close-label {  font-size: 18px;  font-weight: normal;  color: #3d3d3d;  }    .category-top-container .col-xl-3 .single-label {  left: 20px;  }    .category-top-container .single-post-container {  height: auto;  }    .category-title-container {  font-size: 18px;  font-stretch: normal;  font-style: normal;  color: #004071;  background-color: #e6ecf2;  text-align: center;  padding: 16px 20px;  margin: 20px 0 20px 0;  border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;  background-image: linear-gradient(180deg, rgba(0,0,0,0) 97%, #004071 92%);  text-shadow: 1px 1px #FFF;  line-height: 24px;  }  .category-title-container .cat-title {  font-size: 2.5rem;  letter-spacing: -1px;  padding-bottom:10px;  }  .tagheader {  background-color: rgba(11, 87, 208, 0.16);  font-weight: normal;  }  .latesthome {  max-height: 450px;  overflow: hidden;  overflow-y: auto;  padding-right: 20px;  }  .latesthome .withimage {  background-color: rgba(0,0,0,.1);  color: #004071;  padding: 5px;  font-size: 16px;  min-height: 101px;  border-radius: 5px;  }  .latesthome .withimage img {  float: left;  border-radius: 5px;  margin: 5px;  align-self: center;  }  .latesthome .withimage:after{  clear:both;  }  .latesthome::-webkit-scrollbar {  width: 5px;  background-color: rgba(0,0,0,.1)  }  .latesthome::-webkit-scrollbar-thumb {  background-color: #004071;  margin: 10px;  border-radius:5px;  }  @media (max-width: 575.98px) {  .category-title-container .cat-desc {  line-height: 1.1;  }  .category-title-container {  margin:10px;  }    .latesthome {  max-height: initial;  overflow: hidden;  overflow-y: hidden;  padding-right: 0px;  }  }    .breadcrumb-container {  display: flex;  justify-content: center;  }    .breadcrumb-container .breadcrumb {  padding: 0px;  margin-bottom: 0px;  color: #e8e8e8;  }    @media (max-width: 575.98px) {  .breadcrumb-container .breadcrumb {  max-width: 330px;  }  }    .breadcrumb-container .breadcrumb a {  color: #e8e8e8;  }    .breadcrumb-container .breadcrumb .breadcrumb-item {  list-style-type:none;  float:left;  padding:5px;  }    .breadcrumb-container .breadcrumb .breadcrumb-item.active {  color: #e8e8e8;  }    .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {  color: #e8e8e8;  }    @media (max-width: 575.98px) {  .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {  float: none;  }  }    .tag-sidebar-container .tags-container {  margin: 0px;  }    @media (max-width: 991.98px) {  .tag-sidebar-container .tags-container {  margin: 0px 20px;  }  }    @media (max-width: 1199.98px) {  .tag-sidebar-container.feeds-sidebar-container {  flex-direction: column;  }  }      @media (min-width: 992px) {  .tag-sidebar-container .home-feeds .single-post-container,  .tag-sidebar-container .tag-feeds .single-post-container,  .tag-sidebar-container .author-feeds .single-post-container {  display: flex;  gap: 20px;  margin-bottom: 20px;  }    .tag-sidebar-container  .home-feeds  .single-post-container  .single-wrapper.image,  .tag-sidebar-container  .tag-feeds  .single-post-container  .single-wrapper.image,  .tag-sidebar-container  .author-feeds  .single-post-container  .single-wrapper.image {  padding: 0px;  margin: 0px;  top: 0px;  display: flex;  flex-direction: column;  justify-content: center;  }  }      .author-title-container {  color: #e8e8e8;  background-color: #e8f0fe;  padding: 30px 20px;  margin: 20px 0 20px 0;  display: flex;  gap: 15px;  align-items: center;  border-radius: 5px;  color: #024074;  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;  }    @media (max-width: 991.98px) {  .author-title-container {  flex-direction: column;  text-align: center;  }  }  .author-title-container .author-image-container img {  width: 120px;  height: 120px;  }  .author-title-container .author-title {  line-height: 1.11;  text-shadow: 1px 1px #FFF;  }  .author-title-container .author-desc {  font-size: 20px;  font-weight: normal;  margin-bottom: 25px;  line-height:1.1;  }  .search-page-container .search-list-container div {  font-size: 24px;  }  .search-page-container .search-list-container .search-title,  .search-page-container .search-list-container .search-result-text {  font-size: 18px;  color: #3d3d3d;  font-weight: normal;  text-align: center;  }    .search-page-container .search-list-container .form-control {  padding: 0px 10px 0 25px;  color: #3d3d3d;  background: rgba(255, 255, 255, 0.5);  font-size: 18px;  font-weight: normal;  border: 2px solid #004071;  border-right: none;  -webkit-box-shadow: none;  box-shadow: none;  min-height: 60px;  height: auto;  max-width: 900px;  border-radius: 50px 0 0 50px !important;  }    .search-page-container .search-list-container .form-control :focus {  -webkit-box-shadow: none;  box-shadow: none;  border-color: transparent;  }    .search-page-container .search-list-container .input-group {  justify-content: center;  margin: 10px 0px;  }    .search-page-container .search-list-container .input-group-btn {  flex: none;  }    .search-page-container .search-list-container #searchbtn {  border: 0;  padding: 0px 25px;  color: #fff;  background: rgba(255, 255, 255, 0.5);  border: 2px solid #004071;  border-left: none;  -webkit-box-shadow: none;  box-shadow: none;  min-height: 60px;  height: auto;  display: flex;  border-radius: 0 50px 50px 0 !important;  cursor: pointer;  }    .search-page-container .search-list-container .search-proposals-container,  .search-page-container .search-list-container .search-results-container {  margin: 0px 20px;  }    .search-page-container .search-list-container .search-proposals-container div,  .search-page-container .search-list-container .search-results-container div {  flex: initial;  }    .search-page-container  .search-list-container  .search-proposals-container  .single-post-container,  .search-page-container  .search-list-container  .search-results-container  .single-post-container {  background: transparent;  }    .search-page-container  .search-list-container  .search-proposals-container  .single-post-container  .single-label,  .search-page-container  .search-list-container  .search-results-container  .single-post-container  .single-label {  font-size: 16px;  font-weight: bold;  }    .search-page-container  .search-list-container  .search-proposals-container  .single-post-container  .single-wrapper.image,  .search-page-container  .search-list-container  .search-results-container  .single-post-container  .single-wrapper.image {  margin-top: -40px;  top: initial;  }    .search-page-container  .search-list-container  .search-proposals-container  .section-header  h3,  .search-page-container  .search-list-container  .search-results-container  .section-header  h3 {  top: -13px;  }    @media (max-width: 480px) {  .search-page-container .section-header  h3 {  font-size: 17px;  }  }    .search-page-container .search-list-container .search-top-container {  padding: 20px;  }    .search-page-container .search-list-container .search-results-container {  transition: opacity 0.25s linear;  transform: translate(0);  opacity: 1;  }    .search-page-container .search-list-container .search-results-container.hidden {  transform: translate(9999px);  opacity: 0;  position: absolute;  top: -99999px;  }    .search-page-container .search-list-container .search-results-container .row {  justify-content: center;  }    .search-page-container  .search-list-container  .search-results-container  .row  div:last-child {  margin-bottom: 0px !important;  }    @media (min-width: 992px) {  .search-page-container  .search-list-container  .search-results-container  .single-post-container {  display: flex;  justify-content: center;  gap: 20px;  margin-bottom: 20px;  }    .search-page-container  .search-list-container  .search-results-container  .single-post-container  .single-wrapper.image {  background: transparent;  padding: 0px;  margin: 0px;  top: 0px;  display: flex;  flex-direction: column;  justify-content: center;  }  }    .owl-video-carousel.owl-carousel .nav-btn {  height: 60px;  width: 60px;  position: absolute;  cursor: pointer;  top: 60px;  }    @media (max-width: 991.98px) {  .owl-video-carousel.owl-carousel .nav-btn {  top: 25%;  }  }    .owl-video-carousel.owl-carousel .owl-prev.disabled,  .owl-video-carousel.owl-carousel .owl-next.disabled {  opacity: 0.5;  }    .owl-video-carousel.owl-carousel .prev-slide {  background: url('//cdn.ethnos.gr/images/Left.svg') no-repeat;  background-color: rgba(255, 255, 255, 0.9);  background-position: center;  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);  border-radius: 50%;  left: -25px;  }  .owl-video-carousel.owl-carousel .next-slide {  background: url('//cdn.ethnos.gr/images/Right.svg') no-repeat;  background-color: rgba(255, 255, 255, 0.9);  background-position: center;  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);  border-radius: 50%;  right: -25px;  }    @media (max-width: 575.98px) {  .owl-video-carousel.owl-carousel .prev-slide {  left: 0px;  }  .owl-video-carousel.owl-carousel .next-slide {  right: 0px;  }  }    .owl-video-carousel.owl-theme .owl-nav {  margin-top: 0px;  }    @media (max-width: 991.98px) {  .owl-video-carousel .video-post {  padding: 0px 20px;  }  }    .video-cat-container {  font-size: 18px;  font-stretch: normal;  font-style: normal;  color: #e8e8e8;  background-color: #004071;  padding: 30px 20px;  margin-bottom: 20px;  display: flex;  gap: 15px;  align-items: center;  }    @media (max-width: 991.98px) {  .video-cat-container {  flex-direction: column;  text-align: center;  }  }    .video-cat-container .video-cat-image-container img {  width: 120px;  height: 120px;  border: 5px solid #ffffff;  }    .video-cat-container .video-cat-main-container {  flex: 1;  text-align: center;  }    .video-cat-container .video-cat-main-container .cat-title {  color: #ffffff;  font-size: 45px;  line-height: 1;  }  @media (max-width: 991.98px) {  .video-cat-container .breadcrumb {  flex-wrap: nowrap;  white-space: nowrap;  }    .video-cat-container .breadcrumb .breadcrumb-item.active {  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  }  }  .video-main-container .social-comments-section {  display: flex;  }  .video-main-container .social-comments-section .author-section {  margin-left: 30px;  }  @media (max-width: 575.98px) {  .video-main-container .social-comments-section .author-section {  margin-left: 20px;  }  }  .imerisia-container .section-header {  background-color: #d3e2d8;  }  .imerisia-container .section-header h3 {  color: #000;  }  iframe {  border: 0;  }  .social-icons {  display: flex;  gap: 5px;  }    .carousel-main-container .owl-carousel .owl-item img {  max-height: 300px;  border: 1px solid rgb(221 221 221 / 45%);  }      @media (max-width: 991.98px) {  .carousel-main-container .owl-carousel .owl-item img {  max-height: 100%;  }  }      /* [START] Image Gallery */  .image-gallery-container .owl-theme .owl-nav [class*='owl-']:hover {  background: transparent;  }    #big.owl-theme .owl-nav {  margin-top: 5px;  }    #big .item {  border-radius: 5px;  text-align: center;  }    #big .item a {  width: 100%;  display: block;  }    #big.owl-theme .owl-item img {  height: auto;  height: 500px;  width: 100%;  display: block;  border-radius: 5px;  }    @media (max-width: 991.98px) {  #big.owl-theme .owl-item img {  height: 350px;  }  }  @media (max-width: 575.98px) {  #big.owl-theme .owl-item img {  height: 270px;  }  .side-feed-articles {  border-radius: 0;  }  }  #big.owl-theme {  position: relative;  }    #big.owl-theme .owl-next,  #big.owl-theme .owl-prev {  width: 60px;  height: 60px;  margin-top: -20px;  position: absolute;  text-align: center;  top: 50%;  }    #big.owl-theme .owl-next {  width: 32px;  display: block;  top: 50%;  height: 32px;  background: url('//cdn.ethnos.gr/images/controls.png');  cursor: pointer;  position: absolute;  z-index: 99;  margin-top: -16px;  opacity: 0.5;  -webkit-transition: opacity 0.35s linear 0s;  transition: opacity 0.35s linear 0s;  background-position: -32px 0;  right: 10px;  }    #big.owl-theme .owl-next:hover {  opacity: 1;  }    #big.owl-theme .owl-prev {  width: 32px;  display: block;  top: 50%;  height: 32px;  background: url('//cdn.ethnos.gr/images/controls.png');  cursor: pointer;  position: absolute;  z-index: 99;  margin-top: -16px;  opacity: 0.5;  -webkit-transition: opacity 0.35s linear 0s;  transition: opacity 0.35s linear 0s;  background-position: 0 0;  left: 10px;  }    #big.owl-theme .owl-prev:hover {  opacity: 1;  }    #thumbs .item {  padding: 0px;  margin: 2px;  border-radius: 3px;  text-align: center;  cursor: pointer;  }    #thumbs .owl-item img {  height: 125px;  border-radius: 5px;  }    #thumbs .owl-item.current img {  border: 3px solid #fc8b00;  }    #thumbs .owl-item img {  height: 125px;  }    @media (max-width: 991.98px) {  #thumbs .owl-item img {  height: 85px;  }  }  @media (max-width: 575.98px) {  #thumbs.owl-theme .owl-item img {  height: 55px;  }  }    .thumb {  background-image: var(--bg-image);  background-size: contain;  background-position: center center;  background-color: #f1f1f1;  background-repeat: no-repeat;  }  .image-section figure,  .content-section figure,  .image-gallery-container figure {  position: relative;  z-index: 1;  }    .image-section figure figcaption,  .content-section figure figcaption,  .image-gallery-container figure figcaption {  max-width:calc(100% - 20px);  position: absolute;  bottom: 10px;  left: 10px;  padding: 5px;  background-color: rgba(25, 43, 57, 0.5);  color: #fff;  font-size: 14px;  text-shadow:1px 1px #000;  }  .image-section figure figcaption:empty,  .content-section figure figcaption:empty,  .image-gallery-container figure figcaption:empty {  display: none;  }  @media (max-width: 575.98px) {  .category-title-container .cat-title,  .video-cat-container .cat-title {  font-size: 2rem;  line-height: 1;  }  }  .article-content-container .subtitle {  margin: -5px 0 10px 0;  display: block;  font-weight:bold;  }  .next-video-header {  margin: 20px 0 10px 0;  }    @media (max-width: 575.98px) {  .breaking-news-container {  display: block;  }  }  @media (max-width: 575.98px) {  .breaking-news-container {  display: block;  }  .breaking-news-container {  width: 100%;  margin: 0;  }  }    .san-simera-section .img-fluid {  width: 100%;  }        @media all and (max-width: 800px) and (orientation: landscape) {  .container.p-0 {  max-width: 96%;  }  }  @media (max-width: 575.98px) {  .tags-container {  margin: 0px;  }    .single-image,  .feature-post .feature-image {  width: calc(98% - 2px);  margin-left: 1%;  border-radius: 8px;  -webkit-border-radius: 8px;  }    .img-fluid {  border: 0px;  }    .side-feed-articles .section-header {  margin-left: 0px;  }    .network-container.posts-container .single-post-container {  margin: 0px 20px;  }    .carousel-main-container .owl-theme .owl-nav.disabled + .owl-dots {  top: 0px;  }    .didyouread-container .section-header {  margin: 20px 0px;  }    .didyouread-container .single-post-container {  margin: 0px;  }    .videos-container .single-post-container,  .side-popular-videos .single-post-container,  .carousel-main-container .single-post-container {  margin: 0px;  }    .single-post-container.video-post .single-wrapper.image {  padding: 17px;  padding-top: 0px;  padding-bottom: 0px;  }    .videos-container .single-post-container .read-more-posts,  .side-popular-videos .single-post-container .read-more-posts,  .carousel-main-container .single-post-container .read-more-posts {  padding-left: 10px;  padding-right: 10px;  }    .imerisia-container .single-post-container .single-wrapper {  padding: 17px;  }    .opinions {  margin: 0px;  }    .opinion-container .header-wrapper .title {  font-size: 20px;  }    .opinion-container .img-wrapper .author {  line-height: normal;  }  }  @media (min-width: 1200px) {  .video-article-top-container .col-xl-9 {  flex: 0 0 75%;  max-width: 73%;  }    .video-article-top-container .col-xl-3 {  min-width: 300px;  }  }  @media (max-width: 991.98px) {  .article-container .article-title-container .category {  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display: block;  }  .article-container .article-title-container .category .home {  display: inline-block;  }      }    @media (max-width: 575.98px) {  .article-container .article-content-container .endcard .description {  display: none;  }    .article-container .article-content-container .endcard .title {  font-size: 17px;  line-height: 17px;  }  }  .adv-section {  min-height: 300px;  position: relative;  background-color: #f5f5f5;  display: flex;  justify-content: center;  align-items: center;  padding: 10px 0 10px 0;  border-radius: 5px;  position:relative;  z-index:1;  }  .adv-section:before {  position:absolute;  content:'ad space';  text-align:center;  text-shadow: 1px 0px #FFF;  width:100%;  top:50%;  left:0;  z-index:-1;  }  img.news-icon {  display: block;  width: 26px;  height: auto;  }    .ticker-wrap .ticker__item:after {  content: "|";  margin-left: 30px;  }    .ticker-wrap .ticker__item:last-child::after {  display: none;  }  iframe[src="https://static.tvopen.gr/vote/"] {  height: 800px;  margin-bottom:40px;  }  .pg-img {  width: 100%;  background-color: #F5F5F5;  display: block;  height: 500px;  background-position: center center;  background-repeat: no-repeat;  background-size: cover;  }  @media (max-width: 575.98px) {  .pg-img {   height:300px;  }  }    /* [START] Recipe Page */  .level {  width: 22px;  height: 22px;  }  .level-1 {  background: url("/images/RecipeLevel_icon_Colorized.svg") no-repeat 0 0;  }  .level-2 {   background: url("/images/RecipeLevel_icon_Colorized.svg") no-repeat -24px 0;  }  .level-3 {  background: url("/images/RecipeLevel_icon_Colorized.svg") no-repeat -48px 0;  }  .level-4 {  background: url("/images/RecipeLevel_icon_Colorized.svg") no-repeat -72px 0;  }  .level-5 {  background: url("/images/RecipeLevel_icon_Colorized.svg") no-repeat -96px 0;  }  .recipe-search-container {  margin-top: 30px;  padding: 20px;  border-radius: 5px;  background-color: #c5c5c5;  border: solid 2px #3d3d3d;  }  .recipe-search-container h4 {  font-size: 20px;  font-weight: bold;  color: #3d3d3d;  margin-bottom: 14px;  }  .recipe-search-container .dropdown-label {  font-size: 20px;  line-height: 1.1;  text-align: left;  color: #fff;  margin-bottom: 8px;  }  .recipe-search-container .btn {  margin-top: 35px;  font-size: 20px;  }  @media (max-width: 991.98px) {  .recipe-container .row {  flex-direction: column-reverse;  }  }  .recipe-container h3 {  margin: 15px 0px;  font-size: 36px;  font-weight: 300;  letter-spacing: normal;  text-align: left;  color: #003f71;  }  @media (max-width: 991.98px) {  .recipe-container .recipe-sidebar-container .recipe-summary {  display: flex;  gap: 20px;  justify-content: center;  }  }  .recipe-container .recipe-sidebar-container .recipe-summary .summary-record {  margin-bottom: 15px;  display: flex;  justify-items: center;  align-items: center;  gap: 20px;  }  .recipe-container .recipe-sidebar-container .recipe-summary .summary-record .title {  display: inline-flex;  font-size: 20px;  letter-spacing: normal;  text-align: left;  color: #888888;  max-width: 160px;  line-height: normal;  margin-bottom: 0;  }  @media (max-width: 991.98px) {  .recipe-container .recipe-sidebar-container .recipe-summary .summary-record .title {  max-width: 100%;  }  }  .recipe-container .recipe-sidebar-container .recipe-summary .summary-record .value {  display: inline-flex;  font-size: 36px;  letter-spacing: normal;  text-align: left;  color: #003f71;  }  .recipe-container .recipe-sidebar-container .recipe-ingredients {  border-radius: 10px;  background-color: #c9ddec;  padding: 14px 20px;  border: solid 2px #003f71;  }  .recipe-container .recipe-sidebar-container .recipe-ingredients .ingredient-list {  padding: 0;  list-style: none;  }  .recipe-container .recipe-sidebar-container .recipe-ingredients .ingredient-list li {  font-size: 20px;  line-height: normal;  letter-spacing: normal;  text-align: left;  color: #3d3d3d;  margin-bottom: 15px;  }    /* [END] Recipe Page */    /* [START] Recipe Category Page */  .recipe-category-container .owl-tag-carousel.owl-carousel .nav-btn {  height: 40px;  width: 40px;  position: absolute;  cursor: pointer;  top: -4px;  }  .recipe-category-container .owl-tag-carousel.owl-carousel .owl-prev.disabled, .recipe-category-container .owl-tag-carousel.owl-carousel .owl-next.disabled {  pointer-events: none;  opacity: 0.5;  }  .recipe-category-container .owl-tag-carousel.owl-carousel .prev-slide {  background: url("/images/Left.svg") no-repeat;  background-color: rgba(255, 255, 255, 0.9);  background-position: center;  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);  border-radius: 50%;  left: -25px;  }  .recipe-category-container .owl-tag-carousel.owl-carousel .next-slide {  background: url("/images/Right.svg") no-repeat;  background-color: rgba(255, 255, 255, 0.9);  background-position: center;  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);  border-radius: 50%;  right: -25px;  }  .recipe-category-container .owl-tag-carousel.owl-theme .owl-nav {  margin-top: 0px;  }  .recipe-category-container .recipe-category-slider-container .title {  font-size: 20px;  line-height: 1.2;  letter-spacing: normal;  text-align: center;  color: #c1c1c1;  margin-bottom: 20px;  }  .recipe-category-container .recipe-category-slider-container .tags-container {  display: block;  padding: 0px 40px;  margin: 0;  }  .recipe-category-container .recipe-category-slider-container .tags-container .tags-list li {  margin: 0;  }  .recipe-category-container .recipe-post-container {  margin-bottom: 20px;  }  @media (max-width: 575.98px) {  .recipe-category-container .recipe-post-container .single-image {  border-top: 5px solid #004071;  border-radius: 0;  }  }  .recipe-category-container .recipe-summary {  display: flex;  gap: 14px;  margin-bottom: 8px;  }  .recipe-category-container .summary-record {  display: inline-flex;  justify-items: center;  align-items: center;  gap: 10px;  }  .recipe-category-container .value {  display: inline-flex;  font-size: 30px;  letter-spacing: normal;  text-align: left;  color: #003f71;  }  .recipe-category-container .recipe-breadcrumb .breadcrumb {  padding: 0;  margin-bottom: 0;  }  .recipe-category-container .recipe-breadcrumb .breadcrumb a {  font-size: 18px;  line-height: 1.22;  color: #3d3d3d;  }  .recipe-category-container .recipe-breadcrumb .breadcrumb a:hover {  color: #003f71;  }  .recipe-category-container .recipe-title {  margin-top: 5px;  font-size: 30px;  line-height: 1.1;  color: #004071;  display: block;  font-weight:bold;  }  @media (max-width: 575.98px) {  .recipe-category-container .recipe-title {  font-size: 20px;  }  }  .recipe-category-container .recipe-description {  margin-top: 5px;  font-size: 20px;  line-height: 1.2;  color: #3d3d3d;  display: block;  }  @media (max-width: 575.98px) {  .recipe-category-container .recipe-wrapper {  padding: 17px;  }  }  .recipe-category-container .recipe-search-container .w-100 {  height: 60px;  max-width: 500px;  }  .home {  display: flex;  align-items: center;  padding: 0 10px 0 10px;  }  .header .menu2 {   position: relative;  }  .header-social-links {  display: flex;  gap: 8px;  position: absolute;  right: 75px;  top: 11px;  }  @media (max-width: 991.98px) {  .header-social-links {  display: none;  }  }  .header-social-links img {  border-style: none;  border: 1px solid #004071;  border-radius: 50%;  width: 35px;  }  [data-feed-main-container-id="taboola-alternating-below-article"].tbl-feed-abp {  margin: 0;  }