.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

@media (min-width: 980px) {
#belowtopmenu {
display: none;
}
}
@media (max-width: 990px) {
#mobile-header {
    position: fixed;
    z-index: 9000;
    color: white;
    background-color: transparent;
}
/* HIDDEN DEFAULT MOBILE MENU */
#mobile-header button {
    color: white;
    font-size: 24px;
    display: none;
}
/* ------------------ */
}

.notloggedin #copyinfo {
    margin-top: 0;
    position: relative;
    width: 100%;
    background-color: black;
}

.loggedin #copyinfo {
margin-top: 0vw;
position: relative;
width: 100%;
}

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


/* MOBILE MENU */
@media (min-width: 768px) {

.notloggedin #mobile-header button {
display: none;
}

.loggedin #mobile-header button {
display: initial;
}

.notloggedin #mobile-header {
    position: fixed;
}
.loggedin #mobile-header {
    position: relative;
}
#mobile-header {
    background-color: transparent;
}


a.mobile-header-startlink, #mobiletopbanner a.startlink {
    margin-top: 5vh;
}
.mobile-header {
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
}


/* ------------------------------------------------------ */

/* CONTAINERS */

.loggedin .c-history-container {
display: none;
}
.notloggedin .c-history-container {
display: initial;
}

.c-video-container {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}

.c-video-container video{
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
.c-video-container {
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}
.c-video-container video {
    width: auto;
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.c-section-container {
position: relative;
    min-height: 100vh;
    background-size: 100%;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
}
.c-section-stafides-mauri {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.c-section-stafides-xanthia {
position: relative;
    min-height: 100vh;
background-size: cover;
    background-color: black;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 990px) {
.c-section-stafides-mauri {
background-position: 25% 0%;
}
.c-section-stafides-xanthia {
background-position: 90% 0%;
}
}
.c-section-benefits {
position: relative;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
}


.c-producers-bg {
position: relative;
    background-repeat: inherit;
    min-height: 100vh;
background-size: cover;
    background-color: black;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 990px) {
.c-producers-bg {
    position: relative;
    background-repeat: inherit;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
}

.c-footer-bg {
background-image: url('/cache/files/7d1a1023606cb3288d565d105a39410ebc072a4a.jpg');
position: relative;
min-height: 100vh;
    background-repeat: inherit;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
padding-bottom: 0px;
padding-top: 0px;
}

@media (max-width: 990px) {
.c-footer-bg {
background-image: url('/cache/files/7d1a1023606cb3288d565d105a39410ebc072a4a.jpg');
position: relative;
min-height: 100vh;
    background-repeat: inherit;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
padding-bottom: 50px;
padding-top: 50px;
}
}

.c-footer-bg .row {
    position: absolute;
    max-width: 1280px;
width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
.c-footer-bg .row {
    position: relative;
    max-width: 1280px;
    width: 100%;
    top: 0;
    left: 00%;
    margin-left: 1vh;
    margin-right: 1vh;
    transform: translate(0%, 0%);
}
}

.c-product-hands {
position: relative;
    min-height: 100vh;
background-size: cover;
background-position: center;
    background-repeat: no-repeat;
background-attachment: fixed;
}

.c-versus {
    position: relative;
    min-height: 200vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c-versus-left {
position: relative;
min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%;
}
.c-versus-left-text {
    top: 50%;
left: 0%;
    transform: translate(0, -50%);
    position: absolute;
    width: 70%;
    margin-left: 10%;
}
.c-versus-right {
position: relative;
min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75%;
}
.c-versus-right-text {
    top: 50%;
    left: 100%;
    transform: translate(-110%, -50%);
    position: absolute;
    width: 70%;
}

.c-company-bg-1 {
    min-height: 100vh;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c-company-bg-diakriseis {
    min-height: 100vh;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
padding-bottom: 0px;
}
@media (max-width: 990px) {
.c-company-bg-diakriseis {
    min-height: 100vh;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
padding-bottom: 50px;
}
}

.c-company-overlay-1 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0,55%);
}

.c-metrics-bg {
    position: relative;
    min-height: 100vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------ */

/* MOTO */

.c-moto-1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 400px;
}
@media (max-width: 990px) {
.c-moto-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 400px;
}
}


.c-moto-1 p {
color: white;
    font-size: 1vw;
line-height: 1.5em;
margin-bottom: 0;
    font-style: italic;
text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
@media (width: 1024px) {
.c-moto-1 p {
    font-size: 1.5vw;
}
}
@media (max-width: 990px) {
.c-moto-1 p {
font-size: 3.9vw;
}
}


/* ------------------------------------------------------ */

/* TITLES */

.c-number {
font-size: 80px;
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
color: white;
line-height: 1.5em;
margin-bottom: 0;
opacity: 1;
text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-big-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
 font-size: 6vw;
    margin-bottom: 0px;
line-height: 1.2em;
}
@media (max-width: 990px) {
.c-big-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
 font-size: 8vh;
    margin-bottom: 0px;
line-height: 1.2em;
}
}
.c-md-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
 font-size: 3vw;
    margin-bottom: 0px;
line-height: 1.2em;
}
@media (max-width: 990px) {
.c-md-title {
    font-size: 10vw;
}
}

.c-stafida-xanthia {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
margin-left: 10%;
}
@media (max-width: 990px) {
.c-stafida-xanthia {
    top: 30%;
}
}
.c-stafida-xanthia-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
    font-size: 3vw;
    margin-bottom: 0px;
}

@media (max-width: 990px) {
.c-stafida-xanthia-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-size: 4vh;
}
}

