.new_home,
#anaskopisi_section{
	background-image:url(../img/pattern.jpg);
	background-repeat: repeat;
} 
header{
	position: relative;
}
header .nav_header{
	padding-top: 0px;
	padding-bottom: 0px;
}
header .logo,
header .logo img{
	position: relative;
	height:160px;
	-webkit-transition:opacity 0.25s ease;
	transition:opacity 0.25s ease;
}
header .logo img{z-index: 2}
.left_header_badge img{
	width: 220px
}
.left_header_badge{
	width: 84px;
	-webkit-transition:opacity 0.25s ease;
	transition:opacity 0.25s ease;
}
@media only screen and (max-width: 991px){
	.left_header_badge{
		pointer-events: none;
		opacity:0;
		display: none;
	}
	.likeLogo {
		text-align: left !important;
	}
}
#nav-icon span{
	background-color:#0b1223;
	height:2px;
}
#nav-icon.open span{
	background-color:#fff;
}

header.open .logo,
header.open .left_header_badge{
	opacity:0;
	pointer-events:none;
}
.menu_search{
	padding-top: 10px
}
.menu_container{
	/* padding-top:220px; */
	padding-top: 160px;
}


.logo_years_container{
	position: absolute;
	width:300px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	opacity:0.3;
	pointer-events: none;
	z-index: 1
}
.logo_years{
	display: flex;
	justify-content: space-between;
	width:100%;
	flex-direction: row;
	font-size: 32px;
	font-weight: 900;
	color:#095cab;
}
.logo_years_timeline{
	display: flex;
	margin:0 auto;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width:calc(100% - 70px);
	height:3px;
	background-color:#095cab;
}
.logo_year_timeline{
	width:7px;
	height:7px;
	border-radius: 7px;
	background-color:#095cab;
}



/* .wrapper{
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
} */


._top_section{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	padding-bottom: 50px;
}
@media only screen and (max-width: 575px){
	._top_section{
		padding-bottom: 20px;
	}
}
._top_section_left{
	/* max-width: 750px; */
	/* padding-right: 50px; */
	padding-right: 10px;
}
._top_section_left_content{
	margin-left: 3vw;
	margin-top:30px
}
@media only screen and (max-width: 991px){
	._top_section_left{
		max-width: 100%;
		padding-right: 0px;
	}
	._top_section_left_content{
		margin-left: 0;
	}
}
._top_section_left_content h1{
	color:#095cab;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: -2.2px;
}
@media only screen and (max-width: 575px){
	._top_section_left_content h1{
		font-size: 42px;
	}
}
._top_section_left_content p{
	color:#0b1223;
	font-size: 16px;
	font-weight: 300;
	margin-top:10px;
	margin-bottom: 30px;
}

._top_section_left_link{
	display: inline-flex;
	padding:15px;
	border: 2px solid #095cab4a;
	-webkit-transition: border 0.25s ease;
	transition: border 0.25s ease;
}
._top_section_left_link:hover{
	border: 2px solid #095cab
}
._top_section_left_link img{
	width:35px;
	height:35px;
	margin-right:10px
}
._top_section_left_link h5{
	color:#095cab;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 0;
}
._top_section_left_link p{
	color:#0b1223;
	font-size: 15px;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 0;
}
._main_title{
	color:#095cab;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.6px;
}
@media only screen and (max-width: 575px){
	._main_title{
		font-size: 20px;
		letter-spacing: -0.3px;
	}
}
._main_p{
	color:#0b1223;
	font-size: 15px;
	font-weight: 300;
}
._mmi_container,
._coin_container{
	display: flex;
}
._mmi_item,
._coin_item{
	position: relative;
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	/* width:129px;
	height:129px; */
	overflow: hidden;
}
._mmi_item img,
._coin_item img{
	object-fit: cover;
	object-position: center;
	width:100%;
	height:100%;
}
._top_section_right{
	display: block;
}
._mmi_item_swiper,
._coin_item_swiper{
	max-width:129px;
	max-height:129px;
}

