/* width */
::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    
    background: #fff; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
  }
html,body {
    margin: 0 auto;
    /* overflow: hidden auto; */
}

body {
    transition:background-color 1s;
}

@font-face {
	font-family: 'fp_custom';
	src: url('css/font/icons/fp_custom.eot?9759786');
	src: url('css/font/icons/fp_custom.eot?9759786#iefix') format('embedded-opentype'),
	     url('css/font/icons/fp_custom.woff2?9759786') format('woff2'),
	     url('css/font/icons/fp_custom.woff?9759786') format('woff'),
	     url('css/font/icons/fp_custom.ttf?9759786') format('truetype'),
	     url('css/font/icons/fp_custom.svg?9759786#fp_custom') format('svg');
	font-weight: normal;
	font-style: normal;
      }

      /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
      /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
      /*
      @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fp_custom';
	  src: url('fp_custom.svg?9759786#fp_custom') format('svg');
	}
      }
      */
       
       [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fp_custom";
	font-style: normal;
	font-weight: normal;
	speak: never;
       
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
       
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
       
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
       
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
       
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
       
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
       
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      }
       
      .icon-up:before { content: '\e802'; } /* '' */
      .icon-down:before { content: '\e803'; } /* '' */
      .icon-right:before { content: '\f006'; } /* '' */


@font-face {
    font-family: 'Aka-AcidGR-TotallyPlain';
    src:url('css/font/Aka-AcidGR-TotallyPlain.ttf.woff') format('woff'),
        url('css/font/Aka-AcidGR-TotallyPlain.ttf.svg#Aka-AcidGR-TotallyPlain') format('svg'),
        url('css/font/Aka-AcidGR-TotallyPlain.ttf.eot'),
        url('css/font/Aka-AcidGR-TotallyPlain.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"averta-demo-regular";
	src:url("css/font/AvertaDemo-Regular.otf") format("woff"),
		url("css/font/AvertaDemo-Regular.otf") format("opentype"),
		url("css/font/AvertaDemo-Regular.otf") format("truetype");
}
#fullpage {
	z-index: 60;
}
.bg-pattern {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(assets/bg-pattern.png);
    background-repeat: repeat;
}
.panel .content {
    /* padding:5px;klkkkk */
    display:flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: white; */
    max-width:800px;
    width: calc(100% - 60px);
    margin-right: 15px;
    margin:0 auto;
    /* min-height: 450px; */
    /* opacity: 0.0; */
    opacity: 1.0;
}
.panel {
    width:100vw;
    height:100vh;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position:relative;
    background:transparent !important;
    font-family: Aka-AcidGR-TotallyPlain;
}
.panel p {
    font-size: 1.5rem;
    pointer-events: none;
}
.panel > .content > h1 {
    font-size: 2rem;
}

#kleise-rantevou.panel {
    color:#754c3d;
}
#initial.panel {
    color: #ED5831;
}
#katastimata.panel {
    color: #e0b1b3;
}
#kalopismos.panel {
    color: #f3c1c0;
}
#trofes.panel {
    color: #FFFFFF;
}
#axesouar.panel {
    color: #6C5552;
}
#epikoinonia.panel {
	color: #6D5166;
}
#epikoinonia span {
	font-family:"averta-demo-regular"!important;
}
#epikoinonia h1 {
	font-family:'Aka-AcidGR-TotallyPlain'!important;
}
.panel .content form {
    display: flex;
    flex-direction: column;
}


#epikoinonia > .content > h1 {
    text-align: center;
    font-weight: 100;
}

