.viewsBlockReference { padding: 26px 0 0 0; }

.viewsBlockReference  h2 { margin-bottom: 21px; }

.viewsBlockReference  p { margin-bottom: 33px; }

.programTeaserWrapper a{
  text-decoration:none;
}

.viewsBlockReference .slick-list{
    padding: 0 !important;
    width: 100% !important;
}
.viewsBlockReference .pillar-list-wrapper{
    background: rgba(193, 182, 171, 0.2);
    color: #616161;
    position: relative;
    height: 100%;
}
.viewsBlockReference .pillar-list-wrapper .image-title{
    position: absolute;
    top: 168px;
    left: 25px;
    width: 100%;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
}
.viewsBlockReference .pillar-list-wrapper ul{display: none;}
.viewsBlockReference .image .image-zoom{
    height: 181px;
    background-repeat: no-repeat;
    background-size: cover;
}
.viewsBlockReference .text-info{
    padding: 44px 25px 35px 25px;
    margin-bottom: 26px;
}
.viewsBlockReference .text-info strong{
    font-size: 22px;
    letter-spacing: 0;
    line-height: 24px;
    color: #131719;
    font-family:'Lato';
    font-weight: 700;
    display: block;
}
.viewsBlockReference .text-info p{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #616161;
    font-family:'Roboto Slab';
    font-weight: 400;
    margin-bottom: 21px;
    display: block;
}
.viewsBlockReference .text-info p + p{margin-bottom: 0;}

.viewsBlockReference .container_slide{
    padding-top: 70px;
    padding-bottom: 30px;
}

.viewsBlockReference .container_slide .article-teaser .image-info .article-category{
    position: absolute;
    top: auto;
    right: auto;
    bottom: -26px;
    left: 20px;
}
.viewsBlockReference .container_slide  .article-teaser .text-info{
    padding: 20px !important;
}
.viewsBlockReference .container_slide  .article-teaser .text-info .date-info{
    font-size: 10px;
    position: absolute;
    top: 14px;
    right: 20px;
}
.viewsBlockReference .container_slide  .article-teaser .text-info .date-info span{

}

.viewsBlockReference .container_slide .slick-dots {
    background: #ffffff;
    display: block !important;
    bottom: -10px;
}
.viewsBlockReference .container_slide .slick-dots li{
    width: 15px;
}
.viewsBlockReference .container_slide .slick-dots li button:before {
    font-size: 12px;
}

.viewsBlockReference .container_slide .article-teaser .text-body h2{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #616161;
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}

.viewsBlockReference .slick-dots li{
    margin: 0;
}
.viewsBlockReference .slick-dots li button:before {
    font-size: 12px;
}
.viewsBlockReference .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #131719;
}