._segment_tile{
	display: block;
}
.topped50{
	margin-top: 50px;
}
.topped100{
	margin-top: 100px;
}
.maxW1100{
	max-width: 1100px;
}
.marginHorCenter{
	margin: 0 auto
}
.mw330{
	width: 16.5vw;
	height: 16.5vw;
}
.mw330Txt{
	width: 16.5vw;
}
.bigMw{
	width: 24.5vw;
	height: 24.5vw;
}
.bigMwTxt{
	width: 24.5vw;
}

.bigMw1{
	width: 30.5vw;
	height: 30.5vw;
}
.bigMw1Txt{
	width: 30.5vw;
}

.bigMw2{
	width: 38.5vw;
	height: 20.5vw;
}
.bigMw2Txt{
	width: 38.5vw;
}
.bigMw3{
	width: 38.5vw;
	height: 38.5vw;
}
.bigMw3Txt{
	width: 38.5vw;
}
.bigMw4{
	width: 24.5vw;
	height: 24.5vw;
}
.bigMw4Txt{
	width: 24.5vw;
}

@media only screen and (max-width: 1725px){
	.mw330{
		width: 19.5vw;
		height: 19.5vw;
	}
	.mw330Txt{
		width: 19.5vw;
	}
}
@media only screen and (max-width: 1525px){
	.mw330{
		width: 19.5vw;
		height: 19.5vw;
	}
	.mw330Txt{
		width: 19.5vw;
	}
}
@media only screen and (max-width: 991px){
	.mw330{
		width: 38vw;
		height: 38vw;
	}
	.mw330Txt{
		width: 38vw;
	}
	.bigMw1{
		width: calc(100vw - 70px);
		height: calc(100vw - 70px);
	}
	.bigMw1Txt{
		width: calc(100vw - 70px);
	}

	.bigMw2{
		width: calc(100vw - 100px);
		height: 44.5vw;
	}
	.bigMw2Txt{
		width: calc(100vw - 100px);
	}
	.bigMw3{
		/* width: calc(100vw - 100px); */
		/* height: calc(100vw - 100px); */
	}
	.bigMw3Txt{
		/* width: calc(100vw - 100px); */
	}
	.bigMw4{
		width: 24.5vw;
		height: 24.5vw;
	}
	.bigMw4Txt{
		width: 24.5vw;
	}
}
@media only screen and (max-width: 767px){
	.bigMw{
		width: 38vw;
		height: 38vw;
	}
	.bigMwTxt{
		width: 38vw;
	}

	.bigMw2{
		width: calc(100vw - 70px);
		height: 44.5vw;
	}
	.bigMw2Txt{
		width: calc(100vw - 70px);
	}
	.bigMw3{
		width: calc(100vw - 70px);
		height: calc(100vw - 70px);
	}
	.bigMw3Txt{
		width: calc(100vw - 70px);
	}
	.bigMw4{
		width: 38vw;
		height: 38vw;
	}
	.bigMw4Txt{
		width: 38vw;
	}
}
@media only screen and (max-width: 575px){
/* 
	.bigMw2{
		width: calc(100vw - 60px);
		height: 44.5vw;
	}
	.bigMw2Txt{
		width: calc(100vw - 60px);
	}
	.bigMw3{
		width: calc(100vw - 60px);
		height: calc(100vw - 70px);
	}
	.bigMw3Txt{
		width: calc(100vw - 60px);
	} */

	.topped100{
		margin-top: 0px;
	}
	.bigMw2{
		width: 100%;
		height: 44.5vw;
	}
	.bigMw2Txt{
		width: 100%;
	}
	.bigMw3{
		width: 100%;
		height: calc(100vw - 70px);
	}
	.bigMw3Txt{
		width: 100%;
	}	
	.mw330{
		width: 100%;
		height: 48vw;
	}
	.mw330Txt{
		width: 100%;
	}
	.grid__item-img img:nth-child(2){
		width:100%;
		height:100%;
		object-fit: cover;
		object-position: center;
	}
	.bigMw4{
		width: 100%;
		height: 48vw;
	}
	.bigMw4Txt{
		width: 100%;
	}
}
.nomismatiko_tile ._img_container{
	position: relative;
}
.nomismatiko_tile ._img_container .nomism_overlay{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nomismatiko_tile ._img_container .nomism_overlay > div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}
.nomismatiko_tile ._img_container .nomism_overlay > div h2{
	-webkit-transform:translateX(-70px);
	transform:translateX(-70px);
	color: #60a6e8;
	font-size: 60px;
}
@media only screen and (max-width: 1336px){
	.nomismatiko_tile ._img_container .nomism_overlay > div h2{
		-webkit-transform:translateX(-60px);
		transform:translateX(-60px);
		font-size: 52px;
	}
}
@media only screen and (max-width: 991px){
	.nomismatiko_tile ._img_container .nomism_overlay > div h2{
		-webkit-transform:translateX(40px);
		transform:translateX(40px);
		font-size: 60px;
	}
	.nomismatiko_tile ._img_container .nomism_overlay > div p{
		-webkit-transform:translateX(20px);
		transform:translateX(20px);
	}
}
@media only screen and (max-width: 767px){
	.nomismatiko_tile ._img_container .nomism_overlay > div h2{
		font-size: 48px;
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
		padding:0 20px
	}
	.nomismatiko_tile ._img_container .nomism_overlay > div p{
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
	}
}
@media only screen and (max-width: 575px){
	.nomismatiko_tile ._img_container .nomism_overlay > div h2{
		font-size: 32px;
	}
}
.nomismatiko_tile ._img_container .nomism_overlay > div p{
	color:#fff;
	padding:0 20px;
}
.nomismatiko_tile a .bigMw1{
	margin: 0 auto
}