.doublewrap {
    display: flex;
    justify-content: space-between;
}
.doublewrap a {
    text-decoration: none;
    color:inherit;
    margin-bottom:25px;
}
.doublewrap > span {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.doublewrap > span:nth-child(1) {
    width:65%;
}
.doublewrap > span:nth-child(2) {
    width:35%;
}
a.icon-contact img {
    width: 25px;
    margin-right: 10px;
}

a.icon-contact {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
a.icon-contact strong {
    padding-left: 35px;
	width:100%;
	position: absolute;
    top: -15px;
}
span.social-icons-contact a {
    width: 20%;
}

span.social-icons-contact {
    display: flex;
    justify-content: space-evenly;
}
.newsletter-wrapper input::placeholder {
    font-family: "averta-demo-regular"!important;
    color: #6d5166 !important;
}
.newsletter-wrapper {
    margin-top: 50px;
}
.newsletter-wrapper input[type="submit"]:hover {
    background-color: #6d5166;
    color: #F3C1C0;
}
.newsletter-wrapper input {
    background: transparent;
    outline: none !important;
    border: none;
    border-bottom: 2px solid #6d5166;
    width: 50%;
    text-decoration: none !important;
    font-family: "averta-demo-regular"!important;
    color: #6d5166;
    font-size: 1.5em;
    width:100%;
    padding:3px;
}
.newsletter-wrapper input[type="submit"]  {
    cursor:pointer;
    transition: all 0.2s;
    width:fit-content;
    width:-moz-fit-content;
}
.newsletter-wrapper form {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}
@media screen and (max-width:768px) {
	.newsletter-wrapper form {
		flex-direction:column !important;
	}
}
.panel .content form span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.panel .content form span label {
    width: 10%;
}

.panel .content form span input, .panel .content form span textarea {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .panel .content form span {
        flex-direction: column;
        justify-content: flex-start;
    }
}

img#logo {
    position: fixed;
    width: 200px;
    left: 40px;
    top: 20px;
}

header {
    position: fixed;
    right: 230px;
    top: 70px;
    width: 170px;
    z-index: 20;
}

.social-sidebar {
    position: fixed;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5%;
	z-index: 60;
}

.messenger-contact img {
    width: 100%;
}
.messenger-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
}
/* SVG ADJUSTMENTS */

svg#Dog {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 50;
}
header.overlay {
	z-index: 120;
}


header svg#Dog g#Head, .wobbleThis {
    animation: wobbleHead;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}
@keyframes wobbleHead {
    0% {transform: translateY(0px);}
    50% { transform: translateY(30px);}
    100% { transform: translateY(0px);}
}
@keyframes wobbleHeadAccessories {
	0% {transform: translateY(0px);}
	50% { transform: translateY(10px);}
	100% { transform: translateY(0px);}
    }

svg#trofes-svg #bones {
	animation: wobbleHead;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 1s;
}
svg#trofes-svg #foodbox {
	animation: wobblebox;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
}
@keyframes wobblebox {
	0% {		transform: translate(0px,0ox)  rotateZ(0deg);}
	15% {		transform: translate(0px,0ox)  rotateZ(0deg);}
	20% {		transform: translate(-20px,-5px) rotateZ(-1deg);}
	25% {		transform: translate(30px,5px)  rotateZ(1deg);}
	30% {		transform: translate(-10px,5px)  rotateZ(-1deg);}
	35% {		transform: translate(10px,-5px) rotateZ(1deg);}
	40% {		transform: translate(0px,0px)  rotateZ(0deg);}
	100% {		transform: translate(0px,0px)  rotateZ(0deg);}
}

svg.moveable {
    overflow: visible;
    pointer-events: none;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.5, 0.95) !important;
    transform: translateY(-120vw);
}




svg#trofes-svg {
    /* width: 310px;
    top: 100px;
    position: absolute;
    left: -60px;
    z-index: 60; */
    width: 904px;
    top: 190px;
    position: absolute;
    right: 90px;
    z-index: 0;
}
svg#axesouar-svg {
    width: 650px;
    top: 120px;
    position: absolute;
    right: 194px;
    z-index: 60;
}
svg#kalopismos-svg {
	width: 780px;
	top: 60px;
	position: absolute;
	right: 204px;
	z-index: 60;
}
svg#kalopismos-svg #ShowerRain > * {
	stroke-dasharray: 25;
	stroke-dashoffset: 0;
	fill: transparent !important;
	stroke: #2fb6bd;
	stroke-width: 2px;
	animation: anirain;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction:normal;
}
@keyframes anirain {
	0% {stroke-dashoffset:0;}
	50% {stroke-dashoffset:30;}
	100% {stroke-dashoffset: 0;}
}

