.article__cover {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
}
.article__cover figcaption {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: var(--dark-grey);
}
.article__main {
  position: relative;
  margin: 0 70px;
  padding: 0 20px 40px;
}
.article__main:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.article__main-inner {
  max-width: 700px;
  margin: 0 auto;
}
.article__info {
  margin: 0 0 20px;
  border: 1px solid var(--grey);
  font-size: 0;
  line-height: 0;
}
.article__author {
  display: inline-block;
  vertical-align: top;
  padding: 15px 18px;
  border-right: 1px solid var(--grey);
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.article__author figure {
  display: inline-block;
  vertical-align: middle;
  margin: -11px 7px -11px 0;
}
.article__author img {
  width: 38px;
  height: 38px;
  padding: 1px;
  border: 1px solid #000;
  border-radius: 50%;
}
.article__author span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.article__category {
  display: inline-block;
  vertical-align: top;
  padding: 17px 18px;
  border-right: 1px solid var(--grey);
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: var(--blue);
}
.article__date {
  display: inline-block;
  vertical-align: top;
  padding: 17px 18px;
}
.article__updated {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: var(--blue);
}
.article__updated:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin: 5px 6px;
  border-top: 1px solid var(--grey);
}
.article__updated span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1rem;
  color: #000;
}
.article__share {
  position: absolute;
  top: 92px;
  left: -70px;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.article__share-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.article__share-inner:before {
  content: '';
  position: absolute;
  top: 18px;
  left: calc(100% + 16px);
  width: 36px;
  border-top: 1px solid var(--grey);
}
.article__share li {
  display: block;
  margin: 0 0 6px;
}
.article__share .mob {
  display: none;
}
.article__share a {
  display: block;
  background: #fff;
}
.article__share a:hover {
  background: var(--blue);
  color: #fff;
}
.article__share svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  fill: currentColor;
}
.article__rights {
  margin: 0 0 20px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-style: italic;
  color: var(--blue);
}
.article__summary {
  margin: 0 0 20px;
  font-size: 2.0rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: Georgia, Times, serif;
}
.article__body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.article__body:first-letter {
  float: left;
  margin: 3px 8px 0 0;
  font-size: 4.8rem;
  line-height: 4.4rem;
  font-weight: bold;
}
.article__body p {
  margin: 0 0 25px;
}
.article__body .adv {
  float: right;
  margin: 0 0 20px 20px;
}
.article__body .adv--full {
  float: none;
  margin: 0 -20px 20px;
}
.article__body a {
  font-weight: bold;
  text-decoration: underline;
}
.article__body h2 {
  margin: 0 0 12px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.article__body h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.text-align-center {
  text-align: center;
}
blockquote {
  position: relative;
  float: left;
  max-width: 270px;
  margin: 0 50px 30px 10px;
  padding: 20px 0;
  border-top: 4px solid #000;
  border-bottom: 2px solid #000;
  font-size: 3.4rem;
  line-height: 4.8rem;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: var(--blue);
}
blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -30px;
  bottom: 0;
  z-index: -1;
  background: url(../images/bd-pattern-grey.svg);
}
blockquote .author {
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 1.6px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.article__body ul,
.article__body ol {
  margin: 0 0 25px;
}
.article__body li {
  position: relative;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 16px;
  clear: left;
}
.article__body ol li {
  padding-left: 24px;
  counter-increment: list;
}
.article__body ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
}
.article__body ol li:before {
  content: counter(list) ".";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: var(--blue);
}
.article__body hr {
  max-width: 200px;
  margin: 0 0 25px;
  border: none;
  border-top: 2px solid var(--blue);
}
.article__table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 25px;
}
.article__body table {
  width: calc(100% - 2px);
  border-collapse: collapse;
  border: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
  background: var(--light-grey);
}
.article__body th {
  padding: 8px 15px;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  background: #000;
  color: #fff;
}
.article__body td {
  padding: 7px 15px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.embed-media {
  clear: both;
}
.small-teaser {
  z-index: 1;
  float: right;
  clear: right;
  width: 246px;
  margin: 0 0 20px 20px;
  background: var(--light-grey);
}
.small-teaser:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(var(--light-grey)));
  background-image: -o-linear-gradient(top, var(--blue) 0%, var(--light-grey) 100%);
  background-image: linear-gradient(to bottom, var(--blue) 0%, var(--light-grey) 100%);
}
.article__body .small-teaser a {
  background: var(--light-grey);
}
.small-teaser a {
  text-decoration: none;
  font-weight: normal;
}
.article__gallery {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 0 0 50px;
  overflow: hidden;
}
.article__gallery:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 100px;
  border-top: 1px solid var(--grey);
}
.article__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__images-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  text-align: center;
}
.article__images-figure figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.article__images-figure span {
  display: block;
  margin: 5px 0 -18px;
  padding: 0 100px 0 0;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: var(--dark-grey);
}
.article__gallery-ctrl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 13px;
  border: 1px solid var(--grey);
  background: #fff;
  cursor: pointer;
}
.article__gallery-ctrl:hover {
  fill: var(--blue);
}
.article__gallery-ctrl--prev {
  right: 50px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.article__promotional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  margin: 40px auto;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: var(--darker-blue);
}
.article__promotional img {
  margin-right: 20px;
}
.article__promotional svg {
  margin-left: 20px;
  min-width: 10px;
  width: 10px;
  height: 12px;
  fill: #fff;
}
.article__tribute {
  position: relative;
  margin: 40px 0;
  padding: 20px 20px 20px 40px;
  background: var(--baby-blue);
}
.article__tribute svg {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 10px;
  height: 8px;
  fill: var(--blue);
}
.article__tribute span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: initial;
}
.article__tribute a {
  font-weight: bold;
  text-decoration: underline;
}
.article__tags {
  font-size: 0;
  line-height: 0;
}
.article__tags li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 5px 0;
}
.article__tags a {
  position: relative;
  display: block;
  padding: 0 0 0 7px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.article__tags a:before,
.article__tags a:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--blue);
}
.article__tags a:after {
  top: 8px;
}
.article__tags + .adv {
  margin-top: 20px;
}
.article__related,
.daily-photo__related {
  margin: 40px 0 0;
}

