﻿@font-face {
  font-family: 'CeraBlack';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.woff') format('woff');
}

.touch .MyContainer { background-color:white !important;}

.MyContainer {
  padding: 10px;
  background-color: white;
  font-family: 'CeraBlack';
}
.FoititikoHeader {
  background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/foititiko_spiti2019/images/HeaderBg.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 0 15px;
}
.HeaderTitle {
  font-family: 'CeraBlack';
  font-size: 60px;
  line-height: 60px;
  color: white;
  text-align: center;
  width: 700px;
  margin: 30px auto 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all linear 0.3s;
}
.HeaderTitle img {
  margin: 0 auto 20px auto;
  display: block;
  opacity: 0;
  transform: translateY(-50px);
  transition: all linear 0.3s 0.5s;
}
.HeaderTitle div {
  opacity: 0;
  margin-top: 30px;
  font-size: 26px;
  line-height: 36px;
  color: #0a839b;
  transform: translateY(50px);
  transition: all linear 0.3s 1s;
}
.paper_plane {
  position: absolute;
  right: -250px;
  top: -250px;
  transition: all linear 1s 1s;
}
.CategoriesContainer {
  margin-top: 80px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}
.CategoriesTitle {
  text-align: center;
  position: relative;
  z-index: 20;
  padding-top: 30px;
  margin-bottom: 60px;
  opacity: 0;
  transition: all ease 0.6s 0.5s;
}
.CategoriesTitleHeader {
  color: #0ea4bf;
  font-size: 50px;
  font-weight: 900;
}
.CategoriesSubtitle {
  color: #55595a;
  font-size: 20px;
  font-weight: 300;
}
.animateCategoriesTitle {
  opacity: 1;
}
.CategoriesBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  height: 0;
  background-color: #f0f0f0;
  transition: all ease 1.2s 1.6s;
}
.animateCategoriesBg {
  height: 100%;
}
.CategoriesBigTitle {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 157px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 80px;
  font-family: Roboto;
}
.CategoryAvatar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: all linear 0.15s 3s;
}
.ProductContainer {
  position: relative;
  z-index: 30;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease 0.6s 0.5s;
  width: 80%;
  margin: 0 auto;
}
.animateProductContainer {
  transform: translateY(0);
  opacity: 1;
}
.ProductsWrapper {
  display: block;
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px;
  float: left;
  text-align: center;
}
.ProductsWrapper span:first-child {
  border-radius: 20px;
  background-color: white;
  height: 203px;
  display: block;
  position: relative;
  transition: all ease 0.2s;
  overflow: hidden;
}
.ProductsWrapper span:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  transition: all ease 0.2s;
}
.ProductTitle {
  font-size: 15px;
  line-height: 20px;
  color: #7b7b7b;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
  display: block;
  height: 40px;
}
.ProductsWrapper:hover span:first-child {
  border-radius: 0;
}
.ProductsWrapper:hover span:first-child img {
  transform: scale(1.05) translate(-50%, -50%);
}
.ProductsWrapperDouble {
  width: calc(50% - 20px);
}
.ProductsWrapperDouble span:first-child {
  height: 313px;
}
.ProductsWrapperDouble span:first-child img {
  max-width: 300px;
  width: 100%;
}
.ProductContainerThree {
  width: 80%;
  margin: 0 auto;
}
.ProductContainerThree .ProductsWrapper {
  width: calc(33.3% - 20px);
}
.RoundBannersContainer {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: all linear 0.5s;
}
.RoundBannersContainer img {
  margin: 0 auto;
}
.animateRoundBannersContainer {
  opacity: 1;
  transform: translateY(0);
}
.WarmWrapper {
  height: 367px;
  margin-top: 30px;
  background: #7ea590 url('https://support3.you.gr/you/newsletter/LANDING_PAGE/foititiko_spiti2019/images/Warm.png') right center no-repeat;
}
.WarmDesc {
  width: 50%;
  text-align: center;
  padding: 50px 15px 0 5px;
}
.WarmTitle {
  font-size: 60px;
  color: white;
  font-weight: 900;
}
.WarmSubtitle {
  font-size: 20px;
  line-height: 30px;
  color: white;
  font-weight: 300;
}
.ProductLink {
  background-color: white;
  color: #7ea590;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  border-radius: 8px;
  padding: 8px 25px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .FoititikoHeader {
    background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/foititiko_spiti2019/images/HeaderBg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    overflow: hidden;
    padding: 0 15px;
  }
  .HeaderTitle {
    font-size: 30px;
    line-height: 30px;
    width: 82%;
    margin: 50px auto 0 auto;
  }
  .HeaderTitle img {
    width: 60px;
  }
  .HeaderTitle div {
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .paper_plane {
    width: 100px;
  }
  .ProductContainerThree {
    width: 100%;
  }
  .WarmWrapper {
    height: 667px;
    background: #7ea590 url('https://support3.you.gr/you/newsletter/LANDING_PAGE/foititiko_spiti2019/images/Warm.png') right bottom no-repeat;
    background-size: 100%;
  }
  .WarmDesc {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .FoititikoHeader {
    background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/foititiko_spiti2019/images/HeaderBg768.jpg') center center no-repeat;
    background-size: cover;
    height: 550px;
  }
  .CategoriesContainer {
    margin-top: 50px;
  }
  .CategoriesTitle {
    padding: 30px 60px 0 60px;
  }
  .CategoriesBigTitle {
    font-size: 107px;
    line-height: 50px;
  }
  .ProductsWrapper {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .ProductsWrapperDouble span:first-child {
    height: 200px;
  }
  .ProductsWrapperDouble span:first-child img {
    max-width: 200px;
  }
  .ProductContainerThree .ProductsWrapper {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .CategoriesTitle {
    padding: 30px 20px 0 20px;
  }
  .CategoriesTitleHeader,
  .WarmTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .CategoriesSubtitle,
  .WarmSubtitle {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
  }
  .CategoriesContainer {
    height: auto;
    padding-bottom: 70px;
  }
  .CategoryAvatar {
    width: 150px;
  }
  .CategoryAvatarCooking {
    width: 100px;
  }
  .CategoriesBg {
    width: 95%;
  }
  .CategoriesBigTitle {
    font-size: 50px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  .FoititikoHeader {
    background-color: #f0f0f0;
    position: relative;
    height: 350px;
  }
  .HeaderTitle {
    font-size: 25px;
    line-height: 25px;
    width: 82%;
    margin: 30px auto 0 auto;
  }
  .HeaderTitle img {
    width: 50px;
  }
  .HeaderTitle div {
    font-size: 16px;
    line-height: 20px;
  }
  .ProductsWrapper {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .ProductContainerThree .ProductsWrapper {
    width: 100%;
  }
  .RoundBannersContainer {
    width: 100%;
  }
  .WarmWrapper {
    height: 500px;
  }
}
@media (max-width: 350px) {
  .FoititikoHeader {
    background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/foititiko_spiti2019/images/HeaderBg350.jpg') center center no-repeat;
  }
}