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

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

/*FOOTER*/
.c-footer {
padding-top: 5vh;
padding-bottom: 10vh;
display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 820px) {
.c-footer {
padding-top: 5vh;
padding-bottom: 10vh;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
}

.c-form-container {
padding: 20px;
    background-color: #fff;
    border-radius: 90px 0px;
    box-shadow: 1px 0px 10px 6px #cccccc5e;
}

/*END OF FOOTER*/


div.htmlbox ul {
padding-left: 0px !important; 
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}/* CONTACT FORM */

div.contactform form p {
    position: relative;
    width: 100%;
}

.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-bottom: 1px solid #777777;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
}


.contactform form p:nth-child(2) {
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(2) {
    width: 100%;
}
}

.contactform form p:nth-child(3) {
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(3) {
    width: 100%;
}
}



.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    margin: auto;
width: 200px;
margin-top: 10px;
    background-color: #222222;
    border: 1px solid #222222;
    transition: 0.3s;
border-radius: 20px;
}
.contactform button:hover {
color: #fff;
background-color: #bf6f36;
border: 1px solid #bf6f36;
    transition: 0.3s;
}.c-main-banner-bg {
background-image: url('/cache/files/621441804e8022a813e9b48ea54d05dce54261b4.png');
background-size: contain;
background-repeat: no-repeat;
}

@media (max-width: 768px) {
.c-main-banner-bg {
background-image: url('/cache/files/a014521fa48a87d1a1c20c8bc0090779c3701d7d.png');
background-size: contain;
background-repeat: no-repeat;
}
}

/*TOP BANNER*/

.c-top-banner {
display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 95vw;
    margin: 0 auto;
padding-top: 3vh;
}



@media (max-width: 820px) {
.c-top-banner {
padding-top: 1vh;
    flex-direction: column;
}
}


.c-top-banner p{
margin-bottom: 0px;
color: #b16a3a;
font-weight: 600;
font-size: 0.9em;
}

.c-top-banner a{
text-decoration: none;
}

/*END OF TOP BANNER*/


/*MAIN BANNER*/
.c-main-banner {
position: relative;
overflow: visible;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


.c-main-img {
max-height: 60vh;
width: auto;
}

.c-main-left-img {
position: -webkit-sticky;
position: sticky;
left: 0;
max-height: 80vh;
width: auto;
top: 0;
}

.c-main-right-img {
position: -webkit-sticky;
position: sticky;
left: 100vw;
max-height: 80vh;
width: auto;
top: 0;
}


.c-main-center-content {
padding-top: 10vh;
padding-bottom: 10vh;
max-width: 700px;
margin: 0 auto;
text-align: center;
position: relative;
}


@media (max-width: 820px) {
.c-main-center-content {
padding: 4vh 2vh;
}
}



/*END OF MAIN BANNER*/


/*TRAGANO*/

.c-tragano {
display: flex;
    align-items: center;
justify-content: space-around;
    background-color: #efefef;
    margin-top: 10vh;
max-height: 80vh;
overflow: visible;
}

@media (max-width: 820px) {
.c-tragano {
flex-direction: column;
max-height: 200vh;
}
}

.c-tragano-text {
    max-width: 600px;
    text-align: center;
    padding: 5vh;
}

.c-nomos-img {
height: 90vh;
    width: auto;
}


@media (max-width: 820px) {
.c-nomos-img {
height: auto;
    width: 90vw;
}
}

.c-almonds-tragano {
position: absolute;
    z-index: 5;
    top: 30%;
    left: 25%;
    height: 45vh;
    width: auto;
}


@media (max-width: 820px) {
.c-almonds-tragano {
    height: 25vh;
    width: auto;
}

}

/*END OF TRAGANO*/


/*TREES*/

.c-trees {
height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 0%;
}

.c-dark-bg {
background-color: #00000075;
width: 100%;
height: 100%;
}



.c-tree-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30vh;
    text-align: center;
}

@media (max-width: 820px) {
.c-tree-text {
    padding:5vh;
}
}

/*END OF TREES*/

/*GALLERY*/

.c-gallery {
padding: 4vh;
}

.c-gallery-bg {
     height: 500px;
     margin: 1vh;
     background-size: cover;
}
 .slider-arrows {
     background-color: #fff;
     width: 50px;
     height: 50px;
     border-radius: 50%;
}

.slick-dots {
padding-left: 0px !important;
}

/*END OF GALLERY*/



/*PRODUCTS*/

.c-products-container {
padding: 10vh 5vh;
text-align: center;
position: relative;
}

.c-almond-tree-bg {
position: absolute;
    top: 0;
    left: -3vw;
    height: 100vh;
    width: auto;
    z-index: 1;
}