.c-stafida-mauri {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    text-align: right;
    max-width: 700px;
    width: 100%;
    margin-right: 10%;
}
@media (max-width: 990px) {
.c-stafida-mauri {
    position: absolute;
    top: 30%;
    right: 0%;
    transform: translate(0%, -50%);
    text-align: right;
    max-width: 700px;
    width: 100%;
    margin-right: 10%;
}
}

.c-stafida-mauri-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
    font-size: 3vw;
    margin-bottom: 0px;
}
@media (max-width: 990px) {
.c-stafida-mauri-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-size: 4vh;
}
}

.c-footer-title {
padding-top: 14vh;
padding-bottom: 20px;
font-size: 1.6vw;
color: white;
margin-bottom: 0px;
line-height: 1em;
font-weight: 100;
}
@media (max-width: 990px) {
.c-footer-title {
    padding-top: 4vh;
    padding-bottom: 20px;
    font-size: 3vh;
    color: white;
    margin-bottom: 0px;
    line-height: 1em;
    font-weight: 100;
}
}

/* YPOTITLOS */

.c-subtitle {
    font-size: 1vw;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}

.c-subtitle-mauri {
    font-size: 1vw;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
.c-subtitle-xanthia {
    font-size: 1vw;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
@media (width: 1024px) {
.c-subtitle {
    font-size: 1.5vw;
}
.c-subtitle-xanthia {
    font-size: 1.5vw;
}
.c-subtitle-mauri {
    font-size: 1.5vw;
}
}

@media (max-width: 990px) {
.c-subtitle {
font-size: 2vh;
}
.c-subtitle-xanthia {
font-size: 2vh;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
.c-subtitle-mauri {
    font-size: 2vh;
    max-width: 100vw;
    margin-right: 0;
    margin-left: auto;
    width: 80%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
}

.c-subtitle p{
margin-bottom: 0px;
}
.c-subtitle-xanthia p{
margin-bottom: 0px;
}
.c-subtitle-mauri p{
margin-bottom: 0px;
}

.c-subtitle-istoria {
    font-size: 1.2vw;
    max-width: 100%;
    width: 110%;
    color: white;
    font-weight: 300;
    max-width: max-content;
}
@media (max-width: 990px) {
.c-subtitle-istoria {
    font-size: 4vw;
}
}


/* ------------------------------------------------------ */

/* TEXTS */

.c-text-gen {
    color: white;
    font-size: 0.8vw;
    font-weight: 200;
    line-height: 1.7em;
    margin-bottom: 0;
    max-width: 35vw;
padding-top: 20px;
}
@media (width: 1024px) {
.c-text-gen {
    font-size: 1.2vw;
}
}
@media (max-width: 990px) {
.c-text-gen {
    color: white;
    font-size: 1.8vh;
    font-weight: 200;
    line-height: 1.7em;
    margin-bottom: 0;
    max-width: 85vw;
    padding-top: 20px;
}
}

.c-footer-text {
    font-size: 1vw;
    color: white;
font-weight: 200;
padding-top: 30px;
}
@media (max-width: 990px) {
.c-footer-text {
    font-size: 1.8vh;
    color: white;
    font-weight: 200;
    padding-top: 30px;
}
}

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

/* ------------------------------------------------------ */

/* LINE NUMBER */

.c-line {
    height: 1px;
    background-color: white;
    margin-top: 55px;
}

/* ------------------------------------------------------ */

/* ALIGNS */

.c-big-title-pos-left {
    position: absolute;
    top: 65%;
    left: 0;
    margin-left: 10%;
    transform: translate(0%, -50%);
}
@media (max-width: 990px) {
.c-big-title-pos-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 10%;
    transform: translate(0%, -50%);
}
}
.c-producers-pos {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    margin-left: 10%;
}

.c-product-stafida {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    margin-left: 10%;
}

.c-mauri-stafida-div {
    position: absolute;
    top: 25%;
    left: 10vw;
    width: 25%;
    transform: translate(0%, -50%);
}

.c-xanthia-stafida-div {
    position: absolute;
    top: 25%;
    right: 10vw;
    width: 25%;
    transform: translate(0%, -50%);
}

.c-stafida-section-2 {
    position: absolute;
    top: 75%;
    width: 100%;
    transform: translate(0%, -50%);
}

.c-wooden-bg {
min-height: 100vh;
    position: relative;
}

.c-company-text {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10vw;
    transform: translate(0%, -50%);
    text-align: right;
}

.c-subtitle-company {
    font-size: 1.2vw;
    max-width: 100%;
    color: white;
    font-weight: 300;
    text-align: right;
}

.c-subtitle-diakriseis {
    font-size: 1.2vw;
    max-width: 50%;
    color: white;
    font-weight: 300;
}
@media (max-width: 990px) {
.c-subtitle-diakriseis {
    font-size: 4vw;
    max-width: 90%;
    color: white;
    font-weight: 300;
}
}

.c-align-center {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 10vw;
    transform: translate(0%, -50%);
}

.c-metrics-pos {
    position: absolute;
    top: 00%;
margin-top: 11vw;
    left: 50%;
    transform: translate(-50%, 0%);
width: 90%;
}
@media (max-width: 990px) {
.c-metrics-pos {
    position: relative;
    top: 00%;
margin-top: 0;
    left: 0%;
    transform: translate(0%, 0%);
width: 90%;
margin: auto;
}
}

/* ------------------------------------------------------ */

/* GRADIENT */

.c-gradient {
    position: absolute;
    top: 0px;
    height: 150px;
    width: 100%;
    background-image: linear-gradient(180deg, black, transparent);
}

.c-gradient-producers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
    background-repeat: no-repeat;
    background-color: rgba(68, 24, 0, 0.25);
    mix-blend-mode: color;
}

@media (max-width: 990px) {
.c-gradient-producers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
    background-repeat: no-repeat;
    background-color: rgba(68, 24, 0, 0.25);
    mix-blend-mode: color;
}
}

.c-footer-grad-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
}

