.aspect-ratio-box {
  height: 0;
  padding-top: 70%;
  position: relative;
  width: 100%;
  /*z-index: 0;*/
}

.aspect-ratio-box .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.aspect-ratio-box .image.left img {
  object-position: left; 
}
.aspect-ratio-box .image.right img {
  object-position: right; 
}

.aspect-ratio-box .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  object-position: center;
  width: 100%;
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.aspect-ratio-box .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.aspect-ratio-box .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  object-position: center;
  width: 100%;
  height: 100%;
}

.top-article p {
  font-size: 14px;
  margin-bottom: 5px;
}

.common-article .artinfo {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.common-article .artinfo h5 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 20px;
}

.common-article p {
}

.aspect-ratio-box {
  height: 0;
  padding-top: 70%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.ygeia-rest-article .aspect-ratio-box {
  height: 0;
  padding-top: 63%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.aspect-ratio-box .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.aspect-ratio-box .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  object-position: center;
  width: 100%;
  height: 100%;
}

.article-info {
  display: flex;
    -ms-flex-direction: column;
  flex-direction: column;
}

.desc {
  position: absolute;
  left: 9%;
  bottom: 0;
  right: 0;
  top: 0;
  color: #fff;
}

.category {
  padding: 5px 17px;
  background-color: #ec1b27;
  margin-left: 18px;
}

.category p, .date p {
  margin-bottom: 0px;
  font-size: 13px;
}

body {
  font-family: 'ProximaNova-Regular';
}

.date {
  padding: 4px 23px;
}

.date p {
  font-size: 14px;
}

.main-article .article-title h3 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: unset;
  font-family: 'ProximaNova-Black';
}

.article-title {
  padding: 30px 9% 30px 17px;
  z-index: 1;
}

.main-article {
  overflow-x: hidden;
  position: relative;
}
.tab-content {
    display: block;
    max-height: 788px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f7f7f7;
}
.tab-content::-webkit-scrollbar-thumb {
    background-color: #888;
}
.tab-content::-webkit-scrollbar {
    width: 6px;
    background-color: #f7f7f7;
}
#home-second-section .v-article {
  overflow-x: hidden;
  position: relative;
}

.filter {
  background: #1f1f1f 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.author-img img{
max-width: 97px;border-radius: 50%;padding: 5px;background-color: #fff;
}
.top5-wrapper  .filter {   
    opacity: 0.5;  
    z-index: 0;
}
.common-article .filter {   
    opacity: 0.5;  
    z-index: 0;
}
.common-article .artinfo {
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.full-width-a .article-title h3:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0px;
  width: 4px;
  height: 55px;
  background: #d4000e;
  transition: all .3s ease;
}

.article-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 41px;
  width: 4px;
  height: 62px;
  background: #d4000e;
  transition: all .3s ease;
}

.main-article:hover .article-title h3:before {
  bottom: unset;
}

.hot-trends ul {
  list-style: none;
  padding-inline-start: 0px;
  padding-left: 0px;
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
  margin-block-end: 0px;
  margin-bottom: 0px;
}
.hot-trends ul li a{
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
 color:#000;

}
.hot-trends {
  margin-top: 15px;
  background-color: #F0F0F0;
  display: none;
}

.hot-trends li:first-child {
  background-color: #EC1B27;
  padding-left: 15px;
  color: #fff;
  padding-right: 15px;
  font-family: 'ProximaNova-Bold';
}

.hot-trends li {
  padding: 15px 0px;
}

.hot-trends li:last-child {
  padding-right: 15px;
}

.hot-trends li:first-child span {
  font-family: 'ProximaNovaT-Thin';
}

.ad {
  text-align: center;
}

.max-1393 {
  max-width: 1393px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#home-first-section {
  flex: 1;
  -ms-flex: 1;
}

.d-flex.wrapper {
  width: 100%;
   -ms-flex-direction: column;
  flex-direction: column;
}

.pad-15 {
  padding: 15px;
}

.side-first {
  flex: 1;
  -ms-flex: 1;
  background-color: #1A1A1A;
}

.side-first .aspect-ratio-box {
  padding-top: 56%;
  flex: 1;
  -ms-flex: 1;
  z-index: 10;
}
.stigna-article:hover .author:after, .author:hover:after,.stigma-article:first-child .author:after, .stigma-article:hover .author:after,.stigma-article.active .author:after{
   content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+CiAgPGcgaWQ9Ikdyb3VwXzExNCIgZGF0YS1uYW1lPSJHcm91cCAxMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0ODEgOTcyOCkiPgogICAgPHBhdGggaWQ9IlBhdGhfNTEiIGRhdGEtbmFtZT0iUGF0aCA1MSIgZD0iTTQ5LDBBNDksNDksMCwxLDEsMCw0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0ODAgLTk3MjcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNTIiIGRhdGEtbmFtZT0iUGF0aCA1MiIgZD0iTTQ5LDBBNDksNDksMCwxLDEsMCw0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0ODAgLTk2MjkpIHJvdGF0ZSgtOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWRhc2hhcnJheT0iNSA2Ii8+CiAgPC9nPgo8L3N2Zz4K');
}
.stigna-article:hover .author:after, .author:hover:after, {
  /*content: url('/wp-content/themes/thecaller-cloudevo/assets/img/static/circle_path_white.svg');*/

  position: absolute;
  z-index: 15;
  left: -1px;
  bottom: -9px;
}
.author:after, .author:hover:after, .stigma-article .author:after {
   content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+CiAgPGcgaWQ9Ikdyb3VwXzExNCIgZGF0YS1uYW1lPSJHcm91cCAxMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0ODEgOTcyOCkiPgogICAgPHBhdGggaWQ9IlBhdGhfNTEiIGRhdGEtbmFtZT0iUGF0aCA1MSIgZD0iTTQ5LDBBNDksNDksMCwxLDEsMCw0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0ODAgLTk3MjcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmYjAwMGQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNTIiIGRhdGEtbmFtZT0iUGF0aCA1MiIgZD0iTTQ5LDBBNDksNDksMCwxLDEsMCw0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0ODAgLTk2MjkpIHJvdGF0ZSgtOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmYjAwMGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWRhc2hhcnJheT0iNSA2Ii8+CiAgPC9nPgo8L3N2Zz4K');
}
.author:after {
 /*content: url('/wp-content/themes/thecaller-cloudevo/assets/img/static/circle_path.svg');*/

  position: absolute;
  z-index: 15;
  left: -1px;
  bottom: -9px;
}



.side-first-info {
  background-color: #1A1A1A;
  flex: initial;
  -ms-flex: initial;
  padding: 0 30px 30px;
  padding-top: 55px;
}

.author:hover:after {
  position: absolute;
  /*content: url('/wp-content/themes/thecaller-cloudevo/assets/img/static/circle_path.svg');*/
  z-index: 15;
  left: -2px;
  bottom: -2px;
  -webkit-transform: rotate(173deg);
  -moz-transform: rotate(173deg);
  -o-transform: rotate(173deg);
  -ms-transform: rotate(173deg);
  transform: rotate(173deg);
}

.author {
  position: absolute;
  left: 27px;
  bottom: -47px;
  z-index: 32;
  border: solid;
  border-radius: 50%;
  border-width: 5px;
  border-color: #1A1A1A;
}

.side-first-title {
  color: #fff;
  font-family: 'ProximaNova-Extrabld';
}

.side-first-title h3 {
  font-size: 26px;
}

.side-first-intro p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}

.main-article .aspect-ratio-box {
  padding-top: 116%;
  z-index: -1;
}

.v-article .aspect-ratio-box {
}

#home-second-section {
  flex: 1;
  -ms-flex: 1;
}

.flex-2 {
  flex: 2;
  -ms-flex: 2;
}

.flex-1 {
  flex: 1;
  -ms-flex: 1;
}

.flex-3 {
  flex: 3;
  -ms-flex: 3;
}

.v-article .desc {
  top: 6%;
  bottom: 6%;
  left: 8%;
  right: 8%;
  border: solid;
  border-color: #fff;
  border-width: 1px;
  z-index: 1;
}

.v-article .category {
  margin-left: 0px;
}

.v-article .article-title h3 {
  font-family: 'ProximaNova-Black';
  font-size: 26px;
}

.v-article .date {
  padding: 4px 0;
}

.v-article .article-title {
  padding: 15px;
}

.v-article .article-title h3:before {
  content: unset;
}

.inner-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 25px;
}

.d-flex.inner-wrapper-three {
  -ms-flex-direction: row;
  flex-direction: row;
}

.article-list .aspect-ratio-box {
  padding-top: 26%;
}

.article-list {
  margin: 0 15px 0 0;
}

.article-list p {
  padding-left: 15px;
  font-family: 'ProximaNova-Extrabld';
  font-size: 18px;
  line-height: 19px;
}

.article-list:first-of-type {
  margin: 0 15px 10px 0;
}

.mini-article h5 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 18px;
  line-height: 19px;
}

.mini-article .aspect-ratio-box {
  z-index: 0;
  padding-top: unset;
}

.mini-article {
  background-color: #EB1A27;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-article .info {
  flex: initial;
  -ms-flex: initial;
  padding: 5px 9px 5px;
}

.mini-article .info p {
  margin-bottom: 3px;
  font-size: 11px;
}

.web-tv {
  background-color: #222222;
  padding: 25px 0 0 25px;
  margin-top: 15px;
}

.d-flex.flex-row.web-tv-logo {
}

.web-tv-logo div {
  flex-basis: 227px;
}

.web-tv-section-title p {
  position: absolute;
  top: -53px;
  width: 367px;
  right: 7px;
  z-index: 15;
  color: #ffffff;
  opacity: 0.05;
  font-family: 'ProximaNova-Extrabld';
  font-size: 100px;
}

.web-tv .aspect-ratio-box {
  z-index: 0;
  padding-top: 48%;
  margin-bottom: 29px;
}

