
.efimerides_home_before_after{
    /*background-image:url(http://greece2021.mainsys.eu/images/old_paper.jpg);*/
    position: relative;
}
/*.efimerides_home_before_after:before{*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height: 240px;*/
/*    content:'';*/
/*    background-image:url(http://greece2021.mainsys.eu/images/cloud_top.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.efimerides_home_before_after:after{*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height: 240px;*/
/*    content:'';*/
/*    background-image:url(http://greece2021.mainsys.eu/images/cloud_down.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position-y: bottom;*/
/*}*/
.efimerides_home_in{
    padding:0px 0;
    text-align: center;
}
.efimerides_home_content{
    margin-top:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.efimerides_home_content a{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*    flex-direction: column;*/
/*    background-position: top center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    height:400px;*/
/*    width:280px;*/
/*    border:1px solid #0b1223;*/
/*    margin:10px 10px;*/
/*    padding:20px;*/
/*    background-color:rgba(255,255,255,0);*/
/*    -webkit-transition:all 0.25s ease-in-out;*/
/*    transition:all 0.25s ease-in-out;*/
/*}*/
.efimerides_home_content a:hover{
    background-color:rgba(255,255,255,1);
    -webkit-transform:translate(-6px, -6px);
    transform:translate(-6px, -6px);
    -webkit-box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
    box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
}
.efimerides_home_content a i {
    align-self: flex-end;
    font-size: 1.5rem
}
.efimerides_home_content a h6{
    text-align: left;
    font-size:1.275rem;
    font-weight: 700;
    margin:0;
}
@media only screen and (max-width: 991px) {
    .efimerides_home_content{
        flex-wrap: wrap
    }
    .efimerides_home_content a{
        flex: 0 0 45%;
        width:45%;
    }
}
@media only screen and (max-width: 575px) {
    .efimerides_home_content{
        flex-wrap: wrap
    }
    .efimerides_home_content a{
        height:260px;
        flex: 0 0 43%;
        width:43%;
        padding:10px;
        margin:4px 4px;
    }
    .efimerides_home_content a h6{
        text-align: left;
        font-size:1rem;
        font-weight: 700;
        margin:0;
    }
    /*.efimerides_home:before{*/
    /*    height: 140px;*/
    /*    background-size: 100%;*/
    /*}*/
    /*.efimerides_home:after{*/
    /*    height: 140px;*/
    /*    background-size: 100%;*/
    /*}*/
}



.efimerides_list_header .banner_imgs{
    padding-top:100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.efimerides_list a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height:160px;
    border:1px solid #0b1223;
    padding:20px;
    background-color:rgba(255,255,255,0);
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.efimerides_list a:hover{
    background-color:rgba(255,255,255,1);
    -webkit-transform:translate(-6px, -6px);
    transform:translate(-6px, -6px);
    -webkit-box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
    box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
}
.efimerides_list a i {
    align-self: flex-end;
    font-size: 1.5rem
}
.efimerides_list a h6{
    text-align: left;
    font-size:1.275rem;
    font-weight: 700;
    margin:0;
}
@media only screen and (max-width: 991px) {
    .efimerides_list{
        flex-wrap: wrap
    }
}
@media only screen and (max-width: 575px) {
    .efimerides_list{
        flex-wrap: wrap
    }
    .efimerides_list a{
        min-height:90px;
        padding:10px;
    }
    .efimerides_list a h6{
        text-align: left;
        font-size:1rem;
        font-weight: 700;
        margin:0;
    }
}

.efimerides_list_header .banner_imgs{
    padding-top:100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.efimerides_inner_header h6{
    background: #f1f1f1;
    color: #0b1223;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 14px;
    margin-bottom: 15px;
}

.efimerida_img_preview{
    position: sticky;
    top:100px;
    margin-bottom:30px;
}
.efimerida_img_preview img{
    width: 100%;
}

a.btn_primary{
    background:#2d96df;
    color:#fff !important;
    padding:6px 8px;
    border-radius:3px;
    display: inline-block;
    margin-bottom:5px;
    margin-right: 5px;
}
a.btn_primary:hover{
    background:#288acf;
}
a.btn_primary i{
    margin-right:10px;
}
a.btn_secondary{
    background:#2f467d;
    color:#fff !important;
    padding:6px 8px;
    border-radius:3px;
    display: inline-block;
    margin-bottom:5px;
}
a.btn_secondary:hover{
    background:#253968;
}
a.btn_secondary i{
    margin-right:10px;
}

.article_content a {
    font-size: 1rem;
}

/*ΙΣΤΟΡΙΚΑ ΤΕΥΧΗ*/

.efimerides_home_before_after{
    position: relative;
}
/*.efimerides_home_before_after:before{*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    content:'';*/
/*    background-image:url(http://greece2021.mainsys.eu/images//cloud_top.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.efimerides_home_before_after:after{*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    content:'';*/
/*    background-image:url(http://greece2021.mainsys.eu/images/cloud_down.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position-y: bottom;*/
/*}*/
.efimerides_home_content{
    margin-top:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.efimerides_home_content a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height:400px;
    width:280px;
    border:1px solid #0b1223;
    margin:10px 10px;
    padding:20px;
    background-color:rgba(255,255,255,0);
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.efimerides_home_content a:hover{
    background-color:rgba(255,255,255,1);
    -webkit-transform:translate(-6px, -6px);
    transform:translate(-6px, -6px);
    -webkit-box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
    box-shadow:6px 6px 0px 0px rgba(0,0,0,0.2);
}
.efimerides_home_content a i {
    align-self: flex-end;
    font-size: 1.5rem
}
.efimerides_home_content a h6{
    text-align: left;
    font-size:1.275rem;
    font-weight: 700;
    margin:0;
}
@media only screen and (max-width: 991px) {
    .efimerides_home_content{
        flex-wrap: wrap
    }
    .efimerides_home_content a{
        flex: 0 0 45%;
        width:45%;
    }
}
@media only screen and (max-width: 575px) {
    .efimerides_home_content{
        flex-wrap: wrap
    }
    .efimerides_home_content a{
        height:260px;
        flex: 0 0 43%;
        width:43%;
        padding:10px;
        margin:4px 4px;
    }
    .efimerides_home_content a h6{
        text-align: left;
        font-size:1rem;
        font-weight: 700;
        margin:0;
    }
    /*.efimerides_home_before_after:before{*/
    /*    height: 140px;*/
    /*    background-size: 100%;*/
    /*}*/
    /*.efimerides_home_before_after:after{*/
    /*    height: 140px;*/
    /*    background-size: 100%;*/
    /*}*/
}