.c-gradient-stafides {
    position: absolute;
    top: 0px;
    height: 25vh;
    width: 100%;
    background-image: linear-gradient(180deg, #040404, transparent);
}
.c-gradient-stafides-bottom {
    position: absolute;
    bottom: 0px;
    height: 25vh;
    width: 100%;
    background-image: linear-gradient(0deg, #040404, transparent);
}

/* ------------------------------------------------------ */

/* CONTACT FORM */
.contactform {
    margin-right: 3vw;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px; 
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
    background: rgba(255, 255, 255, 00);
}

div.contactform p label, div.thelogin p label {
    display: block;
    color: #dadada;
    font-size: .7em;
    padding: .2em 0 0 .71em;
    position: absolute;
    z-index: 1;
}

@media (max-width: 990px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: left;
}
}

.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 0.7vw;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 15px 30px;
    width: auto;
    color: white;
margin-top: 10px;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    transition: 0.75s;
}

.contactform button:hover {
color: black;
background-color: white;
border: 1px solid rgba(255, 255, 255, 1);
}

@media (max-width: 990px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}

.am_119 .contactform h1 {
    font-size: 1.6vw;
color: white;
font-weight: 100;
padding-bottom: 10px;
}

@media (max-width: 990px) {
.am_119 .contactform h1 {
padding-top: 50px;
font-size: 3vh;
}
}

/* MOBILE */
@media (max-width: 990px) {
.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 2vh;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 15px 30px;
    width: auto;
    color: white;
    margin-top: 10px;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    transition: 0.75s;
}
}

/* ------------------------------------------------------ */

/* LANGUAGE */


.loggedin #mobile-header .langchooser {
    color: white;
    position: absolute;
    z-index: 90000;
    top: 0vw;
    width: auto;


    background-color: black;
}

.notloggedin #mobile-header .langchooser {
    color: white;
    position: fixed;
    z-index: 700;
    top: 5vw;
    width: auto;
    z-index: 9000;
    right: 10vw;
}

#mobile-header .langchooser .langlist ul{
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
    display: flex;
}

#mobile-header .langchooser .langlist ul li{
    margin-right: 10px;
}

#mobile-header .langchooser .langlist ul li a{
    color: white;
}


/* MIDDLE ALIGN */
.c-align-middle {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 70%;
text-align: left;
}
@media (max-width: 990px) {
.c-align-middle {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
    width: 90%;
    text-align: left;
}
}

.c-align-middle-2 {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 10vw;
    transform: translate(0%, -50%);
}
@media (max-width: 990px) {
.c-align-middle-2 {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
}
}

.c-align-middle-2-diakriseis {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 10vw;
    transform: translate(0%, -50%);
padding-top: 0px;
    padding-bottom: 0px;
}
@media (max-width: 990px) {
.c-align-middle-2-diakriseis {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
padding-top: 50px;
    padding-bottom: 50px;
}
}
.c-align-middle-portrait {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 10vw;
    transform: translate(0%, -50%);
padding-top: 0px;
}
@media (max-width: 990px) {
.c-align-middle-portrait {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
padding-top: 60px;
}
}


/* PINAKAS */
.c-pinakas-title {
color: white;
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-size: 2vw;
line-height: 1em;
    margin-bottom: 10px;
}
@media (max-width: 990px) {
.c-pinakas-title {
    font-size: 10vw;
}
}

.c-pinakas-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding-bottom: 10px;
font-style: italic;
}

table p {
margin: 10px;
}

/* BUTTONS */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 0.7vw;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 15px 30px;
    color: white;
    margin: auto;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    transition: 0.75s;
}

.c-button-1:hover {
color: black;
background-color: white;
border: 1px solid rgba(255, 255, 255, 1);
}

@media (max-width: 990px) {
.c-button-1 {
font-size: 1.5vh;
}
}

.c-down-arrow {
    position: absolute;
top: 95%;
    padding-bottom: 5vh;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
font-size: 14px;
z-index: 900;
}
.c-down-arrow img {
    width: 3vw;
    height: auto;
}
@media (max-width: 990px) {
.c-down-arrow img {
    width: 13vw;
    height: auto;
}
}