.web-tv-video-wrapper {
  margin-top: 15px;
  -ms-flex-direction: row;
  flex-direction: row;
}

.web-tv-video-info {
  background-color: #EA1927;
  color: #fff;
  padding: 25px 25px 35px;
  flex-basis: 207px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.web-tv-date {
  font-size: 11px;
}

.web-tv-moto h4 {
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
}

.web-tv-title h3 {
  font-family: 'ProximaNova-Black';
  font-size: 19px;
}

.web-tv-link a {
  color: #fff;
  font-family: 'ProximaNova-Semibold';
  font-size: 13px;
}

home-second-section-first-child {
  flex: 1;
  -ms-flex: 1;
}

.top5-title h2 span {
  color: #E81727;
}

.top5-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 66px;
  margin-left: 30px;
}

#top5 {
  margin-top: 25px;
}

.top-article.top-article-1 {
  flex: 1;
  -ms-flex: 1;
}

.top-article.top-article-2 .aspect-ratio-box {
  padding-top: 58%;
}

.top-article.top-article-2 {
  flex: 1.2;
  -ms-flex: 1.2;
  margin-left: 20px;
}

.top5-wrapper {
  padding: 0 30px 30px 30px;
}

.pad-20 {
  padding: 20px;
}

.top-article .info {
  position: absolute;
  right: 0;
  background-color: #E91827;
  padding: 20px 20px 0;
  max-width: 365px;
  width: 100%;
  bottom: 0;
}

.top-article p {
  font-size: 14px;
  margin-bottom: 5px;
}

.top-article h3 {
  font-family: 'ProximaNova-Black';
  font-size: 27px;
  line-height: 28px;
}

.absolute-background {
  position: absolute;
  background-color: #E91827;
  bottom: 0;
  right: 0;
  left: 0;
  top: 86px;
  z-index: -2;
}

.space-holder {
  width: 100%;
  height: 85px;
}

.top5-2row {
  margin-top: 25px;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-article {
  color: #fff;
}

.top-article.top-article-3 {
  border: #fff;
  border-style: solid;
  border-width: 1px;
  flex: 1;
  -ms-flex: 1;
}

.top-article-rest {
  flex: 1.2;
  -ms-flex: 1.2;
  margin-left: 20px;
  -ms-flex-direction: row;
  flex-direction: row;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.side-first .absolute-link.author-absolute-link {

    bottom: -44px;
    
}
.absolute-link.author-absolute-link{
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
}
.top-article.top-article-rest .artinfo {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.top-article-rest.artinfo p {
  font-size: 14px;
}

.top-article-rest .artinfo h5 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 20px;
}

.top-article-rest > div:last-of-type {
  margin-left: 10px;
}

.roh-outer-wrapper {
  background-color: #F7F7F7;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 2px;
  margin-bottom: 32px;
}

.roh-title h3 {
}

.roh-title {
  padding: 25px;
  text-align: center;
}

.roh-inner-wrapper {
}

.roh-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 40px;
}

.roh-inner-wrapper ul.nav {
  padding: 0 25px;
}

.roh-inner-wrapper ul.nav li .nav-link {
  border: unset;
  font-family: 'ProximaNova-Extrabld';
  font-size: 20px;
  color: #000;
}

.roh-inner-wrapper ul.nav li.active .nav-link {
  background-color: transparent;
  color: #000;
  border-bottom: solid;
  border-color: #FD000E;
}

.roh-inner-wrapper ul.nav li .nav-link:hover {
  color: #000;
}

.roh-inner-wrapper .tab-content {
  padding: 15px 15px 45px;
  background-color: rgba(219,219,219,0.26);
}

.roh-inner-wrapper .image {
  z-index: 0;
}

.roh-item-with-photo .roh-item-title {
  flex: 2.8;
  -ms-flex: 2.8;
  margin-left: 10px;
}

.roh-item-title p {
  font-size: 14px;
  color: #A5A5A5;
  margin-bottom: 6px;
  line-height: 1;
}

.roh-item-title h5 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 18px;
}

.roh-item {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(112,112,112,0.19);
  padding: 15px 0;
}

.roh-item:last-of-type {
  border-width: 0px;
}

.d-flex.wrapper-h {
  flex-direction: row;
}



.common-article {
  color: #fff;
}

.tetrada .common-article {
  margin-left: 20px;
}

.tetrada .common-article:first-of-type {
  margin-left: 0px;
}

.tetrada {
  margin: 35px 0;
}

.d-flex.flex-row.top1-2 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.top1-2 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.top4-5 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-counter {
  display: none;
}

.top-counter:after {
  color: #000;
  font-size: 73px;
  right: 0;
  position: absolute;
  bottom: -90px;
  font-family: 'ProximaNova-Extrabld';
  opacity: 0.1;
  z-index: 1;
}
.overflow-x{
      overflow-x: hidden;
}
.top-article-1 .top-counter:after {
  content: "1/5";
}

.top-article-4 .top-counter:after {
  content: "3/5";
  bottom: 0px;
}

.top-article-3 .top-counter:after {
  content: "5/5";
  bottom: 0px;
}

.top4-5:nth-child(2) .top-counter:after {
  content: "4/5";
  bottom: 0px;
}

.top4-5:nth-child(1) .top-counter:after {
  content: "3/5";
  bottom: 0px;
}

.top-article-2 .top-counter:after {
  content: "2/5";
}

#main {
  
  display: block;
  position: relative;
}

.mobile-choice-title {
  display: none;
}

.mobile-choice-title h3 {
  color: #e71627;
  font-family: 'ProximaNova-Extrabld';
  font-size: 46px;
}

.mobile-choice-title h3 span {
  color: #fff;
}

#goviral .common-article {
  margin-left: 20px;
}

#goviral .common-article:first-of-type {
  margin-left: 0px;
}

.common-article .artinfo h5 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 20px;
}

.relative {
  position: relative;
}

.section-title p:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: #fff;
  transition: all .3s ease;
  right: calc(50% + 121px);
  top: 50%;
}

.section-title p:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background: #fff;
  transition: all .3s ease;
  left: calc(50% + 121px);
  top: 50%;
}

.first-2-a-lezada .article-title {
  padding: 30px 0 0 17px;
}

.first-2-a-lezada .article-title h3 {
  font-family: 'ProximaNova-Black';
  font-size: 28px;
  line-height: 32px;
}

.first-2-b {
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff4f;
  color: #fff;
}

.first-2-b .info p {
  margin-top: 15px;
  color: #CCCCCC;
  font-size: 14px;
}

.first-2-b .info h5 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 23px;
}

.first-2-b .aspect-ratio-box {
  padding-bottom: 25%;
}

.flex-initial {
  flex: initial;
  -ms-flex: initial;
}

.flex-08 {
  flex: 0.8;
  -ms-flex: 0.8;
}

.4-last {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  margin-top: 35px;
}

.d-flex.last-4.max-1393.flex-1 {
  margin-top: 70px;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  padding-bottom: 35px;
}

.last-4 .common-article {
  margin-left: 25px;
}

.last-4 .common-article {
  margin-left: 25px;
}

.last-4 .common-article {
  margin-left: 25px;
}

.last-4 .common-article {
  margin-left: 25px;
}

.last-4 .common-article:first-child {
  margin-left: 0px;
}

.background-absolute p {
  color: #FFFFFF;
  opacity: 0.03;
  font-family: 'ProximaNova-Extrabld';
  font-size: 200px;
  line-height: 1;
}

.background-absolute {
  position: absolute;
  top: 0;
}

.first-2-a .article-title h3:before {
  bottom: 0px;
}

.first-2-a:hover .article-title h3:before {
  bottom: unset;
}

.oikoerg-outer-wrap {
  -ms-flex-direction: row;
  flex-direction: row;
}

#oikoerg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.d-flex.flex-column.justify-content-between.inner-wrap-right-outer {
  -ms-flex-basis: 394px;
  flex-basis: 394px;
}

.oikoerg-outer-wrap .inner-wrap-left {
  flex: 1;
  -ms-flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #70707042;
  margin-right: 50px;
}

.oikoerg-outer-wrap .inner-wrap-right {
  border-style: solid;
  border-width: 1px;
  border-color: #70707042;
  margin-left: 50px;
  margin-right: 35px;
  margin-bottom: 40px;
}

.inner-wrap-left .section-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 50px;
  background-color: #fff;
  position: absolute;
  margin-bottom: 50px;
  top: -33px;
  padding: 0 25px;
}

.inner-wrap-right .section-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 50px;
  background-color: #fff;
  position: absolute;
  margin-bottom: 50px;
  top: -33px;
  padding: 0 25px;
}

.inner-wrap-left .section-title {
  color: #000;
  padding: 0px;
  height: 90px;
}

.inner-wrap-right .section-title {
  color: #000;
  padding: 0px;
  margin-bottom: 90px;
}

.full-width-c-wrapper .section-title {
  color: #000;
  padding: 50px 0;
  margin-bottom: -36px;
  z-index: 1;
  background-color: #f1edde;
}

.full-width-c-wrapper .parapektika-inner-wrapper .section-title {
  color: #000;
  padding: 30px 0;
  margin-bottom: 0px;
}

.full-width-c-wrapper .section-title:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease;
  left: 250px;
  top: 0;
}

.parapektika-inner-wrapper .section-title:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease;
  left: 320px;
  top: 0;
}

.parapektika-inner-wrapper:first-child .section-title:after {
  content: "";
  position: absolute;
  right: 25px;
  height: 1px;
  background: #000;
  transition: all .3s ease;
  left: 320px;
  top: 0;
}

.full-width-c-wrapper .section-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 50px;
  position: absolute;
  margin-bottom: 50px;
  top: -33px;
  padding: 0 25px;
}

.parapektika-inner-wrapper .section-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 40px;
  position: absolute;
  margin-bottom: 0px;
  top: -27px;
  padding: 0 25px;
}

#ygeia .parapektika-inner-wrapper .section-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 40px;
  position: absolute;
  margin-bottom: 0px;
  top: -27px;
  padding: 0;
}

