@font-face {
    font-family: TransportBlack;
    src: url(../fonts/TransportBlack.otf);
 }
 @font-face {
     font-family: TransportBold;
     src: url(../fonts/TransportBold.otf);
}
@font-face {
    font-family: TransportRegular;
    src: url(../fonts/TransportRegular.otf);
 }
BODY {
    min-height: 100vh;
    line-height: 1;
    color: #2B2A29;
    font-family: 'Ubuntu', sans-serif;
    margin: 0px;
    font-size: 16px;
}
FOOTER {
    background: #BAC3C4;
    font-size: .8rem;
}
FOOTER .logo_text {
    max-width: 80px;
}
FOOTER .home_title:after {
    width: 45px;
}
FOOTER H1 {
    font-size: 1.5rem;
}
FOOTER H5 {
    font-size: 1rem;
}
FOOTER .site_home_year {
    font-size: 14px;
}
FOOTER .logo_symbol {
    width: 65px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.footer_menu .nav-link {
    padding: 0.1rem 0rem 0.1rem 0rem;
}
IMG {
    width: 100%;
    vertical-align: middle;
}
.t-0 {
    top: 0px;
}
.r-0 {
    right: 0px;
}
.b-0 {
    bottom: 0px;
}
.l-0 {
    left: 0px;
}
.mh-100 {
    min-height: 100vh;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
H1, H2, H3, H4, H5, H6 {
    line-height: 1;
    font-family: TransportBlack;
    font-weight: unset;
}
A {
    color: #2B2A29;
    text-decoration: none;
}
A:hover {
    color: #FFF200;
    text-decoration: none;
}
.home A:hover {
    color: #2B2A29;
}
.TransportBlack {
    font-family: TransportBlack;
}
.TransportBold {
    font-family: TransportBold;
}
.TransportRegular {
    font-family: TransportRegular;
}
.transition {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.letter_spacing {
    letter-spacing: 5px;
}
.home_logo_symbol {
    position: absolute;
    width: 90px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.logo_symbol {
    width: 33%;
    min-width: 50px;
}
.go_site .logo_symbol,
.header .logo_symbol {
    position: static;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
}
.search .logo_symbol,
.newsletter .logo_symbol {
    width: 50px;
}
.logo_text {
    width: 250px;
}
.social_logo {
    width: 15px;
}
.white_bg {
    background: #FFFFFF;
}
.yellow_bg {
    background: #FFF200;
}
.blue_bg {
    background: #37F2F0;
}
.black_bg {
    background: #000000;
    color: #FFFFFF;
}
.black_bg .yellow_bg {
    color: #2B2A29;
}
.dark_gray_bg {
    background: #4D4D4D;
    color: #FFFFFF;
}
.medium_gray_bg {
    background: #696F70;
    color: #FFFFFF;
}
.medium_gray_bg A {
    color: #FFF200;
}
.medium_gray_bg FORM {
    color: #2B2A29;
}
.gray_bg {
    background: #696F70;
    color: #FFFFFF;
}
.light_gray_bg {
    background: #CCCCCC;
}
.black_bg .go_site,
.black_bg .arrow,
.gray_bg .arrow {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.black_bg .demand_half {
    -webkit-filter: invert(1);
    filter: invert(1);
    padding: 5rem 10rem 5rem 10rem;
}
.logo_text {
    max-width: 160px;
}
.home_title:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 95px;
    height: 6px;
    background: #2B2A29;
}
.site_home_year {
    font-size: 24px;
    position: relative;
    top: -11px;
}
.go_site {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 80px;
    bottom: 0px;
    margin: auto;
    height: 240px;
    z-index: 1;
}
.go_site_text {
    max-width: 50px;
}
.go_site_bg {
    height: 100%;
}
.go_site .arrow {
    max-width: 35px;
    margin-right: 0px;
    -webkit-animation: arrow 1s ease infinite alternate;
    -moz-animation: arrow 1s ease infinite alternate;
    -o-animation: arrow 1s ease infinite alternate;
    animation: arrow 1s ease infinite alternate;
}
@-webkit-keyframes arrow {
    0%   {
		margin-right: 0px;
    }
    100% {
		margin-right: 15px;
    }
}
@-moz-keyframes arrow {
    0%   {
		margin-right: 0px;
    }
    100% {
		margin-right: 15px;
    }
}
@-o-keyframes arrow {
    0%   {
		margin-right: 0px;
    }
    100% {
		margin-right: 15px;
    }
}
@keyframes arrow {
    0%   {
		margin-right: 0px;
    }
    100% {
		margin-right: 15px;
    }
}
.yellow_arrow {
    width: 25px;
}
.big_btn .yellow_arrow {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
}
.light_gray_bg.big_btn .yellow_arrow {
    -webkit-filter: grayscale(1) brightness(2) invert(1);
    filter: grayscale(1) brightness(2) invert(1);
}
.big_btn:hover .yellow_arrow {
    -webkit-filter: none;
    filter: none;
}
.overlay {
    background: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    opacity: 0;
}
.overlay:hover {
    opacity: 1;
}
.arrow_absolute {
    right: 30px;
    bottom: 30px;
}
.thick_line {
    position: relative;
}
.thick_line:after {
    content: "";
    width: 100%;
    height: 12px;
    background: #000000;
    position: absolute;
    left: 0px;
    bottom: -20px;
}
.medium_gray_bg .thick_line:after,
.dark_gray_bg .thick_line:after,
.black_bg .thick_line:after {
    background: #FFFFFF;
}
.pin {
    position: absolute;
    width: 30px;
    opacity: 0;
    -webkit-animation: pin 1s ease infinite alternate;
    -moz-animation: pin 1s ease infinite alternate;
    -o-animation: pin 1s ease infinite alternate;
    animation: pin 1s ease infinite alternate;
}
.pin1 {
    bottom: 40%;
    left: 10%;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.pin2 {
    bottom: 45%;
    left: 45%;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.pin3 {
    bottom: 30%;
    left: 90%;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.pin4 {
    bottom: 25%;
    left: 70%;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.pin5 {
    bottom: 15%;
    left: 30%;
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.pin6 {
    bottom: 10%;
    left: 55%;
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.pin7 {
    bottom: 5%;
    left: 80%;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes pin {
    0%   {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-moz-keyframes pin {
    0%   {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-o-keyframes pin {
    0%   {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@keyframes mouse {
    0%   {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
.mouse {
    position: absolute;
    width: 35px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    -webkit-animation: mouse 1s ease infinite alternate;
    -moz-animation: mouse 1s ease infinite alternate;
    -o-animation: mouse 1s ease infinite alternate;
    animation: mouse 1s ease infinite alternate;
}
@-webkit-keyframes mouse {
    0%   {
		margin-bottom: 30px;
    }
    100% {
		margin-bottom: 60px;
    }
}
@-moz-keyframes mouse {
    0%   {
		margin-bottom: 30px;
    }
    100% {
		margin-bottom: 60px;
    }
}
@-o-keyframes mouse {
    0%   {
		margin-bottom: 30px;
    }
    100% {
		margin-bottom: 60px;
    }
}
@keyframes mouse {
    0%   {
		margin-bottom: 30px;
    }
    100% {
		margin-bottom: 60px;
    }
}
.rotate_btn {
    width: 170px;
    height: 170px;
    color: #FFFFFF;
}
.rotate_btn:hover {
    color: #FFF200;
}
.rotate_btn H6 {
    font-size: 12px;
}
.rotate_inner {
    border: #4D4D4D solid 15px;
}
.rotate_absolute_1 {
    border: #FFF200 solid 10px;
}
.rotate_absolute_2 {
    border: #FF6600 solid 10px;
}
.rotate_absolute_3 {
    border: #00CCFF solid 10px;
}
.rotate_absolute_4 {
    border: #33CC99 solid 10px;
}

.rotate_absolute {
    animation: up 2s;
    animation-iteration-count: infinite;
    transition: 2s;
    animation-timing-function: linear;
}
@keyframes up {
    from{
        transform:rotate(0deg);
    }
    50%{
        transform:rotate(180deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.first_corner {
    border-right: #FFF200 solid 150px;
    border-bottom: transparent solid 300px;
    right: 0px;
}
.letter IMG {
    width: auto;
    height: 300px;
    position: relative;
    z-index: 1;
    transform: scale(1.02);
}
.categories A {
    color: #FFFFFF;
}
.visitors_categories {
    width: 145px;
    height: 215px;
    position: relative;
    background: #FFFFFF;
}
.visitors_categories,
.visitors_categories_border,
.visitors_categories_border2,
.visitors_categories_border3 {
    -webkit-clip-path: polygon(50% 10%, 100% 30%, 100% 70%, 50% 90%,  0 70%, 0 30%);
    clip-path: polygon(50% 10%, 100% 30%, 100% 70%, 50% 90%,  0 70%, 0 30%);
}
.visitors_categories_border {
    background: #000000;
    width: 141px;
    height: 209px;
}
.visitors_categories_border2 {
    background: #FFFFFF;
    width: 125px;
    height: 185px;
}
.visitors_categories_border3 {
    background: #000000;
    width: 113px;
    height: 165px;
}
.visitors_categories {
    color: #FFFFFF;
}
.visitors_categories:hover .visitors_categories_border2,
.visitors_categories:hover {
    color: #FFF200;
    background: #FFF200;
}
.parallel_days:after {
    content: "";
    width: 100px;
    height: 15px;
    background: #FFF200;
    display: block;
    margin-top: 30px;
}
.parallel_links {
    color: #FFFFFF;
}
.parallel_links:hover {
    color: #FFF200;
}
.fa-search {
    font-size: 24px;
}
#gallery .fa-search {
    font-size: 36px;
}
.search .fa-search {
    position: absolute;
    font-size: 120px;
    left: -150px;
    top: -82px;
}
.press_kit .overlay {
    opacity: 1;
}
.press_kit_download {
    background: url(../images/download_bg.png);
    background-size: auto 100%;
    font-size: 12px;
}
.celebrating_big {
    color: #FFFFFF;
    bottom: -100px;
    font-size: 9.5vw;
    line-height: .7;
}
.demand {
    width: 40%;
}
.athens_bg {
    background: url(../images/athens_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.eggrafi {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    height: 70px;
    background: #FFFFFF;
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    padding: 15px 0px 15px 0px;
    cursor: pointer;
    z-index: 1;
}
.date_btn,
.past_events_btn,
.login_btn,
.search_btn,
.newsletter_btn {
    cursor: pointer;
}
.search,
.newsletter {
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.search INPUT,
.newsletter INPUT {
    background: none;
}
.search.search_open,
.newsletter.newsletter_open {
    z-index: 1030;
    opacity: 1;
}
.exit_search,
.exit_newsletter {
    font-size: 36px;
    cursor: pointer;
}
.date_btn,
.newsletter_btn,
.past_events_btn,
.login_btn {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 11px;
}
.past_events_btn,
.login_btn {
    margin-right: -30px;
}
.date_btn,
.newsletter_btn,
.past_events_btn {
    color: #FFFFFF;
}
.date_btn {
    background-image: url(../images/download_flip_bg.png);
}
.newsletter_btn {
    background-image: url(../images/black_bg.png);
}
.past_events_btn {
    background-image: url(../images/medium_gray_bg.png);
}
.login_btn {
    background-image: url(../images/light_gray_bg.png);
}
.rantevou_row {
    font-size: 12px;
}
#menu_btn {
    width: 40px;
    height: 26px;
    cursor: pointer;
    position: relative;
    margin: 20px 0px 20px 0px;
    display: none;
}
#menu_btn DIV {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #2B2A29;
}
.menu_line_top {
    top: 0px;
}
.menu_line_middle {
    top: 8px;
}
.menu_line_bottom {
    top: 16px;
}
.main_menu {
    display: flex;
}
.main_menu .nav-link {
    padding: 2rem .5rem 2rem .5rem;
    font-size: 14px;
    display: block;
}
.main_menu LI.active .nav-link,
.main_menu .nav-link:hover {
    background: #FFF200;
    color: #2B2A29;
}
.main_menu LI.active .nav-link.fest_link,
.main_menu .nav-link.fest_link:hover {
    background: #37F2F0;
}
.submenu .nav-link {
    color: #FFFFFF;
    font-size: 12px;
    display: block;
}
.submenu .nav-link.active,
.submenu .nav-link:hover {
    color: #FFF200;
}
.product_filter,
.show_area_filter {
    cursor: pointer;
}
.product_filter_list,
.show_area_filter_list {
    display: none;
}
.news_list_item:first-child {
    max-width: 100%;
    flex: 0 0 100%;
}
.news_list_item A {
    color: #2B2A29;
}
.news_list_item A IMG {
    /* margin-left: 5px; */
}
.press-image IMG,
.posts-image IMG {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.post_title {
    font-size: 38px;
}
.post_subtitle {
    font-size: 20px;
}
.post_date {
    font-family: TransportBlack;
    color: #FF0000;
}
.flipper {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 400px !important;
}
.back, .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container.hover .flipper, .flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container:first-child .flipper DIV {
    background: #B87260;
}
.flip-container:nth-child(2) .flipper DIV {
    background: #913A3A;
}
.flip-container:nth-child(3) .flipper DIV {
    background: #5E3333;
}
.flip-container:nth-child(4) .flipper DIV {
    background: #332226;
}
.flip-container:nth-child(5) .flipper DIV {
    background: #003333;
}
.flip-container:nth-child(6) .flipper DIV {
    background: #336666;
}
.flip-container:nth-child(7) .flipper DIV {
    background: #588A8A;
}
.flip-container:nth-child(8) .flipper DIV {
    background: #7BB5B5;
}
.list_style UL {
    list-style-type: none;
    padding: 0px;
}
.list_style UL LI {
    position: relative;
    padding-left: 30px;
}
.list_style UL LI:before {
    content: "	\003E";
    position: absolute;
    left: 0px;
}
.search_results .pagination {
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}
.search_results .pagination Li {
    margin-left: 10px;
}
.search_results .pagination Li:first-child,
.search_results .pagination Li:last-child {
    display: none;
}
.g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin :0 0;
    -webkit-transform-origin: 0 0;
    width: 200px;
}
.submenu {
    display: none;
}
.polygona .col-auto {
    padding-right: 7px;
    padding-left: 7px;
}
.polygona H6 {
    font-size: .8rem;
}
.polygona_2 {
    display: none;
}
.polygona_3 {
    display: none;
}
HTML[lang="en"] .not_in_english {
    display: none;
}
.home_carousel {
    height: 80vh;
}
.carousel_item,
.owl-item,
.owl-stage,
.owl-stage-outer {
    height: 100%;
}
.carousel_item IMG {
    height: 100%;
    object-fit: cover;
}
.carousel_item .yellow_arrow {
    width: 25px !important;
    height: auto;
    display: inline-block !important;
    margin-left: 15px;
}
.home_carousel_overlay {
    background: rgba(0, 0, 0, .6);
    color: #FFFFFF;
}
.home_carousel_overlay A {
    color: #FFF200;
}
@media screen and (max-width: 655px) {
    .polygona_1 {
        display: none;
    }
    .polygona_2 {
        display: block;
    }
}
@media screen and (max-width: 495px) {
    .polygona_2 {
        display: none;
    }
    .polygona_3 {
        display: block;
    }
}
@media screen and (max-width: 915px) {
    .header_second_panel {
        order: 3;
    }
    .header_third_panel {
        order: 2;
    }
}
@media screen and (max-width: 767px) {
    #menu_btn {
        display: block;
    }
    .main_menu {
        display: none;
        overflow: auto;
        height: calc(100vh - 111px);
    }
    .main_menu .nav-link {
        padding: .75rem .5rem .75rem .5rem;
    }
    .submenu {
        display: none;
    }
    #visit_days .border:nth-child(2) {
        border: none !important;
    }
    .celebrating_big {
        bottom: -1px;
    }
}
@media screen and (max-width: 576px) {
    .header .home_logo_symbol {
        width: 40px;
    }
    .header_logo {
        width: 170px;
    }
    .letter_spacing {
        letter-spacing: 3px;
    }
    .go_site {
        width: 50px;
        height: 185px;
    }
    .eggrafi {
        position: static;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .yellow_bg {
        height: 50%;
    }
    .blue_bg {
        height: 50%;
    }
    .logo_text {
        max-width: 100px;
    }
    .home_title:after {
        width: 60px;
    }
    .logo_text {
        max-width: 100px;
    }
    .home_title:after {
        width: 60px;
    }
    H1 {
        font-size: 1.75rem;
    }
    H2 {
        font-size: 1.5rem;
    }
    H3 {
        font-size: 1.25rem;
    }
    H4 {
        font-size: 1.25rem;
    }
    H5 {
        font-size: 1rem;
    }
    .site_home_year {
        font-size: 17px;
        top: -7px;
    }
    .stay_tuned {
        width: 80px;
        height: 80px;
        font-size: 1rem;
    }
    .demand {
        width: 80%;
    }
    .first_corner {
        border-right: #FFF200 solid 75px;
        border-bottom: transparent solid 150px;
    }
    .letter IMG {
        height: 150px;
    }
    .home_logo_symbol {
        width: 60px;
    }
    .post_title {
        font-size: 21px;
    }
    .post_subtitle {
        font-size: 18px;
    }
    .home_carousel {
        height: 100vh;
    }
}