.grid__item {
	position: relative;
}
._img_container{
	-webkit-transition:transform 0.5s ease;
	transition:transform 0.5s ease;
	display: block;
}

/* .grid__item--bg {
	background-color: #fff;
} */

._img_container:hover{
	-webkit-transform:scale(0.95);
	transform:scale(0.95);
}

.grid__item-img {
	display: block;
	height: 100%;
	width: 100%;
}
._segment_tile .grid__item-img {
	display: block;
	height: 100%;
	width: 100%;
	/* -moz-box-shadow: 3px 3px 0px #fff, 6px 6px 0px #D6D1CD;
	-webkit-box-shadow: 3px 3px 0px #fff, 6px 6px 0px #D6D1CD;
	box-shadow: 3px 3px 0px #fff, 6px 6px 0px #D6D1CD; */
}
._segment_tile > div{
	position: relative;
}
._segment_tile > div:before {
	/* border-bottom-color: #D6D1CD;
	border-right-color: #D6D1CD;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-style: solid; */
	/* outline-color: #D6D1CD;
	outline-style: solid;
	outline-width: 3px;
	outline-offset: 3px; */
	width:100%;
	height:100%;
	top:8px;
	left:8px;
	position: absolute;
	content:'';
	border-right: 4px solid #D6D1CD;
	border-bottom: 4px solid #D6D1CD;
	z-index: 0;
}
._segment_tile canvas{
	position: relative;
	z-index: 1;
}

.grid__item-img canvas {
	height: 100%;
}

.grid__item-img img {
	height: 100%;
	display: block;
}

.grid__item-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.grid__item:hover .grid__item-img img:nth-child(2) {
	opacity: 1;
}

.grid__item-img img {
	display: none;
}






.sectionsContainer{
	background-color: #fff;
}
.secondSection{
	position: relative;
	z-index: 0;
}
.thirdSection{
	position: relative;
	z-index: 0;
}

div#parallax-bg-1 {
  position: absolute;
  /* top: 0; */
  top:-10%;
  right: 0;
  /* z-index: 3; */
  z-index: -1;
  pointer-events: none;
}
/* foreground */
div#parallax-bg-1 div {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  overflow: hidden;
}
div#parallax-bg-2 {
  position: absolute;
  top: 0%;
  left: 0;
  /* z-index: 3; */
  z-index: -1;
  pointer-events: none;
}
/* foreground */
div#parallax-bg-2 div {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  overflow: hidden;
}
div#parallax-bg-3 {
  position: absolute;
  top: 70%;
  right: 0;
  /* z-index: 3; */
  z-index: -1;
  pointer-events: none;
}
/* foreground */
div#parallax-bg-3 div {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  overflow: hidden;
}

._seperator_large{
	padding-top: 200px;
}
._seperator_medium{
	padding-top: 100px;
}