svg#kalopismos-svg #DuckGroup #Duck {
	animation:duckFloat;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	transform-box: fill-box;
	transform-origin: center;
}
@keyframes duckFloat {
	0%{transform:rotateZ(0deg);}
	50%{transform:rotateZ(20deg);}
	100%{transform:rotateZ(-20deg);}
}
svg#kalopismos-svg #DuckGroup .bubble {
	animation:bubbleAway;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
svg#kalopismos-svg #DuckGroup #Bubble1 {animation-delay: 0.0s;}
svg#kalopismos-svg #DuckGroup #Bubble2 {animation-delay: 0.06s;}
svg#kalopismos-svg #DuckGroup #Bubble3 {animation-delay: 0.5s;}
svg#kalopismos-svg #DuckGroup #Bubble4 {animation-delay: 0.33s;}
svg#kalopismos-svg #DuckGroup #Bubble5 {animation-delay: 0.94s;}
svg#kalopismos-svg #DuckGroup #Bubble6 {animation-delay: 1.16s;}
@keyframes bubbleAway {
	0%{transform:translateY(0px);}
	20% {transform:translateY(-35px);}
	100% {transform:translateY(0px);}
}


@keyframes float {
    0% {transform:translateY(0px) rotateZ(0deg);}
    25% {transform:translateY(30px) rotateZ(10deg);}
    75% {transform:translateY(-30px) rotateZ(-10deg);}
    100% {transform:translateY(0px) rotateZ(0deg);}
}
svg#katastimata-svg {
	width: 650px;
	top: 90px;
	position: absolute;
	right: 185px;
	z-index: 20;
}
svg#katastimata-svg #HeadAccessory {
	animation: wobbleHeadAccessories;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
}
svg#katastimata-svg #Dogbowl {
	animation: float;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	transform-origin: center !important;
	transform-style: flat;
}

svg#axesouar-svg #HeadAccessories {
	animation: wobbleHeadAccessories;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
}
svg#axesouar-svg g#collar, svg#axesouar-svg g#tie {
    animation: float 5s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transform-origin: center !important;
    transform-style: flat;
}
svg#axesouar-svg g#tie {
    animation-delay:0.5s;
}

#fp-nav {
	z-index: 90 !important;
}

@media screen and (max-width:1024px) {
    .panel p {
	font-size: 1.0rem;
    }
    .panel > .content > h1 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:768px) {
    .panel .content .interior{
	max-height: 55vh;
        overflow: hidden auto;
        justify-content: flex-start;
	padding-bottom: 25px;
    }
    .panel .content {
        width: calc(100% - 120px);
    }
    .social-sidebar {
        left: 5px;
        width: 8%;
    }
}
img {
    height: auto;
}
.menu_toggle {
	position: fixed;
	right: 40px;
	top: 40px;
	width: 70px;
	z-index: 132;
	cursor: pointer;
}
.overlay_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #8ec640;
	font-family: 'Aka-AcidGR-TotallyPlain';
	font-weight: 100;
	opacity:0;
	pointer-events: none;
	z-index: 130;
	transition: all 0.3s;
}
.overlay_menu.active {
	opacity: 1.0;
	pointer-events: all;
}
    
.overlay_menu .menu_list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
    
.overlay_menu .menu_list a {
	text-decoration: none;
	color: white;
	font-size: 2em;
	position:relative;
	transition: color 0.1s;
	opacity: 0;
}
.overlay_menu.active .menu_list a {
	animation-name: slidein;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-duration: 0.4s;
	animation-play-state: running;
	animation-fill-mode: forwards;
}
@keyframes slidein {
	from {
		left: 50px;
		opacity:0;
	}
	to {
		left: 0px;
		opacity:1;
	}
}
    
.overlay_menu .menu_list a:hover {
	color: #F1532B;
}
    