.author-box .author:after {
  top: -1px;
  bottom: unset;
}

.author-box .author:hover:after {
  top: -8px;
  bottom: unset;
}

.stigma-article:first-child .author:after, .stigma-article:hover .author:after {
  /*content: url('/wp-content/themes/thecaller-cloudevo/assets/img/static/circle_path_white.svg');*/
  position: absolute;
  z-index: 15;
  left: -2px;
  bottom: -12px;
  bottom: -2px;
  top: unset;
  transform: rotate(173deg);
}

.stigma-article .author:after {
  /*content: url('/wp-content/themes/thecaller-cloudevo/assets/img/static/circle_path.svg');*/
  position: absolute;
  z-index: 15;
  left: -2px;
  bottom: -12px;
}

.stigma-article:first-child .author-box, .stigma-article:hover .author-box {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d-flex.parapektika-article-wrapper.relative .common-article:first-child {
  margin-left: 0px;
}

.d-flex.parapektika-article-wrapper.relative .common-article {
  margin-left: 15px;
}

.stigma-article {
  padding: 40px 35px;
  flex: 0.25;
  -ms-flex: 0.25;
  color: #000;
  margin-left: 25px;
      margin-top: 36px;
}

.stigma-article:first-child {
  margin-left: 0px;
}

.xronomixani-left .aspect-ratio-box {
  padding-top: unset;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}

.xronomixani-left .filter {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: hue;
  opacity: 1;
  z-index: 0;
}

.xronomixani-left:hover .filter {
  opacity: 0;
}

.xrono-category h2:after, .xrono-category h2:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #8B8B8B;
  top: 0px;
}

.xrono-category h2:after {
  right: 0;
  left: calc(50% + 190px);
}

.xrono-category h2:before {
  left: 0px;
  right: calc(50% + 190px);
}

.xrono-article-small {
  margin-left: 35px;
}

.xrono-article-small:first-child {
  margin-left: 0px;
}

.diethni-title:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #8b8b8b94;
  right: 15px;
  left: 15px;
  bottom: 8px;
}

.diethni-title h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 50px;
}

.diethni-title {
  padding: 25px 10px;
}

.diethni-article-2 {
  padding: 25px 35px;
}

.diethni-article-2 p {
  font-size: 14px;
}

.diethni-article-2 h4 {
  font-family: 'ProximaNova-Black';
  font-size: 18px;
}

.diethni-bot-article-info {
  color: #000;
  background-color: #fff;
  padding: 10px;
}

.diethni-bot-article-info h4 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 18px;
}

.diethni-bot-article-info p {
  font-size: 14px;
  margin-bottom: 10px;
}

.diethni-bot-article {
  flex: 1;
  -ms-flex: 1;
}

.diethni-bot-article:first-child .diethni-bot-article-info {
  background-color: #FA000C;
  color: #fff;
}

#full-width-d .section-title h2 {
  font-family: 'ProximaNova-Bold';
  font-size: 60px;
}

.background-image-filter {
  z-index: -2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: unset;
  height: auto;
}

#full-width-f .background-image-filter {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: unset;
  height: auto;
}

.blur-filter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}

#full-width-d {
  margin-top: 90px;
  overflow-x: hidden;
}

.life-first-section-b {
  flex: 0.7;
  -ms-flex: 0.7;
}

.life-first-section-a {
  flex: 0.3;
  -ms-flex: 0.3;
  margin-right: 25px;
}

.life-first-section-a .aspect-ratio-box {
  padding-top: unset;
  height: auto;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.life-first-section-a-article-info {
  color: #fff;
  padding: 25px;
}

.life-first-section-b-article .aspect-ratio-box {
  padding-top: 100%;
  z-index: 0;
}

.life-first-section-b-article-info p {
  font-size: 12px;
}

.life-first-section-b-article-info h3 {
  font-size: 20px;
  font-family: 'ProximaNova-Extrabld';
}

.life-first-section-b-article-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 15px;
}

.life-first-section-b-article.relative .filter {
  background: transparent linear-gradient(180deg, #1A1A1A00 0%, #000000B3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.life-first-section-b-article {
  flex: 0.4;
  -ms-flex: 0.4;
}

.life-first-section-b-inner-row:last-of-type {
  margin-top: 25px;
}

.life-first-section-b-article-inline .aspect-ratio-box {
  height: auto;
  padding-top: unset;
}

.life-first-section-b-article-inline {
     -ms-flex-direction: column;
  flex-direction: column;
  flex: 0.6;
  -ms-flex: 0.6;
  margin-left: 25px;
}

.first-section-b-article-inline-info {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.first-section-b-article-inline-title h3 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 25px;
  padding: 20px;
}

.first-section-b-article-inline-title {
  margin: 0 45px;
  border-style: solid;
  border-color: #9B9B9B;
  border-width: 1px;
  z-index: 1;
  color: #fff;
  border-top-width: 0px;
}

.first-section-b-article-inline-title > div {
  -ms-flex-pack: center;
  justify-content: center;
}

.life-first-section-b-article-inline .filter {
  background: #1D1D1D 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.69;
  z-index: 0;
}

.first-section-b-article-inline-title p {
  padding: 0 25px;
  margin-top: -11px;
}

.first-section-b-article-inline-title p:before, .first-section-b-article-inline-title p:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #9B9B9B;
  top: 0px;
}

.first-section-b-article-inline-title p:before {
  left: 0px;
  right: calc(50% + 76px);
}

.first-section-b-article-inline-title p:after {
  right: 0px;
  left: calc(50% + 76px);
}

.life-small-1-article {
  flex: 1;
  -ms-flex: 1;
  margin-right: 25px;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
}

.life-small-1-article-info h3 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 16px;
  padding: 0 0 7px 0;
  border-bottom-color: #7e7e7e7d;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.life-small-1-article-info p {
  font-size: 12px;
  margin-bottom: 5px;
}

.life-small-1-article-info .filter {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 0.15;
}

.life-small-1-article-info {
  padding: 15px 15px 0px 15px;
}

.life-small-2-wrapper {
  margin-top: 25px;
}

.life-small-2-image {
  flex-basis: 45%;
  margin-right: 15px;
}

.life-small-2-info p {
  font-size: 12px;
  margin-bottom: 6px;
}

.life-small-2-info h3 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 17px;
}

.life-small-2-info {
  color: #fff;
}

.life-first-section-a .filter {
  background: transparent linear-gradient(180deg, #1A1A1A00 0%, #000000B3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.life-first-section-a-article-cat p {
  font-size: 12px;
}

.life-first-section-a-article-title h2 {
  font-family: 'ProximaNova-Black';
}

.life-first-section-a-article-excerpt p {
  font-size: 16px;
}

.life-first-section-wrapper {
  margin-bottom: 50px;
}

.life-second-section-wrapper .common-article {
  margin-left: 25px;
}

.life-second-section-wrapper .common-article:first-child {
  margin-left: 0px;
}

.life-second-section-wrapper .filter {
  background: #00000047 linear-gradient(180deg, #00000000 0%, #000000B3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.container-name p {
  color: #ffffff5c;
  font-size: 500px;
  font-family: 'ProximaNova-Extrabld';
}

#full-width-f .container-name p {
  color: #ffffff0d;
  font-size: 200px;
  font-family: 'ProximaNova-Extrabld';
  line-height: 200px;
}

.container-name {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
}

#full-width-f .container-name {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
}

.life-second-section-wrapper {
  margin-bottom: 90px;
}

#full-width-e {
  background-color: #5060F6;
  margin-bottom: 100px;
}

.md-logo {
  padding: 30px;
}

.md-logo img {
  width: 100%;
}

.md-photo-inner {
  position: absolute;
  bottom: -63px;
  right: 0;
  left: 0;
  text-align: center;
}

.md-photo-inner img {
  width: 100%;
  max-width: 300px;
}

.md-info {
  color: #fff;
  padding-bottom: 37px;
}

.md-link .more-link {
  height: 56px;
}

.md-desc {
  padding-top: 30px;
}

.md-desc p {
  font-size: 16px;
}

.more-link a {
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
  background-color: #E91827;
  position: absolute;
  margin-bottom: 50px;
  top: -29px;
  padding: 15px 35px;
  color: #fff;
}

.md-link .more-link a {
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
  background-color: transparent;
  position: absolute;
  margin-bottom: 50px;
  top: unset;
  padding: 15px 35px;
  color: #fff;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.more-link a:hover {
  text-decoration: unset;
}

#ygeia .parapektika-inner-wrapper:first-child {
  flex: 0.777;
  -ms-flex: 0.777;
}

.parapektika-inner-wrapper:first-child {
  margin-right: 15px;
}

.parapektika-inner-wrapper {
  flex: 0.5;
  -ms-flex: 0.5;
}

#ygeia .parapektika-inner-wrapper {
  flex: 0.252;
  -ms-flex: 0.252;
}

#ygeia .parapektika-inner-wrapper:first-child .section-title:after {
  content: "";
  position: absolute;
  right: 2px;
  height: 1px;
  background: #000;
  transition: all .3s ease;
  left: 138px;
  top: 0;
}

.parapektika-inner-wrapper .section-title:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease;
  left: 295px;
  top: 0;
}

.athlitismos-article-top-info {
  color: #fff;
  margin: 0 15px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0px;
}

.athlitismos-article-top-info h3 {
  font-family: 'ProximaNova-Black';
  font-size: 24px;
  padding: 0 25px 25px 25px;
}

.athlitismos-article-top-info p {
  font-size: 14px;
  padding: 15px 0 0 25px;
}

.athlitismos-article-top {
  margin-left: 35px;
}

.athlitismos-article-top:first-child {
  margin-left: 0px;
}

.athlitismos-article-bot .aspect-ratio-box {
  padding-top: unset;
  height: auto;
  min-height: 300px;
}

.athlitismos-article-bot-info {
  color: #fff;
  margin: 15px 15px 15px 0;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0px;
}

