body {
font-family: "Manrope", sans-serif;
}


@media (max-width: 912px) {
 #contenttop h1 {
    font-size: 2em;
}
}


/*above top banner text */
.c-texttopbanner {
font-size: 0.8em;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

@media (max-width: 912px) {
 #abovetopbanner {
   display: none;
}
}



/*NEWS*/

div.horizontalitemsnews div.itemcontent {
    border-radius: 20px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 10px;
}

/*END OF NEWS*/



.c-textallpage {
font-weight: 300;
font-size: 1.1em;
line-height: 1.6em;
text-align: justify;
}

#contenttop div.gallery div.photogroup div.aphoto img {
    border-radius: 10px;
}


/*FOOTER*/


.c-footer-flex {
display: flex;
    gap: 4vh;
    justify-content: center;
    margin-top: 30px;
margin-bottom: 20px;
}

@media (max-width: 912px) {
.c-footer-flex {
    flex-direction: column;
    align-items: center;
}
}

.c-footer-text {
text-align: center;
font-size: 0.8em;
}.c-fade-in {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in.show {
    opacity: 1;
    transform: translateX(0);
}

.c-fade-in-down {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}

.c-zoom-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-zoom-in.show {
    opacity: 1;
    transform: scale(1);
}.c-button1 {
display: inline-block;
    text-decoration: none;
    position: relative; 
    font-weight: 800;
    padding-bottom: 2px;
    letter-spacing: 1px;
    font-size: 0.9em;
   margin-bottom: 0px;
}

.c-button1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 0.5px; 
    background: currentColor; 
    transition: width 1s ease; 
}

.c-button1:hover:before {
    width: 100%; 
}

.c-button-color {
color: #00599d;
}.mobile-header {
    box-shadow: none;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/2e3b0acb16865e2a05bef99b5e857823d95fedb2.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 2vh;
}

.side-nav__header {
    max-height: 145px;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
}


.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


.side-nav__footer {
    box-shadow: none;
}#topmenu ul#treemenu_m10_parent_734 > li:nth-last-child(1) a {
    background-color: #cc0000;
color: #fff;
height: 100%;
}


.side-nav ul li:nth-last-child(4) a {
    background-color: #cc0000;
color: #fff;
}#contenttop div.gallery div.photogroup {
    max-height: 260px;
}

#contenttop div.gallery div.photogroup div.aphoto {
    padding-right: 10px;
    box-sizing: border-box;
}

#contenttop div.gallery div.photogroup div.aphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
}.notloggedin #topmenu {
position: absolute;
background-color: transparent;
top: 30px;
}

.notloggedin #topbanner{
position: absolute;
background-color: transparent;
top: 30px;
}
.notloggedin #abovetopbanner {
position: absolute;
background-color: transparent;
}

.notloggedin #mobile-header{
position: absolute;
background-color: transparent;
top: 0px;
}

#am_3032 {
padding-top: 8vh;
    padding-bottom: 8vh;
background-color: #f1f1f1;
}


/*VIDEO*/

.c-video-container {
height: 100vh;
width: 100%;
position: relative;
}

.c-video-bg {
width: 100%;
height: 100vh;
background-image: url('/cache/files/0d2eb8ac614152381c7d01a2f364bbcd7e4ade2a.jpg');
background-size: cover;
background-position: 50% 50%;
}

.c-video-position{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
z-index: 0;
}

.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}

.c-video-info {
position: absolute;
z-index: 10;
bottom: 5vh;
left: 4vh;
color: #fff;
display: flex;
gap: 20px;
align-items: center;
}

.c-video-sound-on {
width: 7vh;
height: auto;
}

.c-video-info p{
font-size: 1.6em;
line-height: 1.2em;
margin-bottom: 0px;
letter-spacing: 3px;
font-weight: 100;
border-left: 0px solid #ffffff91;
padding: 20px;
}

#sound-toggle {
    cursor: pointer;
}


/*END OF VIDEO*/

/*POLUFONIKI*/

#polufoniki {
margin: 12vh 8vh;
display: flex;
gap: 4vh;
position: relative;
}

@media (max-width: 912px) {
#polufoniki {
    flex-direction: column;
margin: 8vh 4vh;
}
}

.c-polufoniki-main-img {
border-radius: 30px;
max-width: 50vw;
}

@media (max-width: 912px) {
.c-polufoniki-main-img {
max-width: 100vw;
}
}


.c-polufoniki-main-text {
    padding: 5vh;
    position: relative;
    overflow: hidden;
}
@media (max-width: 540px) {
.c-polufoniki-main-text {
    padding: 3vh;
}
}


.c-polufoniki-main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #333;
    transition: height 2s ease;
}

.c-polufoniki-main-text.c-border-left-animate:before {
    height: 100%;
}

.c-polufoniki-logo {
position: absolute;
    bottom: -5vh;
    right: 0;
    z-index: 10;
    max-height: 20vh;
    width: auto;
}