.c-down-arrow a{
text-decoration: none;
color: white;
opacity: 1;
}
.c-down-arrow-animation {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: scrollAnimationDown 4s infinite;
    animation: scrollAnimationDown 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(10, 10, 20, 10);
    animation-timing-function: cubic-bezier(10, 10, 20, 10);
}

@keyframes scrollAnimationDown {
0% {
    transform: translate(-50%, -100%);
}
50% {
    transform: translate(-50%, -90%);
}
100% {
    transform: translate(-50%, -100%);
}
}


/* DIATROFIKI AXIA BOXES */

.c-boxes {
    position: absolute;
    top: 50%;
    left: 10vw;
    width: 35%;
    transform: translate(0%, -50%);
color: white;
text-align: left;
}

@media (max-width: 990px) {
.c-boxes {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translate(0%, -50%);
    color: white;
    text-align: left;
}
}
.c-box {
padding-top: 20px;
    padding-bottom: 20px;
}

.c-box-number {
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-size: 1.6vw;
margin-bottom: 0px;
    }

@media (max-width: 990px) {
.c-box-number {
    font-size: 6vw;
}
}

.c-custom-table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 0px solid white;
    color: white;
width: 464px;
}
@media (max-width: 990px) {
.c-custom-table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 0px solid white;
    color: white;
width: 100%;

}
}

.c-custom-table td {
    width: 65%;
    border: 0;
}

.c-go-up-arrow {
border: 0.5px solid rgba(255, 255, 255, 0.4);
    display: none;
    position: fixed;
bottom: 20px;
right: 20px;
z-index: 8000;
}

/* ETAIREIA COMPANY PAGE */

.c-company-portrait img {
    width: 20vw;
    height: auto;
box-shadow: 0px 0px 20px #14100f;
border: 0.5px solid rgb(64 50 39);
}
@media (max-width: 990px) {
.c-company-portrait img {
    width: 50vw;
    height: auto;
    box-shadow: 0px 0px 20px #14100f;
    border: 0.5px solid rgb(64 50 39);
}
}

.c-portrait-name {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    width: max-content;
    color: white;
    opacity: 0.7;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}

.c-metrics-design {
text-align: center;
    color: white;
    font-size: 1.2vw;
font-weight: 300;
}
@media (max-width: 990px) {
.c-metrics-design {
    font-size: 6vw;
}
}
.c-metrics-number {
font-weight: 800;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    margin-bottom: 0px;
}

.c-metrics-border {
    border-right: 0.5px solid rgba(255,255,255,0.2);
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* CERTIFICATES */

.c-certificates-align {
    position: absolute;
    top: 50%;
    right: 10vw;
    transform: translate(0%, -50%);
}
.c-certificates-align .row {
max-width: 800px;
margin: auto;
text-align: center;
}


.c-diakriseis-table{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    /* left: 0px; */
    right: 0;
    margin-right: 10vw;
    width: 400px;
    color: white;
}
@media (max-width: 990px) {
.c-diakriseis-table {
    position: relative;
top: 0%;
transform: translate(0, 0%);
left: 0px;
    right: 0;
margin-right: 0vw;
    width: 370px;
    color: white;
    margin: auto;
    margin-top: 50px;
}
}

.c-diakriseis-ul {
    padding: 40px;
    color: white;
    font-size: 0.8vw;
    font-weight: 200;
    line-height: 1.7em;
    margin-bottom: 0;
}
@media (max-width: 990px) {
.c-diakriseis-ul {
    font-size: 1.8vh;
}
}

.c-border-diakriseis {
border: 0.5px solid rgba(255,255,255,0.2);
padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}.notloggedin .c-spyMenu-container {
    position: fixed;
    top: 4vw;
    width: auto;
z-index: 9001;
    left: 10vw;
}
@media (max-width: 990px) {
.notloggedin .c-spyMenu-container {
    position: fixed;
    top: 2vh;
    width: auto;
    z-index: 9001;
    left: 10vw;
}
}

.loggedin .c-spyMenu-container {
    position: relative;
    top: 0vw;
    width: auto;
    z-index: 90;
    left: 0vw;

}

/* MENU BACKGROUND */
#c-spySidenav {
background-image: url('/cache/files/1a41344a6c3ed44b5bf869435aad5ce5c900420e.jpg');
background-size: cover;
background-repeat: no-repeat;
    background-position: center;
}

/* LOGO STO MENU */

.c-menulogo-position {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    margin-top: 5vh;
transform: translate(-50%, 0%);
}
.c-menulogo-position img{
    width: 160px;
    height: auto;
}

@media (max-width: 990px) {
.c-menulogo-position {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    margin-top: 2vh;
    transform: translate(-50%, 0%);
}
.c-menulogo-position img {
    width: 120px;
    height: auto;
}
}

/* ----------- */

/* DESIGN MENU LINK */

.c-overlay-menu {
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#c-spySidenav {
/*   cursor: none; */
  overflow-x: hidden;
}
#c-spySidenav .row {
    max-width: 1280px;
    margin: auto;
    position: absolute;
    top: 55%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
#c-spySidenav .row {
    max-width: 1280px;
    margin: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0%;
    transform: translate(0%, -50%);
}
}