.overlay_menu .menu_list span {
	margin: 10px 0;
}
#epikoinonia .interior a, #epikoinonia .interior input, #epikoinonia .interior button,#epikoinonia .interior img{
	position:relative;
	pointer-events:all;
	/* pointer-events: auto !important; */
}
.active rect#line_m {
	transform: rotateZ(33deg)  scale(0.7) translate(8px, 0px);
}
    
.active rect#line_m-2 {
	transform: rotateZ(-33deg) translate(-15px, 15px) scale(0.7);
}
    
.active rect#line_m-3 {
	opacity: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background:white !important;
}
span#appointment-button {
	background: #754c3d;
	color: white;
	padding: 10px 15px;
	border-radius: 50px;
	cursor: pointer;
	position:relative;
	pointer-events:all;
}
.appointment-overlay {
	display: flex;
	opacity: 0;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	width: 80vw;
	height: auto;
    	padding: 25px 0;
	background: white;
	top: 50%;
	left: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	border-radius: 15px;
	box-shadow: 10px 10px 15px #0004;
	z-index: 60;
	transition: all 0.5s;
}
.appointment-overlay.active {
	opacity:1;
	pointer-events: all;
}
.appointment-overlay button {
	border: 0;
	background: #f1542e;
	color: white;
	outline: none;
	border-radius: 50px;
	width: 80px;
	height: 40px;
	cursor: pointer;
	transition: all 0.1s;
}
.appointment-overlay button:hover {
	color: #f1542e;
	background: #8ec63f;
}
.appointment-overlay .appointment {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    }
    .appointment-overlay .fields {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	align-items: center;
    }
    .appointment-overlay .fields > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Aka-AcidGR-TotallyPlain';
    }
    .appointment-overlay .fields > span i {
	    cursor: pointer;
    }
    span.hour-sep {
	font-size: 5em !important;
	align-self: flex-end;
    }
    
    .appointment-overlay .fields > span {
	font-size: 2em;
    }
    .appointment form {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 270px;
    }
    .appointment form > span {
	    display:Flex;
	    flex-direction: column;
	    align-items: center;
    }
    .appointment form input, .appointment form input:focus, .appointment form input:active, .appointment form input:focus-visible {
	border: none;
	outline:none;
	border-bottom: 2px solid #f1542e;
	font-family: 'Aka-AcidGR-TotallyPlain';
	padding: 5px 10px;
	font-size: 1em;
    }
    
    .appointment form {
	margin-top: 20px;
    }
    .make-appointment-button {
	cursor: pointer;
	position: fixed;
	left: 20px;
	bottom: 20px;
	max-width: 100px;
	height: auto;
	z-index: 60;
	display: none;
    }
    
    .make-appointment-button img {
	width: 100%;
    }
    .appointment-overlay .close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: black;
	color: white;
	font-family: 'Aka-AcidGR-TotallyPlain';
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.2s;
    }
    
    .appointment-overlay .close:hover {
	background: white;
	color: black;
    }
    .interior p:last-child() {
	    padding-bottom:50px;
    }
	/* .interior {
		max-height: 200px;
		overflow: hidden auto;
	} */
	/* #epikoinonia .interior {
		max-height: unset;
		overflow: hidden auto;
	} */