@media only screen and (max-width: 991px){
	._seperator_large{
		padding-top: 100px;
	}
	._seperator_medium{
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px){
	._seperator_large{
		padding-top: 70px;
	}
	._seperator_medium{
		padding-top: 40px;
	}
}

@media only screen and (max-width: 575px){
	._seperator_large{
		padding-top: 50px;
	}
	._seperator_medium{
		padding-top: 25px;
	}
}






.likeLogo{
	margin-top:35px;
	margin-bottom:30px;
	text-shadow: 0 0 30px #fff;
}
._big_title{
	color:#095cab;
	/* font-size: 72px; */
	font-size: 60px;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 72px;
	padding-bottom:20px
}
._big_title2{
	color:#095cab;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 36px;
}
@media only screen and (max-width: 991px){
	.likeLogo{
		margin-top:50px;
		margin-bottom:30px
	}
	._big_title2{
		font-size: 32px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 768px){
	.likeLogo{
		margin-top:30px;
	}
	._big_title2{
		font-size: 32px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 575px){
	.likeLogo{
		margin-top:30px;
	}
	._big_title2{
		font-size: 24px;
		line-height: 26px;
	}
}
._big_title_container{
	position: relative;
}
._big_title_container:after{
	content:'';
	position: absolute;
	height:2px;
	width:170px;
	background-color: #095cab;
}
._big_title_right_container{
	position: relative;
	text-align: right;
}
._big_title_right_container:after{
	content:'';
	position: absolute;
	right: 0px;
	height:2px;
	width:170px;
	background-color: #095cab;
}
._big_title_center_container{
	text-align: center;
}
@media only screen and (max-width: 575px){
	._big_title{
		font-size: 42px;
		line-height: 42px;
	}
}

.scrollTriggeredOpacity_0,
.scrollTriggeredOpacity_1,
.scrollTriggeredOpacity_2,
.scrollTriggeredOpacity_3,
.scrollTriggeredOpacity_4{
	opacity:0;
}


._sectionContent{
	position: relative;
	z-index: 4;
}
._content_Text{
	align-self: flex-start;
	position: -webkit-sticky;
	position:sticky;
	top:30px;
	color:#0b1223;
	font-size: 16px;
	font-weight: 300;
	/* line-height: 36px; */
	line-height: 32px;
	margin-top:10px;
	margin-bottom: 30px;
}
.fifthSection ._content_Text{
	position:static;
}

._full_section_tile{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}
._section_tile_extra_links_container{
	position: relative;
	z-index: 2;
}
._section_tile_extra_links{
	padding-top: 40px;
}
._section_tile_extra_link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
._section_tile_extra_link:before{
	content:"";
	height:1px;
	width:80px;
	background-color: #0b1223;
	margin-right:20px
}
._section_tile_extra_link a{
	font-size: 18px;
	display: block;
	font-weight: 900;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding: 20px 0;
}
._section_tile_extra_link a:hover{
	color:#095cab
}

@media only screen and (max-width: 991px){
	._section_tile_extra_links{
		padding-top: 20px;
	}
	._section_tile_extra_link a{
		font-size: 16px;
		padding: 15px 0;
	}
	._section_tile_extra_link:before{
		width:40px;
	}
}
@media only screen and (max-width: 575px){
	._section_tile_extra_links{
		padding-top: 0px;
	}
	._section_tile_extra_link a{
		font-size: 16px;
		padding: 0px 0 10px;
	}
	._section_tile_extra_link:before{
		width:30px;
	}
}





.swipers_media{
	overflow: hidden;
}
.swiper_media_tabs_head .swiper-slide{
	width:auto;
	margin:0 20px;
	padding:10px 0;
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px solid transparent;
	letter-spacing: -0.3px;
}
.swiper_media_tabs_head .swiper-wrapper{
	text-align: center;
	display: flex;
	/* width:1562px; */
	margin:0 auto;
}
@media only screen and (min-width: 768px){
	.swiper_media_tabs_head .swiper-wrapper{
		/* width:1562px; */
		width:1283px;
		display: block;
	}	
}
.swiper_media_tabs_head .swiper-slide-thumb-active{
	border-bottom:1px solid #095cab;
	color:#095cab
}

.swiper_media_tabs_body{
	padding:40px 0 0;
}

.swiper_media_tabs_body .swiper-wrapper{
	height:auto;
}
.swiper_media_tabs_body .swiper-slide .media_slide{
	height: 500px;
}
@media only screen and (max-width: 1300px){
	.swiper_media_tabs_body .swiper-slide .media_slide{
		height: 400px;
	}
}
@media only screen and (max-width: 991px){
	.swiper_media_tabs_body .swiper-slide .media_slide{
		height: 300px;
	}
}
@media only screen and (max-width: 767px){
	.swiper_media_tabs_body .swiper-slide .media_slide{
		height: 240px;
	}
}
.swiper_media_tabs_body .swiper-slide img{
	object-fit: cover;
	object-position: center;
	width:100%;
	cursor: pointer;
	height:100%;
	/* width: 100%;
	height:420px; */
}
.swiper_media_tabs_body .swiper-slide .media_title{
	opacity:0;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	padding-top:20px;
	text-align: center;
	font-weight: 700;;
}
.swiper_media_tabs_body .swiper-slide-active .media_title{
	opacity:1;
}

#mediaModal .modal-dialog{
	max-width:1600px
}
#mediaModal .modal-content{
	background-color:transparent;
	border:0px;
}
#mediaModal .modal-header{
	background-color:transparent;
	border:0px;
}
#mediaModal .close {
    opacity: 1;
}

.mediaWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
  }
  .mediaWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }


  .igetes_swiper .igetes_img{
	border: 10px solid #f1f1f1;
  }


  ._more_link a{
	display: block;
	padding:10px 14px;
	margin:4px 0 12px;
	background:#f1f1f1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
  }
  ._more_link a:hover{
	display: block;
	padding:10px 14px;
	margin:4px 0 12px;
	background:#095cab;
	color:#fff
  }





  footer,
  .footer_top,
  .footer_bottom{
	background:#095cab;
	color:#fff;
  }
  .footer_top{
	padding:32px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.342);
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .footer_bottom{
	font-size:12px;
	font-weight:300;
	padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer_links{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
  }
  div.footer_link a{
	font-size:14px;
	font-weight:300;
	margin:0;
  }
  .footer_link:first-child{
	margin-right:30px;
  }
  @media only screen and (max-width: 767px){
	.footer_top{
	  justify-content: center;
	  flex-direction: column;
	}
	.footer_links{
		padding-top:20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.footer_link:first-child{
	  margin-right:0px;
	}
  }
  




  @media only screen and (max-width: 991px){
	.nomismatiko_tile{
		order:1
	}
	.imerologio_tile{
		order:2
	}
	.protaseis_tile{
		order:3
	}
  }







@media only screen and (max-width: 768px){
	header .logo, 
	header .logo img{
		height:110px;
	}
	.left_header_badge img{
		width: 70px
	}
	.menu_container {
	    padding-top: 110px;
	}
	.logo_years_container{display: none;}
}



.loader{
	background-image:url(../img/pattern.jpg);
	background-repeat: repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 10000000;
	opacity:1;
	display: flex;
	justify-content: center;
	align-items: center;
	/* -webkit-transition: opacity 0.125s ease;
	transition: opacity 0.125s ease; */
}
.loader_container{
	position:relative;
	width:150px;
	height:150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader_container::before{
	content:'';
	position:absolute;
	top:0;
	left: 0;
	width:150px;
	height:150px;
	border-radius:150px;
	box-shadow: 0px 3px 0 0px #095cab, 0px 0px 0 0px transparent;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes rotating {
	from {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }






  /* .anaskopisi_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
  } */
  /* .anaskopisi_item{
	max-width: 129px;
	max-height: 129px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100%;
	width: 100%;
	background:rgba(255,255,255,0.4);
	padding:12px
  } */
/* .anaskopisi_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
	
.anaskopisi_item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.anaskopisi_item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.anaskopisi_item:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
.anaskopisi_item:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
.anaskopisi_item:nth-child(5) { grid-area: 3 / 2 / 4 / 3; } */

._top_section_left_svg{
	margin-top:0px;
	margin-bottom:80px;
}
.anaskopisi_item{
	/* border: 2px solid #cdd1dd; */
	-webkit-transition: border 0.25s ease;
	transition: transform 0.25s ease;
	display: block;
	/* display: flex; */
}
/* .anaskopisi_item_outer{
	margin-bottom:20px;
} */
.anaskopisi_item_outer:nth-child(1) {  
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.anaskopisi_item_outer:nth-child(2) {  
	-webkit-transform:translateY(30%);
	transform:translateY(30%);
}
.anaskopisi_item_outer:nth-child(3) {  
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.anaskopisi_item_outer:nth-child(4) {  
	-webkit-transform:translateY(30%);
	transform:translateY(30%);
}
.anaskopisi_item_outer:nth-child(5) {  
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.anaskopisi_item_outer:nth-child(6) {  
	-webkit-transform:translateY(30%);
	transform:translateY(30%);
	margin-bottom: 0;
}
/* .anaskopisi_item div:first-child{
	width: 100%;
	height: 160px;
	aspect-ratio: 1/1;
	position: relative;
}
.anaskopisi_item_outer:nth-child(1) .anaskopisi_item div:first-child{
	width: 100%;
	height: 340px;
	aspect-ratio: 1/1;
	position: relative;
}
.anaskopisi_item div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}*/
.anaskopisi_item._segment_tile > div:last-child:before {
    display: none;
}
.anaskopisi_item_onlyLink{
	min-height:10px;
	margin-top:20px;
	margin-bottom: 40px;
}
.anaskopisi_item_onlyLink div:first-child{
	height:auto !important;
	aspect-ratio: auto;
	min-height:10px !important;
	background:#fff;
	padding:16px !important;
	padding-left:20px !important;
	text-align: center;
}
.anaskopisi_item_onlyLink div:first-child h3:before{
	content:'\f01d';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:6px
}
/* .anaskopisi_item div:first-child:after{
	content: "\f01d";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 45px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	color:#fff;
	top:10px;
	left:10px;
	/* top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
} */
.anaskopisi_item div:last-child{
	/* background:rgba(255,255,255,0.4); */
	padding:12px;
	padding-left:0;
	width: 100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	min-height: 70px;
}
.anaskopisi_item div:last-child.vlemma_links,
.vlemma_links{
	padding:6px;
	padding-left:0;
	justify-content: flex-start;
	min-height: 40px;
}
.anaskopisi_item div:last-child.vlemma_links a,
.vlemma_links a{
	margin-right:20px;
	padding:12px 20px;
	background:#fff;
	display: flex;
    align-items: baseline;
}
.anaskopisi_item div:last-child.vlemma_links a:before,
.vlemma_links a:before{
	content:'\f01d';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:6px;
	color:#095CAB
}
/* .anaskopisi_item div:last-child:after{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
/* .anaskopisi_item:hover{
	-webkit-transform:scale3d(0.95,0.95,0.95);
	transform:scale3d(0.95,0.95,0.95);
} */
.anaskopisi_item h6{
	margin:0;
	/* color: #0b1223; */
    font-size: 18px;
    font-weight: 800;
}
h1._main_title{
    font-size: 30px;
}
h1._main_title2{
    font-size: 38px;
	line-height: 36px;
}

@media only screen and (max-width: 991px){
	.anaskopisi_item div:first-child{
		/* width: 25vw; */
		height: 200px;
	}
	._top_section_left_svg{
		margin-top:30px;
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 575px){
	.anaskopisi_item{
		flex-direction: column;
	}
	.anaskopisi_item div:last-child:after{
		content: "\f054";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 12px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: none;
	}
	.anaskopisi_item div:first-child{
		width: 100%;
		height: 150px;
		aspect-ratio: none;
	}
	.brandImgMaxWidth{
		max-width: 160px !important;
	}
}


.brands_container{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-bottom:40px
}
.sponsors_item{
	text-align: center;
	vertical-align: middle;
}
.sponsors_item img{
	max-width: 100%;
}

.sponsors_item:nth-child(1) { grid-area: 1 / 1 / 3 / 4; }
.sponsors_item:nth-child(2) { grid-area: 1 / 4 / 2 / 6; }
.sponsors_item:nth-child(3) { grid-area: 1 / 6 / 2 / 8; }
.sponsors_item:nth-child(4) { grid-area: 2 / 4 / 3 / 6; }
.sponsors_item:nth-child(5) { grid-area: 2 / 6 / 3 / 8; }

.more_link_outer a{
	background: #fff;
}

.perissoteres_draseis{
	overflow-x: hidden;
	position: relative;
}
.perissoteres_draseis .swiper-slide .moreDraseisInner{
	min-height:180px;
	padding: 8px;
	border:2px solid #f1f2f5;
	display: block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor:pointer
}
.perissoteres_draseis .swiper-slide .moreDraseisInner div{
	width:100%;
	height:130px;
	/* aspect-ratio: 1/1; */
	margin-bottom:14px;
}
@media only screen and (max-width: 767px){
	.perissoteres_draseis .swiper-slide .moreDraseisInner div{
		height:90px;
		margin-bottom:14px;
	}
}
.perissoteres_draseis .swiper-slide .moreDraseisInner div img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height:100%;
}
.perissoteres_draseis .swiper-slide .moreDraseisInner h4:after{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.perissoteres_draseis .swiper-slide .moreDraseisInner:hover{
	border: 2px solid #095cab;
}
.perissoteres_draseis .swiper-slide h4{	
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 18px;
	font-weight: 700;
	margin:0;
	margin-bottom:6px
}
.perissoteres_draseis .swiper-pagination{
	position: relative;
	margin-top:20px;
	bottom:0;
}
#draseisHeader{
	font-weight: 700;
	color:#095cab
}
#draseisWrapper h5{
	font-weight: 700;
}
#draseisModal .modal-dialog .modal-header{
	border:0px;
}

@media only screen and (min-width: 576px){
	#draseisModal .modal-dialog{
		max-width: 1000px;
	}
}

.nav_menu.open .menu_cols:nth-child(1) .menu_col:nth-child(5) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}
.nav_menu.open .menu_cols .menu_col {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.centeredParagraph{
	max-width: 950px;
	margin:0 auto;
	line-height: 30px;
}
._main_p {
    line-height: 30px;
}








.vid_links{
	padding:0px;
	padding-left:0;
	justify-content: flex-start;
	min-height: 40px;
}
.vid_links a{
	padding:15px;
	font-weight: 800;
	font-size: 18px;
	background:#fff;
	color: #095cab;
	display: flex;
	align-items: center;
	border: 2px solid #095cab4a;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
.vid_links a:hover{
	border: 2px solid #095cab;
}
.vid_links a:before{
	content:'\f01d';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:12px;
	color:#095CAB
}
.vid_links.pdf_link a:before{
	content:'\f1c1';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:12px;
	color:#095CAB
}


.domi_btns{
	display: flex;
}
.domi_btns a._top_section_left_link{
	flex:1;
	margin-right:5px;
	padding:20px 5px;
	text-align: center;
}
.domi_btns a._top_section_left_link:last-child{
	margin-right: 0px;
}
.domi_btns a._top_section_left_link div{
	width: 100%;
}

@media only screen and (max-width: 576px){
	.domi_btns a._top_section_left_link{
		width: 50%;
    	flex: 0 0 50%;
		margin-right: 0px;
	}
	.domi_btns {
		display: flex;
		flex-wrap: wrap;
	}
}



@media only screen and (max-width: 767px){
	.absolutedWidth{
		width:90vw
	}
}


.grid__item-img img.overlay_imerol_img{
	position: absolute;
    width: 100%;
    height: auto;
    padding: 20px;
    bottom: 0;
	display: block;
}
@media only screen and (max-width: 575px){
	.grid__item-img img.overlay_imerol_img{
		position: absolute;
		width: auto;
		height: 100%;
		padding: 20px;
		bottom: 0;
		display: block;
	}
}


.menu_lang a{
	color:#0b1223
}
.fixed .menu_lang a{
	color:#ffffff
}





/* THIS IS FOR DISABLED IMAGE TRANSITION */

.grid__item-img img:nth-child(2){
	opacity:1;
	display: block;
}

/* THIS IS FOR DISABLED IMAGE TRANSITION */




@media only screen and (max-width: 575px){
	.likeLogo {
		margin-top: 40px;
	}
	._big_title2 {
		font-size: 18px;
		line-height: 20px;
	}
	._top_section .brands_container .sponsors_item .sponsors-grid--item-name{
		font-size: 12px;
	}
}
.points_content .swiper-pagination-black .swiper-pagination-bullet,
.points_content .swiper-pagination-black .swiper-pagination-bullet-active{
	background-color:#007aff
}