.c-almond-bg {
position: absolute;
    bottom: 0;
    right: -3vw;
    height: 60vh;
    width: auto;
    z-index: 1;
}

.c-products {
display: flex;
    justify-content: center;
    gap: 5vh;
    z-index: 5;
    position: relative;
    margin-bottom: 15vh;
margin-top: 5vh;
}

@media (max-width: 768px) {
.c-products {
display: flex;
flex-direction: column;
    justify-content: center;
}
}

.c-products-view {
display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    padding: 4vh;
    border-radius: 90px 0px;
    transition: 1.4s;
    box-shadow: 1px 0px 10px 6px #cccccc5e;
    min-width: 22vw;
position: relative;
}

@media (max-width: 768px) {
.c-products-view {
    padding: 2vh;
    border-radius: 60px 0px;
    transition: 1.4s;
    box-shadow: 1px 0px 10px 6px #cccccc5e;
    min-width: 22vw;
}
}

.c-products-view:hover{
    transition: 1.4s;
scale: 1.05;
}

.c-products-view img{
    max-width: 12vw;
    height: auto;
}


@media (max-width: 768px) {
.c-products-view img{
    max-width: 50vw;
    height: auto;
}
}


.c-products-view p{
text-align: center;
color: #a05334;
font-size: 1.6em;
font-weight: 900;
margin-bottom: 0px;
line-height: 1em;
}

.c-products-view span{
color: #222;
    font-size: 0.8em;
    font-weight: 300;
}


.c-product-tag {
background-color: #333333;
    color: #fff;
    width: 10vh;
    height: 10vh;
    position: absolute;
    top: 4vh;
    left: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 45% 45% 0%;
}

.c-products-container table {
    max-width: 800px;
    margin: 20px auto;
    position: relative;
    z-index: 5;
    background-color: #fff;
    border-radius: 70px 0px;
    box-shadow: 1px 0px 10px 6px #cccccc5e;
}

.c-tr-border{
border-left: 20px solid #fff;
}

/*END OF PRODUCTS*/




/*TITLES*/
.c-main-title {
font-size: 2.2em;
line-height: 1em;
font-weight: 900;
margin-bottom: 5px;
color: #a05334;
padding-top: 20px;
}

.c-main-subtitle {
font-size: 1.2em;
margin-bottom: 20px;
letter-spacing: 3px;
font-weight: 100;
}

.c-title1 {
font-size: 2.2em;
line-height: 1em;
font-weight: 900;
margin-bottom: 5px;
color: #fff;
}
/*TITLES*/



/*NEA SODEIA*/

.c-sodeia-container {
background-color: #f1f1f1;
    margin-top: 5vh;
    padding-bottom: 5vh;
}

.c-sodeia-text {
    max-width: 980px;
margin: 0 auto;
    text-align: center;
    padding: 5vh;
}.lc-checks {
	list-style: none;
	margin: 0;
	padding: 40px 0;
	position: relative;
}

.lc-checks:after {
	content: '';
	position: absolute;
	top: 0; left: 50%;
	z-index: 1;
	height: 100%;
	width: 1px;
	background: #fff;	
}

.lc-checks li {
	padding: 15px 0;
	height: 45px;
	line-height: 1.4em;
	position: relative;
	cursor: default;
}

.lc-checks__feature{
	position: absolute;
	border: 1px solid #ccc;
	padding: 10px 10px;
	border-radius: 20px 0px;
  transition: all .2s ease;	
}

.lc-checks li:nth-child(odd) .lc-checks__feature {
	left: 50%;
	margin-left: 20px;
}

.lc-checks li:nth-child(even) .lc-checks__feature {
	right: 50%;
	margin-right: 30px;
}


.lc-checks__check {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -15px;	
	text-align: center;
	width: 18px;
	  transition: all .2s ease;
transform: rotate(45deg);
}

.lc-checks li:hover .lc-checks__check {
  transform: scale(1.2);
}

.lc-checks li:nth-child(odd):hover .lc-checks__feature  {
  margin-left: 10px;
}

.lc-checks li:nth-child(even):hover .lc-checks__feature  {
  margin-right: 20px;
}




/*MOBILE*/

@media (max-width: 768px) {

.lc-checks li:nth-child(odd) .lc-checks__feature {
	left: 0;
	margin-left: 0px;
}

.lc-checks li:nth-child(even) .lc-checks__feature {
	right: 0%;
	margin-right: 0px;
}
.lc-checks__feature{
	position: relative;
	display: block;
}

.lc-checks li {
	height: 55px;
}
.lc-checks__check {
    left: 4%;
    margin-left: 0;
}


.lc-checks li {
    list-style-type: none !important;
}



}