.body-inner{
	overflow: hidden;
}
#donkey {
	max-width: 50vw;
	max-height: 50vh;
	width: auto;
	height: auto;
	overflow: visible;
}
#intro {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
	height: 100vh;
	text-align: center;
}
#logo_svg * {
	stroke: none;
}
#logo_svg {
	max-width: 20vw;
	max-height: 20vh;
	width: auto;
	height: auto;
	opacity: 0;
}	
img{
	max-width: 100%;
	height: auto;
}
.hero-img {
	border-radius: 100%;
	overflow: hidden;
	border: 10px solid #2a73b9;
	position: relative;
	background: url(/images/store.jpg) no-repeat scroll center/cover;
	z-index:9;
}
body{
	font-size: 20px;
	line-height: 35px;
	font-family: 'Montserrat', sans-serif;
}
#mitsiou {
	padding-bottom: 0px;
}
.fav-song a {
	padding: 15px;
	color: #fff;
	border-radius: 10px;
	font-style: normal;
	margin: 10px 0;
	display: inline-block;
	text-decoration: none;
	background: #2a73b9;
}
.title {
	font-family: 'Pacifico', cursive;
	font-size: 50px;
	line-height: 70px;
	color:#2a73b9;
}

.hero-svg {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	z-index: -1;
}
#team {
	padding-top: 150px;
	background: #2a73b9;
	padding-bottom: 150px;
	color: #fff;
}
#team .title{

	color: #fff;
}
	  .swiper {
	width: 440px;
	height: 520px;
  }

  .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
  }

  .swiper-slide:nth-child(2n) {
	background: url(/images/alex.JPG) no-repeat scroll center center/cover transparent;
  }

  .swiper-slide:nth-child(3n) {
	background: url(/images/george.JPG) no-repeat scroll center center/cover transparent;
  }

  .swiper-slide:nth-child(4n) {
	background: url(/images/xrisa.JPG) no-repeat scroll center center/cover transparent;
  }

  .swiper-slide:nth-child(5n) {
	background: url(/images/back.JPG) no-repeat scroll center center/cover transparent;
  }

li, .big {
	  color: #2a73b9;
	  font-size: 60px;
	  line-height: 140px;
	  padding: 20px 0;
	  font-weight: 500;
  }
  .medium{
	font-size: 40px;
	  line-height: 50px;
  }
  ul {
	  padding: 0;
	  list-style: none;
	  text-align: center;
  }
  
  
 #feta {
	 background: #d01317;
	 text-align: center;
	 padding: 150px 0;
	 color: #fff;
	 font-size: 70px;
	 line-height: 100px;
 }
  #feta img {
	  width: 100px;
  }
  
  
  .pulse {
	  transform: scale(1.5);
	  animation: pulse 2s infinite;
  }
  .background {
	animation: change-color 1s infinite;
  }
  
  @keyframes pulse {
	  0% {
		  transform: scale(0.95);
	  }
  
	60% {
		  transform: scale(1.5);
	  
	  }
  
	  100% {
		  transform: scale(0.95);
	  }
  }
  @keyframes change-color {
	  0% {
	  background-color: #d01317;
	  }
	50% {
	  background-color: #ea5f13
	}
	
	  100% {
	  background-color: #d01317;
	  }
  }
  
  #all,
  #items {
    padding: 150px 0;
  }
  #all img {
      max-width: 75%;
	  border-radius: 40px;
  }
  
  .js-marquee {
	  color: #2a73b9;
	  font-size: 150px;
	  line-height: 200px;
	  font-family: 'Pacifico', cursive;
  }
#reuse {
	  overflow: hidden;
	  padding-bottom: 150px;
  }
#bag {
	  color: #fff;
	  padding: 0px 150px 25px 150px;
	  background-color: #2a73b9;
  }
.bag-img img {
	  max-height: 350px;
	  margin-top: -100px;
	  animation: swing ease-in-out 1s infinite alternate;
	  position: relative;
	  z-index: 99;
  }
	@keyframes swing {
		0% { transform: rotate(5deg); }
		100% { transform: rotate(-5deg); }
	}

h3.title {
	color: #fff;
	margin-top: 75px;
	margin-bottom: 25px;
}
.social a img {
	height: 20px;
	filter: brightness(0) invert(1);
}
.social a {
	margin: 0 10px;
}
.phone-btn {
	display: inline-block;
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	left: 20px;
	border-radius: 50%;
	padding: 10px 15px;
	background-color: #2a73b9;
	z-index: 999999;
	border: 1px solid #fff;
}
.phone-btn img {
	filter: brightness(0) invert(1);
}
#items ul li {
	font-family: 'Montserrat', sans-serif;
	display: block;
	clear: both;
	margin: auto;
	width: max-content;
}
#items ul li:hover {
}
#items ul li img {
	height: 100px;
}
#items ul li:last-child img {
	height: 100px;
}
#items ul li .item-left {
	top: -15px;
	left: -35px;
	z-index: -1;
}
#items ul li.vegies .item-left {
	top: -30px;
	left: 100px;
}
#items ul li.vegies .item-left img{
	height:150px;
}
 #items ul li.traditional .item-left {
	 left: 150px;
 }
#items ul li.traditional .item-right {
	top: -45px;
}
#items ul li .item-right {
	top: 15px;
	right: -35px;
	z-index: -1;
}
#items ul li.vegies .item-right {
	top: 50px;
	right: 100px;
}
#items ul li.exceptional .item-left img {
	height:150px;
}
#items ul li.exceptional .item-right {
	top: 45px;
	right: 300px;
}
#items ul li.traditional .item-right {
	top: 35px;
}
#items ul li:last-child .item-left {
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.bag-img{
	position: relative;
}
a.white{
	color:#fff;
}
.fav-song svg {
	width: 30px;
	margin-right: 10px;
}

.scroll-down {
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.mouse {
	margin: 20px auto;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
}
.mouse-icon {
	width: 25px;
	height: 45px;
	border: 2px solid #2a73b9;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.mouse-wheel {
	height: 6px;
	margin: 2px auto 0;
	display: block;
	width: 3px;
	background-color: #2a73b9;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	-o-animation: 1.6s ease infinite wheel-up-down;
	-ms-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}
@-moz-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}
@keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}

#team .swiper-button-next,
#team .swiper-button-prev{
	color:#fff;
}
.tel, .loc {
	display: inline-block;
}