.c-menu-container {
    text-align: left;
}
.c-menu-container div {
min-height: 4vw;
margin-top: 4vw;
    position: relative;
}
@media (max-width: 990px) {
.c-menu-container div {
    min-height: 4vw;
    margin-top: 10vw;
    position: relative;
}
}

.c-menu-num {
    font-size: 1.5vw;
    color: white;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    border-top: 1px solid white;
    padding-right: 50px;
padding-top: 40px;
}
@media (max-width: 990px) {
.c-menu-num {
    font-size: 8vw;
    color: white;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    border-top: 1px solid white;
    padding-right: 50px;
    padding-top: 0px;
    margin-top: 20px;
}
}

/* LINK DESIGN */
.c-menu-link {
    color: white;
    text-decoration: none;
    font-size: 3.75vw;
    margin-left: 4vw;
    margin-bottom: 0px;
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
position: absolute;
    top: -3vw;
}
.c-menu-link span {
padding-bottom: 20px;
}
@media (max-width: 990px) {
.c-menu-link {
    color: white;
    text-decoration: none;
    font-size: 8vw;
    margin-left: 4vw;
    margin-bottom: 0px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    position: absolute;
    top: -3vw;
}
}

.c-submenu {
    padding-bottom: 2vw;
    text-align: left;
    margin-left: 15vw;
padding-top: 40px;
}

.c-submenu-link {
    color: white;
    text-decoration: none;
    font-size: 2vw;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    cursor: pointer;
}
@media (max-width: 990px) {
.c-submenu {
    padding-bottom: 10px;
    text-align: left;
    margin-left: 0;
    padding-top: 40px;
}
.c-submenu-link {
    font-size: 6vw;
}
}
/* -------------------- */


.c-spySidenav {
    text-align: left;
    padding-left: 5vw;
color: white;
font-size: 5vh;
line-height: 100%;
margin: 20px;

}

.c-sidenav {
  height: 100%;
transform: translate(0%, -100%);
  width: 100%;
  position: fixed;
z-index: 9001;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
    transition: transform 1s cubic-bezier( 0.26, 1.04, 0.54, 1 );
  padding-top: 60px;
  text-align:center;
}


.c-sidenav .c-closebtn {
    position: absolute;
top: 4vw;
    left: 10vw;
    font-size: 1vw;
    margin-left: 0px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
    opacity: 1;
transition: 0.3s;
    text-decoration: none;
}
.c-sidenav .c-closebtn:hover {
    opacity: 1;
}
.c-openbtn {
    font-size: 1vw;
cursor:pointer;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
color: white;
    opacity: 1;
transition: 0.3s;
    text-decoration: none;
}

.c-openbtn img {
width: 25px;
height: 25px;
}
@media (max-width: 990px) {
.c-openbtn img {
width: 20px;
height: 20px;
}
}

/* SOCIAL MEDIA */

.c-social {
margin-left: 15vw;
text-align: left;
    width: 100%;
}

.c-social p{
    color: white;
    font-size: 2vw;
    margin-bottom: 10px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}

.c-social-icon img {
width: 2vw;
height: 2vw;
    margin-right: 5px;
}

@media (max-width: 990px) {
.c-social {
    margin-left: 0vw;
    text-align: left;
    width: 100%;
    padding-top: 30px;
}
.c-social p {
    color: white;
    font-size: 6vw;
    margin-bottom: 10px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}
.c-social-icon img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
}@media (min-width: 980px) {
#belowtopmenu {
display: none;
}
}


/* ----------------- HORIZONTAL SCROLL ------------------ */

.c-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 88;
}



