﻿@font-face {
  font-family: 'CeraMedium';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Medium.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Medium.woff') format('woff');
}
@font-face {
  font-family: 'PFEtnica-Regular';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/PFEtnica-Regular.otf') format('opentype');
}
.touch .MyContainer { background-color:white !important;} 
.touch .MyContainer{
	background-color:white!important;
}
.MyContainer {
  padding: 10px;
  background-color: white;
  font-family: 'CeraMedium';
}
.FoititikoHeader {
  background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/student_lifestyle/images/HeaderBg.jpg') center center no-repeat;
  position: relative;
  height: 463px;
  overflow: hidden;
  text-align: center;
}
.FoititikoHeader img {
  max-width: 918px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.FoititikoHeader img:last-of-type {
  display: none;
}
.TopCategories {
  margin-top: -30px;
  position: relative;
}
.TopCategories div {
  width: 25%;
  float: left;
  text-align: center;
}
.TopCategories div a {
  padding: 18px 25px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
  transition: all linear 0.1s;
}
.TopCategories div a:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.CategoriesWrapper {
  padding: 80px 15px;
}
.Office {
  background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/student_lifestyle/images/OfficeBg.jpg') center center no-repeat;
  background-size: cover;
}
.CategoryTitle {
  text-align: center;
  color: White;
  margin-bottom: 100px;
}
.CategoryTitle span:first-child {
  font-family: 'PFEtnica-Regular';
  font-size: 60px;
  line-height: 60px;
  display: block;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.67);
  text-transform: uppercase;
}
.CategoryTitle span:last-child {
  font-size: 24px;
  line-height: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.67);
  display: block;
  margin-top: 20px;
}
.ProductContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.ProductContainer a {
  width: calc(25% - 40px);
  margin: 20px;
  background-color: white;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 20px 10px;
  float: left;
  color: black;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.33);
  transition: all linear 0.1s;
}
.ProductContainer a img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 10px auto;
  display: block;
  transition: all linear 0.1s;
}
.ProductContainer a:hover {
  color: #5172dd;
  border-radius: 0;
}
.ProductContainer a:hover img {
  transform: scale(1.05);
}
.BeSmart .CategoryTitle, .BeEco .CategoryTitle{
	margin-bottom:0;
}
.BeSmart .ProductContainer a,
.BeEco .ProductContainer a {
  width: calc(33.3% - 40px);
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.BeSmart .ProductContainer a img,
.BeEco .ProductContainer a img {
  max-width: 355px;
}
.Home {
  background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/student_lifestyle/images/HomeBg.jpg') center center no-repeat;
  background-size: cover;
}
.Home .ProductContainer a {
  width: calc(33.3% - 40px);
}
.Home .ProductContainer a:hover {
  color: #45ac9f;
}
.BeEco .CategoryTitle span:first-child {
  text-shadow: -2px 1px 0px #8bc46c;
  font-size: 90px;
  line-height: 90px;
  position: relative;
  display: inline-block;
}
.BeEco .CategoryTitle span:first-child img {
  position: absolute;
  right: -40px;
  top: -38px;
}
.BeEco .CategoryTitle span:last-child {
  text-shadow: none;
}
@media (max-width: 991px) {
  .TopCategories div a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .FoititikoHeader {
	background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/student_lifestyle/images/HeaderBg768.png') center center no-repeat;
    height: 330px;
  }
  .TopCategories div {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .TopCategories div a {
    display: block;
  }
  .ProductContainer a {
    width: calc(33.3% - 40px);
    font-size: 15px;
    line-height: 15px;
  }
  .BeSmart .ProductContainer a,
  .BeEco .ProductContainer a {
    width: calc(50% - 40px);
  }
}
@media (max-width: 500px) {
  .TopCategories div a {
    height: 66px;
  }
  .ProductContainer a {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .Home .ProductContainer a {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .CategoryTitle span:first-child {
    font-size: 40px;
    line-height: 40px;
  }
  .CategoryTitle span:last-child {
    font-size: 20px;
    line-height: 25px;
  }
  .BeSmart .ProductContainer a,
  .BeEco .ProductContainer a {
    width: 100%;
    margin: 0;
  }
  .BeEco .CategoryTitle span:first-child {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 350px) {
  .FoititikoHeader img:first-of-type {
    display: none;
  }
  .FoititikoHeader img:last-of-type {
    display: block;
  }
}