.program-wrapper .viewsBlockReference.bgGray{
    position: relative;
    background: none;
    padding-bottom: 40px;
}
.program-wrapper .viewsBlockReference{padding-bottom: 40px;}
.program-wrapper .viewsBlockReference.bgGray::before{
    content: "";
    background: rgba(193, 182, 171, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
}


/********* DESKTOP **********/
@media (min-width: 991.98px) {

    .viewsBlockReference { padding: 110px 0 0px 0;}

    .viewsBlockReference .col-12 > h2 {
        font-size: 47px;
        letter-spacing: 0;
        line-height: 54px;
        margin-bottom: 35px;
        max-width: 964px;
    }
    .viewsBlockReference .col-12 > h2 p{
        max-width: 964px;
    }

    .viewsBlockReference .col-12 > p {
        margin-bottom: 33px;
        width: 100%;
        max-width: 964px;
        margin-bottom: 68px;

    }
    .viewsBlockReference .views-row-wrapper{
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-bottom: 144px;
    }
    .viewsBlockReference .views-row{
        width:25%;
        display: flex;
        margin-right: 10px;
    }
    .viewsBlockReference .views-row:last-child{margin-right: 0;}

    .viewsBlockReference .pillar-list-wrapper .image-title{
        position: absolute;
        top: 270px;
        left: 30px;
        width: 100%;
        height: 28px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .viewsBlockReference .pillar-list-wrapper ul{
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70px;
        height: 53px;
        cursor: pointer;
        background: linear-gradient(to right, black 50%, red 50.5%) no-repeat 0 0;
        background-size: 200% 200%;
        background-position: 100% 100%;
        background-clip: content-box;
        transition: background-position 0.3s ease-in-out;
    }
    .viewsBlockReference .pillar-list-wrapper ul:hover{
        background-position: 0 0;
    }
    .viewsBlockReference .pillar-list-wrapper ul::before{
        content: ">";
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        z-index: 5;
        font-size: 22px;
        pointer-events: none;
    }

    .viewsBlockReference .pillar-list-wrapper ul a{
        font-size: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .viewsBlockReference .text-info{
        padding: 40px 30px 102px 30px;
        margin-bottom: 0;
    }
    .viewsBlockReference .text-info strong{
        font-size: 18px;
        margin-bottom: 14px;
    }
    .viewsBlockReference .text-info p{
        margin-bottom: 0px;
        font-size: 14px;
    }
    .viewsBlockReference .image .image-zoom{
        height: 284px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .viewsBlockReference .container_slide{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .viewsBlockReference .container_slide .slick-dots {
        background: #ffffff;
        display: block !important;
        bottom: -10px;
    }
    .viewsBlockReference .container_slide .slick-dots li{
        width: 15px;
    }
    .viewsBlockReference .container_slide .slick-dots li button:before {
        font-size: 10px;
    }

    .viewsBlockReference .container_slide .article-teaser .image-info .article-category{
        position: absolute;
        top: auto;
        right: auto;
        bottom: -26px;
        left: 20px;
    }
    .viewsBlockReference .container_slide  .article-teaser .text-info{
        padding: 60px !important;
    }
    .viewsBlockReference .container_slide  .article-teaser .text-info .date-info{
        font-size: 10px;
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .viewsBlockReference .container_slide  .article-teaser .text-info .date-info span{
        font-size: 14px;
    }
    .viewsBlockReference .container_slide .article-teaser .image-info .article-category{
        position: absolute;
        top: 23px;
        right: -23px;
        left: auto;
    }
    .viewsBlockReference .container_slide .article-teaser .text-info .article-title{
        margin-top: 66px;
    }
    .program-wrapper .viewsBlockReference.bgGray{
        padding-bottom: 70px;
    }
    .program-wrapper .viewsBlockReference{padding-bottom: 70px;}



}

@media (min-width: 992px) and (max-width:1199.98px) {
    .viewsBlockReference .pillar-list-wrapper .image-title{
        height: 20px;
        top:274px
    }
}




/********************** MOBILE - INNER - Η δράση μας - SLIDER_YES *************************/
.pillar-list-inner .image .image-zoom{
    height: 181px;
}
.pillar-list-inner .pillar-list-wrapper h2{
    top: 162px;
}

.pillar-list-inner .pillar-list-wrapper{
    background: #ffffff;
    color: #616161;
    position: relative;
}
.pillar-list-inner .slick-dots{
    background: rgba(193, 182, 171, 0.0);
}

.pillar-list-inner .slick-dotted.slick-slider {
    margin-bottom: 40px;
}
/********************** DESKTOP - INNER - Η δράση μας SLIDER_NO  *************************/
@media (min-width: 991.98px) {

    .pillar-list-inner .pillar-list-wrapper{
        position: relative;
    }
    .pillar-list-inner .pillar-list-wrapper > a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
    }

    .pillar-list-inner .pillar-list-wrapper .image{
        overflow: hidden;
        background-size: cover;
        background-position: center;
        width: 100%;
    }
    .pillar-list-inner .image .image-zoom{
        height: 385px;
    }
    .pillar-list-inner .pillar-list-wrapper h2{
        top: 368px;
    }

    .pillar-list-inner .pillar-list-wrapper .image .image-zoom{transition: transform 0.5s ease;}
    .pillar-list-inner .pillar-list-wrapper:hover .image .image-zoom{transform: scale(1.1);}
    .pillar-list-inner .views-row-wrapper{
        flex-wrap: wrap;
    }
    .pillar-list-inner .views-row {
        width: calc( 6 * (100% - 330px) / 12 +  157px );
        margin-right: 0px;
        margin-bottom: 42px;
        cursor: pointer;
    }
    .pillar-list-inner .views-row:nth-child(3){margin-bottom: 0;}
    .pillar-list-inner .views-row:last-child{margin-bottom: 0;}
    .pillar-list-inner .pillar-list-wrapper ul {display: none;}
    .pillar-list-inner  .text-info {
        padding: 46px 30px 65px 30px;
        margin-bottom: 0;
    }
    .pillar-list-inner .views-row-wrapper .text-info strong{
        font-size:24px;
        color: #131719;
        letter-spacing: 0;
        line-height: 32px;
        font-family: 'Lato';
        font-weight: 800;
        margin-bottom: 20px;

    }
    .pillar-list-inner .pillar-list-wrapper h2 a{
        color: #ffffff ;
        text-decoration: none;
        font-size: 20px;
        letter-spacing: 4.2px;
        line-height: 20px;
        font-family: 'Lato';
        font-weight: 500;
        text-transform: uppercase;
    }
    .pillar-list-inner .pillar-list-wrapper h2::after {
        height: 8px;
    }
}

/* ********************************** articles teasers   ******************************************88 */

/* .author-paragraph .viewsBlockReference {
    background: rgba(193, 182, 171, 0.2) !important ;
} */
.viewsBlockReference  p{
    max-width: 964px;
}
.article-wrapper .viewsBlockReference{
    padding: 70px 0 80px;
}
.viewsBlockReference .views-row-article{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.viewsBlockReference .views-row-article form{width: 100%;}
.viewsBlockReference .views-row-article .views-row{
    width: calc(50% - 8px);
    margin-right: 0;
    background: white;
    position: relative;
    margin-right: 16px;
    margin-bottom: 18px;
    display: block;
}


.viewsBlockReference .views-row-article .views-row:nth-child(even){
  margin-right: 0;
}

.viewsBlockReference .contentxd .views-row-article .views-row:nth-child(even){
  margin-right: 4px;
}

/* article-teaser */

.viewsBlockReference .article-teaser{
    display: flex;
    position: relative;
}
.viewsBlockReference .article-teaser .link{
    content: "";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;


}
.viewsBlockReference .article-teaser .article-title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    font-family: 'Lato';
    font-weight: 800;
    margin-bottom: 12px;

}
.viewsBlockReference .article-teaser .article-title a{
    color: #131719;
    text-decoration: none;
}
.viewsBlockReference .article-teaser .image-info {
    position: relative;
    width: 235px;
    flex: none;
}
.viewsBlockReference .article-teaser .image-info .article-category{
    position: absolute;
    top: 16px;
    right: -16px;
}
.viewsBlockReference .article-teaser .image-info .article-category a {
    min-width: 100px;
    height: 58px;
    background: red;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 800;
    padding: 0 10px;
}
.viewsBlockReference .article-teaser .image-info .image{
    height: 254px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background: green; */
}

.viewsBlockReference .article-teaser .text-info{
    padding: 40px 37px 18px 37px;
    position: relative;
}
.viewsBlockReference .article-teaser .text-info .date-info{
    position: absolute;
    top: 18px;
    right: 18px;
}
.viewsBlockReference .article-teaser .text-info .article-title{
    margin-top: 28px;
}
.viewsBlockReference .article-teaser .text-info .text-body{
    font-size: 14px;
    letter-spacing:0;
    line-height: 19px;
}

.viewsBlockReference .article-teaser .text-info span{
    display: block;
    font-weight: 700;
    color: #E30613;
    font-size:14px;
    line-height: 19px;

}

.viewsBlockReference .article-teaser .text-info .date-info span{
    color: #616161;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-align: end;
    margin-bottom: 29px;
}

.links{display: none;}

@media (max-width: 992px) {
    .viewsBlockReference .article-teaser{
        display: flex;
        flex-direction: column;
    }

    .viewsBlockReference .article-teaser .image-info {
        width: 100%;
    }
    .viewsBlockReference .article-teaser .image-info .image{
        height: 170px;
        max-width: 100%;
        width: 100%;
        /* background: green; */
    }
    .viewsBlockReference .article-teaser .text-info{
        width: 100% !important;
        padding: 10px 10px !important;
    }

    .viewsBlockReference .article-teaser .image-info .article-category{
        position: absolute;
        top: auto;
        right: auto;
        bottom: -20px;
        left: 10px;
    }
    .viewsBlockReference .article-teaser .image-info .article-category a {
        min-width: 75px;
        height: 42px;
        font-size: 12px;
        line-height: 15px;
		padding: 0 5px;

    }
    .viewsBlockReference .article-teaser .text-info .date-info{
        font-size: 10px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

/* ********************************** program teasers   ****************************************** */
.program-teaser-inner .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.viewsBlockReference .program-teaser-inner .views-row h2,
.viewsBlockReference .program-teaser-inner .views-row footer {
    display: none;
}
.viewsBlockReference .program-teaser-inner .views-row{
    width: calc(33.33% - 16px);
    margin: 0 8px 16px;
    display: block;
}
.program-teaser-inner .programTeaserWrapper .program-Image{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.program-teaser-inner .programTeaserWrapper .program-Image.overlay{
    position: relative;
    z-index: 0;
}
.program-teaser-inner .programTeaserWrapper .program-Image.overlay::before{
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background: #D6C4B1;
    opacity: 0.8;
    z-index: 10;

}
.program-teaser-inner .programTeaserWrapper .program-Image .program-image-zoom{
    height: 242px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.5s ease;
}

.program-teaser-inner .programTeaserWrapper .program-Image:hover .program-image-zoom{
    transform: scale(1.1);
}

.program-teaser-inner .programTeaserWrapper .CTAButton{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    text-align: center;
    padding: 0 15px;

}
.program-teaser-inner .programTeaserWrapper .CTAButton span{
    text-decoration: none;
    text-transform: uppercase;
}
/* ********************************** program inner    ****************************************** */
.program-wrapper .viewsBlockReference .views-row h2,
.program-wrapper .viewsBlockReference .views-row footer {
    display: none;
}

.program-wrapper  .viewsBlockReference .program-teaser-inner,
.program-wrapper  .viewsBlockReference .program-teaser-inner > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.program-wrapper .viewsBlockReference .program-teaser-inner .views-row{
    width: calc(33.33% - 16px);
    margin: 0 8px 16px;
    display: block;
}
/* .program-wrapper .viewsBlockReference .program-teaser-inner .views-row .more-link{
    padding: 54px 0 70px;
    margin: 0 auto;
}
.program-wrapper .viewsBlockReference .program-teaser-inner .views-row .more-link a{
    background: #FF0000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    height: 69px;
    display: flex;
    align-items: center;
    padding: 0 30px;
} */
.program-wrapper .program-time > div {
    font-weight: 700;
}


@media(max-width:991.8px){
  .program-wrapper .viewsBlockReference .program-teaser-inner,
  .program-wrapper .viewsBlockReference .program-teaser-inner > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .viewsBlockReference .program-teaser-inner .views-row {
    width: calc(53.33% - 14px);
    margin: 0px 1px 16px 0px;
    display: block;
  }

  .program-wrapper .viewsBlockReference .program-teaser-inner .views-row {
    width: calc(53.33% - 14px);
    margin: 0px 1px 16px 0px;
    display: block;
  }

  .program-teaser-inner .programTeaserWrapper .program-Image .program-image-zoom {
  height: 155px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  }
}