.c-bg-image {
width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-bg-image-history {
width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
background-position: top;
}


.scroll-slider {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
height: 100vh;
}

.scroll-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.scroll-slide {
  -webkit-box-flex: 1;
          flex: 1 0 100vw;
max-width: 100vw;
  height: 100%;
}

.item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
.item-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.item-title-above {
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    position: absolute;
    top: -100px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
}
@media (min-width: 768px) {
.item-body-start {
    position: absolute;
    left: 35%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}
}

.item-title-bellow {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
text-align: center;
}




.item-image img {
    width: 100vw;
    height: auto;
}

@media (min-width: 1280px) {
.item-image img {
    width: 110vw;
    height: auto;
}
}

@media (width: 1024px) {
.item-image img {
    width: 140vw;
    height: auto;
}
}






.item-body-h1 {
    position: relative;
    font-size: 10vw;
    color: white;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    line-height: 1.2em;
    font-weight: 100;
    margin-bottom: 0px;
opacity: 0.7;
}

.c-paragraph-paragwgi {
    font-size: 1.1vw;
    max-width: 65vw;
    /* margin-left: 20px; */
    width: 100%;
    color: white;
    font-style: italic;
    font-weight: 300;
}



/* GENERAL VIEW SETTINGS */
.c-dates-p {
    font-size: 10vw;
    color: white;
    margin-bottom: 0px;
    line-height: 1em;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-style: italic;
        opacity: 0.7;
}



.c-paragraph-text {
font-size: 0.8vw;
    max-width: 35vw;
    width: 100%;
    color: white;
    font-weight: 300;
color: white;
}
@media (width: 1024px) {
.c-paragraph-text {
font-size: 1.2vw;
}
}

.c-right-box-align {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 95;
}

.c-right-box {
    background-color: #151311;
    width: 30vw;
    height: 18vw;
    position: relative;
}
@media (width: 1024px) {
.c-right-box {
    height: 28vw;
}
}

.c-right-box-p {
    font-size: 0.8vw;
    font-weight: 300;
    color: white;
    margin: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (width: 1024px) {
.c-right-box-p {
    font-size: 1.2vw;
}
}

@media (max-width: 990px) {
.c-right-box {
    background-color: black;
    width: 60vw;
    height: 100%;
    position: relative;
}
.c-right-box-p {
    font-size: 1.8vh;
    font-weight: 300;
    color: white;
    margin: 0;
    width: 100%;
    position: absolute;
    background-color: black;
    padding: 3vh;
    padding-bottom: 7vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-right-box-align {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 95;
}
}


.item-title {
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1;
    color: white;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
@media (width: 1024px) {
.item-title {
    font-size: 2.5vw;
}
}

.c-scrollRight {
    width: 60%;
    position: absolute;
    top: 70%;
    left: 40%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-animation: scrollAnimation 4s infinite;
    animation: scrollAnimation 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(10, 10, 20, 10);
    animation-timing-function: cubic-bezier(10, 10, 20, 10);
}


.c-scrollRight img {
    width: 6vw;
    height: auto;
}
@media (width: 1024px) {
.c-scrollRight {
    top: 80%;
}
.c-scrollRight img {
    width: 15vw;
}
}
@media (max-width: 990px) {
.c-scrollRight {
    width: 60%;
    position: absolute;
    top: 18vh;
    left: 40%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-animation: scrollAnimation 4s infinite;
    animation: scrollAnimation 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(10, 10, 20, 10);
    animation-timing-function: cubic-bezier(10, 10, 20, 10);
}
.c-scrollRight img {
    width: 20vh;
    height: auto;
}
}

@keyframes scrollAnimation {
0% {
    transform: translateX(-50%);
}
50% {
    transform: translateX(-40%);
}
100% {
    transform: translateX(-50%);
}
}

/* STADIO 1 */
/* STADIO 1876 */

.item-image-1 {
    position: absolute;
    top: 40%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.item-image-1 img {
    width: 25vw;
    height: auto;
}

.item-image-2 {
    position: absolute;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.item-image-2 img {
width: 30vw;
height: auto;
}
.c-name {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    width: max-content;
    color: white;
    opacity: 0.7;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}
.c-date-1 {
    position: absolute;
    left: 45%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.item-body-1 {
    position: absolute;
    left: 68%;
    top: 78%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 91;
    max-width: 30vw;
    width: 100%;
}

.item-body-1 p{
text-align: left;
}

/* STADIO 2 */
/* STADIO 1903 */
.item-image-2-1 {
    position: absolute;
    top: 70%;
    left: 38%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 20px 3px rgb(34 25 18 / 0.30);
}

.item-image-2-1 img {
    width: 29vw;
    height: auto;
}

.item-image-2-2 {
    position: absolute;
    top: 42%;
    left: 63%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 20px 3px rgb(34 25 18 / 0.30);
}

.item-image-2-2 img {
    width: 28vw;
    height: auto;
}



.c-date-2 {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 95;
}


.item-body-2 {
    position: absolute;
    left: 75%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 30vw;
    width: 100%;
}

.c-overlay-stadio-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-90deg, #151311, transparent);
    z-index: 87;
}

.c-view-history {
    position: absolute;
    top: 50%;
    left: 85%;
    z-index: 91;
    color: white;
    transform: translate(-50%, -50%);
    width: 310px;
    text-align: right;
}
@media (width: 1024px) {
.c-view-history {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 91;
    color: white;
    transform: translate(-100%, -50%);
    width: 100%;
    text-align: right;
    padding-right: 5%;
}
}

/* MOBILE */
/* MOBILE */
@media (max-width: 990px) {
.item-title {
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-size: 4vh;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    position: relative;
    text-align: left;
}
.c-number-p {
    font-size: 20vh;
    color: white;
margin-bottom: 0px;
line-height: 1em;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-style: italic;
opacity: 0.7;
}
.c-paragraph-text {
    font-size: 3vw;
    max-width: 100%;
    width: 100%;
    color: white;
    font-weight: 300;
    color: white;
}
}
@media (max-width: 990px) {
.c-name {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    font-size: 3vh;
    width: max-content;
    color: white;
    opacity: 0.7;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}
.item-body-1 {
    position: absolute;
    left: 50%;
    top: 78%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 91;
    max-width: 80vw;
    width: 100%;
}
.item-image-1 {
    position: absolute;
    top: 30%;
    left: 35%;
    transform: translate(-50%, -50%);
}
.item-image-1 img {
    width: 65vw;
    height: auto;
}

.item-image-2 {
    position: absolute;
    top: 60%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-image-2 img {
    width: 50vw;
    height: auto;
}

.item-body-1 {
    position: absolute;
    left: 50%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 91;
    max-width: 80vw;
    width: 100%;
}

.c-date-1 {
    position: absolute;
    left: 0%;
    top: 55%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin-left: 3vh;
    z-index: 99;
}
.c-dates-p {
    font-size: 20vw;
    color: white;
    margin-bottom: 0px;
    line-height: 1em;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-style: italic;
    opacity: 0.7;
}

.c-view-history {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 91;
    color: white;
    transform: translate(-100%, -50%);
    padding-right: 30px;
    width: 100%;
    text-align: right;
}
.c-overlay-stadio-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-90deg, #151311, rgb(21 19 17 / 41%));
    z-index: 96;
}
}.c-piato-img img {
height: 80vh;
width: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* EFFECT POINTS */

/* DESKTOP */

.c-piato-overlay {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
position: absolute;
background-color: rgb(0 0 0 / 0%);
}
.beacon-line {
  opacity: 0.5;
    width: 20vw;
    height: 1px;
    border-radius: 0;
    transition: 0.4s;
    background-color: #fff;
    position: absolute;
    left: 40px;
    top: 20px;
}

@media (max-width: 990px) {
.beacon-line {
display: none;
}
}
.beacon-text-pos {
  opacity: 1;
    transition: 0.4s;
    position: absolute;
    color: white;
    left: 23vw;
}
.c-beacon-title {
    width: 90%;
font-weight: 100;
font-size: 1vw;
font-weight: 800;
}
@media (width: 1024px) {
.c-beacon-title {
font-size: 1.5vw;
}
}

@media (max-width: 990px) {
.c-beacon-title {
font-size: 3vh;
}
}

.beacon-text {
    width: 90%;
font-weight: 100;
font-size: 0.8vw;
}
@media (width: 1024px) {
.beacon-text {
font-size: 1.2vw;
}
}
@media (max-width: 990px) {
.beacon-text {
    width: 100%;
    font-weight: 100;
font-size: 1.6vh;
}
}

.beacon:hover .beacon-title {
  opacity: 1;
}
.beacon:hover .c-line-beacon {
  opacity: 1;
}

.beacon:hover .beacon-image {
  opacity: 1;
}
.beacon:hover .beacon-line {
  opacity: 1;
}
.beacon:hover .beacon-text-pos {
  opacity: 1;
}
.beacon:after:hover {
  opacity: 1;
}


.beacon{
  position:absolute;
  top:50%;
  left:50%;
background-color: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 30px;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
}

.beacon:before {
  position:absolute;
  top:0%;
  left:0%;
  bottom:0%;
  right:0%;
    content: "";
  height: 29px;
  width: 29px;
background-color: rgba(255, 255, 255, 0.2);
border-radius:50%;
}

.beacon:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.beacon-animation {
  height: 30px;
  width: 30px;
  position:absolute;
background-color: rgba(255, 255, 255, 0);
border-radius:50%;
  top:0%;
  left:0%;
  bottom:0%;
  right:0%;
  -webkit-animation:active 2s infinite linear;
  animation:active 2s infinite linear;
border: 1px dashed #fff;
animation-play-state: paused;
z-index: 50;
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
}
.beacon-animation:hover {
animation-play-state: running;
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.5);
}

@-webkit-keyframes active{
  0%{
transform: rotate(0deg);
  }
  100%{
transform: rotate(359deg);
  }
}

@keyframes active{
  0%{
transform: rotate(0deg);
  }
  100%{
transform: rotate(359deg);
  }
}





/* BEACON 1 */
.beacon#beacon1 {
    top: 39vh;
    left: 55vw;
}

.beacon-line#beacon1-line {
top: 15px;
left: -10px;
    position: absolute;
width: calc(3vw + (6vw / 2));
transform: translateX(40px);
}
.beacon-text-pos#beacon1-text-pos {
left: calc(6vw + 5vh);
    text-align: left;
    width: 15vw;
}



/* BEACON 2 */
.beacon#beacon2 {
    top: 45vh;
    left: 42vw;
}
.beacon-line#beacon2-line {
top: 15px;
    left: 0px;
    position: absolute;
width: calc(3vw + (6vw / 2));
    transform: translateX(-100%);
}
.beacon-text-pos#beacon2-text-pos {
left: calc(-23.5vw + 5vh);
    text-align: right;
width: 15vw;
}