@media screen and (max-width:768px) {
	.make-appointment-button {
		display:block;
	}
	.content h1 {
		margin-top: 0;
	}
	.content h2 {
		margin-top: 0px;
		
		font-size: 1em;
	}
	.doublewrap {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.doublewrap > span {
		width: 100% !important;
	}
	.doublewrap a {
		margin-bottom:5px;
	}
	.doublewrap span h3 {
		text-align: center;
		font-weight: 100;
		margin-bottom:0px;
	}
	#epikoinonia.panel .content .interior {
		max-height: 50vh;
	}
	.newsletter-wrapper input {
		font-size: 0.9em;
	    }
	span.social-icons-contact a {
		width: 25px;
		margin-right: 5px;
	}
	span.social-icons-contact {
		justify-content: center;
	}
	#epikoinonia .content > h1 {
		font-weight: 100;
		font-size: 1.2em;
		text-align: center;
	}
	.newsletter-wrapper {
		margin-top:0px;
	}
	a.icon-contact img {
		width:15px;
	}
	header {
		right: 70px;
		top: unset;
		bottom: 160px;
		width: 100px;
	}
	.menu_toggle {
		width: 40px;
		top: 25px;
	}
	img#logo {
		width: 100px;
	}
	.appointment-overlay .fields > span {
		font-size: 1.2em;
	}
	span.hour-sep {
		font-size: 3.3em !important;
	}
	svg#axesouar-svg {
		width: 420px;
		bottom: -125px;
		right: 41px;
		top: unset;
	}
	svg#trofes-svg {
		width: 510px;
		bottom: -130px;
		right: -5px;
		top: unset;
	    }
	svg#kalopismos-svg {
		width: 520px;
		bottom: -180px;
		position: absolute;
		right: 44px;
		top:unset;
	}
	svg#katastimata-svg {
		width: 480px;
		bottom: -150px;
		position: absolute;
		right: 11px;
		top: unset;
	}
	.link-appointment {
		width: 80% !important;
		display: block;
		margin: 0 auto;
		display:none;
	}

}
.companies {
    margin-top: 50px !important;
    position: relative;
    pointer-events: all;
}
@media screen and (max-width:768px) {
	.companies {
		margin-top: 0px !important;
		padding-bottom: 50px;
	
	}	
}
#epikoinonia .doublewrap span:nth-child(2) h3 {
    text-align: center;
}
/*

.companies > .item {
	max-width: 100px;
}

.companies > .item img {
	width: calc(100% - 10px);
}*/
span.form-return {
	font-family: 'averta-demo-regular';
	padding: 20px;
    }

    @media screen and (max-width:425px) {
	.make-appointment-button {
		max-width:60px;
	}
    }


    .copyright {
	font-family: 'averta-demo-regular';
	position: fixed;
	bottom: 5px;
	left: 5px;
	text-align: left;
	width: fit-content;
	z-index: 60;
    }
    
    .copyright img {
	width: 200px;
	max-width: 100%;
    }
    
    .copyright p {
	margin: 0;
	transition:all 0.2s;
    }
    .copyright:hover p {
	margin-left:40px;
    }
    
    .copyright a {text-decoration: none;color: Black;font-size: 0.7em;}
    .radios {
	display: flex;
	flex-direction: column;
	align-items: center;
	
	width:100%;
    }
    .radios > span:nth-child(2) {
	margin-top:15px;
	}	
    .radios > * > label {
	width: 100% !important;
    }
    .radios > * > * {
	padding: 4px;
    }
    @media screen and (max-width:768px) {
	    .copyright {
		    left:50%;
		    text-align: center;
		    transform:translateX(-50%);
	    }
	    .copyright:hover p {
		margin-left:0px;
	    }
    }

	#katastimata a {
		text-decoration: none;
		color: white;
		font-weight: strong;
		cursor: pointer;
		/* z-index: 150; */
		pointer-events: all;
	}
	
.store-kntil-overlay {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    background: white;
    border-radius: 20px;
    width: 60vw;
    height: 70vh;
    transform: translate(-50%, -50%);
    z-index: 60;
    padding: 50px;
    box-sizing: border-box;
    font-family: 'Aka-AcidGR-TotallyPlain';
}
.store-kntil-overlay.active {
    display:flex;
}
.store-kntil-overlay > span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.store-kntil-overlay > span h1 {
    margin: 0;
    padding: 0;
}

.store-kntil-overlay a {
    color: inherit;
    text-decoration: none;
}

.masonry-gallery {
    overflow: hidden auto;
    width: 100%;
    max-height: 100%;
	height:100%;
}

.masonry-gallery > div {
    width: 20%;
    margin: 5px;
}

.masonry-gallery > div img {
    width: 100%;
}
.close-store-overlay{
	cursor: pointer;
	color:black;
}