@media (max-width: 450px) {
.c-polufoniki-logo {
    max-height: 13vh;
    width: auto;
}
}


/*END OF POLUFONIKI*/


/*ODEIO*/

#odeio {
margin: 16vh 8vh 12vh 0vh;
display: flex;
gap: 4vh;
flex-direction: row-reverse;
position: relative;
}

@media (max-width: 912px) {
#odeio {
    flex-direction: column;
margin: 8vh 4vh;
}
}


#odeio iframe{
width: 70vw;
height: 90vh;
border-radius: 30px;
}

@media (max-width: 912px) {
#odeio iframe{
width: 100vw;
height: 50vh;
}
}

.c-odeio-main-text {
padding: 5vh;
    position: absolute;
    width: 35vw;
    left: 3vh;
z-index: 100;
}

@media (max-width: 912px) {
.c-odeio-main-text {
    position: relative;
    width: 90vw;
    left: 0vh;
z-index: 100;
}
}

.c-odeio-main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #333;
    transition: height 2s ease;
z-index: 1;
}

.c-odeio-main-text.c-border-left-animate:before {
    height: 100%;
}


.c-odeio-main-text:after{
content: "";
    position: absolute;
    top: 20vh;
    left: -3vh;
    width: 100%;
    height: -webkit-fill-available;
min-height: 60vh; 
    background-color: #f1f1f1;
    transition: height 2s ease;
    z-index: -1;
    border-radius: 30px;
    margin-bottom: 20px;
}

@media (max-width: 912px) {
.c-odeio-main-text:after{
min-height: auto; 
}
}

.c-odeio-logo {
max-height: 20vh;
width: auto;
margin-bottom: 5vh;
}

/*END OF ODEIO*/

.c-text-1 {
line-height: 1.8em;
letter-spacing: 1px;
margin-bottom: 50px;
}




/*TMHMATA*/


#tmimata{
overflow: hidden;
margin-bottom: 8vh;
    max-height: 100vh;
}

#tmimata h1{
text-align: center;
padding-bottom: 4vh;
}

.c-tmimata-all {
width: 1000px;
margin: 0 auto;
    overflow: visible;
}

@media (max-width: 912px) {
.c-tmimata-all {
width: 1000px;
margin: 0 auto;
overflow: visible;
max-width: 100%;
}
}

.c-tmimata-slider-bg {
height: 80vh;
width: 100%;
background-size: cover;
background-position: 50% 50%;
border-radius: 30px;
}

.c-tmimata-slider.slick-slider .slick-track, .c-tmimata-slider.slick-slider .slick-list  {
    overflow: visible;
}

.c-tmimata-slider.slick-slider .slick-slide  {
opacity: 0.2;
}

.c-tmimata-slider.slick-slider .slick-active  {
opacity: 1.0;
transition: 2s;
}

.c-tmimata-slider .slider-arrows {
    font-size: 18px;
    background-color: #222;
    color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.c-tmimata-slider .slider-arrow-right {
    right: -40px;
}

.c-tmimata-slider .slider-arrow-left{
    left: -40px;
}



@media (max-width: 912px) {
.c-tmimata-slider .slider-arrow-right {
    right: 0;
}
.c-tmimata-slider .slider-arrow-left{
    left: 0;
}


.c-tmimata-slider .slider-arrows {
    height: 50px;
    width: 50px;
}
}




.c-tmimata-slider a {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    font-size: 36px;
    text-decoration: none;
        transform: translateX(-50%);
color: #fff;
text-align: center;
}

@media (max-width: 600px) {

}



.c-tmimata-container {
width: 100%;
margin: 0 10px;
position: relative;
}

.c-tmimata-container img{
width: 100%;
height: auto;
border-radius: 30px;
}



/*END OF TMHMATA*/



/*BANNERS*/

#banners {
padding-top: 8vh;
padding-bottom: 8vh;
display: flex;
gap: 4vh;
    justify-content: center;
    max-width: 90vw;
    margin: 0 auto;
}

#banners h1 {
font-size: 3em;
}

@media (max-width: 912px) {
#banners {
    flex-direction: column;
}

#banners h1 {
font-size: 2em;
}
}




/*END OF BANNERS*//*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #222;
top: 40%;
border-radius: 50%;
left: -25px;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #222;
top: 40%;
right: -25px;
border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
background-color: #171717;
}

.slick-next:focus, .slick-prev:focus {
background-color: #171717;
}


.slick-next:before {
    content: '>';
    font-size: 24px;
    font-family: 'Manrope';
top: 24px;
    height: auto;
    width: auto;
background-image: none !important;
}

.slick-prev:before {
    content: '>';
    font-size: 24px;
    font-family: 'Manrope';
top: 24px;
    height: auto;
    width: auto;
background-image: none !important;
bottom: auto;
}