body {
font-family: "Ubuntu", sans-serif;
overflow-x: hidden;
}

/*SCROLL BAR*/
body::-webkit-scrollbar {
  width: 10px; /* Πλάτος της scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f7f2e7; /* Χρώμα του background της scrollbar */
}

body::-webkit-scrollbar-thumb {
  background: #7fa989; 
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #659972;
}


/*END OF SCROLL BAR*/




/*TOP MENU*/

div.topmenu ul {
padding-top: 10px;
padding-bottom: 10px;
    background-color: white;
    border-radius: 50px 4px 50px 4px;
margin-right: 30px;
margin-left: 272px;
}

/*END OF TOP MENU*/

/*h1 h2*/


#contenttop h1, #contentbottom h1 {
    color: #7fa989;
    font-size: clamp(1.25rem, 0.972rem + 1.111vw, 2.75rem) !important; /*20-44*/
}


h2{
font-size: clamp(2rem, 1.426rem + 1.531vw, 3.875rem) !important;
color: #7fa989 !important;
margin-bottom: 30px !important;
margin-top: 5px !important;
}


/*end of h1 h2*/


/*PAGE TITLE*/

.pagetitle {
background-color: #7fa989 !important;
color: #fff !important;
    width: fit-content;
    text-align: right;
    margin-right: 10px !important;
    margin-left: auto;
padding: 15px 30px !important;
    border-radius: 4px 50px 4px 50px;
margin-bottom: 5vh !important;
}

@media (max-width: 912px) {
.pagetitle {
    margin-right: -20px !important;
    padding: 14px 18px !important;
    border-radius: 40px 0px 0px 4px;
    margin-bottom: 5vh !important;
    margin-top: 55px;
position: relative;
z-index: 50;
}
}

/*END OF PAGE TITLE*/



/*NEWS*/
div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

div.items div.photos img {
    border-radius: 6vw 4px 6vw 6vw;
}

.backtocat {
color: #fff !important;
}

h1 a.backtocat:before {
    border-right-color: #fff;
}

/*end of NEWS*/



/*PHOTO GALLERY*/

div.horizontalitemsgallery div.theitems {
    max-width: 90vw;
    margin: 0 auto !important;
}


/*END OF PHOTO GALLERY*/.notloggedin .c-newlogo {
    position: fixed;
    width: 158px;
    height: 150px;
}

.notloggedin .c-newlogo::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 230px;
    height: 210px;
    background-color: #fff;
    z-index: -1;
border-radius: 0px 0px 100px 4px;
}