.athlitismos-article-bot-info p {
  font-size: 14px;
  padding: 0 25px;
}

.athlitismos-article-bot-info h3 {
  font-family: 'ProximaNova-Black';
  font-size: 24px;
  padding: 0 25px;
}

.athlitismos-article-bot {
  margin-top: 50px;
}

#full-width-f {
  background-image: repeating-linear-gradient( 135deg, #1A1A1A, #1A1A1A 400px, #D36900 400px,#D36900 800px,#773C00 800px, #773C00 1200px,#000 1200px, #000 15000px);
  background-image: repeating-linear-gradient( 135deg, #1A1A1A, #1A1A1A 400px, #5F5F5F 400px,#5F5F5F 800px,#2C2C2C 800px, #2C2C2C 1200px,#000 1200px, #000 15000px);
  margin-top: 100px;
}

.auto-tech-outer-wrapper {
  margin-left: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #7070702e;
}

#auto-tech {
  margin-top: 100px;
}

.auto-wrapper {
  flex: 0.6;
  -ms-flex: 0.6;
  margin-right: 45px;
}

.auto-title p {
  font-size: 14px;
}

.auto-title h2 {
  margin-top: -33px;
  background-color: #fff;
  padding: 0 15px;
  font-family: 'ProximaNova-Extrabld';
  font-size: 50px;
}

.auto-wrapper .auto-tech-article-wrapper {
  margin-left: -80px;
}

.auto-wrapper .auto-tech-article-wrapper .aspect-ratio-box {
  padding-top: 54%;
}

.tech-wrapper .auto-tech-article-wrapper .aspect-ratio-box {
  padding-top: unset;
  height: auto;
}

.auto-tech-article-spacer {
  height: 50px;
}

.auto-tech-article-info p {
  color: #CCCCCC;
  font-size: 14px;
  margin-bottom: 8px;
}

.auto-tech-article-info h3 {
  font-family: 'ProximaNova-Black';
  font-size: 24px;
}

.auto-tech-article-info {
  position: absolute;
  left: 35px;
  bottom: -15px;
  background-color: #E81727;
  padding: 25px;
  color: #fff;
  max-width: 420px;
}

.tech-wrapper {
  flex: 0.4;
  -ms-flex: 0.4;
  margin-right: 15px;
}

.psifidoto-inner-wrapper-right > div {
  margin-bottom: 0px;
}

.psifidoto-inner-wrapper-right > div:first-child {
  margin-bottom: 25px;
}

.psifidoto-inner-wrapper-left-col1 {
  -ms-flex-direction: column;
  flex-direction: column;
  flex-basis: 300px;
}

.psifidoto-inner-wrapper-right {
  margin-left: auto;
  padding: 0 35px;
}

#psifidoto .common-article-last p {
  color: #000;
}

.psifidoto-inner-wrapper-left .psifidoto-inner-wrapper-left-col1 .common-article {
  margin-bottom: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
}

#psifidoto .common-article-last {
  margin-bottom: 0px;
  margin-top: 20px;
}

.first-2-b-article-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

#full-width-b .section-title {
  -ms-flex-direction: row;
  flex-direction: row;
}

#full-width-b .section-title > div {
  -ms-flex-pack: center;
  justify-content: center;
}

.aspect-ratio-box .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.aspect-ratio-box .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  object-position: center;
  width: 100%;
  height: 100%;
}

.top-article p {
  font-size: 14px;
  margin-bottom: 5px;
}

.common-article .artinfo {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1;
}

#goviral .common-article .artinfo {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.common-article p {
  margin-bottom: 3px;
  color: #F2F2F2;
}

.ygeia-rest-article .common-article p {
  margin-bottom: 3px;
  color: #CCCCCC;
  font-size: 12px;
}

.full-width-a {
  flex-direction: row;
}

.absolute-gradient {
  background-color: transparent;
  background-image: linear-gradient(268deg, transparent 0%, #000000 98%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.relative.flex-1.fw-info {
  background-color: #000;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.full-width-a .article-title {
  padding: 0 5px;
  color: #fff;
  font-family: 'ProximaNova-Black';
  font-size: 43px;
  position: relative;
}

.full-width-a:hover .article-title h3:before {
  bottom: unset;
}

.full-width-a .article-title h3 {
  margin-bottom: 0px;
  font-size: 34px;
}

.full-width-a .article-info p {
}

.article-infofw {
  flex: 0.8;
  -ms-flex: 0.8;
}

.article-infofw p {
  color: #fff;
  font-size: 17px;
  margin-top: 24px;
}

.background-moto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.background-moto p {
  color: #fff;
  font-family: 'ProximaNova-Extrabld';
  font-size: 90px;
  white-space: nowrap;
  opacity: 0.1;
}

#full-width-a {
  background-color: #E71627;
  overflow-x: hidden;
  overflow-y: hidden;
}

.d-flex.flex-column.slider-title {
  flex: 0.3;
  -ms-flex: 0.3;
}

.d-flex.flex-row.slider-rest {
  flex: 0.7;
  -ms-flex: 0.7;
}

.slider-intro-text {
  background-color: #fff;
}

.slider-title {
  background-color: #1F1F1F;
  color: #fff;
  padding: 130px 50px 35px;
}

.slider-title p {
  font-size: 14px;
}

.slider-title p span {
  font-size: 13px;
  padding-left: 20px;
}

.slider-title h3 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 26px;
}

.slider-intro-text {
  padding: 50px 35px;
}

.slider-intro-text h4 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 20px;
  margin-bottom: 25px;
}

.slider-intro-text p {
  font-size: 16px;
}

.slider-intro-text a {
  color: #000;
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
}

.slider-inner-wrapper {
  margin-top: -70px;
  -ms-flex-direction: row;
  flex-direction: row;
}

.absolute-feta {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}

.slider-nav .prev, .slider-nav .next {
  border-color: #fff;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  background-color: transparent;
  border-width: 2px;
}

.slider-nav .prev:after {
  /*content: url(/wp-content/themes/thecaller-cloudevo/assets/img/static/back.svg);*/
  width: 20px;
  height: 20px;
  display: block;
}


.slider-nav .next:after {
  /*content: url(/wp-content/themes/thecaller-cloudevo/assets/img/static/next.svg);*/
  width: 20px;
  height: 20px;
  display: block;
}

.slider-nav span {
  font-size: 15px;
  letter-spacing: 4px;
  margin: 0 27px;
}

.slider-nav .next {
  margin-right: auto;
}

.slider-nav {
  margin-top: 25px;
  z-index: 5;
}

.hide {
  display: none;
}

#goviral .title-wrapper h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 60px;
  color: #000;
  background-color: #E71627;
  z-index: 1;
  padding-right: 29px;
}

#goviral .title-wrapper h2 span {
  color: #fff;
}

#goviral .title-wrapper {
  margin: 30px 0;
}

#goviral .title-wrapper:after {
  content: "";
  position: absolute;
  left: 263px;
  right: 0px;
  height: 1px;
  background: #000;
  transition: all .3s ease;
  left: 0;
}

#goviral .title-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 41px;
  height: 1px;
  background: #000;
  z-index: 0;
}

.goviral-article-wrapper {
  flex-direction: row;
  padding-bottom: 40px;
  z-index: 1;
}

#goviral .common-article p {
  font-size: 14px;
}

#goviral .filter-common {
  background: transparent linear-gradient(180deg, #00000000 0%, #000000B3 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  right: -1px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.goviral-moto {
  position: absolute;
  bottom: 0;
  left: 0;
}

.goviral-moto p {
  font-family: 'ProximaNova-Bold';
  color: #B10009;
  opacity: 0.3;
  font-size: 408px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  line-height: 0.7;
  z-index: 0;
}

.article-list p:first-of-type {
  font-size: 11px;
  font-family: 'ProximaNova-Regular';
  margin-bottom: 6px;
}

.home-second-section-first-child {
  -ms-flex-direction: row;
  flex-direction: row;
}

.d-flex.flex-row.top1-2 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.d-flex.flex-row.top1-2 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.psifidoto-inner-wrapper-left {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  flex: 0.74;
  -ms-flex: 0.74;
}

#psifidoto {
  margin-top: 75px;
  padding: 0px;
}

.psifidoto-inner-wrapper-left > div:nth-child(2) {
  margin: 0 20px;
}

#psifidoto .common-article-last p {
  margin-top: unset;
}

.common-article-last .artinfo {
  background-color: #fff;
  position: relative;
  color: #000;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin-top: 10px;
}

.author-box .author {
  position: relative;
  left: unset;
  bottom: unset;
  z-index: 32;
  border: solid;
  border-radius: 50%;
  border-width: 5px;
  border-color: #fff;
  top: unset;
  margin-top: -80px;
  margin-bottom: 15px;
}

.stigma-article .author-box .author {
  position: relative;
  left: unset;
  bottom: unset;
  z-index: 0;
  border: solid;
  border-radius: 50%;
  border-width: 5px;
  border-color: transparent;
  top: unset;
  margin-top: -47px;
  margin-bottom: 0px;
  margin-right: 15px;
}

.author-box .author div::after {
  content: unset;
}

.author-box {
  border-style: solid;
  border-width: 1px;
  border-color: #D6D5D5;
  padding: 25px 25px 25px;
  margin-top: 50px;
}

.stigma-article .author-box {
  border-style: solid;
  border-width: 0px;
  border-color: #D6D5D5;
  padding: 0;
  margin-top: 50px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.stigma-article:first-child .author-box, .stigma-article:hover .author-box, {
  border-style: solid;
  border-width: 0px;
  border-color: #D6D5D5;
  padding: 0;
  margin-top: 50px;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.author-box-article h5 {
  font-family: 'ProximaNova-Bold';
  font-size: 14px;
  text-align: center;
  color: #E91827;
  margin-bottom: 15px;
}

.author-box-article h3 {
  font-family: 'ProximaNova-Black';
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 15px;
}

.author-box-article p {
  font-size: 14px;
  color: #707070;
  margin-bottom: 0px;
}

#full-width-b {
  background-color: #00072B;
  margin-top: 100px;
  padding: 0px;
  overflow: hidden;
}

.section-title {
  color: #fff;
  padding: 50px 0;
}

#ygeia .section-title {
  color: #000;
  padding: 25px 0;
}

