.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.gif) center no-repeat #fff;
}
#full_video{
	width:100%;
}
#video_container{
	position: relative;
  	width:100%;
  	overflow: hidden;
}
#video_container a{
	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;
}


@-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;
}





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;
}
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(2) .menu_col:nth-child(1){
	-webkit-transition-delay:0.45s;
	transition-delay:0.45s;
}
.nav_menu.open .menu_cols:nth-child(2) .menu_col:nth-child(2){
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}

.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{
	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;
}

.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_title, .hidden_timeline_title{
	font-weight: 700;
}



    .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;
}
.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(https://www.helppost.gr/wp-content/uploads/2015/02/xartes-google-map.jpg);
	width:100%;
	height:408px;
}




















.tesseris_axones img{
	width:100%;
	opacity:0.15;
	-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;
}

.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;
}







.col_link, .col_link:hover, .col_link:active, .col_link:visited{
	text-decoration: none;
	margin-bottom: 60px;
}

.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_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(3) 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;
}
.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
}
.article_cat_date .article_cat{
	background: #0b1223;
}
.article_cat_date .article_date{
	background: #2d96df;
}
.article_author{
	margin:30px 0 20px;
}
.article_author_in{
	color: #717171;
	font-weight: 300;
}

.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: 1rem;
	line-height: 2rem;
	margin-bottom: 40px;
}
.article_content img{
	max-width: 100%;
	margin-bottom: 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{
	width: 100%;
	height:500px;
	margin-bottom: 20px;
}
.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;
}
.sidebar_section:nth-child(1){
	margin-bottom: 60px;
}
.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(5px);
  	filter: blur(5px);
}



.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%;
	position: sticky;
	top:100px;
	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{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.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);
}
.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){
	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;
}
*/
.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_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%;
}






















































@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;
	}
	.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;
	}


	.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;
	}
}



@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;
	}

}


@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;
	}

	.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;
	}
	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{
		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;
	}




}












@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;
	}
}