.notloggedin .c-newlogo::after {
    content: "";
    background-image: url('/cache/files/9339d615f051a515cbc29fc08e80444cf44b37a3.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 150px;
    z-index: 1;
}

html[lang="en"] .c-newlogo::after {
    background-image: url('/cache/files/4abc2bb44e0df131233c787af3447d7fce535d42.svg');
}

div.overlay a {
    Z-INDEX: 3;
    position: relative;
}

a.mobile-header-startlink {
    background-image: url('/cache/files/9339d615f051a515cbc29fc08e80444cf44b37a3.svg');
    background-position: left;
    background-size: contain;
background-repeat: no-repeat;
width: 130px;
left: 0 !important;
}

html[lang="en"] a.mobile-header-startlink {
    background-image: url('/cache/files/4abc2bb44e0df131233c787af3447d7fce535d42.svg');
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/9339d615f051a515cbc29fc08e80444cf44b37a3.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
margin: 4vh;
}

html[lang="en"] .side-nav__header {
    background-image: url('/cache/files/4abc2bb44e0df131233c787af3447d7fce535d42.svg') !important;
}

.side-nav__header {
    max-height: 125px;
    height: 30%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 {
display: inline-block;
background-color: #fa8686;
    color: #f7f1e6;
    padding: 17px 28px;
border-radius: 4px 30px 30px 30px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all 0.6s ease;
    text-decoration: none;
}

.c-button-1:hover {
background-color: #7fa989;
border-radius: 30px 30px 4px 30px;
}.c-fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.c-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-delay-1 {
  transition-delay: 0.3s;
}

.c-delay-2 {
  transition-delay: 0.6s;
}

.c-delay-3 {
  transition-delay: 1s;
}

.c-delay-4 {
  transition-delay: 1.3s;
}/*FOOTER*/

.c-footer-container {
background-color: #fff;
border-radius: 12vw 12vw 0px 0px;
overflow: visible;
}


.c-footer {
padding: 4vw 7vw 3vw 7vw;
display: flex;
gap: 4vh;
align-items: flex-end;
    justify-content: space-between;
font-weight: 900;
position: relative;
}

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



.c-footer div{
width: 300px;
}


.c-footer-menu {
text-align: right;
}

@media (max-width: 912px) {
.c-footer-menu {
text-align: center;
}

}



.c-footer-menu a{
text-decoration: none;
}

.c-social-icons {
margin-top: 8vh;
display: flex;
gap: 5px;
justify-content: center;
}

@media (max-width: 912px) {
.c-social-icons {
margin-top: 20px;
}
}



.c-social-icons span{
background-color: #fa8686;
color: #fff;
border-radius: 50%;
padding: 10px 10px 10px 14px;
font-size: 18px;
    transition: all 0.6s ease;
}


.c-social-icons span:hover{
background-color: #7fa989;
}

.c-footer-leaves-1 {
    position: absolute;
    height: 70px;
    width: auto;
    top: 0vw;
    left: 3vw;
    transform: rotate(45deg);
}

@media (max-width: 500px) {
.c-footer-leaves-1 {
    height: 50px;
    left: -4vw;
top: 35vh;
    transform: rotate(97deg);
}
}


.c-footer-flower-2 {
    position: absolute;
    height: 30px;
    width: auto;
    bottom: 0vw;
    right: 30vw;
animation: rotate360 10s linear infinite;
}


@media (max-width: 500px) {
.c-footer-flower-2 {
    right: 10vw;
}
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.c-footer-leaves-2 {
     position: absolute;
    height: 50px;
    width: auto;
    top: -1vw;
    right: 9vw;
    transform: scaleX(-1);
}


@media (max-width: 500px) {
.c-footer-leaves-2 {
    height: 40px;
    right: 2vw;
}
}

.c-order-1 {
order: 1;
}

.c-order-2 {
order: 2;
}


.c-order-3 {
order: 3;
}

@media (max-width: 912px) {
.c-order-1 {
order: 2;
}

.c-order-2 {
order: 1;
padding-top: 20px;
}
}


/*END OF FOOTER*//*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;
top: 40%;
left: -55px;
border-radius: 50%;
    background-color: #fa8686;
}

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

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

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


.slick-next:before {
    top: 12px;
    height: 25px;
    width: auto;
 background-image: url('/cache/files/a4941e9611ca580cc2597cb3e369a6e46304603e.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 25px;
    width: auto;
background-image: url('/cache/files/a4941e9611ca580cc2597cb3e369a6e46304603e.svg');
    background-size: contain;
    background-position-x: 50%;
}.mobile-header {
    box-shadow: none;
flex-direction: row-reverse;
    margin: 3vw;
align-items: flex-start;
max-width: 95vw;
position: absolute !important;
}

#mobile-header button {
    font-size: 30px;
margin: 5px;
}

#mobile-header button::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 2px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}

.side-nav__hide {
    right: 30px !important;
    top: 30px !important;
left: auto !important;
}

.side-nav button.side-nav__hide {
    font-size: 26px;
    font-weight: 900;
}


.side-nav__hide:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -14px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}



.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
    gap: 10px;
    text-align: center;
    margin: 0 auto;
}


.side-nav ul li a {
    padding-left: 0px !important;
border-radius: 4px 30px;
}






.side-nav__container {
    width: 95%;
    max-width: 95%;
    height: 97%;
    border-radius: 40px;
}

.side-nav--visible .side-nav__container {
transform: translateX(-50%) !important;
    left: 50%;
    top: 1.5vh;
}



.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: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}


.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}




.c-mobile-menu-social-icons {
display: flex;
gap: 5px;
justify-content: center;
}

.c-mobile-menu-social-icons span{
background-color: #fa8686;
color: #fff;
border-radius: 50%;
padding: 10px 10px 10px 14px;
font-size: 18px;
    transition: all 0.6s ease;
}




#mobile-header .langchooser {
    position: absolute;
    right: 75px;
    top: 8px;
}

@media (max-width: 768px) {
#mobile-header .langchooser {
right: auto;
left: 150px;
    top: 0px;
}

}/*TMIMATA - ORARIO*/

.c-tmimata-orario-container{
display: flex;
    gap: 4vh;
justify-content: center;
    max-width: 90vw;
margin: 8vh auto 0px auto;
overflow: visible;
}

@media (max-width: 912px) {
.c-tmimata-orario-container{
flex-direction: column;
gap: 8vh;
}
}



.c-tmimata-container {
background-color: #f6b466;
color: #f7f1e6;
padding: 40px 60px;
border-radius: 80px 80px 80px 4px;
position: relative;
}

@media (max-width: 912px) {
.c-tmimata-container {
padding: 40px 40px;
}
}

.c-orario-container {
background-color: #fa8686;
color: #f7f1e6;
padding: 40px 60px;
border-radius: 4px 80px 80px 80px;
position: relative;
}

#contentbottom .c-tmimata-orario-container h1  {
text-align: left !important;
color: #f7f1e6 !important;
margin-bottom: 0px !important;
}

@media (max-width: 912px) {
#contentbottom .c-tmimata-orario-container h1  {
font-size: 2em !important;
}
}

.c-orario {
display: flex;
gap: 20px;
}

.c-orario-small {
font-size: 14px;
margin-bottom: 0px;
font-weight: 900;
}

.c-orario-big {
font-size: 1.6em;
margin-bottom: 0px;
font-weight: 900;
}

@media (max-width: 400px) {
.c-orario-big {
font-size: 1.4em;
}
}

.c-divider {
  width: 1px;
  background-color: #f7f1e6;
}


.c-tmimata {
display: flex;
gap: 30px;
}

@media (max-width: 820px) {
.c-tmimata {
gap: 10px;
}
}

@media (max-width: 700px) {
.c-tmimata {
gap: 15px;
    flex-direction: column;
}
}

.c-tmima {
    display: flex;
    gap: 10px;
    background-color: #f7f1e6;
    color: #7fa989;
    border-radius: 50px;
    padding: 5px 30px;
align-items: center;
}

.c-tmima p:first-child {
font-size: 3em;
font-weight: 900;
margin-bottom: 0px;
}

.c-tmima p:first-child sup {
    top: -1.5em;
    font-size: 0.4em;
}


.c-tmima p:nth-of-type(2)  {
font-weight: 900;
margin-bottom: 0px;
}


.c-orario-bird {
    height: 80px;
    width: auto;
    margin-left: -20px;
    transform-origin: bottom center;
    animation: swing 2s infinite ease-in-out;
    position: absolute;
    right: 50px;
    top: -50px;
}

.c-tmimata-leaves-3 {
position: absolute;
    right: 36%;
    top: -60px;
    height: 132px;
    width: auto;
    transform: rotate(83deg);
}


/*END OF TMIMATA - ORARIO*//*INTRO TEXT*/

.c-intro-text-container {
padding: 120px 0px;
    text-align: center;
position: relative;
}

.c-intro-subtitle {
margin-bottom: 0px;
    letter-spacing: 1px;
    color: #d18730;
    font-size: 1.4em;
}

@media (max-width: 400px) {
.c-intro-subtitle {
    font-size: 1em;
}
}

.c-intro-text-container h2{
font-size: clamp(2rem, 0.89rem + 2.959vw, 5.625rem) !important;
color: #7fa989 !important;
margin-bottom: 5px !important;
margin-top: 5px !important;
}

.c-intro-leaves-4 {
    transform: rotate(130deg);
    height: 30px;
    width: auto;
}

.c-intro-icons {
display: flex;
    justify-content: center;
    align-items: flex-end;
margin-bottom: 20px;
}

.c-intro-flower-1 {
    height: 40px;
    width: auto;
}

.c-intro-bird {
    height: 80px;
    width: auto;
margin-left: -20px;
transform-origin: bottom center;
animation: swing 2s infinite ease-in-out;
}

@keyframes swing {
   0%   { transform: rotate(7deg); }
    50%  { transform: rotate(-7deg); }
    100% { transform: rotate(7deg); }
}


.c-intro-leaves-1 {
position: absolute;
left: 0vw;
top: 8vw;
    height: 65px;
    width: auto;
}

@media (max-width: 912px) {
.c-intro-leaves-1 {
top: auto;
bottom: 8vw;
    height: 55px;
}
}

.c-intro-leaves-3 {
    position: absolute;
    right: 4vw;
    top: -2vw;
    height: 170px;
    width: auto;
    transform: rotate(238deg);
}

@media (max-width: 912px) {
.c-intro-leaves-3 {
    right: 4vw;
    top: 2vh;
    height: 130px;
    transform: rotate(312deg);
}
}


.c-intro-leaves-2 {
    position: absolute;
    left: 25vw;
    top: 10px;
    height: 42px;
    width: auto;
transform-origin: top center;
}

@media (max-width: 600px) {
.c-intro-leaves-2 {
display: none;
}
}


/*END OF INTRO TEXT*/


/*VIDEO*/

.c-video-container {
position: relative;
}

.c-video-container video{
border-radius: 12vw 12vw 4px 12vw;
object-fit: cover;
width: 100%;
height: 100vh;
}

@media (max-width: 912px) {
.c-video-container video{
height: 70vh;
}

}

.c-video-mountain {
position: absolute;
top: 0;
left: 2vw;
width: 170px;
height: auto;
}

@media (max-width: 912px) {
.c-video-mountain {
    top: -1vh;
    left: 2vw;
    width: 10vh;
}
}


.c-video-waves {
position: absolute;
top: -2vw;
right: 8vw;
width: 160px;
height: auto;
}

@media (max-width: 912px) {
.c-video-waves {
    top: -5vw;
    right: 0vw;
    width: 12vh;
}
}

/*END OF VIDEO*/




/*ORAMA*/

.c-orama-container {
padding: 12vh 2vw 0vh 2vw;
display: flex;
    gap: 8vh;
    justify-content: center;
align-items: flex-start;
position: relative;
    z-index: 1;
}

@media (max-width: 912px) {
.c-orama-container {
padding: 6vh 2vw;
    gap: 4vh;
align-items: center;
    flex-direction: column;
}
}

.c-orama-img {
border-radius: 12vw 12vw 12vw 4px;
max-height: 90vh;
width: auto;
position: relative;
}

@media (max-width: 912px) {
.c-orama-img {
border-radius: 4px 12vw 12vw 12vw;
max-height: auto;
width: 100%;
height: auto;
}
}



.c-orama-text {
padding: 4vw;
max-width: 40vw;
position: relative;
}

@media (max-width: 912px) {
.c-orama-text {
max-width: 100%;
}
}

.c-orama-container h2{
font-size: clamp(2rem, 0.89rem + 2.959vw, 5.625rem) !important; /*32-90*/
color: #7fa989 !important;
margin-bottom: 15px !important;
margin-top: 15px !important;
    text-align: left !important;
}


.c-orama-container p {
font-size: 1.2em;
line-height: 1.8em;
margin-top: 4vh;
margin-bottom: 6vh;
}

.c-orama-leaves-3 {
    position: absolute;
    right: 1vw;
    bottom: -2vw;
    height: 140px;
    width: auto;
    transform: rotate(211deg);
}

@media (max-width: 912px) {
.c-orama-leaves-3 {
    right: 2vw;
    bottom: auto;
top: -2vh;
    transform: rotate(312deg);
height: 10vh;
}
}

/*END OF ORAMA*/



/*SERVICES*/

.c-services-container {
margin-top: -7vh;
padding: 15vh 20px 10vh 20px;
background-color: #fff;
border-radius: 4px 12vw 4px 12vw;
position: relative;
z-index: 0;
margin-bottom: 4vw;
}

@media (max-width: 912px) {
.c-services-container {
padding: 15vh 0px 4vh 0px;
margin-top: 0;
margin-bottom: 6vh;
}
}

.c-services {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.c-services h2{
font-size: clamp(2rem, 1.235rem + 2.041vw, 4.5rem) !important; /*32-72*/
color: #7fa989 !important;
margin-bottom: 15px !important;
margin-top: 15px !important;
}


.c-services-text {
text-align: center;
padding: 20px 4vw;
max-width: 920px;
margin: 0 auto;
}


.c-services p{
font-size: 1.2em;
line-height: 1.8em;
margin-top: 4vh;
}

@media (max-width: 600px) {
.c-services p{
font-size: 1em;
}
}

.c-services-goat {
position: absolute;
    top: 0vh;
    right: -2vw;
    opacity: 0.2;
    height: 22vh;
    width: auto;
    transform: scaleX(-1);
}

@media (max-width: 912px) {
.c-services-goat {
    height: 17vh;
}
}

.c-banners {
width: 50vw;
margin: 0 auto;
    overflow: visible;
}

@media (max-width: 912px) {
.c-banners {
width: 93vw;
}
}


@media (max-width: 500px) {
.c-banners {
width: 90vw;
}
}


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

.c-banners-slider.slick-slider .slick-slide  {
opacity: 0.2;
margin: 20px;
}

.c-banners-slider.slick-slider .slick-active  {
opacity: 1.0;
transition: 2s;
margin: 20px;
}

.c-banners-slider .slider-arrows {
    background: #fa8686;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    width: 50px;
}

.c-banners-slider .slider-arrows span {
    font-size: 18px;
}

.c-banners-slider .slider-arrow-right span {
padding-left: 5px;
}



.c-banners-box {
position: relative;
}

.c-banners-box img{
border-radius: 30px;
position: relative;
width: 100%;
height: auto;
}


.c-banners-box p{
position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #7fa989;
    padding: 15px 20px;
    color: #fff;
    font-weight: 900;
    border-radius: 4px 35px 4px 35px;
width: 50%;
    text-align: center;
margin-bottom: 0px;
}

@media (max-width: 650px) {
.c-banners-box p{
    padding: 8px 8px;
width: 92%;
}
}


.c-services-leaves-1 {
position: absolute;
left: 0vw;
top: 12vw;
height: 8vh;
    width: auto;
    transform: rotate(45deg);
}

.c-services-leaves-2 {
position: absolute;
right: 6vw;
    bottom: 0vh;
    height: 6vh;
    width: auto;
    transform: rotate(45deg);
z-index: 10;
}

@media (max-width: 912px) {
.c-services-leaves-2 {
right: 0vw;
}
}

/*END OF SERVICES*/



/*KORONEIO PARK*/

.c-koroneio-container {
position: relative;
}

.c-park-bg {
height: 100vh;
width: 100%;
background-size: cover;
background-position: 50% 50%;
border-radius: 12vw 4px 12vw 12vw;
}


@media (max-width: 700px) {
.c-park-bg {
height: 70vh;
}
}

.c-koroneio-box {
    background-color: #fff;
    padding: 4vw;
    border-radius: 40px;
    position: absolute;
    right: 3vw;
    top: 3vw;
width: 450px;
}

@media (max-width: 700px) {
.c-koroneio-box {
    padding: 20px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
margin-top: 4vh;
}
}

.c-koroneio-box img{
margin-bottom: 30px;
}


.c-koroneio-box p{
font-size: 1.2em;
line-height: 1.8em;
}

@media (max-width: 700px) {
.c-koroneio-box p{
font-size: 1.1em;
line-height: 1.4em;
}
}

/*END OF KORONEIO PARK*/



/*NEWS*/

.c-news-title-container {
position: relative;
display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
}

.firstpagenews {
    margin: 10vh auto;
}

.firstpagenews h1{
margin-bottom: 0px !important;
    line-height: 1em !important;
    padding-bottom: 0px !important;
}

.c-news-subtitle {
text-align: center;
    letter-spacing: 1px;
    color: #d18730;
    font-size: 1.4em;
font-weight: 700;
margin-bottom: 5px;
}

.c-news-mountain {
position: absolute;
    right: -7vw;
    top: -4vw;
    height: 34vh;
    width: auto;
    opacity: 0.1;
}



/*END OF NEWS*/