/* BEACON 3 */
.beacon#beacon3 {
    top: 54vh;
    left: 58vw;
}
.beacon-line#beacon3-line {
top: 15px;
    left: -10px;
    position: absolute;
width: calc(3vw + (6vw / 2));
transform: translateX(40px);
}
.beacon-text-pos#beacon3-text-pos {
left: calc(6vw + 5vh);
    text-align: left;
width: 15vw;
}

/* BEACON 4 */
.beacon#beacon4 {
    top: 59vh;
    left: 42vw;
}
.beacon-line#beacon4-line {
top: 15px;
    left: 0px;
    position: absolute;
width: calc(3vw + (6vw / 2));
    transform: translateX(-100%);
}
.beacon-text-pos#beacon4-text-pos {
left: calc(-23.5vw + 5vh);
    text-align: right;
width: 15vw;
}

/* BEACON 5 */
.beacon#beacon5 {
    top: 66vh;
    left: 54vw;
}
.beacon-line#beacon5-line {
top: 15px;
    left: -10px;
    position: absolute;
width: calc(3vw + (6vw / 2));
transform: translateX(40px);
}
.beacon-text-pos#beacon5-text-pos {
left: calc(6vw + 5vh);
    text-align: left;
width: 15vw;
}

/* ---------------------------------------- */
/* MOBILE */