/* Daily photo */
.daily-photo__date {
  display: block;
  margin: 0 0 20px;
}
.daily-photo .article__share {
  top: -7px;
}
.daily-photo .article__body:first-letter {
  float: none;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
}
.photo-teasers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.photo-teaser {
  position: relative;
  flex: 1 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0 5px 20px;
}
.photo-teaser h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(8, 14, 62, 0.8);
  color: #fff;
}
.photo-teaser svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  margin: 0 5px 0 0;
  fill: #fff;
}
.photo-teaser time {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
}


@media screen and (max-width: 1380px) {
  .article__cover figcaption {
    max-width: none;
    margin: 10px 90px 0;
  }
}

@media screen and (max-width: 800px) {
  .article__cover figcaption {
    margin: 10px 20px 0;
  }
  .article__main {
    margin: 0;
  }
  .article__share {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
  }
  .article__share-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--grey);
  }
  .article__share-inner:before {
    display: none;
  }
  .article__share li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0;
    text-align: center;
  }
  .article__share .mob {
    display: block;
  }
  .article__share svg {
    width: 46px;
    height: 46px;
    padding: 12px;
  }
  .footer {
    margin-bottom: 47px;
  }
  .daily-photo .article__share {
    top: auto;
  }
}

@media screen and (max-width: 600px) {
  .article__cover {
    margin: 0 -10px 15px;
  }
  .article__cover figcaption {
    margin: 10px 20px 0;
  }
  .article__main {
    padding: 0 10px 15px;
  }
  h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .article__category {
    border-right: 0;
  }
  .article__date {
    width: 100%;
    border-top: 1px solid var(--grey);
  }
  .article__body .adv {
    float: none;
    margin: 0 -20px 20px;
  }
  blockquote {
    float: none;
    max-width: 290px;
    margin: 0 auto 20px;
    padding: 15px 0;
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  blockquote:before {
    right: -20px;
  }
  .small-teaser {
    float: none;
    width: auto;
    margin: 0 -10px 20px;
  }
  .article__related {
    margin: 20px 0 0;
  }
  .article__promotional {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .photo-teasers {
    display: block;
    margin: 0;
  }
  .photo-teaser {
    max-width: none;
    margin: 0 0 20px;
  }
}


article.epimonos_kipouros .article__main, article.epimonos_kipouros .article__main:before {
  background-color: #080e3e;
}

{
  color: #fff;
}

article.epimonos_kipouros .article__main h1,
article.epimonos_kipouros .article__main .article__summary, article.epimonos_kipouros .article__main .article__body,article.epimonos_kipouros .article__main .article__tags,
article.epimonos_kipouros .article__main .article__summary a, article.epimonos_kipouros .article__main .article__body a, article.epimonos_kipouros .article__main .article__tags a,
article.epimonos_kipouros .article__main .article__info a,
article.epimonos_kipouros .article__date time, article.epimonos_kipouros .article__date span,
article.epimonos_kipouros figure figcaption
{
  color:#fff;
}

article.epimonos_kipouros .article__main .article__tags a:before, article.epimonos_kipouros .article__main .article__tags a:after,
.article.epimonos_kipouros .article__main .article__promotional
{
  background-color: #fff;
  color:#080e3e;
}

.article.epimonos_kipouros .article__main .article__promotional svg {
  fill: #080e3e;
}


article.epimonos_kipouros .article__main .article__body hr{
  border-color: #fff;
}


.responsive-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.responsive-container iframe,.responsive-container video{position:absolute;top:0;left:0;width:100%;height:100%}