#full-width-b .section-title h2 {
  font-family: 'ProximaNova-Bold';
  font-size: 60px;
}

.section-title p {
  margin-bottom: 0;
}

.section-title > div {
  margin: 0 35px 0 50px;
}

#full-width-b .first-2 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.first-2 > div:nth-child(1) {
  flex: 1;
  -ms-flex: 1;
  max-width: 1000px;
}

.first-2-a .aspect-ratio-box {
  padding-top: unset;
  flex: 1;
  -ms-flex: 1;
}

.first-2-a-lezada {
  background-color: #00072B;
  color: #fff;
  flex: 0.8;
  -ms-flex: 0.8;
  padding: 15px 0 0 25px;
}

.first-2-a-lezada .date {
  padding: 0 0 0 17px;
}

.first-2-b {
  flex-basis: 460px;
  margin-left: 80px;
}

.oikoerg-1-outer {
  -ms-flex-direction: row;
  flex-direction: row;
}

.oikoerg-1-outer .aspect-ratio-box {
  flex: 0.6;
  -ms-flex: 0.6;
  padding-top: unset;
  height: auto;
}

.oikoerg-1-outer .article-info {
  flex: 0.4;
  -ms-flex: 0.4;
  margin-left: -50px;
  z-index: 0;
  margin-right: 40px;
  min-height: 320px;
}

.article-info-title {
  background-color: #fff;
  padding: 20px 0 20px 25px;
}

.article-info-category h6 {
  font-size: 14px;
}

.article-info-title h2 {
  font-family: 'ProximaNova-Black';
  font-size: 30px;
  line-height: 26px;
}

.article-info-title h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 62px;
  background: #d4000e;
  transition: all .3s ease;
}

.article-info-title .title {
  padding-left: 15px;
}

.article-info-category {
  padding-left: 15px;
}

.article-info-title {
  margin-top: 35px;
}

.article-info-excerpt {
  margin-left: 50px;
  padding: 0 10px 10px 20px;
}

.article-info-excerpt p {
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 0px;
}

.oikoerg-rest-outer {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 70px;
}

.oikoerg-rest-article:first-child {
  flex: 0.45;
  -ms-flex: 0.45;
  margin-left: 0px;
}

.oikoerg-rest-article {
  flex: 0.55;
  -ms-flex: 0.55;
  margin-left: 25px;
}

.oikoerg-rest-article-info {
  padding: 25px 35px;
  margin-left: 10%;
  margin-top: -100px;
  background-color: #fff;
  z-index: 0;
}

.oikoerg-rest-article-info-cat p {
  font-size: 14px;
  margin-bottom: 0px;
}

.oikoerg-rest-article-info h2 {
  font-family: 'ProximaNova-Black';
  font-size: 30px;
  line-height: 31px;
  padding: 10px 0;
}

.oikoerg-rest-article-info-date p {
  font-size: 13px;
  color: #CCCCCC;
}

.oikoerg-rest-article-info-excerpt p::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.8em;
  font-size: 24px;
}

.oikoerg-rest-article-info-excerpt {
  margin-left: 19px;
}

.oikoerg-rest-article-info-excerpt p {
  font-family: 'ProximaNova-Semibold';
  font-size: 17px;
  line-height: 22px;
  color: #5A5A5A;
}

.md-link more-link a {
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
  background-color: #E91827;
  position: absolute;
  margin-bottom: 50px;
  top: -29px;
  padding: 15px 35px;
  color: #fff;
}

.erg-article-outer .aspect-ratio-box {
  height: auto;
  padding-top: unset;
  flex: 1;
  -ms-flex: 1;
  background-color: #00072B;
}

.erg-article-outer p {
  font-size: 14px;
  margin-bottom: 0px;
}

.erg-article-outer h3 {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: 'ProximaNova-Bold';
  margin-top: 1em;
}

.erg-article-outer .info {
  color: #fff;
  padding: 25px;
  z-index: 6;
}

.erg-article-outer .filter {
  z-index: 5;
  background: #1A1A1A 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.erg-article-outer {
  padding: 0px;
  min-height: 50px;
  margin-left: -35px;
  margin-right: -35px;
}
.side-first-mobile{
  display:none!important;
}
.counter p {
  color: #ffffff42;
  font-family: 'ProximaNova-Semibold';
  letter-spacing: 0;
  font-size: 100px;
  line-height: 62px;
}

.counter {
  position: absolute;
  bottom: 0;
  right: 0;
}

#full-width-c {
  background-color: #F1EDDE;
}

.stigma-article:first-child, .stigma-article:hover {
  color: #fff;
  background-color: rgb(255,0,0);
}

.stigma-article-cat p {
  font-size: 14px;
  margin-bottom: 0px;
  color: red;
}

.stigma-article:first-child .stigma-article-cat p, .stigma-article:hover .stigma-article-cat p {
  color: #fff;
}

.stigma-article-title h3 {
  font-family: 'ProximaNova-Black';
  font-size: 28px;
  line-height: 30px;
  padding: 15px 0;
}

.stigma-article-excerpt p {
  font-size: 16px;
  line-height: 20px;
}

.stigma-article .author-name p {
  font-family: 'ProximaNova-Bold';
}

.stigma-article .author-name {
  margin-top: 15px;
}

.stigma-article:first-child .author-name, .stigma-article:hover .author-name {
  margin-top: -32px;
}

.stigma-article-excerpt {
  flex: 1;
  -ms-flex: 1;
}

.stigma-wrapper {
  margin-bottom: 35px;
}

.papapektika {
}

.parapektika-outer-wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
}

.xronomixani-left {
  flex: 1;
  -ms-flex: 1;
  margin-right: 45px;
}

.xronomixani-right {
  flex-basis: 395px;
}

#xronomixani {
  margin-top: 90px;
}

.xronomixani-left-inner {
  margin: 60px 35px 35px;
  flex: 1;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: #8B8B8B;
  border-width: 1px;
  z-index: 1;
  color: #fff;
  border-top-width: 0px;
}

.xrono-category h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 50px;
  margin-top: -31px;
}

.cat-desc p {
  flex: 0.7;
  -ms-flex: 0.7;
  text-align: center;
}

.xrono-article-info {
}

.xrono-article-title {
  flex: 0.8;
  -ms-flex: 0.8;
}

.xrono-article-small p {
  font-size: 14px;
  color: #CCCCCC;
}

.xrono-articles {
  margin: 0 25px 25px 25px;
}

.xrono-article-small h3 {
  font-size: 19px;
  font-family: 'ProximaNova-Extrabld';
}

.xrono-article-title h2 {
  flex: 0.8;
  -ms-flex: 0.8;
  text-align: center;
  font-family: 'ProximaNova-Extrabld';
  font-size: 43px;
  line-height: 43px;
}

.xrono-article-date p {
  color: #CCCCCC;
  font-size: 14px;
}

.d-flex.flex-column.diethni-wrapper-a {
  color: #ffff;
  background-color: #101010;
}

.diethni-article-1 {
  padding: 0 8px;
}

.diethni-article-1-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
}

.diethni-article-1-info p {
  font-size: 14px;
  padding: 0 25px;
  z-index: 1;
}

.diethni-article-1-info h3 {
  font-family: 'ProximaNova-Black';
  font-size: 26px;
  margin-bottom: 15px;
  padding: 0 25px;
  line-height: 26px;
  z-index: 1;
}

.ygeia-rest-article-category h2 {
  font-family: 'ProximaNova-Extrabld';
  font-size: 40px;
}

.ygeia-rest-article-category p {
  font-size: 13px;
  color: #939393;
}

.ygeia-rest-article:first-child {
  flex: 0.33;
  margin-left: 0px;
}

.ygeia-rest-article {
  flex: 0.33;
  margin-left: 25px;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: auto;
}

#full-width-f .section-title h2 {
  font-family: 'ProximaNova-Bold';
  font-size: 60px;
}

.athlitismos-right-section-wrapper {
  flex-basis: 300px;
  -ms-flex-pack: center;
  justify-content: center;
}

.athlitismos-left-section-wrapper {
  flex: 1;
  -ms-flex: 1;
  margin-right: 100px;
}

.athlitismos-article-top {
  margin-left: 35px;
}

.parapektika-outer-wrapper .filter {
  background: transparent linear-gradient(180deg, #00000000 0%, #000000CC 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.parapektika-article-wrapper .common-article {
  -ms-flex-direction: column;
  flex-direction: column;
}

.parapektika-inner-wrapper .parapektika-article-wrapper .common-article .artinfo {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.full-width-d-wrapper .section-title > div {
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.maria-mobile {
  display: none;
}

.ygeia-rest-article .common-article {
  -ms-flex-direction: column;
  flex-direction: column;
}

.ygeia-rest-article .common-article .artinfo {
  flex: 60%;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.athlitismos-article-top {
  -ms-flex-direction: column;
  flex-direction: column;
}
#home-second-section-side{
  -ms-flex-direction: column;
  flex-direction: column;
}
#home-second-section-side .roh-left-tablet{
  display:none;
 }

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-left {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    flex: 1;
  }
}

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-left-col2 {
    flex: 50%;
    order: -2;
  }
}

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-left-col3 {
    order: -1;
    flex-basis: 300px;
  }
}

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-left-col1 {
    flex: 50%;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 20px;
    align-items: start;
  }
}

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-left .psifidoto-inner-wrapper-left-col1 .common-article {
    margin-right: 20px;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: unset;
  }
}

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-right {
    padding: 0 20px;
    flex-basis: 317px;
  }
}

@media (max-width: 1400px) {
  #psifidoto .common-article .artinfo p {
    color: #000;
  }
}

