.cc-close{
	display: none!important;
}

.button_in_timeline.active {
	background: #2d96df;
	color: #fff!important
	}
.one_of,
.two_of{
  width:100%;
}
/*Allages gia enotita special articles display*/

.epikairotita .epikairotita-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.epikairotita .epikairotita-row .col_link {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
	align-self: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
@media only screen and (max-width: 1199px) {
  .epikairotita .epikairotita-row .col_link {
      -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
      flex: 1 1 33%;
  }
}
@media only screen and (max-width: 767px) {
	.epikairotita .epikairotita-row .col_link {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
  }
/*Allages gia enotita special articles display*/
.colorpages_page{
    /*background-image:url(img/colorpages_pattern.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .colorpages_content{
    margin-bottom:30px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    position:relative;
    overflow: hidden;
  }
  .colorpages_content:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
  }
  .colorpages_content_overlay{
    opacity:0;
    background:rgba(0,0,0,0.4);
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
  }
  .colorpages_content:hover .colorpages_content_overlay{
    opacity:1;
  }
  .colorpages_content_title{
    position: absolute;
    top:0px;
    left:0px;
    padding:20px;
    color:#fff;
    font-weight: 900;
    font-size:1.2rem;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
    opacity: 0;
  }
  .colorpages_content:hover .colorpages_content_title{
    -webkit-transform:translateY(0%);
    transform:translateY(0%);
    opacity: 1;
  }
  .colorpages_content .action_btns{
    position: absolute;
    bottom:0;
    right:0;
    padding:15px;
    overflow: hidden;
  }
  .colorpages_content .action_btns a{
    padding:15px;
    background:#fff;
    margin-right:8px;
    display: inline-block;
    line-height: 0.1px;
    font-size:1.2rem;
    border-radius: 100px;
    -webkit-transition:all 0.25s cubic-bezier(.24,.49,.71,.86);
    transition:all 0.25s cubic-bezier(.24,.49,.71,.86);
    color:#2d96df;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    opacity:0;
  }
  .colorpages_content .action_btns a:last-child{
    margin-right:0;
  }
  .colorpages_content:hover .action_btns a{
    -webkit-transition:all 0.25s cubic-bezier(0,.68,.4,1.16);
    transition:all 0.25s cubic-bezier(0,.68,.4,1.16);
    -webkit-transform:translateY(0%);
    transform:translateY(0%);
    opacity:1;
  }
  .colorpages_content .action_btns a:last-child{
    transition-delay: 0.125s;
  }
  .colorpages_content .action_btns a:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    transition-delay: 0s;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
  }













.filters_in{
    display: inline-block;
    margin-right:12px;
  }
  .filters_in select{
    background:#f2f3f3;
    border-bottom:0px;
  }
  .filters_in .general{
    border-bottom:0px;
    padding: 12px 18px;
  }
  .filters_in .box_btn_search{
    margin-bottom: 20px;
  }
  .filters_in .box_btn_search .btn {
    color: #fff;
    text-decoration: none;
    width: auto;
    vertical-align: inherit;
    font-weight: 300;
    background: #0b1223;
    border: 1px solid #0b1223;
    border-radius: 0px;
    padding: 10px 18px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
}
  .filters_in .box_btn_search .btn:hover {
    background: #334163;
    border: 1px solid #0b1223;
}

.colorpages-view_content{
    margin-bottom:30px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    position:relative;
    overflow: hidden;
  }
  .colorpages-view_content:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
  }
  /*
  .colorpages-view_content .colorpages_content_overlay{
    opacity:0;
    background:rgba(0,0,0,0.4);
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
  }
  .colorpages-view_content:hover .colorpages_content_overlay{
    opacity:1;
  }
  */
  .colorpages-view_content .colorpages_content_title{
    /*    
    position: absolute;
    bottom:0px;
    left:0px;
    padding:20px;
    color:#fff;
    font-weight: 900;
    font-size:1.2rem;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    opacity: 0;
    */
    padding: 6px 0 12px;
    text-align: center;
    font-weight: 900;
    font-size:1.2rem;
  }
  .colorpages-view_content:hover .colorpages_content_title{
    -webkit-transform:translateY(0%);
    transform:translateY(0%);
    opacity: 1;
  }


.colorpagesModal .modal-header{
  background:#2d96df;
}
.colorpagesModal .contact_form_container input,
.colorpagesModal .contact_form_container textarea{
  width:100%;
}
.colorpagesModal .contact_form_container input[type=submit]{
  margin-bottom: 0;
}
.modal.fade.colorpagesModal .modal-dialog {
  transform: translate(0, 10%);
}
.modal.show.colorpagesModal .modal-dialog {
  transform: translate(0, 0px);
}
.colorpagesModal .hero_preview_photo{
  width:100%;
  height:250px;
  background:#f9f9f9;
  margin-bottom: 20px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.colorpagesModal .hero_default_content{
  text-align: center;
  cursor: pointer;
}
.colorpagesModal .hero_default_content div{
  color:#a5a5a5;
}
.colorpagesModal .remove_preview_photo{
  position:absolute;
  top:0px;
  right:0px;
  padding:20px;
  cursor:pointer;
  line-height: 0;
  text-shadow: 0px 2px 8px #000;
  color:#fff;
  display:none;
}

.add_colorpages_btn_container{
  position:fixed;
  bottom:0px;
  right:0px;
  padding:30px;
  z-index: 2;
}
.add_colorpages_btn{
  color:#fff;
  background:#2d96df;
  width:50px;
  height:50px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 100px;
  cursor:pointer;
  overflow: hidden;
/*  -webkit-box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);
  -moz-box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);
  box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);*/
  -webkit-box-shadow: 0 0 0 rgba(123,184,224,0.6);
  -moz-box-shadow: 0 0 0 rgba(123,184,224,0.6);
  box-shadow: 0 0 0 rgba(123,184,224,0.6);
  animation: pulse 2s infinite;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(123,184,224, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(123,184,224, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
    box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(123,184,224, 0);
      box-shadow: 0 0 0 20px rgba(123,184,224, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(123,184,224, 0);
      box-shadow: 0 0 0 0 rgba(123,184,224, 0);
  }
}
.add_colorpages_btn:hover{
  width:290px;
  animation: none;
}
.add_colorpages_btn span{
  opacity:0;
  font-weight: 300;
  margin-left:8px;
  min-width:267px;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
.add_colorpages_btn:hover span{
  opacity:1;
}
@media (max-width: 768px){
  .add_colorpages_btn span{display: none;}
  .add_colorpages_btn:hover{
    width:50px;
  }
  .add_colorpages_btn{
    justify-content: center;
  }
}



/*San shmera module*/

.home_sansimera{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
	.home_sansimera .titlePadLR{
	border-color: transparent;
	}
	.home_sansimera .titlePadLR h1{
	display: flex;
	align-items: center;
	}
	.home_sansimera .titlePadLR img{
	margin-right:15px;
	height:35px;
	margin-top:5px;
	}
	.home_sansimera .sansimera_today span{
	margin-right:15px;
	line-height:30px;
	}
	.home_sansimera .sansimera_today{
	display: flex;
	align-items: center;
	}
	.home_sansimera .sansimera_timeline_container {
	padding-top: 0px;
	padding-bottom: 50px;
	}
	
	.home_sansimera .sansimera_timeline_container:last-child{
	padding-bottom: 0px;
	}
	.home_sansimera .sansimera_timeline_container h5{
	padding-bottom: 30px;
	margin-top: 0;
	color:#fff;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card:last-child{
	opacity:0.5;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year{
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year div{
	content: '';
	height: calc(100% - 30px);
	width: 2px;
	background: #c3c3c3;
	position: absolute;
	margin-top: 30px;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card:last-child .sansimera_timeline_year div{
	content: '';
	height: 100%;
	width: 0px;
	background: #c3c3c3;
	position: absolute;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year .tdy {
	position: relative;
	line-height: 1.2rem;
	padding-bottom: 10px;
	font-size: 1.2rem;
	font-family: 'PF Din Text Condensed';
	font-weight: 900;
	color: #fff;
	width:40px;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year .tdy span {
	display: block;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_in {
	padding: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_in .sansimera_timeline_content_head {
	font-size: 2.2rem;
	font-family: 'PF Din Text Condensed';
	font-weight: 900;
	color: #fff;
	padding-bottom: 10px;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_in .sansimera_timeline_content_body {
	font-size: 1.2rem;
	font-family: 'PF Din Text Condensed';
	color: #fff;
	font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8rem;
	max-height: 5.4rem
	}
  .home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_imgLink {
    min-width: 150px;
    max-width: 150px;
    width: 100%;
  }
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_img {
	/*max-width: 150px;*/
	width: 100%;
	}
	.home_sansimera .san_simera_main_event{
	margin: 40px 0;
	position: relative;
	display: block;
	}
	.home_sansimera .san_simera_main_event img{
	max-width: 100%;
	width: 100%;
	}
	.home_sansimera .san_simera_main_event .san_simera_main_event_txt{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	display: flex;
	align-items: flex-end;
	padding:20px;
	color:#fff;
	}
	.home_sansimera .san_simera_main_event .san_simmera_main_event_intxt{
	font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8rem;
	max-height: 5.4rem
	}
	
	@media only screen and (max-width: 587px){
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content {
	flex-direction: column;
	}
	.home_sansimera .sansimera_timeline_inner .sansimera_timeline_content_in {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	}
	}
/*San shmera module*/
/* san shmera*/


.san-simera_timeline_internal_top{
    margin-top: -160px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}
.san-simera_timeline_int_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:320px;
    height:320px;
    border:4px solid #fff;
}
.san-simera_timeline_int_cat_date{
    height:140px;
    margin-left:28px;
    padding-top:15px;
}
.san-simera_timeline_int_cat{
    color: #fff;
    background:#2d96df;
    font-size: 1.2rem;
    padding:5px 8px;
    font-weight: 200;
    display: inline-block;
}
.san-simera_timeline_int_date{
    color: #2d96df;
    font-size: 3rem;
    font-weight: 900;
}
.san-simera-inner-page .prev_next_timeline_int{
    padding:40px 0 100px;
}
.san-simera-inner-page .prev_next_timeline_int .col-lg-6 a{
    display: inline-flex;
    padding:0px;
    background:#f9f9f9;
    justify-content: flex-start;
    align-items: center;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}
.san-simera-inner-page .timeline_int_arrow{
    height: 70px;
    display: flex;
    align-items: center;
    background: #0b1223;
    padding: 10px;
    color:#fff;
}
.san-simera-inner-page .prev_next_timeline_int .col-lg-6:nth-child(1){
    text-align: left;
}
.san-simera-inner-page .prev_next_timeline_int .col-lg-6:nth-child(2){
    text-align: right;
}
.san-simera-inner-page .timeline_int_more div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:70px;
    height:70px;
    min-width:70px;
    min-height:70px;
    /* -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; */
}
.san-simera-inner-page .timeline_int_more{
    display: flex;
    align-items: center;
    width:350px;
}
.san-simera-inner-page .timeline_int_prev .timeline_int_more{
    justify-content: flex-start;
    padding:0 10px 0 0;
}
.san-simera-inner-page .timeline_int_next .timeline_int_more{
    justify-content: flex-end;
    padding:0 0 0 10px;
}
.san-simera-inner-page .timeline_int_more p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin:0;
}
.san-simera-inner-page .timeline_int_prev p{
    margin-left:10px;
}
.san-simera-inner-page .timeline_int_next p{
    margin-right:10px;
}
/* .prev_next_timeline_int .col-lg-6 a:hover .timeline_int_more div{
    width:0px;
    min-width: 0px;
} */

.san-simera-inner-page .prev_next_timeline_int .col-lg-6 a:hover{
    -webkit-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
}


.san-simera-inner-page .sansimera_timeline_inner_container{
  padding-top: 20px;
  padding-bottom: 50px;
}
.san-simera-inner-page .sansimera_timeline_inner_container h5{
  padding-bottom: 30px;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_card{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year div{
    content: '';
    height: 100%;
    width: 2px;
    background: #c3c3c3;
    position: absolute;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_card:last-child .sansimera_timeline_year div{
    content: '';
    height: 100%;
    width: 0px;
    background: #c3c3c3;
    position: absolute;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year .tdy {
    background: #fff;
    position: relative;
    line-height: 1.2rem;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-family: 'PF Din Text Condensed';
    font-weight: 900;
    color: #2d96df;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_card .sansimera_timeline_year .tdy span {
    display: block;
    background: #fff;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content_in {
    padding: 30px;
    padding-top: 0px;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content_in .sansimera_timeline_content_head {
    font-size: 2.2rem;
    font-family: 'PF Din Text Condensed';
    font-weight: 900;
    color: #f7a823;
    padding-bottom: 10px;
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content_in .sansimera_timeline_content_body {
    font-size: 1.2rem;
    font-family: 'PF Din Text Condensed';
}
.san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content_img {
    max-width: 260px;
    width: 100%;
}


@media only screen and (max-width: 991px){
    .san-simera_timeline_internal_top{
        margin-top: -100px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    .san-simera_timeline_int_img{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width:200px;
        height:200px;
        border:4px solid #fff;
    }
    .san-simera_timeline_int_cat_date{
        height:90px;
        margin-left:12px;
        padding-top:4px;
    }
    .san-simera_timeline_int_cat {
        font-size: 1rem;
    }
    .san-simera_timeline_int_date {
        font-size: 2rem;
        font-weight: 900;
    }

    .san-simera-inner-page .prev_next_timeline_int .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .san-simera-inner-page .timeline_int_more p{
        display: none;
    }
    .san-simera-inner-page .timeline_int_more{
        width: auto;
    }
    .san-simera-inner-page .timeline_int_next .timeline_int_more {
        padding: 0 0 0 0px;
    }
    .san-simera-inner-page .timeline_int_prev .timeline_int_more {
        padding: 0 0 0 0px;
    }
    .san-simera-inner-page .prev_next_timeline_int{
        padding: 20px 0 80px;
    }
    .san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .san-simera-inner-page .sansimera_timeline_inner .sansimera_timeline_content_in {
      padding: 0px;
      padding-top: 20px;
    }
}






@media only screen and (max-width: 768px){
    .san-simera_timeline_internal_top{
        margin-top: -100px;
        position: relative;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .san-simera_timeline_int_img{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width:200px;
        height:200px;
        border:4px solid #fff;
    }
    .san-simera_timeline_int_cat_date{
        height:90px;
        margin-left:0px;
        padding-top:4px;
    }
    .san-simera_timeline_int_cat {
        font-size: 1rem;
    }
    .san-simera_timeline_int_date {
        font-size: 2rem;
        font-weight: 900;
    }
}





/* paidia*/

  .colorpages-view_content{
    margin-bottom:30px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    position:relative;
    overflow: hidden;
  }
  .colorpages-view_content:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
  }
  
  /*
  .colorpages-view_content .colorpages_content_overlay{
    opacity:0;
    background:rgba(0,0,0,0.4);
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
  }
   
  
  .colorpages-view_content:hover .colorpages_content_overlay{
    opacity:1;
  }
  */
  
  
  
  .colorpages-view_content .colorpages_content_title{
      /*
    position: absolute;
    bottom:0px;
    left:0px;
    padding:20px;
    color:#fff;
    font-weight: 900;
    font-size:1.2rem;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    opacity: 0;
      */
       padding: 6px 0 12px;
    text-align: center;
    font-weight: 900;
    font-size:1.2rem;
  }
  
  
  .colorpages-view_content:hover .colorpages_content_title{
    -webkit-transform:translateY(0%);
    transform:translateY(0%);
    opacity: 1;
  }


.colorpagesModal .modal-header{
  background:#2d96df;
}
.colorpagesModal .contact_form_container input,
.colorpagesModal .contact_form_container textarea{
  width:100%;
}
.colorpagesModal .contact_form_container input[type=submit]{
  margin-bottom: 0;
}
.modal.fade.colorpagesModal .modal-dialog {
  transform: translate(0, 10%);
}
.modal.show.colorpagesModal .modal-dialog {
  transform: translate(0, 0px);
}
.colorpagesModal .hero_preview_photo{
  width:100%;
  height:250px;
  background:#f9f9f9;
  margin-bottom: 20px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.colorpagesModal .hero_default_content{
  text-align: center;
  cursor: pointer;
}
.colorpagesModal .hero_default_content div{
  color:#a5a5a5;
}
.colorpagesModal .remove_preview_photo{
  position:absolute;
  top:0px;
  right:0px;
  padding:20px;
  cursor:pointer;
  line-height: 0;
  text-shadow: 0px 2px 8px #000;
  color:#fff;
  display:none;
}

.add_colorpages_btn_container{
  position:fixed;
  bottom:0px;
  right:0px;
  padding:30px;
  z-index: 2;
}
.add_colorpages_btn{
  color:#fff;
  background:#2d96df;
  width:50px;
  height:50px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 100px;
  cursor:pointer;
  overflow: hidden;
/*  -webkit-box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);
  -moz-box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);
  box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);*/
  -webkit-box-shadow: 0 0 0 rgba(123,184,224,0.6);
  -moz-box-shadow: 0 0 0 rgba(123,184,224,0.6);
  box-shadow: 0 0 0 rgba(123,184,224,0.6);
  animation: pulse 2s infinite;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(123,184,224, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(123,184,224, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
    box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(123,184,224, 0);
      box-shadow: 0 0 0 20px rgba(123,184,224, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(123,184,224, 0);
      box-shadow: 0 0 0 0 rgba(123,184,224, 0);
  }
}
.add_colorpages_btn:hover{
  width:290px;
  animation: none;
}
.add_colorpages_btn span{
  opacity:0;
  font-weight: 300;
  margin-left:8px;
  min-width:267px;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
.add_colorpages_btn:hover span{
  opacity:1;
}
@media (max-width: 768px){
  .add_colorpages_btn span{display: none;}
  .add_colorpages_btn:hover{
    width:50px;
  }
  .add_colorpages_btn{
    justify-content: center;
  }
}
/* paidia*/

/* heroes*/
/* header {
    background: #0b1223;
} */
.heros20_container_title .justify_between {
    height: 160px;
    align-items: flex-end;
}
.masonry{
  min-width:100%;
  margin: 0 auto;
  padding-top:5px;
  background: #0b1223;
}
.masonry .item{
  width: calc(6.66666% - 5px);
  margin-bottom:5px;
}


@media (max-width: 1300px){
  .masonry .item{
    width: calc(10% - 5px);
  }
}
@media (max-width: 1000px){
  .masonry .item{
    width: calc(12.5% - 5px);
  }
}
@media (max-width: 768px){
  .masonry .item{
    width: calc(20% - 5px);
  }
}
@media (max-width: 567px){
  .masonry .item{
    width: calc(25% - 5px);
  }
}

.masonry .item img{
  width:100%;
  -webkit-transition:opacity 0.25s ease-in-out;
  transition:opacity 0.25s ease-in-out;
}
.masonry .item{
  position: relative;
  background-color:#0b1223;
}
.masonry .item:hover img{
  opacity:0.7;
}
.masonry .item div{
  position: absolute;
  bottom:0px;
  left:0px;
  padding:20px;
  text-shadow: 0px 2px 8px #000;
}
.masonry .item div span{
  display: block;
  font-weight: 700;
}
.masonry .item div .item_desc{
  font-weight: 300;
}

.add_hero_btn_container{
  position:fixed;
  bottom:0px;
  right:0px;
  padding:30px;
  z-index: 2;
}
.add_hero_btn{
  color:#fff;
  background:#2d96df;
  width:50px;
  height:50px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 100px;
  cursor:pointer;
  overflow: hidden;
/*  -webkit-box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);
  -moz-box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);
  box-shadow: 0px 5px 20px 0px rgba(123,184,224,0.6);*/
  -webkit-box-shadow: 0 0 0 rgba(123,184,224,0.6);
  -moz-box-shadow: 0 0 0 rgba(123,184,224,0.6);
  box-shadow: 0 0 0 rgba(123,184,224,0.6);
  animation: pulse 2s infinite;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(123,184,224, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(123,184,224, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
    box-shadow: 0 0 0 0 rgba(123,184,224, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(123,184,224, 0);
      box-shadow: 0 0 0 20px rgba(123,184,224, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(123,184,224, 0);
      box-shadow: 0 0 0 0 rgba(123,184,224, 0);
  }
}
.add_hero_btn:hover{
  width:328px;
  animation: none;
}
.add_hero_btn span{
  opacity:0;
  font-weight: 300;
  margin-left:8px;
  min-width:267px;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
.add_hero_btn:hover span{
  opacity:1;
}
@media (max-width: 768px){
  .add_hero_btn span{display: none;}
  .add_hero_btn:hover{
    width:50px;
  }
  .add_hero_btn{
    justify-content: center;
  }
}

.bottomModal .modal-header{
  background:#2d96df;
}
.bottomModal .contact_form_container input,
.bottomModal .contact_form_container textarea{
  width:100%;
}
.bottomModal .contact_form_container input[type=submit]{
  margin-bottom: 0;
}
.modal.fade.bottomModal .modal-dialog {
  transform: translate(0, 10%);
}
.modal.show.bottomModal .modal-dialog {
  transform: translate(0, 0px);
}
.bottomModal .hero_preview_photo{
  width:100%;
  height:250px;
  background:#f9f9f9;
  margin-bottom: 20px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.bottomModal .hero_default_content{
  text-align: center;
  cursor: pointer;
}
.bottomModal .hero_default_content div{
  color:#a5a5a5;
}
.bottomModal .remove_preview_photo{
  position:absolute;
  top:0px;
  right:0px;
  padding:20px;
  cursor:pointer;
  line-height: 0;
  text-shadow: 0px 2px 8px #000;
  color:#fff;
  display:none;
}



/* heroes */

/* colours */

.colorpages_page{
    /*background-image:url(img/colorpages_pattern.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .colorpages_content{
    margin-bottom:30px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    position:relative;
    overflow: hidden;
  }
  .colorpages_content:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
    box-shadow: 0px 10px 20px 0px rgba(199,199,199,1);
  }
  .colorpages_content_overlay{
    opacity:0;
    background:rgba(0,0,0,0.4);
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
  }
  .colorpages_content:hover .colorpages_content_overlay{
    opacity:1;
  }
/*
  .colorpages_content_title{
    position: absolute;
    top:0px;
    left:0px;
    padding:20px;
    color:#fff;
    font-weight: 900;
    font-size:1.2rem;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
    opacity: 0;
  }
  .colorpages_content:hover .colorpages_content_title{
    -webkit-transform:translateY(0%);
    transform:translateY(0%);
    opacity: 1;
  }
*/
  .colorpages_content .action_btns{
    position: absolute;
    bottom:0;
    right:0;
    padding:20px;
    overflow: hidden;
  }
  .colorpages_content .action_btns a{
    padding:20px;
    background:#fff;
    margin-right:12px;
    display: inline-block;
    line-height: 0.1px;
    font-size:1.2rem;
    border-radius: 100px;
    -webkit-transition:all 0.25s cubic-bezier(.24,.49,.71,.86);
    transition:all 0.25s cubic-bezier(.24,.49,.71,.86);
    color:#2d96df;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    opacity:0;
  }
  .colorpages_content .action_btns a:last-child{
    margin-right:0;
  }
  .colorpages_content:hover .action_btns a{
    -webkit-transition:all 0.25s cubic-bezier(0,.68,.4,1.16);
    transition:all 0.25s cubic-bezier(0,.68,.4,1.16);
    -webkit-transform:translateY(0%);
    transform:translateY(0%);
    opacity:1;
  }
  .colorpages_content .action_btns a:last-child{
    transition-delay: 0.125s;
  }
  .colorpages_content .action_btns a:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    transition-delay: 0s;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
  }


/* colour pages */



/* css */
.classme{ color: black;}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
/*
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/gr2021_loader_gr.gif) center no-repeat #fff;
}
*/
#full_video{
	width:100%;
}
#video_container{
	position: relative;
  	width:100%;
  	overflow: hidden;
  	display: block;
/*  	-webkit-box-shadow: 0px 0px 30px 4px #000;
  	box-shadow: 0px 0px 30px 4px #000;*/
}
#video_container a.pare_meros_intro{
	display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#video_container a img{
	width:120px;
}




*{
	font-family: 'Cera Pro';
	font-size: 100%;
}


.fixed{
	overflow: hidden;
}

a, a:hover, a:visited, a:active{
	color:inherit;
	text-decoration: none;
}
p a, p a:hover, p a:visited, p a:active{
	color:#2d96df;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194,196,200, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(194,196,200, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(194,196,200, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(194,196,200, 1);
    box-shadow: 0 0 0 0 rgba(194,196,200, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(194,196,200, 0);
      box-shadow: 0 0 0 20px rgba(194,196,200, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(194,196,200, 0);
      box-shadow: 0 0 0 0 rgba(194,196,200, 0);
  }
}



.font08{
    font-size: 0.8rem;
}
.font09{
    font-size: 0.9rem;
}
.font10{
    font-size: 1rem;
}
.font11{
	font-size:1.1rem;
}
.font12{
	font-size:1.2rem;
}
.font13{
	font-size:1.3rem;
}
.font14{
	font-size:1.4rem;
}
.font15{
	font-size:1.5rem;
}
.font16{
	font-size:1.6rem;
}
.font17{
	font-size:1.7rem;
}
.font18{
	font-size:1.8rem;
}
.font19{
	font-size:1.9rem;
}
.font20{
	font-size:2rem;
}
.font21{
	font-size:2.1rem;
}
.font22{
	font-size:2.2rem;
}
.font23{
	font-size:2.3rem;
}
.font25{
	font-size:2.5rem;
}
.font26{
	font-size:2.6rem;
}
.font27{
	font-size:2.7rem;
}
.font28{
	font-size:2.8rem;
}


.lh08{
	line-height: 0.8rem;
}
.lh17{
	line-height:1.7rem;
}
.lh19{
	line-height:1.9rem;
}
.lh20{
	line-height:2rem;
}

.ls1{
	letter-spacing: 1px;
}
.ls2{
	letter-spacing: 2px;
}
.ls3{
	letter-spacing: 3px;
}
.ls4{
	letter-spacing: 4px;
}
.ls5{
	letter-spacing: 5px;
}
.ls6{
	letter-spacing: 6px;
}




.light_weight{
	font-weight: 100;
}
.regular_weight{
	font-weight: 300;
}
.medium_weight{
	font-weight: 500;
}
.bold_weight{
	font-weight: 700;
}
.black_weight{
	font-weight: 900;
}


.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}



.textCenter{
	text-align: center;
}
.justify_between{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}


.clr_darkBlue{
	color:#0b1223;
}
.clr_blue{
	color:#2d96df;
}
.clr_white{
	color:#fff !important;
}
.clr_gray{
	color: #b3b3b3;
}
.bg_darkBlue{
	background:#0b1223;
}
.bg_lightGray{
	background: #ededed;
}
.bg_lightGray2{
	background: #f9f9f9;
}


h1.basicTitle{
	font-weight: 300;
	letter-spacing: 6px;
	margin:0;
}
.basicTitle{
	font-weight: 300;
	letter-spacing: 6px;
	margin:0;
}

.padLR{
	padding-left: 120px;
	padding-right: 120px;
}
.padL{
	padding-left: 120px;
}
.padR{
	padding-right: 120px;
}

.titlePadLR{
	border-left:60px solid #0b1223;
	padding-left:60px;
	padding-right: 120px;
}

.padTop{
	padding-top:110px;
}
.padTop2{
	padding-top:60px;
}

.padBottom{
	padding-bottom: 110px;
}
.padBottom2{
	padding-bottom: 60px;
}
.margBottom2{
	margin-bottom: 60px;
}





header{
	position: fixed;
	z-index: 100;
	width: 100%;
	-webkit-transition:background 0.25s ease-in-out;
	transition:background 0.25s ease-in-out;
}
header.stickyHeader{
	background:#0b1223;
}
header .nav_header{
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	position: relative;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
header.stickyHeader .nav_header{
	padding-top: 20px;
	padding-bottom: 20px;
}
header .logo img{
	width:300px;
	-webkit-transform-origin: left center;
  	transform-origin: left center;
	-webkit-transition:transform 0.25s ease-in-out;
	transition:transform 0.25s ease-in-out;
}
@media only screen and (min-width: 768px){
	.homepage header .logo img {
	width: 350px;
	}
	}
header.stickyHeader .logo img{
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}


/* BURGER MENU */
#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
header.stickyHeader #nav-icon{
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 15px;
}
#nav-icon span:nth-child(4) {
  top: 30px;
  width:60%;
}

#nav-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  right: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  right: 50%;
}
/* BURGER MENU */


.nav_menu{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index: 99;
	background: #0b1223;
	display: none;
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.nav_menu.open{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu_bg{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	background-size: auto 100%;
	background-image: url(../img/menu_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.menu_container{
	padding-top: 140px;
	color:#fff;
	height:calc(100% - 20px);
}

.menu_search{
	display: inline-flex;
    justify-content: stretch;
	padding:10px;
	margin-bottom: 20px;
	padding-top: 0px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
  	/*-webkit-transform: scale(0.8);
  	transform: scale(0.8);*/
	opacity: 0;
}
.menu_search input{
	background:transparent;
	border:0;
	color:#fff;
	min-width: 400px
}
.menu_search button{
	background:transparent;
	border:0;
	color:#fff;
}
.menu_search input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.menu_search input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.menu_search input::placeholder {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.menu_container .menu_col{
	margin-bottom: 28px;
	opacity:0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  	-webkit-transform: translateX(-40px);
  	transform: translateX(-40px);
  	/*-webkit-transform: scale(0.8);
  	transform: scale(0.8);*/
}
.menu_container .menu_col h2{
	font-weight: 900;
}
.menu_container .menu_col a{
	color: #fff;
	/*display: block;*/
	line-height: 28px;
	font-weight: 100;
}
.menu_container .menu_col a:hover{
	text-decoration: none;
}
.nav_menu.open .menu_search{
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  /*-webkit-transform: scale(1);
  transform: scale(1);*/
  opacity:1;
}
.nav_menu.open .menu_cols .menu_col{
  	-webkit-transform: translateX(0px);
  	transform: translateX(0px);
  	/*-webkit-transform: scale(1);
  	transform: scale(1);*/
	opacity:1;
}
.nav_menu.open .menu_cols:nth-child(1) .menu_col:nth-child(1){
	-webkit-transition-delay:0.25s;
	transition-delay:0.25s;
}
.nav_menu.open .menu_cols:nth-child(1) .menu_col:nth-child(2){
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
.nav_menu.open .menu_cols:nth-child(1) .menu_col:nth-child(3){
	-webkit-transition-delay:0.35s;
	transition-delay:0.35s;
}
.nav_menu.open .menu_cols:nth-child(1) .menu_col:nth-child(4){
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.nav_menu.open .menu_cols:nth-child(1) .menu_col:nth-child(5){
	-webkit-transition-delay:0.45s;
	transition-delay:0.45s;
}
.nav_menu.open .menu_cols:nth-child(2) .menu_col:nth-child(1){
	-webkit-transition-delay:0.50s;
	transition-delay:0.50s;
}
.nav_menu.open .menu_cols:nth-child(2) .menu_col:nth-child(2){
	-webkit-transition-delay:0.55s;
	transition-delay:0.55s;
}

.menu_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.menu_bottom a{
	margin-right: 12px;
	text-decoration: none;
	color:#fff;
}
.menu_bottom a{
	margin-right: 12px;
	text-decoration: none;
	color:#fff;
}
.menu_lang a{
    color: white!important;
	opacity:0.5;
}
.menu_lang a.active{
	opacity:1;
}

.menu_social{
	opacity:0;
	-webkit-transition: all 0.25s ease-in-out 0.55s;
	transition: all 0.25s ease-in-out 0.55s;
  	-webkit-transform: translateX(-40px);
  	transform: translateX(-40px);
}
.menu_social img{
	width:30px;
}
.nav_menu.open .menu_social{
  	-webkit-transform: translateX(0px);
  	transform: translateX(0px);
	opacity:1;
}
.menu_lang{
	opacity:0;
	-webkit-transition: all 0.25s ease-in-out 0.6s;
	transition: all 0.25s ease-in-out 0.6s;
  	-webkit-transform: translateX(40px);
  	transform: translateX(40px);
}
.nav_menu.open .menu_lang{
  	-webkit-transform: translateX(0px);
  	transform: translateX(0px);
	opacity:1;
}
/*.scroller{
	height:calc(100vh - 210px);
}
*/








.timeline_container{
	background-image: url(../img/bg_timeline.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: 100% auto;
	position: relative;
}

.timeline_header{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.timeline_btns{
	display: flex;
	justify-content: flex-start;
}
.timeline_btn{
	font-weight: 300;
	letter-spacing: 6px;	
	max-width: 290px;
	padding:10px;
	margin-right:15px;
	cursor: pointer;
    color: #0b1223;
	border:1px solid #0b1223;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.timeline_btn:hover{
	background: rgba(194,196,200,  0.5);
	border:1px solid rgba(194,196,200, 0.5);
}
.timeline_btn.active{
	background: #2d96df;
	border:1px solid #2d96df;
	color:#fff;
	cursor: default;
	-webkit-box-shadow: 0px 3px 19px 0px rgba(45,149,223,1);
	-moz-box-shadow: 0px 3px 19px 0px rgba(45,149,223,1);
	box-shadow: 0px 3px 19px 0px rgba(45,149,223,1);
}
.timeline_centuries{
	display: flex;
	justify-content: flex-start;
}
.timeline_century{
	margin-left: 30px;
	font-weight: 900;
	letter-spacing: 3px;
	cursor: pointer;
	opacity:0.4;
    color: #0b1223;
}
.timeline_century.active{
	opacity:1;
}
.timeline .points_content img{
	width:100%;
}
.timeline_img{
	min-height: 100px;
    width: 100%;
    background: #f5f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.timeline_img .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: relative;
    left: 0%;
    top: 0%;
    margin-left: 0px; 
    margin-top: 0px;
    z-index: 10;
}
.timeline_txt{
	padding:20px;
	background: #fff;
}
.timeline_date, .hidden_timeline_date{
	color:#2d96df;
}
.timeline_team{
	padding-top: 20px;
	text-align: right;
	}
	.timeline_team_btn{
	cursor:pointer;
	display: inline-block;
	text-decoration: underline;
	color:#8a8a8a;
	}
.timeline_title, .hidden_timeline_title{
	font-weight: 700;
}
.timeline_title{
	font-weight: 200;
}



    .swiper-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .points_content {
      height: 100%;
      width: 100%;
    }
    .points_content > .swiper-wrapper > .swiper-slide{
    	-webkit-transition:opacity 0.5s ease-in-out;
    	transition:opacity 0.5s ease-in-out;
    	opacity:0;
    }
    .points_content > .swiper-wrapper > .swiper-slide.swiper-slide-active{
    	opacity:1;
    }
	.points_content .swiper-pagination{
		position: relative;
		margin-top:30px;
	}
	.points_content .swiper-container-nested .swiper-slide{
		-webkit-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
	}
    .time_points {
      height: 100px;
      box-sizing: border-box;
      padding: 10px 0;
      position: relative;
      margin: 20px 0;
    }
    .time_points_line{
    	height:2px;
    	width:calc(100% - 30px);
    	background: #0b1223;
    	top: 50%;
    	left: 50%;
    	position: absolute;
    	-webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
    }
    .time_point{
    	width: 16px;
	    height: 16px;
	    border-radius: 50px;
	    margin-top:32px;
	    margin-bottom:8px;
	    border: 2px solid #000;
	    background: #fff;
    }
    .time_points .swiper-slide {
      width: 12%;
      height: 100%;
      text-align: center;
      letter-spacing: 3px;
      color: #0b1223;
      cursor: pointer;
      /*background: #fff;*/
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .time_points .swiper-slide-active .time_point{
	    background: #2d96df;
	    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  		animation: pulse 2s infinite;
    }
    .time_points .swiper-slide-active{
  		font-weight: 900;
    }

    .time_points .swiper-button-next, .time_points .swiper-button-prev {
	    position: absolute;
	    top: 50%;
	    width: 16px;
	    height: 14px;
	    margin-top: -7px;
	    z-index: 10;
	    cursor: pointer;
	    background-size: 16px 24px;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.time_points .swiper-button-next{
		right: 0px;
	}
	.time_points .swiper-button-prev{
		left: 0px;
	}






.igetes{
	border-top: 2px solid #d6d6d6;
}
.igetes_btns{
	display: flex;
	flex-direction: row;
	margin-top:40px;
}
.igetes_btn{
	margin-right: 40px;
	font-weight: 600;
	cursor: pointer;
}
.igetes_btn.active{
	color:#2d96df;
}
.igetes_swiper{
	margin-top: 40px;
	margin-bottom: 40px;
}
.igetes_swiper .igetes_img{
	width:200px;
	height: 200px;
	border-radius: 210px;
	border:10px solid #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.igetes_swiper .swiper-slide{
	text-align: center;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}
.igetes_swiper h4{
	font-weight: 900;
}
.igetes_swiper p{
	margin-bottom: 0px;
	/*display: block;*/
	width: 100%;
}
.igetes_swiper p span{
	/*display: inline-block;*/
}
.igetes_swiper .igetes_item p span:not(:first-child):before {
  content: ", ";
}
/*
.igetes_item{
	-webkit-transition:transform 0.25s ease-in-out;
	transition:transform 0.25s ease-in-out;
	-webkit-transform:scale(0);
	transform:scale(0);
}
.igetes_item.swiper-slide{
	-webkit-transform:scale(1);
	transform:scale(1);
}
*/


.counter_module{
	font-weight: 100;
	margin-top: 20px;
	letter-spacing: 4px;
}
.counter_module span{
	font-weight: 900;
	margin-right:10px;
}
.counter_module span:not(:first-child):before {
	content: " • ";
	font-size: 1.7rem;
	margin:0 10px;
}








.painting_item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.painting_item img{
	max-width:60%;
	height: auto;
	align-self: center;
}
.painting_right{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	margin-left:20px;
}
.painting_line{
	height:100%;
	width:1px;
	background-color: #000;
}
.painting_txt{
	text-align: right;
	font-weight: 300;
}
.swiper-pagination-paintings{
	position: relative;
	bottom:0px !important;
	margin-top:20px;
}















.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
    color: #212529;
}
.pignose-calendar .pignose-calendar-unit a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a {
    color: #2d96df;
    position: relative;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: #2d96df;
    z-index: 12;
    position: relative;
}
.pignose-calendar .pignose-calendar-unit {
    position: relative;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
    position: absolute;
    top: 8px;
    opacity: 0.2;
    left: 0px;
    width: 100%;
    z-index: 0;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.pignose-calendar {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    font-size: 100%;
    margin: 0;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.0);
    box-shadow: 0 3px 8px rgba(0,0,0,.0);
    /*-webkit-box-shadow: 0px 4px 33px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 33px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 33px 0px rgba(0,0,0,0.25);*/
}

.shadow{
    -webkit-box-shadow: 0px 4px 33px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 33px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 33px 0px rgba(0,0,0,0.25);
	position: relative;
	overflow: hidden;
}




.learn_more, .learn_more:hover, .learn_more:active, .learn_more:visited{
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
.learn_more::after{
	content:"\f054";
	font-family: "FontAwesome";
	font-size: 0.8rem;
	margin-left: 10px;
}
.learn_more:hover{
	color:#2d96df !important;
}

.imerologio_{
	border-top:108.78px solid #0b1223;
}
.calendar_map{
	margin-top:-108.78px;
	position: relative;
}

.map_filters{
	height:108.78px;
	width:100%;
	background: #fafafa;
	padding:20px;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.125);
    box-shadow: 0 3px 8px rgba(0,0,0,.125);
    position: relative;
    z-index: 10;
}
.map_filters h5{
	line-height: 1rem;
	color:#9c9c9c;
}
.map_filters .filter_btns button, .map_filters .filter_btns select{
	background:#f3f3f3;
	border:1px solid #dcdcdc;
	padding:10px 20px;
	min-height: 46px;
	cursor: pointer;
	color:#000;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-right: 10px;
	-webkit-appearance:none;
	border-radius: 0px;
}
.map_filters .filter_btns button:hover:enabled, .map_filters .filter_btns select:hover:enabled{
	background: #e2e2e2;
	border:1px solid #dcdcdc;
	color:#000;
}
.map_filters .filter_btns button:hover:disabled, .map_filters .filter_btns select:hover:disabled{
	background: #f3f3f3;
	cursor: not-allowed;
}
.map_filters .filter_btns button.active{
	background:#7384af;
	border:1px solid #51618a;
	color:#fff;
}


@media only screen and (max-width: 1230px) {
	.map_filters .filter_btns button, .map_filters .filter_btns select {
	    padding: 10px 10px;
	    min-height: 40px;
	    margin-right: 5px;
	}
}
@media only screen and (max-width: 1120px) {
	.map_filters .filter_btns button, .map_filters .filter_btns select {
	    padding: 5px 8px;
	    min-height: 40px;
	    margin-right: 5px;
	}
}
@media only screen and (max-width: 1060px) {
	.map_filters h5{
		display: none;
	}
	.map_filters .filter_btns button, .map_filters .filter_btns select {
	    padding: 5px 8px;
	    min-height: 30px;
	    margin-right: 0px;
	}
}
@media only screen and (max-width: 870px) {

	.map_filters .filter_btns button, .map_filters .filter_btns select {
	    font-size: 0.8rem;
	    margin-bottom: 8px;
	}
}
@media only screen and (max-width: 768px) {
	.map_filters h5{
		display: block;
	}

	.map_filters .filter_btns button, .map_filters .filter_btns select {
	    font-size: 1rem;
	    margin-bottom: 8px;
	    margin-right: 8px;
	}
	.map_filters{
		height:auto;
	}
}



.imerologio_action{
	margin-top:30px;
	padding:20px;
	background-color: #fff;
	text-align: center;
}
.imerologio_action div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.imerologio_action h5{
	margin:0;
	margin-right: 30px;
	font-weight:300;
}
.imerologio_action h4{
	margin-bottom: 16px;
	font-weight:600;
}
.imerologio_action a, .imerologio_action a:active, .imerologio_action a:visited{
	color:#fff;
	text-decoration: none;
	font-weight: 500;
	background:#0b1223;
	border:1px solid #0b1223;
	padding:10px 20px;
	min-height: 46px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.imerologio_action a:hover{
	background: #334163;
	border:1px solid #0b1223;
}


.pre_mapload{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fafafa;
	z-index: 12;
	padding:30px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
}
.pre_mapload.hideDown{
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
}
.hide{
	display: none;
}
.pre_mapload_content{
	width:100%;
	height:100%;
	border:1px dashed #9a9a9a;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}












#map{
	background-image:url(/images/Images/xartes-google-map.jpg);
	width:100%;
	height:408px;
}




















.tesseris_axones img{
	width:100%;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.tesseris_axones .axonas{
	position: relative;
	background:#0b1223;
	overflow: hidden;
	display: block;
}
.tesseris_axones .axonas div{
	/*padding: 20px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: 100;
    width: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
	opacity:1;
	font-size: 1.2rem;*/
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    font-weight: 100;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    font-size: 1.2rem;
}

.tesseris_axones .axonas_col:nth-child(odd){
	padding-right: 0px;
}
.tesseris_axones .axonas_col:nth-child(even){
	padding-left: 0px;
}



.tesseris_axones .axonas:hover img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	opacity:1;
}
/*
.tesseris_axones .axonas:hover div{
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	opacity:0;
}
*/




.epikairotita .col_link, .col_link:hover, .col_link:active, .col_link:visited{
	text-decoration: none;
	margin-bottom: 60px;
    /*margin-bottom: 0px;*/
}

.articles_content  .col_link, .col_link:hover, .col_link:active, .col_link:visited{
	text-decoration: none;
	margin-bottom: 60px;
    /*margin-bottom: 0px;*/
}

.col_link, .col_link:hover, .col_link:active, .col_link:visited{
	text-decoration: none;
	/*margin-bottom: 60px;*/
    margin-bottom: 0px;
}

.col_item{
	-webkit-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.45);
    overflow: hidden;
}

.col_item_img, .col_item_img img{
	width:100%;
    overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.col_item:hover .col_item_img img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.col_item_txt_container{
	padding:20px;
	background: #fff;
	min-height: 118px;
}
.col_item_txt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.col_item_txt .col_item_published{
	color: #2d96df;
}
.col_item_txt .col_item_title{
	font-weight: 700;
}








.footer_top{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#172744+0,0b1223+100 */
	background: #172744; /* Old browsers */
	background: -moz-linear-gradient(left,  #172744 0%, #0b1223 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #172744 0%,#0b1223 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #172744 0%,#0b1223 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172744', endColorstr='#0b1223',GradientType=1 ); /* IE6-9 */
}
.footer_top2{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#172744+0,0b1223+100 */
	background: #9e101e; /* Old browsers */
	background: -moz-linear-gradient(left,  #9e101e 0%, #0b1223 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9e101e 0%,#0b1223 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9e101e 0%,#ab6e74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e101e', endColorstr='#0b1223',GradientType=1 ); /* IE6-9 */
}
.footer_logo{
	max-width: 210px;
}
.footer_social{
	margin-top:30px;
	margin-bottom:0px;
}
.footer_social a{
	margin-right: 10px;
}
.footer_social a img{
	width:30px;
}
.footer_links div a{
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 100;
}
.footer_link:nth-child(4) a{
	margin-bottom: 0px;
}

.footer_bottom{
	background:#000;
	font-weight: 100;
	padding-top:12px;
	padding-bottom:12px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    color: white;
}
.footer_bottom a{
	font-weight: 300;
}





section.banner_img{
	position: relative;
	max-height: 567px;
	overflow: hidden;
}
.banner_imgs img{
	width:100%;
}
.large_banner_img{
	display: block;
}
.small_banner_img{
	display: none;
}

.banner_gradient{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:80%;
	opacity:1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b1223+0,0b1223+100&1+0,0+70 */
	background: -moz-linear-gradient(top,  rgba(11,18,35,1) 0%, rgba(11,18,35,0) 70%, rgba(11,18,35,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(11,18,35,1) 0%,rgba(11,18,35,0) 70%,rgba(11,18,35,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(11,18,35,1) 0%,rgba(11,18,35,0) 70%,rgba(11,18,35,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1223', endColorstr='#000b1223',GradientType=0 ); /* IE6-9 */
}

.article_cat_date_author{
	margin-top: -51px;
	position: relative;
}
.article_cat_date h5{
	font-weight: 300;
	display: inline-block;
	padding:14px 24px;
	margin:0;
	height: 51px;
    text-transform: uppercase;
}
.article_cat_date .article_cat{
	background: #0b1223;
}
.article_cat_date .article_date{
	background: #2d96df;
}
.article_author{
	margin:30px 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.article_author_in{
	color: #717171;
	font-weight: 300;
	margin:0 20px 0 0;
}

.article_title{
	font-weight: 900;
	margin:0 0 40px;
}
.article_content{
	margin-bottom: 50px;
}
.article_content p{
	color:#535353;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 2rem;
}
.article_content img{
	max-width: 100%;
	margin-bottom: 20px;
	margin-left: 20px;
}

.article_quote{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.9rem;
    color:#2d96df;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}
.quote_pre{
	font-family: "Times New Roman";
	font-size: 20rem;
	line-height: 14rem;
	color:#d8d8d8;
	display: block;
	max-height: 150px;
    font-style: normal;
}
.article_content iframe{
	max-width: 100%;
	margin-bottom: 20px;
	max-height: 500px;
}
.article_content_in_title{
	margin:60px 0 20px;
	font-size:1.3rem;
	letter-spacing: 5px;
	font-weight: 600;
}

.gal_item_in{
	margin-bottom: 30px;
}
.gal_item_in img{
	width:100%;
	margin:0;
}

.sidebar_section div .col_link{
	display: block;
}
.sidebar_section div .col_link:not(:last-child){
	margin-bottom: 15px;
}
.sidebar_section .col_item{
	box-shadow: none;
}
.sidebar_section .col_item_txt_container{
	background: #ececec;
}
.sidebar_section .col_item_txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar{
	padding-left: 50px;
    padding-bottom:20px !important;
}
.sidebar_section:nth-child(1){
	/*margin-bottom: 60px;*/
    margin-bottom: 30px;
}
.sidebar_section h5{
	margin-bottom: 15px;
	background: #0b1223;
	color:#fff;
	font-weight: 100;
	padding:10px 14px;
}
.sxetikes_draseis .col_link{
	padding:14px;
	background: #ececec;
}
.sidebar_section .col_link{
	-webkit-transition:box-shadow 0.25s ease-in-out;
	transition:box-shadow 0.25s ease-in-out;
}
.sidebar_section .col_link:hover{
	-webkit-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
}





.contact_form_container .contact_form{
	padding-top: 40px;
}
.contact_details{
	padding:40px;
}
.contact_form_container h2, .contact_details_container h2{
	font-weight: 300;
	margin-bottom: 30px;
}
.contact_details{
	background:#f9f9f9;
}
input,textarea, button{
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="radio"]{
	-webkit-appearance: radio;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #2d96df;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #2d96df;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact_form_container input, .contact_form_container textarea, input.general, textarea.general, select.general, div.general{
	border:0px solid #ececec;
	border-bottom: 1px solid #b9b9b9;
	background:transparent;
	display: block;
	padding:15px 18px;
	margin-bottom: 20px;
	width:70%;
}

 input.general, textarea.general, select.general, div.general{
 	width:100%;
 }

.contact_form_container textarea, textarea.general{
	height:100px;
	resize: none;
	/*border:1px solid #b9b9b9;*/
}
.contact_form_container input[type="submit"], input[type="submit"].general{
	color: #fff;
    text-decoration: none;
    width:auto;
    font-weight: 500;
    background: #0b1223;
    border: 1px solid #0b1223;
    padding: 10px 20px;
    min-height: 46px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.contact_form_container input[type="submit"]:hover, input[type="submit"].general:hover{
	background: #334163;
    border: 1px solid #0b1223;
}

.contact_details_in{
	padding:0px 0 20px;
}
div .contact_details_in:not(:first-child){
	padding:20px 0;
}
div .contact_details_in:not(:last-child){
	border-bottom: 1px solid #e0e0e0
}
.contact_details_in h3{
	font-weight: 300;
}
.contact_details_in div{
	padding:6px 0;
	font-weight: 300;
	display: table;
}
.contact_details_in span.icon_{
	display: inline-block;
	margin-right:10px;
	width:25px;
}
.contact_item{
	display: table-row;
}
.contact_details_in span{
	display: table-cell;
}


.epitropi_item{
	display: table;
	margin-bottom: 70px;
	cursor: pointer;
}
.epitropi_item_in{
	display: table-row;
}
.epitropi_item_in div{
	display: table-cell;
	vertical-align: top;
}
.epitropi_item_in div:nth-child(2){
	padding-left: 20px;
}
.epitropi_item_in div h4{
	font-weight: 700;
}
.epitropi_item_in div p{
	font-weight: 300;
}


.pagination {
    justify-content: center;
}
.page-link {
    position: relative;
    padding: .5rem .75rem;
    margin-left: 0px;
    line-height: 1.25;
    color: #0b1223;
    background-color: transparent;
    border: 0px;
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.page-link.inactive{
	display: none;
}
.page-link.active{
    color: #fff;
    background-color: #0b1223;
}
.page-link:not(.active):hover{
    color: #0b1223;
}
.page-link a{
    display: block;
}
.epikairotita,.articles_content{
	overflow: hidden;
}
.epikairotita .row, .articles_content .row{
	margin-right: -30px;
    margin-left: -30px;
}
.epikairotita .row .col_link, .articles_content .row .col_link{
	padding-right: 30px;
    padding-left: 30px;
}



.swiper-slide .timeline_more{
	display: none;
	margin-top: 10px;
	color:#2d96df;
	text-align: right;
	cursor: pointer;
}
.swiper-slide.hasMore .timeline_more{
	display: block;
}
.hidden_content{
	display: none;
}
.hidden_timeline_date{
	margin:12px 0 6px;
}
.hidden_timeline_title{
	margin-bottom: 12px;
}
.modal-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.modal-content {
    border-radius: 0rem;
}




.calendar_map_disabled{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
}
.calendar_map_container{
	position: relative;
}
.disabled_imerologio{
	-webkit-filter: blur(4px);
  	filter: blur(4px);
}



.timeline_users_help{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
    padding:20px;
    background-color: #fff;
}
.timeline_users_help h4{
	margin: 0;
	margin-right: 30px;
	font-weight: 300;
}
.timeline_users_help a{
	color: #fff;
    font-weight: 500;
    background: #0b1223;
    border: 1px solid #0b1223;
    padding: 10px 20px;
    min-height: 46px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.timeline_users_help a:hover{
    background: #334163;
    border: 1px solid #0b1223;
}
.timeline_users_point{
	padding:20px 20px 10px;
	margin-bottom: 20px;
	background:#fff;
}



@media (min-width: 576px){
	.widemodal .modal-dialog {
	    max-width: 600px;
	}
}

.hidden_attributes h5{
	color:#2d96df;
	margin-bottom:0px;
	font-weight: 500;
}

.hidden_attributes p, .hidden_attributes li{
	font-weight: 300;
}
.hidden_attributes{
	margin-bottom: 30px;
}
.hidden_img_name{
	margin-bottom: 30px;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.hidden_img_name img{
	width:90px;
	margin-right: 20px;
}
.hidden_name{
	font-weight: 900;
}


.photo_proedros img{
	width: 100%;
	margin-bottom: 10px;
}
.photo_proedros_in{
	position: sticky;
	top:100px;
}
.photo_proedros a img{
	width: 40px;
	margin-bottom: 30px;
}
.text_proedros h2, .general_content_section h2{
    color: #0b1223;
	font-weight: 900;
	margin-bottom: 20px;
}
.general_content_section h2{
	margin-top: 40px
}
.general_content_section h3{
    color: #0b1223;
	font-weight: 700;
	margin:0;
}
.faq_item{
	margin-bottom: 5px;
	padding:20px;
	background: #ededed;
}
.faq_item div.faq_q{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faq_item div.faq_a{
	display: none;
	padding-top: 1rem
}
.faq_item div i{
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.faq_item div.rotated i{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.faq_a a {
    color: #2d96df;
}
.text_proedros p, .general_content_section p{
	font-weight: 300;
}
.general_content_section b{
	font-weight: 900;
}
.general_content_section img{
	max-width:100%;
}

.bottom_btns{
    background: #ececec;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bottom_btns a{display: block;}
.bottom_btns:hover{
	-webkit-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
}
.bottom_btn_thumb{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width:100px;
	height:100px;
}
.bottom_btn_txt{
	padding: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 100px);
}
.form_radios div{
	display: inline-block;
}
.form_radios div:nth-child(1), .form_radios div:nth-child(2){
	margin-right: 50px
}


.block-cover-image {
  position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 400px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.block-cover-image .block-cover-image-text,
.block-cover-image h2 {
  color: #fff;
  font-weight: 300;
  z-index: 1;
  margin-bottom: 0;
  max-width: 710px;
  padding: 14px;
  text-align: center;
}
.block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}/*
.block-cover-image {
  background-attachment:fixed; 
  background-position: 50% 0;
}
*/
.social_banner .block-cover-image{
	min-height: 340px;
}
.social_banner .social_icons a{
	margin-right: 10px;
}
.social_banner .social_icons a:nth-child(4){
	margin-right: 0px;
}
.social_banner .social_icons a img{
	min-width: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.social_banner .social_icons a:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.contest_banner a{
	color: #0b1223;
    font-weight: 500;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    min-height: 46px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.contest_banner a:hover{
	background: #334163;
    border: 1px solid #0b1223;
    color:#fff;
}

.col-lg-5th {
	margin-bottom: 30px;
}
.col-lg-5th img{
	width:100%;
}

.text_center{
	text-align: center;
}

.btn_blue{
	color: #fff;
    font-weight: 500;
    background: #0b1223;
    border: 1px solid #0b1223;
    padding: 10px 20px;
    min-height: 46px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn_blue:hover{
	background: #334163;
    border: 1px solid #0b1223;
}

@media (min-width: 992px){
	.col-lg-5th {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}

}




.prlx_section{
	height:800px;
	overflow: hidden;
	width:100%;
	display: flex;
	align-items:flex-end;
	text-align: center;
}
.prlx_home .prlx_section{
	height:500px;
}
.prlx_section:nth-child(odd){
	justify-content: flex-end;
}
.prlx_section .prlx_txt_container{
	padding:20px 30px;
	background:rgba(0,0,0,0.7);
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: row;
	text-align: center;
}
.prlx_section .prlx_txt{
	max-width: 450px;
	text-align: center;
}
.parallax__container{
	clip:rect(0,auto,auto,0);
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:-100
}
.parallax__container .parallax{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:fixed;
	top:0;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	width:100%;
    
}




.container404{
	min-height: 80vh;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.container404 h1{
	font-size:15rem;
	line-height: 15rem;
	z-index: 12;
	position: relative;
	color:#fff;
}
.container404 p{
	font-size: 2rem;
	color:#fff;
	z-index: 12;
	position: relative;
}
.container404:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-disabled{
	opacity: 0.4;
    font-weight: 100;
}


.xorigoi_imgs{
	margin-top: 20px;
}
.xorigoi_imgs a{
	margin-right: 50px;
}
.xorigoi_imgs a img{
	max-width: 100%;
}

.bb1{
	border-bottom: 1px solid #dedede;
}

/*
.xorigoi_banner{
	background: #ededed;
}*/
.xorigoi_banner h2{
	color: #0b1223;
	text-align: center;
}
.xorigoi_banner a.bt {
    color: #fff;
    font-weight: 500;
    background: #0b1223;
    border: 1px solid #0b1223;
    padding: 10px 20px;
    min-height: 46px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.xorigoi_banner a.bt:hover {
    background: #334163;
    border: 1px solid #0b1223;
    color: #fff;
}
.xorigoi_banner img{
	max-width:230px;
}
.xorigoi_banner .col-lg-5th{
	text-align: center;
	}








/* NOTIFICATION AREA */

.notification_area{
	position: absolute;
	bottom:0px;
	right:0px;
	z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.notification_item{
	display: none;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}
.notification_item.visible{
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
	-webkit-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.notification_item > .notification_item_in{
	max-width: 430px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	position: relative;
	margin:20px;
	-webkit-box-shadow: 0px 4px 31px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 4px 31px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 4px 31px 0px rgba(0,0,0,0.45);
}
.notification_item:first-child > .notification_item_in {
    margin-right:0px;
}
@media only screen and (max-width: 768px) {
    .notification_area{
        position: absolute;
        bottom:0px;
        right:0px;
        z-index: 1;
        display: block;
    }
    .notification_item:first-child > .notification_item_in {
        margin-right:20px;
    }
}

.notification_item img{
	max-height: 90px;
	min-height: 90px;
	min-width: 90px;
    border: 2px solid #fff;
    width:auto !important;
}
.notification_item .notification_item_in > div{
	/* padding:10px; */
    padding: 10px 15px 10px 15px;
	height: 90px;
}
.close_notification{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.close_notification i{
	cursor: pointer;
}
.notification_txt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.timeline_loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
	z-index: 1;
	display: none;
}
.timeline_loader_in{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.timeline_loader_in img{
	max-width: 200px;
}


.swiper-container-nested .swiper-button-next.swiper-button-black, 
.swiper-container-nested .swiper-button-prev.swiper-button-black {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    top: 30%;
    width: 20px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 24px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 200px;
    opacity:0;
  	webkit-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.75);
}
.swiper-container-nested:hover .swiper-button-next.swiper-button-black, 
.swiper-container-nested:hover .swiper-button-prev.swiper-button-black{
  	opacity:1
}

.swiper-container-nested .swiper-button-next.swiper-button-black.swiper-button-disabled, 
.swiper-container-nested .swiper-button-prev.swiper-button-black.swiper-button-disabled{
  opacity:0;
}
.swiper-container-nested .swiper-button-next.swiper-button-black.swiper-navigation-nested{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232d96df'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-container-nested .swiper-button-prev.swiper-button-black.swiper-navigation-nested{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232d96df'%2F%3E%3C%2Fsvg%3E") !important;
}
.search-results{
	list-style-type:none;
	padding: 20px 0;
}
.search-results li:not(:last-child){
	padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.form-inline .inputbox.inner{
	border: 0px;
    border-bottom: 1px solid #909090;
}
.form-inline .btn-primary.inner{
	color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: #0b1223;
    border: 1px solid #0b1223;
    padding: 4px 10px;
    border-radius: 0px;
    min-height: 26px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.form-inline .btn-primary.inner:hover {
    background: #334163;
    border: 1px solid #0b1223;
}





















































@media only screen and (max-width: 1600px) {
	.padLR{
		padding-left: 60px;
		padding-right: 60px;
	}
	.padL{
		padding-left: 60px;
	}
	.padR{
		padding-right: 60px;
	}
	.titlePadLR{
		border-left:30px solid #0b1223;
		padding-left:30px;
		padding-right: 60px;
	}

	.padTop{
		padding-top:85px;
	}
	.padTop2{
		padding-top:50px;
	}

	.padBottom{
		padding-bottom: 85px;
	}
	.padBottom2{
		padding-bottom: 50px;
	}
	.margBottom2{
		margin-bottom: 50px;
	}
	.col_item_txt_container{
		min-height: 148px;
	}
	.col_item_txt{
		-webkit-line-clamp: 3;
	}

	#video_container a img{
	    width:90px;
	}
}



@media only screen and (max-width: 1380px) {
	.sidebar{
		padding-left: 20px;
	}
	.epitropi_section .col-lg-4{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
@media only screen and (max-width: 1100px) {
	.padLR{
		padding-left: 40px;
		padding-right: 40px;
	}
	.padL{
		padding-left: 40px;
	}
	.padR{
		padding-right: 40px;
	}
	.titlePadLR{
		border-left:20px solid #0b1223;
		padding-left:20px;
		padding-right: 40px;
	}

	.padTop{
		padding-top:60px;
	}
	.padTop2{
		padding-top: 30px;
	}

	.padBottom{
		padding-bottom: 60px;
	}
	.padBottom2{
		padding-bottom: 30px;
	}
	.margBottom2{
		margin-bottom: 30px;
	}


	.contact_form_container input, .contact_form_container textarea{
		width:100%;
	}
	.epitropi_section .col-lg-4{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.epitropi_item {
	    margin-bottom: 30px;
	    min-height: 160px;
	}
}

@media only screen and (max-width: 991px) {
	.prlx_section{
		height:500px;
		align-items:flex-end;
	}
	.prlx_section .prlx_txt_container{
		width: 50%;
	}
	.prlx_section .prlx_txt{
		max-width: 450px;
	}
	.container404 h1{
		font-size:10rem;
		line-height: 10rem;
	}
	.container404 p{
		font-size: 1.5rem;
	}
}



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

	.timeline_header, .timeline_btns {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: column;
	}
	.timeline_btn{
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.timeline_centuries {
	    margin-top:30px;
	}
	.timeline_century {
	    margin-left: 0px;
	    margin-right: 20px;
	}
	.timeline_team{
		text-align: center;
		}
	

}


@media only screen and (max-width: 768px) {
	.padLR{
		padding-left: 20px;
		padding-right: 20px;
	}
	.padL{
		padding-left: 20px;
	}
	.padR{
		padding-right: 20px;
	}
	.titlePadLR{
		border-left:10px solid #0b1223;
		padding-left:10px;
		padding-right: 20px;
	}

	.padTop{
		padding-top:40px;
	}
	.padTop2{
		padding-top:20px;
	}

	.padBottom{
		padding-bottom: 40px;
	}
	.padBottom2{
		padding-bottom: 20px;
	}
	.margBottom2{
		margin-bottom: 20px;
	}

	.time_point {
	    margin-top: 26px;
	}

	.font08{
	    font-size: 0.8rem;
	}
	.font09{
	    font-size: 0.8rem;
	}
	.font10{
	    font-size: 0.8rem;
	}
	.font11{
		font-size:0.9rem;
	}
	.font12{
		font-size:1rem;
	}
	.font13{
		font-size:1.1rem;
	}
	.font14{
		font-size:1.25rem;
	}
	.font15{
		font-size:1.2rem;
	}
	.font16{
		font-size:1.3rem;
	}
	.font17{
		font-size:1.4rem;
	}
	.font18{
		font-size:1.5rem;
	}
	.font19{
		font-size:1.6rem;
	}
	.font23{
		font-size:1.9rem;
	}
	.font25{
		font-size:2rem;
	}
	.font26{
		font-size:2.1rem;
	}
	.font27{
		font-size:2.2rem;
	}
	.font28{
		font-size:2.3rem;
	}


	.lh08{
		line-height: 0.6rem;
	}
	.lh17{
		line-height:1.4rem;
	}
	.lh19{
		line-height:1.5rem;
	}
	.lh20{
		line-height:1.8rem;
	}




	header .nav_header{
		padding-top: 20px;
		padding-bottom: 20px;
		color:#fff;
		width: 100%;
		display: flex;
		justify-content: space-between;
        color: white;
	}
	header .logo img{
		width:150px;
	}
	header.stickyHeader .logo img{
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}

	/* BURGER MENU */
	#nav-icon {
	  width: 30px;
	  height: 20px;
	}

	#nav-icon span {
	  height: 2px;
	}

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}
	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	  top: 10px;
	}
	#nav-icon span:nth-child(4) {
	  top: 20px;
	  width:60%;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 10px;
	  width: 0%;
	  right: 50%;
	}
	#nav-icon.open span:nth-child(4) {
	  top: 10px;
	  width: 0%;
	  right: 50%;
	}
	header.stickyHeader #nav-icon{
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	/* BURGER MENU */

	.menu_container{
		padding-top: 70px;
		color:#fff;
		height:calc(100% - 20px);
	}
	.menu_search{
		width: 100%;
	}
	.menu_search input{
		min-width: 10px;
		width: calc(100% - 40px);
	}
/*	.menu_bottom {
	    flex-direction: column;
	}*/
	.menu_social{
		margin-bottom: 12px;
		margin-top: 12px;
	}
/*	.scroller{
		height:calc(100vh - 300px);
		overflow-y: scroll;
	}
*/
	.igetes_btns{
		flex-direction: column;
		margin-top:20px;
	}

	.counter_module span:not(:first-child):before {
		font-size: 1.2rem;
		margin:0 5px;
	}


	.painting_item{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
	}
	.painting_item img{
		max-width:100%;
	}
	.painting_right{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.painting_line{
		display: none;
	}
	.painting_txt{
		text-align: right;
		font-weight: 300;
	}

	.imerologio_{
		padding-left:0px;
		padding-right:0px;
	}
	.imerologio .row {
		margin-left:0px;
		margin-right:0px;
	}
	.imerologio_ .calendar_container, .imerologio_ .map_container{
		padding-left:0;
		padding-right:0;
	}
	.dualTitle .learn_more {
		margin-top:15px;
	}
	.imerologio_action{
		margin-top: 20px;
	}
	.imerologio_action div{
		flex-direction: column;
		text-align: center;
	}
	.imerologio_action h5 {
	    margin-right: 0px;
	    margin-bottom: 20px;
	}





	.tesseris_axones .axonas_col:nth-child(odd){
		padding-right: 15px;
	}
	.tesseris_axones .axonas_col:nth-child(even){
		padding-left: 15px;
	}


	.col_item_txt {
		-webkit-line-clamp: 5;
	}
	.col_item_txt_container{
		min-height: 0px;
	}
	.dualTitle .justify_between {
	    display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	    align-items: flex-start;
	}


	
	.footer_top{
		text-align: center;
	}
	.footer_social{
		margin-bottom:30px;
	}
	.footer_link:nth-child(3) a{
		margin-bottom: 10px;
	}
	.footer_bottom {
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: center;
	    text-align: center;
	}
	.footer_bottom_txt:nth-child(2){
		margin-top:10px;
	}

	.large_banner_img{
		display: none;
	}
	.small_banner_img{
		display: block;
	}


	.article_cat_date_author{
		margin-top: -43px;
		position: relative;
	}
	.article_cat_date h5{
		font-weight: 300;
		display: inline-block;
		padding:12px 20px;
		margin:0;
		height: 43px;
	}

	.article_quote{
		display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    font-size: 1.4rem;
	    color:#2d96df;
	    font-weight: 700;
	    font-style: italic;
	}
	.quote_pre{
		font-family: "Times New Roman";
		font-size: 12rem;
		line-height: 9rem;
		color:#d8d8d8;
		display: block;
		max-height: 150px;
	    font-style: normal;
	}
	.article_content iframe{
		height:300px;
	}
	.article_content_in_title{
		margin:40px 0 20px;
		font-size:1.1rem;
	}



	.sidebar{
		padding-left: 15px;
	}

	.contact_form_container input[type="submit"] {
	    width: 100%;
	}

	.contact_details {
	    padding: 20px;
	}

	.col_link, .col_link:hover, .col_link:active, .col_link:visited {
	    margin-bottom: 30px;
	}

	.map_container{display: none;}

	.timeline_users_help {
	    flex-direction: column;
	    text-align: center;
	}
	.timeline_users_help h4 {
	    margin-bottom: 20px;
	    margin-right: 0px;
	}
	input[type="submit"].general {
	    width: 100%;
	}

	#video_container a img{
	    width:70px;
	}


	.prlx_section, .prlx_home .prlx_section{
		height:400px;
		align-items:flex-end;
	}
	.prlx_section .prlx_txt_container{
		width: 100%;
		background: rgba(0,0,0,0);
	}
	.prlx_section .prlx_txt{
		max-width: 450px;
		background: rgba(0,0,0,0.7);
		padding:20px;
	}
	.prlx_section .prlx_txt h3{
		font-size: 1.4rem;
		font-weight: 900;
	}
	.container404 h1{
		font-size:6rem;
		line-height: 6rem;
	}
	.container404 p{
		font-size: 1.5rem;
		text-align: center;
	}
	.xorigoi_imgs a{
		margin-right: 10px;
		margin-left: 10px;
	}
	.xorigoi_imgs{
		text-align: center;
	}
	.tesseris_axones .axonas div{
		font-size: 0.9rem;
		padding: 12px;
        background: rgba(0,0,0,0.5);
	}



}












@media only screen and (max-width: 500px) {
	.epitropi_item, .epitropi_item_in {
	    display: block;
	}
	.epitropi_item_in div {
	    display: block;
	}
	.epitropi_item_in div:nth-child(2) {
	    padding-left: 0px;
	    padding-top: 15px;
	}
	.epitropi_item {
	    margin-bottom: 40px;
	    min-height: 10px;
	    text-align: center;
	}

	#video_container a img{
	    width:60px;
	}
}


footer{
	z-index:1;
	position:relative;
}




.video_element {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}
.video_element_col{
  margin-top:50px;
}
.video_wrapper{
    /*display:table;*/
    width:auto;
    position:relative;
}
.video_playpause {
    background-image:url(../img/play_icon.svg);
    background-repeat:no-repeat;
    width:100px;
    height:100px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer;
}

.homepage_main_slider{
    position: relative;
  }
  .homepage_main_slider_swiper{
    height: 100vh;
  }
  .swiper-pagination-homepage_main_slider .swiper-pagination-bullet{
    background:#fff;
  }
  .homepage_main_slide_overlay{

background: -moz-linear-gradient(top,  rgba(11,18,35,0.9) 0%, rgba(11,18,35,0.3) 20%, rgba(11,18,35,0.1) 30%, rgba(11,18,35,0.1) 50%, rgba(11,18,35,0.4) 70%, rgba(11,18,35,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(11,18,35,0.9) 0%, rgba(11,18,35,0.3) 20%, rgba(11,18,35,0.1) 30%, rgba(11,18,35,0.1) 50%,rgba(11,18,35,0.4) 70%,rgba(11,18,35,0.9) 100%);
background: linear-gradient(to bottom,  rgba(11,18,35,0.9) 0%, rgba(11,18,35,0.3) 20%, rgba(11,18,35,0.1) 30%, rgba(11,18,35,0.1) 50%, rgba(11,18,35,0.4) 70%,rgba(11,18,35,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60b1223', endColorstr='#e60b1223',GradientType=0 );

    height:100%;
    width:100%;
    color:#fff;
    display: flex;
    align-items: flex-end;
  }
  .homepage_main_slide_txt{
    padding-bottom: 140px;
    max-width: 70%;
  }
  .homepage_main_slide_txt_title{
    text-shadow: -1px 2px 4px rgb(72, 72, 72);
  }
  .homepage_main_slide_txt_line{
    margin:20px 0;
    height:1px;
    width:100px;
    background:#fff;
  }
  .font35{
    font-size:3.5rem;
  }
  @media only screen and (max-width: 768px){
    .homepage_main_slide_txt {
      padding-bottom: 100px;
      max-width: 100%;
    }
    .font35 {
      font-size: 2.2rem;
    }
    .notification_item img {
      max-height: 50px;
      min-height: 50px;
      min-width: 50px;
    }
    .notification_item .notification_item_in > div {
      padding: 0px 5px 10px 5px;
      height: 50px;
    }
    .notification_txt{
      font-size:15px !important;
    }
    .notification_item > .notification_item_in{
      margin:5px;
    }
    .notification_area{
      display: flex;
      margin-bottom: 30px;
      width:100%;
      justify-content: center;
    }
    .notification_item:first-child > .notification_item_in {
      margin-right: 5px;
    }
  }



  
div.cc-window.cc-center.cc-center-xtd.cc-window-settings-toggle-xtd {
    padding-bottom: 4.5em !important;
}
.cc-color-override--1458901706.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(11 18 35) !important;
}
.cc-floating .cc-message {
    font-weight: 300;
    line-height: 1.4rem;
}
div.cc-center-xtd span.cc-message span.cc-cookie-settings-toggle{
	border-width: 1px;
	background-color: rgb(11 18 35);
	bottom: 24px !important;
}
span.cc-header + span.cc-message span.cc-message-text a{
	color:#72b8f3;
	font-weight: 600;
}

.cc-color-override--1458901706.cc-revoke {
    background-color: rgb(11 18 35) !important;
}


.main_cont_im_res_content {
    width: 100% !important;
}
.main_cont_im_res_content_head_title {
    flex: 1 !important;
}
@media only screen and (max-width: 768px){
	.main_cont_im_res_content_head_title {
		-webkit-line-clamp: 3 !important;
	}
}

.chzn-container-single .chzn-single {
	height: 35px !important;
	background-color: #fff !important;
	color: #444 !important;
	line-height: 34px !important;
}
	
.chzn-container {
width: 100% !important;
}
	
.chzn-container-single .chzn-single div b {
background-position-y: 12px !important;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
background-position-y: 12px !important;
}
.chzn-container-active.chzn-with-drop .chzn-single {
border: 1px solid #aaa !important;
background-image: none !important;
box-shadow: 0 0px 0 #fff inset !important;
}