.m0{
  margin:0;
}
.mt25{
  margin-top:25px;
}

.new_imerologio_drasewn{
  background-image: url(../images/new_map_bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding:50px;
  display:flex;
}
.new_imerologio_drasewn .contest_banner{
  padding-right: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.imerologio_dilwsi{
  background:#fff;
  padding:30px;
  min-width: 360px
}

.imerologio_dilwsi .imerologio_action{
  white-space: nowrap;
}


@media only screen and (max-width: 1400px) {

  .imerologio_dilwsi{
    background:#fff;
    padding:30px;
    min-width: 300px;
  }  

}


@media only screen and (max-width: 1200px) {
  .new_imerologio_drasewn{
    flex-direction: column;
  }
  .imerologio_dilwsi{
    margin-top:20px;
    padding: 12px;
    min-width: auto;
  }
  .imerologio_dilwsi img{
    max-width: 60px;
  }
  .imerologio_dilwsi .imerologio_action{
    margin-top:8px;
    padding:20px 0;
  }
  .new_imerologio_drasewn .contest_banner{
    padding-right: 0px;
  }
  .new_imerologio_drasewn{
    background-position: 20% bottom;
    padding: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .new_imerologio_drasewn .learn_more{
    display: block;
  }
  .imerologio_dilwsi img{
    display: none;
  }
}





.sm_titles.justify_between{
  align-items: baseline;
}
.sm_titles .learn_more::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 0.6rem;
  margin-left: 5px;
}
.sm_titles .learn_more{
  width:92px;
  margin-left: 5px;
}

.stackNews .col_item_published{
  color:#b1b1b1;
}
.stackNews .col_item_txt_container {
  min-height: 80px;
  padding: 10px;
  position: relative;
}
.stackNews .col_item_txt_container .col_item_txt .font09.bold_weight{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.epikairotita_stack a:not(:first-child) .col_item{
  display: flex;
  margin-top:20px;
}
.epikairotita_stack a:not(:first-child) .col_item .col_item_img{
  width: 83px;
  overflow: visible;
}
.epikairotita_stack a:not(:first-child) .col_item .col_item_img img{
  width: 83px;
  height: 83px;
  object-fit: cover;
  overflow: visible;
}

.stackNews:not(.epikairotita_stack) .col_item{
  display: flex;
  margin-top:20px;
}
.stackNews:not(.epikairotita_stack) .col_item .col_item_img{
  width: 83px;
  overflow: visible;
}
.stackNews:not(.epikairotita_stack) .col_item .col_item_img img{
  width: 83px;
  height: 83px;
  object-fit: cover;
  overflow: visible;
}


@media only screen and (min-width: 500px) and (max-width: 991px) {

   
  .epikairotita_stack a .col_item{
    display: flex;
    margin-top:20px;
  }
  .epikairotita_stack a .col_item .col_item_img{
    width: 183px !important;
    overflow: visible !important;
  }
  .epikairotita_stack a .col_item .col_item_img img{
    width: 183px !important;
    height: 103px !important;
    object-fit: cover !important;
  }
  .stackNews .col_item_txt_container div .font09{
    font-size:1.1rem;
  }

}


@media only screen and (max-width: 499px) {
  .stackNews .col_item_txt_container div .font09{
    font-size:0.9rem !important;
  }
}


.new_volunteer{
  margin-top:30px;
  background-image: url(../images/volunteer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:30px 20px 20px;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
}
.info_window_js{
  min-height: 350px;
  margin-top:30px;
  padding:20px;
  display:flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  background-color: #eeeff4;
}

.info_window_js img{
  margin-bottom:10px;
}

@media only screen and (max-width: 576px) {
  .new_volunteer,
  .info_window_js{
    min-height: auto;
  }
}

.epitropi_products_link_container{
  perspective: 100px;
  height:100%;
}
.epitropi_products_link{
  background-image:url(../images/epitropi_products.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height:100%;
  position: relative;
-webkit-box-shadow: inset 0px 0px 0px 10px rgba(67,73,85,0.55);
-moz-box-shadow: inset 0px 0px 0px 10px rgba(67,73,85,0.55);
box-shadow: inset 0px 0px 0px 10px rgba(67,73,85,0.55);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out
}
.epitropi_products_link:hover{
  -webkit-transform: rotateY(-3deg) rotateX(0deg);
  transform: rotateY(-3deg) rotateX(0deg);

}

.epitropi_products_link p{
  padding:20px 30px;
  font-weight: 900;
}

.epitropi_products_link img{
  position: absolute;
  bottom:-15px;
  right:15px;
  max-width: 180px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out
}
.epitropi_products_link:hover img{
  -webkit-transform: rotateY(3deg) rotateX(0deg);
  transform: rotateY(3deg) rotateX(0deg);
}


@media only screen and (max-width: 991px) {
  .epitropi_products_link_container{
    height:300px;
    margin:30px 0;
    perspective: 300px;
  }
  .epitropi_products_link{
    height:300px;
    background-position: left center;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .epitropi_products_link img{
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .epitropi_products_link:hover{
    -webkit-transform: rotateY(0deg) rotateX(5deg);
    transform: rotateY(0deg) rotateX(5deg);
  }
  .epitropi_products_link:hover img{
    -webkit-transform: rotateY(0deg) rotateX(-5deg);
    transform: rotateY(0deg) rotateX(-5deg);
  }
}

@media only screen and (max-width: 767px) {
  .epitropi_products_link_container{
    height:240px;
    margin:30px 0;
    perspective: 240px;
  }
  .epitropi_products_link{
    height:240px;
    background-position: left center;
  }
  .epitropi_products_link img{
    position: absolute;
    bottom:-15px;
    right:15px;
    max-width: 150px;
  }
}

.home_videos{
  margin-bottom:20px;
}
@media only screen and (max-width: 991px) {
  .home_videos:first-child{
    margin-top:20px;
  }
}
.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_imgLink {
    min-width: 150px;
    max-width: 150px;
    width: 100%;
}


@media only screen and (min-width: 992px) {
  .col-xl-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-20 .col_item_txt_container {
      min-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-xl-20 .col_item_txt_container {
      min-height: 82px;
  }
  .col-xl-20{
    margin-bottom:30px;
  }
}
@media only screen and (max-width: 767px) {
  .col-xl-20 .col_item_txt_container {
      min-height: 83px;
      padding:10px;
  }
  .diavaste_section .col_item{
    display: flex;
    margin-top:20px;
  }
  .diavaste_section .col_item .col_item_img{
    width: 83px;
    overflow: visible;
  }
  .diavaste_section .col_item .col_item_img img{
    width: 83px;
    height: 83px;
    object-fit: cover;
    overflow: visible;
  }
}



.new_diagwnismos_banner{
  background-image: url(../images/new_diagwnismos.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:30px;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 500px;
}
.gen_btn{
  background:#fff;
  padding:10px 16px;
}
.gen_btn a{
  font-weight: 700;
}

.home_second_article_swiper{
  width:100%;
  height: 500px;
}
.home_second_article_swiper .swiper-slide{
  height: 500px;
}


@media only screen and (max-width: 991px) {
  .new_diagwnismos_banner{
    height: auto;
    margin-top:30px;
  }
  .home_second_article_swiper{
    height: 400px;
  }
  .home_second_article_swiper .swiper-slide{
    height: 400px;
  }
}

.swiper-slide-video{
  background-size: 100px, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.home_second_article_swiper_content{
  width:100%;
  height:100%;
  padding:40px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.home_second_article_swiper_content_txt{
  color:#fff;
}
.home_second_article_swiper_content_category{
  background:#2d96df;
  display: inline-block;
  padding:0px 6px;
  font-size:1rem;
}
.home_second_article_swiper_content_title{
  font-weight: 900;
  font-size:2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_second_article_swiper_content_date{
  font-weight: 200;
  font-size:1rem;
  margin-top:15px;
}
@media only screen and (max-width: 576px) {
  .home_second_article_swiper_content_category,
  .home_second_article_swiper_content_date{
    font-size:0.9rem;
  }
  .home_second_article_swiper_content_title{
    font-size:1.6rem;
    margin-top:5px;
  }
}

.i_dikisou_psifida .block-cover-image{
  min-height: 270px;
}
.i_dikisou_psifida .block-cover-image .block-cover-image-text, .block-cover-image h2{
  padding-top: 0px;
}


.block-cover-image .block-cover-image-text h2 {
    color: #0b1223;
}

.block-cover-image.has-background-dim .block-cover-image-text h2 {
    color: #fff;
}

.social_banner .social_icons a {
    margin-right: 2px;
}
.social_banner .social_icons a:nth-child(4) {
    margin-right: 0px;
}




.new_xrwmatizontas21{
  background:#f6f6f6;
}

.new_xrwmatizontas21_in{
  position: relative;
}

.new_xrwmatizontas21 .titlePadLR,
.subTitleXr{
  max-width: 50%;
}

.new_xrwmatizontas21_bg{
  background-image: url(https://greece2021.gr/images/colour_pages/large_banner_colorpages.jpg);
  background-position: center;
  background-size: cover;
  width:50%;
  height:400px;
  position: absolute;
  top:0px;
  right:0px;
}

.new_xrwmatizontas21_container{
  margin-top:60px;
  padding: 0 20px;
}

.new_xrwmatizontas21_container img{
  width:100%;
}

.new_xrwmatizontas21 .swiper-pagination{
  position: relative;
  margin-top:50px;
}

.new_xrwmatizontas21_container .swiper-slide{
  -webkit-box-shadow:  0px 0px 0px 2px rgba(255,255,255,1), 0px 8px 20px 2px rgba(153,153,153,0.45);
  -moz-box-shadow:  0px 0px 0px 2px rgba(255,255,255,1), 0px 8px 20px 2px rgba(153,153,153,0.45);
  box-shadow:  0px 0px 0px 2px rgba(255,255,255,1), 0px 8px 20px 2px rgba(153,153,153,0.45);
  margin-top:2px;
  position: relative;
}

.new_xrwmatizontas21_container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0b1223;
}
.new_xrwmatizontas_bottom{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.new_xrwmatizontas21 .new_xrwmatizontas_bottom .upload_btn{
  background: #000; 
  color:#fff;
  border:1px solid #000;
  border-radius: 0px;
  display: inline-block;
  padding: 10px 20px;
  min-height: 46px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.new_imerologio_drasewn a.learn_more{
  background: #fff; 
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gen_btn{
  background: #fff; 
  border:1px solid #000;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.new_xrwmatizontas21 .new_xrwmatizontas_bottom .upload_btn:hover,
.new_imerologio_drasewn a.learn_more:hover,
.gen_btn:hover{
  background: #334163; 
  color:#fff !important;
}


.colorpages_dl{
  display: block;
  position: absolute;
  bottom:10px;
  right:10px;
  border-radius: 100px;
  background:#fff;
  padding:12px;
  -webkit-box-shadow:  0px 8px 16px 2px rgba(153,153,153,0.45);
  -moz-box-shadow:  0px 8px 16px 2px rgba(153,153,153,0.45);
  box-shadow:  0px 8px 16px 2px rgba(153,153,153,0.45);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.colorpages_dl img{
  max-width: 17px;
  display: block;
}
.colorpages_dl:hover{
  -webkit-box-shadow:  0px 2px 4px 0px rgba(153,153,153,0.45);
  -moz-box-shadow:  0px 2px 4px 0px rgba(153,153,153,0.45);
  box-shadow:  0px 2px 4px 0px rgba(153,153,153,0.45);
}


.new_xrwmatizontas21_container .swiper-slide{
  min-height: 200px;
  background:rgba(255,255,255,0.8);
}




@media only screen and (max-width: 1150px) {
  .new_xrwmatizontas_bottom{
    justify-content: center;
    flex-direction: column;
  }
  .new_xrwmatizontas_bottom .upload_btn{
    margin-top:20px;
  }
}

@media only screen and (max-width: 991px) {
  .new_xrwmatizontas21 .titlePadLR, .subTitleXr {
      max-width: 100%;
  }
  .new_xrwmatizontas21_bg {
    width: 100%;
    height: 300px;
    top: auto;
  }
  .new_xrwmatizontas_bottom {
    text-align: center;
  }
}


@media only screen and (max-width: 767px) {
  .home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_in .sansimera_timeline_content_body {
      font-size: 1.2rem;
      color: #fff;
      font-weight: 300;
      display: -webkit-box;
      -webkit-line-clamp: initial;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.8rem;
      max-height: initial;
  }
  .home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_in .sansimera_timeline_content_body a{
    display: block;
  }
}