@media (max-width: 990px) {
.c-piato-overlay {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
position: absolute;
background-color: rgb(0 0 0 / 50%);
}

.beacon#beacon1 {
    top: 36vh;
    left: 54vw;
}
.beacon-line#beacon1-line {
top: 15px;
left: -10px;
    position: absolute;
width: calc(3vw + (6vw / 2));
transform: translateX(40px);
}
.beacon-text-pos#beacon1-text-pos {
    left: 40px;
    text-align: left;
    width: 40vw;
}



/* BEACON 2 */
.beacon#beacon2 {
    top: 42vh;
    left: 39vw;
}
.beacon-line#beacon2-line {
top: 15px;
    left: 0px;
    position: absolute;
width: calc(3vw + (6vw / 2));
    transform: translateX(-100%);
}
.beacon-text-pos#beacon2-text-pos {
    left: calc(-41.5vw + 5vh);
    text-align: right;
    width: 30vw;
}

/* BEACON 3 */
.beacon#beacon3 {
    top: 50vh;
    left: 55vw;
}
.beacon-line#beacon3-line {
top: 15px;
    left: -10px;
    position: absolute;
width: calc(3vw + (6vw / 2));
transform: translateX(40px);
}
.beacon-text-pos#beacon3-text-pos {
    left: 40px;
    text-align: left;
    width: 40vw;
}

/* BEACON 4 */
.beacon#beacon4 {
    top: 56vh;
    left: 46vw;
}
.beacon-line#beacon4-line {
top: 15px;
    left: 0px;
    position: absolute;
width: calc(3vw + (6vw / 2));
    transform: translateX(-100%);
}
.beacon-text-pos#beacon4-text-pos {
    left: calc(-47.5vw + 5vh);
    text-align: right;
    width: 35vw;
}

/* BEACON 5 */
.beacon#beacon5 {
    top: 66vh;
    left: 54vw;
}
.beacon-line#beacon5-line {
top: 15px;
    left: -10px;
    position: absolute;
width: calc(3vw + (6vw / 2));
transform: translateX(40px);
}
.beacon-text-pos#beacon5-text-pos {
    left: 40px;
    text-align: left;
    width: 40vw;
}

/* ---------------------------------------- */
}.loggedin .coverlay {
display: none;
}

.notloggedin .coverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000000;
}
.notloggedin .coverlay .overlayDoor {
  position: absolute;
  width: 100%;
  height: 100vh;
background-color: black;
  background-image: url('http://couniniotis-gr.netsystem.gr/managed_images/footer-bg.jpg');
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.18, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.notloggedin .coverlay .overlayDoor {
  opacity: 1;
}
.loggedin .coverlay .overlayDoor {
  opacity: 0;
}
.notloggedin .coverlay.loaded .overlayDoor {
  opacity: 0;
}

.notloggedin .coverlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-transition: 3s cubic-bezier(0.77, 0, 0.18, 1);
  transition: 3s cubic-bezier(0.77, 0, 0.18, 1);
}

.notloggedin .loader .inner {
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
  width: 300px;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid #fff;
  -webkit-animation: spinInner 3s linear infinite;
          animation: spinInner 3s linear infinite;
}


@-webkit-keyframes spinInner {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
}
@keyframes spinInner {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
}

.loggedin .c-logo-loading, .loggedin .c-loader, .loggedin.loader-line { 
display: none;
}
.notloggedin .c-logo-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.c-loader {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
}

.loader-line {
  width: 200px;
  height: 1px;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin: 100px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 1px;
  width: 20%;
  background-color: #ffb200;
  -webkit-animation: lineAnim 2s linear infinite;
  -moz-animation: lineAnim 2s linear infinite;
  animation: lineAnim 2s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}/* DISABLE LOCOMOTIVE */


.rootOverflow {
overflow: auto !important;
}

html, body, section.horizontal {
  overflow: hidden;
}

body { 
  font-weight: 300; 
  margin: 0;
  padding: 0; 
}

#scroller {
    overflow-y: hidden !important;
}

.c-scrollbar {
  opacity: 1;
  background: #DEDEDE;
}

section {
  width: 100%;
  height: 100%;
  position: relative;
}


section.horizontal {
  overflow-x: hidden;
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
    display: flex;
    position: relative;
    z-index: 1;  
    height: 100vh;
}


section.horizontal .item {
    position: relative;
    padding: 0px 0px;
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

section.horizontal .item:before {
    position: absolute;
    font-size: 100px;
    opacity: .13;
    font-weight: bold;    
    z-index: -1;
    -webkit-transform: translate(-30px, -50px);
    transform: translate(-30px, -50px);
    line-height: 1;
}


/* ANIMAION LEFT TO RIGHT */

section.horizontal .animation-wrap.to-right {
    counter-reset: item;
    float: left;
}


/* ANIMAION RIGHT TO LEFT */

section.horizontal .animation-wrap.to-left {
    counter-reset: item 11;
    float: right; 
}

section.horizontal .animation-wrap.to-right .item:before {
    counter-increment: item;
    content: counter(item);
}

section.horizontal .animation-wrap.to-left .item:before {
    counter-increment: item -1;
    content: counter(item);
}



section.horizontal .animation-wrap .item:nth-child(2n+2) {
    align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n+4) {
    align-items: flex-end;
}