@media (max-width: 1400px) {
  #psifidoto .common-article .artinfo {
    position: relative;
    color: #000;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin-top: 5px;
  }
}

@media (max-width: 1400px) {
  .psifidoto-inner-wrapper-left-col1 .common-article .aspect-ratio-box {
    flex: unset;
    padding-top: 33%;
  }
}

@media (max-width: 1400px) {
  #psifidoto .psifidoto-inner-wrapper-left-col1 .common-article .artinfo {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    padding-left: 15px;
    margin-top: 0px;
  }
}

@media (max-width: 1400px) {
  #psifidoto .psifidoto-inner-wrapper-left-col1 .common-article .artinfo p {
    line-height: 100%;
  }
}

@media (max-width: 1400px) {
  .stigma-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 1400px) {
  .stigma-article {
    padding: 40px 35px;
    flex: unset;
    -ms-flex: unset;
    color: #000;
    margin-left: 0px;
    flex-basis: 451px;
  }
}

@media (max-width: 1400px) {
  .stigma-article {
    margin-top: 35px;
    border-color: #00000030;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b-inner-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1400px) {
  .life-first-section-a {
    flex: 60%;
    -ms-flex: 60%;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b {
    flex: 40%;
    -ms-flex: 40%;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b-article .aspect-ratio-box {
    padding-top: 56%;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b-article-inline {
    margin-left: 0px;
    margin-top: 25px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b-article-inline-a .aspect-ratio-box {
    height: 0;
    padding-top: 56%;
  }
}

@media (max-width: 1400px) {
  .life-small-1-article-info {
    padding: 15px 15px 0px 15px;
    flex: 70%;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b-article-inline-a .first-section-b-article-inline-info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    align-items: flex-end;
    -ms-flex-align: end;
  }
}

@media (max-width: 1400px) {
  .life-first-section-b-article-inline-b .aspect-ratio-box {
    flex: 30%;
  }
}

@media (max-width: 1400px) {
  .first-section-b-article-inline-title {
    border-width: 0px;
    margin: 0 15px;
  }
}

@media (max-width: 1400px) {
  .first-section-b-article-inline-title > div {
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (max-width: 1400px) {
  .first-section-b-article-inline-title p {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  .first-section-b-article-inline-title h3 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 20px;
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 1400px) {
  .first-section-b-article-inline-title p:before, .first-section-b-article-inline-title p:after {
    content: unset;
  }
}

@media (max-width: 1400px) {
  .life-small-1-article-info h3 {
    border-bottom-width: 0px;
  }
}

@media (max-width: 1400px) {
  .life-small-1-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1400px) {
  .life-small-1-article {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 25px;
    margin-right: 0px;
  }
}

@media (max-width: 1400px) {
  .life-small-2-image {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width:1300px) {
  .top-article h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {
  .d-flex.wrapper {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .side-first .aspect-ratio-box {
    padding-top: 0%;
  }
}

@media (min-width: 1200px) {
  .home-side {
    flex-basis: 398px;
  }
}

@media (max-width: 1200px) {
  .tetrada .common-article:nth-child(3), .tetrada .common-article:nth-child(4) {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .tetrada .common-article:nth-child(3) {
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .tetrada .common-article {
    flex: 48%;
    -ms-flex: 48%;
  }
  #home-first-section-side .side-first{
   display:none!important;
  }
   .side-first-mobile{
   display: -ms-flexbox!important;
    display: flex!important;
        margin-top: 50px;
            overflow-x: hidden;
  }
  .side-first-mobile .author-img img {
   
    background-color: #1a1a1a;
}
}

@media (max-width: 1200px) {
  .goviral-article-wrapper {
    flex-direction: row;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}

@media (max-width: 1200px) {
  .md-desc p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .athlitismos-left-section-wrapper {
    margin-right: 35px;
  }
}

@media (min-width: 769px) and (max-width:1200px) {
  #goviral .common-article:nth-child(3) {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media (min-width: 769px) and (max-width:1200px) {
  #goviral .common-article:nth-child(4) {
    margin-left: 20px;
    margin-top: 15px;
  }
}

@media (min-width: 769px) and (max-width:1200px) {
  #goviral .common-article {
    flex: 42%;
    -ms-flex: 42%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .background-moto p {
    font-size: 60px;
  }
}

@media (max-width: 1100px) {
  .slider-intro-text {
    display: none!important;
  }
}

@media (max-width: 1100px) {
  .full-width-a .article-infofw p {
    display: none;
  }
}

@media (max-width: 1100px) {
  .life-first-section-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .life-first-section-a .aspect-ratio-box {
    padding-top: 101%;
    z-index: 0;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
  }
}

@media (max-width: 1100px) {
  .life-first-section-a-article-info {
    color: #fff;
    padding: 25px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1100px) {
  #full-width-d .max-1393 {
    margin: 0 25px;
  }
}

@media (max-width: 1100px) {
  .life-first-section-a {
    flex: 1;
    -ms-flex: 1;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .full-width-a .article-title h3 {
    margin-bottom: 0px;
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .full-width-a .article-title p {
    margin-bottom: 0px;
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .d-flex.flex-column.slider-title {
    flex: 0.5;
    -ms-flex: 0.5;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .slider-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .psifidoto-inner-wrapper-left-col2 {
    flex: auto;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .life-second-section-wrapper, .d-flex.last-4.max-1393.flex-1 {
    flex-wrap: wrap!important;
  }
}

@media (max-width: 1100px) {
  .last-4 .common-article, .life-second-section-wrapper .common-article {
    flex: 42%;
  }
}

@media (max-width: 1100px) {
  #full-width-b {
    padding: 15px;
  }
}

@media (max-width: 1100px) {
  .life-second-section-wrapper .common-article:nth-child(3), #full-width-b .common-article:nth-child(3) {
    margin-left: 0px;
    margin-top: 25px;
  }
}

@media (max-width: 1100px) {
  .life-second-section-wrapper .common-article:nth-child(4), #full-width-b .common-article:nth-child(4) {
    margin-top: 25px;
  }
}

@media (max-width: 1100px) {
  .oikoerg-1-outer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .parapektika-outer-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .parapektika-inner-wrapper:nth-child(2) {
    margin-top: 50px;
  }
}

@media (max-width: 1100px) {
  .oikoerg-1-outer .aspect-ratio-box {
    flex: unset;
    -ms-flex: unset;
    padding-top: 70%;
    height: 0;
  }
}

@media (max-width: 1100px) {
  .oikoerg-1-outer .article-info {
    flex: unset;
    -ms-flex: unset;
    margin-left: 0px;
    z-index: 0;
    margin-right: 40px;
    min-height: unset;
    margin-top: -116px;
  }
}

@media (max-width: 1100px) {
  .oikoerg-1-outer .article-info-excerpt {
    margin-left: 0px;
    padding: 0 0 20px 0;
  }
}

@media (max-width: 1100px) {
  .oikoerg-1-outer .article-info-title {
    padding: 20px 5px 20px 0px;
  }
}

@media (max-width: 1100px) {
  .oikoerg-rest-article:first-child, .oikoerg-rest-article {
    flex: 1;
    -ms-flex: 1;
  }
}

@media (max-width: 1100px) {
  .oikoerg-rest-article .aspect-ratio-box {
    flex: unset;
    -ms-flex: unset;
  }
}

@media (max-width: 1100px) {
  .oikoerg-rest-article-info {
    padding: 15px 0;
    margin-left: 0;
    margin-top: 0px;
    background-color: #fff;
    z-index: 0;
  }
}

@media (max-width: 1100px) {
  .oikoerg-rest-article-info-date, .oikoerg-rest-article-info-excerpt {
    display: none;
  }
}

@media (max-width: 1100px) {
  .oikoerg-outer-wrap .inner-wrap-left {
    padding: 0 15px;
    margin-right: 20px;
  }
}

@media (max-width: 1100px) {
  .oikoerg-rest-article-info h2 {
    font-size: 23px;
    line-height: 23px;
    padding: 5px 0;
  }
}

@media (max-width: 1100px) {
  .xrono-article-title h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 1100px) {
  .xronomixani-left {
    margin-right: 25px;
  }
}

@media (max-width: 1100px) {
  .athlitismos-section-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .athlitismos-left-section-wrapper {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1100px) {
  #full-width-f .section-title p:after {
    content: none;
  }
}

@media (max-width: 1100px) {
  .full-width-d-wrapper .section-title > div {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 1100px) {
  #full-width-f .section-title p:before {
    right: 210px;
  }
}

@media (max-width: 1100px) {
  #full-width-f .container-name p {
    font-size: 100px;
  }
}
@media (max-width: 1024px){
 .roh-item-with-photo  > .d-flex{
  display: none!important;
 }
 .roh-item-with-photo  > .roh-item-title {
  margin-left: 0px;
 }
}
@media (max-width: 1024px) and (min-width: 769px) {
#goviral .common-article:first-of-type,#goviral .common-article:last-of-type {
    margin-left: 0px;
    flex: 90%;
}
#goviral .common-article:nth-child(3) {
    margin-left: 15px;
    margin-top: 15px;
}
#goviral .common-article:nth-child(2) {
    margin-left:0px;
    margin-top: 15px;
}

#home-second-section-side{
   -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
     -ms-flex-pack: center!important;
  justify-content: center!important;
}
 #home-second-section-side .roh-left-tablet{
  display: -ms-flexbox;
    display: flex;
        flex: 40%;
 }
  #home-second-section-side .roh-left-tablet .common-article{
    margin-bottom: 25px
  }
 #home-second-section-side .roh-outer-wrapper{
   flex: 40%;
       margin-left: 25px;
 }
 .tetrada{
  display:none!important;
 }
 .tab-content {    
    max-height: 1190px;
    height: 100%;   
 }
}
@media (max-width: 1024px) and (min-width: 601px) {
  #full-width-b .common-article:nth-child(3) {
    margin-left: 25px;
    margin-top: 25px;
 }
 #full-width-b .common-article:nth-child(2) {
    margin-left: 0px;
    margin-top: 25px;
 }
.last-4 .common-article:first-child {
   flex: 90%;
}
#full-width-b .common-article:nth-child(4){
  display:none!important;
}
}
@media (max-width: 960px) {
  #full-width-b .first-2 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  #full-width-b .first-2 .first-2-a .aspect-ratio-box {
    padding-top: 40%;
    height: auto;
  }
}

@media (max-width: 960px) {
  .first-2-a {
    margin-bottom: 45px;
    padding-bottom: 100px;
    border-style: solid;
    border-color: #ffffff36;
    border-width: 0px;
    border-bottom-width: 1px;
  }
}

@media (max-width: 960px) {
  .first-2-b-article-wrapper .aspect-ratio-box {
    padding-top: 43%;
    padding-bottom: unset;
  }
}

@media (max-width: 960px) {
  .first-2-b-article-wrapper .info {
    margin-left: 15px;
  }
}

@media (max-width: 960px) {
  .first-2-b .first-2-b-article-wrapper .info p {
    margin-top: 0px;
    color: #CCCCCC;
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .first-2-b {
    padding: 0px;
    border-style: none;
    color: #fff;
    flex: 1;
    flex-basis: unset;
    margin: 0;
  }
}

@media (max-width: 960px) {
  .first-2-a-lezada {
    margin-bottom: -45px;
  }
}

@media (max-width: 960px) {
  .first-2-b-article-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 960px) {
  #xronomixani {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .xronomixani-left {
    margin-right: 0px;
    margin-bottom: 45px;
  }
}
@media (max-width: 640px) {
  .xronomixani-right {
    flex-basis: unset!important;
  }
}
@media (max-width: 960px) {
  .xronomixani-right {
    flex-basis: 395px;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .psifidoto-inner-wrapper-left-col2 {
    flex: 100%;
    order: -2;
  }
}

@media (max-width: 900px) {
  .oikoerg-outer-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .d-flex.flex-column.justify-content-between.inner-wrap-right-outer {
    -ms-flex-basis: unset;
    flex-basis: unset;
    margin-top: 100px;
  }
}

@media (max-width: 900px) {
  .oikoerg-outer-wrap .inner-wrap-right, .erg-article-outer, .oikoerg-outer-wrap .inner-wrap-left {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .psifidoto-inner-wrapper-left-col3 {
    flex: 100%;
    margin: 25px 25px 0;
  }
}

@media (max-width: 900px) {
  .psifidoto-inner-wrapper-left-col3 .common-article .aspect-ratio-box {
    display: none;
  }
}

@media (max-width: 900px) {
  .psifidoto-inner-wrapper-left-col1 {
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 100%;
    align-items: center;
  }
}

@media (max-width: 900px) {
  #psifidoto .psifidoto-inner-wrapper-left-col1 .ad {
    order: -1;
    margin-bottom: 25px;
  }
}

@media (max-width: 900px) {
  #ygeia .parapektika-article-wrapper {
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .ygeia-rest {
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .ygeia-rest .common-article .artinfo {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    z-index: 1;
    color: #000;
    margin-top: 15px;
  }
}

@media (max-width: 900px) {
  .ygeia-rest-article, .ygeia-rest-article:first-child {
    flex: 40%;
  }
}

@media (max-width: 900px) {
  .ygeia-rest-article:last-child {
    flex: 100%;
    margin-left: 0px;
    margin-top: 35px;
  }
}

@media (max-width: 900px) {
  .ygeia-rest-article:last-child .aspect-ratio-box {
    height: 0;
    padding-top: 30%;
    position: relative;
    width: 100%;
    z-index: 0;
    flex: 34%;
  }
}

@media (max-width: 900px) {
  .ygeia-rest-article:last-child .common-article .artinfo {
    flex: 60%;
    margin-top: 0px;
    margin-left: 15px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .ygeia-rest-article:last-child .common-article {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .auto-tech-outer-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    flex: none;
    flex-basis: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  .tech-wrapper .auto-tech-article-wrapper .aspect-ratio-box, .auto-wrapper .auto-tech-article-wrapper .aspect-ratio-box {
    padding-top: 60%;
    height: auto;
  }
}

@media (max-width: 900px) {
  .auto-wrapper .auto-tech-article-wrapper {
    margin-left: 0;
    margin-bottom: 110px;
  }
}

@media (max-width: 900px) {
  .auto-wrapper, .tech-wrapper {
    flex: 1;
    -ms-flex: 1;
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .auto-tech-article-info {
    left: 0;
  }
}

@media (max-width: 900px) {
  #ygeia .d-flex.parapektika-article-wrapper.relative .common-article {
    flex-basis: 400px;
    margin: 0 0 25px 0;
  }
}

@media (min-width: 900px) {
  #ygeia .d-flex.parapektika-article-wrapper.relative .common-article {
    flex: 1;
  }
}

@media (max-width: 800px) {
  .md-photo-outer, .md-link {
    display: none!important;
  }
}

@media (max-width: 800px) {
  #full-width-e {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 800px){
.first-2-a-lezada {
    margin-bottom: -151px;
}
.first-2-a {    
    padding-bottom: 193px;
}
}
@media (max-width: 800px) {
  .md-info {
    margin: -125px 15px 30px 15px;
  }
}

@media (max-width: 800px) {
  #full-width-e {
    margin-bottom: 180px;
  }
}

@media (max-width: 800px) {
  .maria-mobile {
    display: block;
    position: absolute;
    bottom: -110px;
    left: calc( 50% - 63px);
  }
}

@media (max-width: 800px) {
  .auto-tech-outer-wrapper {
    flex: 1;
  }
}

@media (min-width: 800px) {
  .hot-trends {
    display: block;
  }
}

@media (min-width: 800px) {
  .main-article .aspect-ratio-box {
    padding-top: 70%;
  }
}

@media (min-width: 700px) {
  .main-article .article-title h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.99pt;
  }
}

@media (max-width: 768px) {
  #home-second-section .inner-wrapper {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .d-flex.inner-wrapper-three {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .article-list {
    margin: 0 0 15px 0;
    border-width: 0px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-color: #dcd6d6;
    border-style: solid;
  }
}

@media (max-width: 768px) {
  .mini-article .aspect-ratio-box {
    padding-top: 26%;
  }
}

@media (max-width: 768px) {
  .mini-article {
    margin-top: 0px;
    flex-direction: row;
    background-color: transparent;
    color: #000;
  }
}

@media (max-width: 768px) {
  .mini-article .info {
    flex: 3;
    -ms-flex: 3;
    padding: 0 15px 0;
  }
}

@media (max-width: 768px) {
  .web-tv {
    background-color: #222222;
    padding: 25px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .web-tv-video-wrapper {
    margin-top: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .web-tv-video-info {
    background-color: transparent;
    color: #fff;
    padding: 0px;
    flex-basis: 207px;
    justify-content: flex-start;
    align-items: center;
    flex-basis: initial;
  }
}

@media (max-width: 768px) {
  .top5-title h2 {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .top5-wrapper {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .top-article p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000000;
  }
}

@media (max-width: 768px) {
  .top-article h3 {
    font-size: 22px;
    line-height: 21px;
  }
}

@media (max-width: 768px) {
  .absolute-background {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-article {
    color: #000;
    margin-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .top-article-rest {
    flex: 1.2;
    -ms-flex: 1.2;
    margin-left: 0px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .top-article-rest > div:last-of-type {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  
 #home-second-section-side .roh-left-tablet {
     display: block; 
 }
  #home-second-section-side .roh-left-tablet .common-article{
  margin-bottom: 30px;
 }
  .tetrada {
    display: none!important;
  }
}

@media (max-width: 768px) {
  .top1-2 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-article .info {
    position: absolute;
    right: 0;
    background-color: #fff;
    max-width: 80%;
    width: 100%;
    top: 75%;
    padding: 15px 15px 0;
  }
}

@media (max-width: 768px) {
  .space-holder {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-article.top-article-2 {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .top5-2row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-article.top-article-3 > div {
    padding-left: 0;
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  .top-article.top-article-3 {
    margin-bottom: 15px;
    order: 3;
  }
}

@media (max-width: 768px) {
  .top4-5 {
    border-width: 0px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-color: #dcd6d6;
    border-style: solid;
  }
}

@media (max-width: 768px) {
  .top4-5 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  #top5 .top4-5 .artinfo {
    flex: 70%;
    -ms-flex: 70%;
    position: relative;
    color: #000;
    top: 0;
  }
}

@media (max-width: 768px) {
  #top5 .top4-5 .artinfo p {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .top4-5 .aspect-ratio-box {
    flex: 30%;
    -ms-flex: 30%;
    padding-top: 20%;
  }
}

@media (max-width: 768px) {
  .top-article-2 .info {
    right: unset;
    left: 0;
    padding: 20px 20px 0 0;
  }
}

@media (max-width: 768px) {
  .top5-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-counter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

@media (max-width: 768px) {
  .full-width-a-inner {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .mobile-choice-title {
    display: block;
    background-color: #1F1F1F;
    color: #fff;
    padding: 40px 15px 30px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .relative.flex-1.choice-main-image {
    padding: 0 25px 25px;
    background-color: #1f1f1f;
  }
}

@media (max-width: 768px) {
  .slider-outer {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 768px) {
  #goviral {
    background-color: rgb(244, 244, 244);
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  #goviral .title-wrapper:after {
    content: unset;
    position: absolute;
    right: 0;
    bottom: 41px;
    height: 1px;
    background: #000;
    z-index: 0;
  }
}

@media (max-width: 768px) {
  #goviral .common-article {
    flex: 50%;
    -ms-flex: 50%;
    margin: 15px 30px;
  }
}

@media (max-width: 768px) {
  #goviral .common-article:first-of-type {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  #goviral .common-article .artinfo h5 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #full-width-a .absolute-gradient {
    display: none;
  }
}

@media (max-width: 768px) {
  .relative.flex-1.fw-info {
    order: 2;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1f1f1f;
  }
}

@media (max-width: 768px) {
  .full-width-a .article-title h3 {
    margin-bottom: 0px;
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .background-moto {
    display: none;
  }
}

@media (max-width: 768px) {
  #full-width-a {
    background-color: transparent;
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .d-flex.flex-column.slider-title {
    flex: 1;
    -ms-flex: 1;
    order: 4;
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .d-flex.flex-row.slider-rest {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .slider-inner-wrapper {
    margin-top: 0px;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    background-color: #1f1f1f;
  }
}

@media (max-width: 768px) {
  .absolute-feta {
    display: none;
  }
}

@media (max-width: 768px) {
  .slider-nav span {
    font-size: 18px;
    letter-spacing: 4px;
    margin: 0;
    flex: 1;
    -ms-flex: 1;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #goviral .title-wrapper h2 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 60px;
    color: #000;
    background-color: transparent;
    z-index: 1;
    padding-right: 29px;
    position: absolute;
    top: -34px;
  }
}

@media (max-width: 768px) {
  #goviral .title-wrapper h2 span {
    color: #E71627;
  }
}

@media (max-width: 768px) {
  #goviral .title-wrapper {
    margin: 66px 17px 0;
    flex: 1;
    height: 66px;
  }
}

@media (max-width: 768px) {
  .goviral-moto {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-second-section-portrait {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .home-side {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #home-second-section {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .home-second-section-first-child {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #home-first-section {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .psifidoto-outer-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .psifidoto-inner-wrapper-right {
    flex-basis: unset;
    order: -1;
    margin-bottom: 50px;
    padding-bottom: 25px;
    background-color: #f4f4f4;
    padding-top: 35px;
  }
  .md-desc {
    padding-top: 65px;
}
}

@media (max-width: 768px) {
  #psifidoto {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .psifidoto-inner-wrapper-left-col1 {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .psifidoto-inner-wrapper-left .psifidoto-inner-wrapper-left-col1 .common-article {
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  #psifidoto .v-article .article-title h3 {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper:first-child .parapektika-article-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper:first-child .parapektika-article-wrapper .common-article {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper:first-child .parapektika-article-wrapper .common-article .aspect-ratio-box {
    flex: unset;
    height: 0;
    padding-top: 29%;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper .parapektika-article-wrapper .common-article .aspect-ratio-box {
    margin-bottom: 15px;
    flex: unset;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper .parapektika-article-wrapper .common-article .artinfo {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    z-index: 1;
    color: #000;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper:first-child .parapektika-article-wrapper .common-article .artinfo {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper .parapektika-article-wrapper .common-article p {
    margin-bottom: 8px;
    color: #aeaeae;
    line-height: 14px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper:first-child .section-title:after {
    content: "";
    position: absolute;
    right: 25px;
    height: 1px;
    background: #000;
    transition: all .3s ease;
    left: 283px;
    top: 0;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper .section-title h2 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 40px;
    position: absolute;
    margin-bottom: 0px;
    top: -27px;
    padding: 0px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-inner-wrapper:first-child .parapektika-article-wrapper .common-article .artinfo {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .full-width-c-wrapper .parapektika-inner-wrapper .section-title {
    color: #000;
    padding: 20px 0;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  #full-width-c .parapektika-outer-wrapper {
    border-color: #00000030;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    padding-top: 60px;
    margin-top: -27px;
  }
}

@media (max-width: 768px) {
  .diethni-article-1-info h3 {   
    font-size: 24px;   
}
  .full-width-d-wrapper .section-title {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .full-width-d-wrapper .section-title > div {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 35px 0 0;
  }
}

@media (max-width: 768px) {
  .full-width-d-wrapper .section-title p:after {
    content: unset;
  }
}

@media (max-width: 768px) {
  .full-width-d-wrapper .section-title p:before {
    right: 220px;
  }
}

@media (max-width: 600px) {
  .top-article.top-article-2 .aspect-ratio-box {
    padding-top: 70%;
}
  .life-first-section-a-article-title h2 {
  
    font-size: 20px;
}
.life-first-section-a-article-info {
   
    padding: 15px;

}
  .parapektika-inner-wrapper:first-child {
    margin-right: 0px;
}
  .last-4 .common-article {
    flex: 90%;
  }
}

@media (max-width: 600px) {
  .last-4 .common-article .aspect-ratio-box {
    display: none;
  }
}

@media (max-width: 600px) {
  #full-width-d .max-1393 {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .last-4 .common-article .artinfo {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
}

@media (max-width: 600px) {
  .last-4 .common-article {
    margin-left: 0px;
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .d-flex.last-4.max-1393.flex-1 {
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .first-2-a-lezada .article-title h3 {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 600px) {
  .first-2-a-lezada .article-title {
    padding: 11px 0 0 18px;
  }
}

@media (max-width: 600px) {
  #full-width-b .section-title {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  #full-width-b .section-title > div {
    margin: 0;
  }
}

@media (max-width: 600px) {
  #full-width-b .section-title > div {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  #full-width-b .section-title p:after {
    content: none;
  }
}

@media (max-width: 600px) {
  #full-width-b .section-title p:before {
    width: calc(100% - 204px);
  }
}

@media (max-width: 600px) {
  .background-absolute p {
    font-size: 61px;
  }
}

@media (max-width: 600px) {
  .first-2-a-lezada {
    padding: 15px 0 0 16px;
  }
}

@media (max-width: 600px) {
  .first-2-b .info h5 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .xrono-articles {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .xrono-article-title h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 600px) {
  .xrono-articles {
    margin: 48px 0px 0px;
  }
}

@media (max-width: 600px) {
  .xrono-article-small:first-child {
    margin-left: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .xrono-article-small {
    margin-left: 0px;
  }
}

@media (max-width: 600px) {
  .xronomixani-left-inner {
    border-width: 0px;
  }
}

@media (max-width: 600px) {
  .xrono-category, #xronomixani .cat-desc, #xronomixani .xrono-article-date, #xronomixani .xrono-article-title {
    border-style: solid;
    border-color: #8B8B8B;
    border-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

@media (max-width: 600px) {
  #xronomixani .xrono-article-title {
    padding-top: 38px;
    padding-bottom: 38px;
    border-bottom-width: 1px;
  }
}

@media (max-width: 600px) {
  .life-first-section-a-article-excerpt {
    display: none;
  }
}

@media (max-width: 600px) {
  .life-second-section-wrapper .common-article {
    flex: 90%;
  }
}

@media (max-width: 600px) {
  .life-second-section-wrapper .common-article {
    margin-top: 25px;
    margin-left: 0px;
  }
}

@media (max-width: 600px) {
  .athlitismos-articles-top-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 600px) {

#full-width-d .container-name p {
    color: #ffffff0f;
    font-size: 500px;
    font-family: 'ProximaNova-Extrabld';
}
 #full-width-d .blur-filter {
    
    background: #00000047 linear-gradient(180deg, #00000000 0%, #000000B3 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
#oikoerg .inner-wrap-right-outer{
  display:none!important;
}
  .athlitismos-article-top:first-child .athlitismos-article-top-info {
    margin: -107px 0 15px 25px;
    border-width: 0px;
    background-color: #2c2c2c;
    z-index: 0;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-top:last-child {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0px;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-top:last-child .athlitismos-article-top-info {
    margin: 0;
    border-width: 0px;
    flex: 70%;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-top:last-child .aspect-ratio-box {
    padding-top: 30%;
    flex: 30%;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-top:last-child .athlitismos-article-top-info p {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-top:last-child .athlitismos-article-top-info h3 {
    font-family: 'ProximaNova-Black';
    font-size: 24px;
    padding: 0 15px 0 15px;
  }
}

@media (max-width: 600px) {
  #full-width-f {
    background-image: repeating-linear-gradient( 135deg, #1A1A1A, #1A1A1A 400px, #D36900 400px,#D36900 1000px,#773C00 1000px, #773C00 1200px,#000 1600px, #000 15000px);
    background-image: repeating-linear-gradient( 135deg, #1A1A1A, #1A1A1A 400px, #5F5F5F 400px,#5F5F5F 1000px,#2c2c2c 1000px, #2c2c2c 1200px,#000 1600px, #000 15000px);
  }
}

@media (max-width: 600px) {
  .athlitismos-article-bot .image-wrapper {
    display: none!important;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-bot-info {
    margin: 15px 0 15px 0;
    border-width: 0px;
  }
}

@media (max-width: 600px) {
  .athlitismos-article-bot-info p, .athlitismos-article-bot-info h3 {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .auto-tech-article-info {
  
    top: 100%;
    bottom:unset;
  
}
.auto-tech-article-spacer {
    height: 0px; 
}
  #full-width-f .container-name p {
    font-size: 80px;
  }
  #home-second-section .v-article .article-title h3 {
    font-family: 'ProximaNova-Black';
    font-size: 21px;
}
#auto-tech {
   
    margin-bottom: 260px;
}
}

@media (max-width: 450px) {
  .article-info-title h2 {
    font-size: 27px;
  }
    #goviral .common-article .artinfo h5 {
    font-family: 'ProximaNova-Extrabld';
    font-size: 22px;
  }
}

@media (max-width: 450px) {
  .oikoerg-rest-article-info h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (min-width: 1400px) {
  .psifidoto-inner-wrapper-right {
    flex: 0.21;
    -ms-flex: 0.21;
  }
}

@media (min-width: 1400px) {
  .psifidoto-inner-wrapper-left-col3 {
    flex: 0.8;
    -ms-flex: 0.8;
  }
}

/*ads*/
.div-gpt-ad-9821629-1.loaded,.div-gpt-ad-9821629-5.loaded,.div-gpt-ad-9821629-7.loaded,.div-gpt-ad-9821629-9.loaded {
  padding-bottom: 30px;
}
.div-gpt-ad-9821629-8.loaded {
  padding-top: 30px;
}



