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

@keyframes orangeHover {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

body {
    background: #fff;
    margin: 0 10px;
    padding:10px;
}
#impressionURL{
    position: absolute;
    top: 0;
    left: 0;
}

.header {
    /*border-top: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    margin: 0 0 20px;
    position: relative;
}


.header .logo {
    margin: 20px 20px 0;
}

.header .logo img {
    width: 100%;
}

h1.title {
    font-family: Georgia, serif;
    font-style: italic;
    letter-spacing: 4.8px;
    text-align: center;
    font-weight: normal;
    font-size: 19px;
    margin-top: 22px;
    line-height: 1.25;
}

.article {
    position: relative;
    margin-top: 20px;
}

.article .topic {
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 800;
    color: #1955a5;
    font-size: 14px;
    letter-spacing: 2.1px;
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    padding: 4px 13px 9px;
    background: #fff;
    z-index: 2;
    transform: translateX(-50%);
    line-height: 0.7;
    width: auto;
    width: fit-content;
}

body.news247 .article .topic {
    font-size: 11px;
    padding: 0px 10px 0px;
    line-height: 1.5;
    letter-spacing: .5px;
    text-align: center;
    background: #ffffff!important;
    color: #1e73be !important;
}

.article .title {
    font-family: "Roboto Slab", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    margin-top: 18px;
    margin-bottom: 25px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    min-height: 46px;
}

body.news247 .article .title {
    font-size: 23px;
    letter-spacing: normal;
    margin-top: 15px;
    margin-bottom: 43px;
    max-height: 80px;
    overflow: hidden;
    display: block;
}

.article .title > a {
    color: #000;
    text-decoration: none;
}

.article .link {
    font-family: Georgia, serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 2.1px;
    font-size: 15px;
    -webkit-tap-highlight-color: #ff500055;
}

body.news247 .footer .link {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .9px;
    line-height: 1.2em;
    width: 72%;
    color: #1e73be;
}

body.news247 .footer {
    height: 47px;
}

.slides {
    position: relative;
}

.slides .owl-item {
    height: calc(100vw - 30px);
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.slides .owl-item > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    -webkit-tap-highlight-color: #ff5000aa;*/
}

body.news247 .owl-item > a {
    -webkit-tap-highlight-color: rgba(226,0,4,.7);

}

.slides .owl-item img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.owl-dots {
    position: absolute;
    height: 20px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dot {
    float: left;
    margin-right: 10px;
}

.owl-dot:last-child {
    margin: 0;
}

.owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    float: left;
    border-radius: 50%;
    border: 1px solid #fff;
}

.owl-dot.active span {
    border-color: #ff5000;
    background-color: #ff5000;
}
body.news247 .owl-dot.active span {
    border-color: #424242;
    background-color: #424242;
}

.footer {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    /*padding-right: 110px;*/
    position: relative;
}

.sponsor-logo {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px;
}
.sponsor-logo span {
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-left: 2px;
}

body.news247 .sponsor-logo span {
    font-size: 7px;
    font-weight: 600;
    top: -3px;
    position: relative;
    background: #fff;
    max-width: 7em;
    padding: 0 4px;
    margin: 0 auto 4px;

}

.sponsor-logo img {
    display: block;
    margin: 0 auto;
    width: 183px;
}
