@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,800|Roboto+Slab:400,600,800,900&display=swap&subset=greek-ext');

@font-face {
    font-family: PFDinTextCondPro;
    src: url(../fonts/PFDinTextCondPro-Regular.eot);
    src: url(../fonts/PFDinTextCondPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCondPro-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: PFDinTextCondProMedium;
    src: url(../fonts/PFDinTextCondPro-Medium.eot);
    src: url(../fonts/PFDinTextCondPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCondPro-Medium.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: PFDinTextCondPro;
    src: url(../fonts/PFDinTextCondPro-Bold.eot);
    src: url(../fonts/PFDinTextCondPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/PFDinTextCondPro-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: PFBeauSansPro;
    src: url(../fonts/PFBeauSansPro-Regular.eot);
    src: url(../fonts/PFBeauSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PFBeauSansPro-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}


html {
    overflow: hidden;
}

body {
    display: none;
    background: #fff;
    margin: 0;
    padding: 0;
}

#impressionURL {
    position: absolute;
    top: 0;
    left: 0;
}

body:not(.sport24) {
    background: #fff;
    margin: 0 auto;
    width: 980px;
    padding-top: 10px;
}

.header {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    height: 76px;
    margin: 9px 0 19px;
}

.header:after,
.header:before {
    content: "";
    position: absolute;
    width: calc(100% - 390px);
    right: 0px;
}

.header:before {
    border-top: 4px solid #000000;
    bottom: 2px;
}

.header:after {
    border-top: 1px solid #000000;
    bottom: 8px;
}

.header .title {
    font-family: Georgia, serif;
    color: #e20004;
    font-style: italic;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    letter-spacing: 0.1em;
}

.header .title.left {
    left: calc(50% - 318px);
}

.header .title.right {
    left: calc(50% + 164px);
}

.header .widget-logo {
    display: flex;
    position: relative;
    margin: -76px 4px 0;
    width: 374px;
    height: 150px;
    background-repeat: no-repeat;
    background-image: url("../img/logo-world-enviroment-day.svg");
    background-size: contain;
    background-position: center bottom;
}

.header .sponsor-logo {
    display: flex;
    position: relative;
    top: -11px;
    text-decoration: none;
    color: #000;
}

.header .sponsor-logo span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 0 auto 13px;
    letter-spacing: 0.8px;
    background: #fff;
    max-width: 7em;
}

.header .sponsor-logo img {
    display: flex;
    width: auto;
    height: 74px;
}

.slides {
    height: 340px;
    overflow: hidden;
    display: block;
    position: relative;
}

.slide {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 340px;
}

.slide.active {
    display: block;
}

.slide a:hover {
    opacity: 0.8;
}

.slide .image {
    display: block;
    margin-left: 5px;
    width: 650px;
    height: 100%;
    max-height: 340px;
    float: left;
    position: relative;
}

.slide .image img {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slide .info {
    display: block;
    float: left;
    width: 315px;
    text-align: center;
    padding: 55px 25px 18px 25px;
    box-sizing: border-box;
}

body:not(.sport24) .slide .info {
    width: 325px;
}

.slide .info>* {
    position: relative;
    top: 1px;
    left: 1px;
}

.slide .topic {
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    color: #3bab36;
    font-size: 12px;
    letter-spacing: normal;
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.slide .topic:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #424242;
    width: 40px;
}

.slide .title {
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: normal;
    margin-top: 9px;
}

body.news247 .slide .title {
    max-height: 144px;
    overflow: hidden;
}

.slide .title a {
    text-decoration: none;
    color: black;
}

.slide .arrow {
    display: block;
    margin: 27px auto 34px;
    width: 42px;
    height: 42px;
    padding: 12px 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #3bab36;
    left: 4px;
    top: -1px;
}

.slide .arrow img {
    filter: none;
    width: 8px;
    height: 14px;
    transform: scale(1.5);
}

.thumbnails {
    display: block;
    position: relative;
    width: 100%;
    max-width: 980px;
    border-top: 1px solid #193d5e;
    border-bottom: 1px solid #193d5e;
    margin-top: 18px;
    padding: 18px 0 22px 4px;
    margin-left: -4px;
}

body.news247 .thumbnails {
    overflow: hidden;
}

.thumbnails:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 2px;
}

.thumbnails ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumbnails ul:after {
    content: '';
    display: table;
    clear: both;
}

.thumbnail {
    width: calc((100% - 20px) / 6);
    height: 114px;
    float: left;
    margin-right: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.thumbnail:not(.sport24) {
    max-width: 154px;
    margin-right: 11px;
}

.thumbnail:last-child {
    margin-right: 0;
}

.thumbnail img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.thumbnail span {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 114px;
    font-size: 12px;
    letter-spacing: 1.8px;
}

.thumbnail.active span,
.thumbnail:hover span {
    display: block;
}
