﻿body {
  
  font-family: 'Open Sans', sans-serif;
}
.MyContainer {
  background-color: white;
  padding: 0;
}
h1 {
  color: white;
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
h2 {
  font-weight: 800;
  color: white;
  font-size: 28px;
  margin-top: 5px;
  text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.8);
}
.TopTitleWrapper {
  text-align: center;
  width: 770px;
  margin: 0 auto;
}
.TopTitle {
  color: #362f52;
  font-size: 64px;
  font-weight: 800;
  line-height: 70px;
  transform: skew(-1deg, -7deg);
  float: left;
  margin-top: 100px;
}
.TopTitleBall {
  float: left;
  margin-left: -60px;
}
.LivingRoomWrapper {
  background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/livingroom.jpg') center center no-repeat;
  background-size: cover;
  height: 520px;
  text-align: center;
  padding: 20px 15px;
}
.LivingRoomWrapper p {
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
}
.LivingRoomWrapper p,
.LivingRoomWrapper b {
  color: white;
}
.LivingRoomWrapper b {
  font-size: 25px;
  line-height: 30px;
}
.BBQLeft {
  height: 400px;
  width: calc(25% - 30px);
  text-align: center;
  padding-top: 30px;
  position: relative;
  float: left;
  margin-left: 15px;
}
.BBQRight {
  height: 400px;
  width: 50%;
  text-align: center;
  padding-top: 30px;
  position: relative;
  float: left;
  margin-left: 15px;
}
.ElectricalBBQ {
  background-image: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/ElectricalBBQproduct.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/ElectricalBBQBg.jpg');
  background-position: center 60%, -10px top;
  background-repeat: no-repeat, repeat;
}
.LinkButton {
  background-color: white;
  padding: 10px 30px;
  border-radius: 8px;
  color: black;
  font-size: 15px;
  font-weight: 800;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all linear 0.1s;
}
.LinkButton:hover {
  background-color: #710000;
  color: white;
}
.GasBBQ {
  background-image: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/GasBBQproduct.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/GasBBQBg.jpg');
  background-position: center 60%, -10px top;
  background-repeat: no-repeat, repeat;
}
.CoalBBQ {
  background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/CoalBBQBg.jpg') center center no-repeat;
  background-size: cover;
}
.CoalBBQ .LinkButton {
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.43);
}
.CoalBBQDesc {
  position: absolute;
  right: 30px;
  bottom: 80px;
}
.SnacksTitle {
  color: #fa9ed8;
  font-weight: 800;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  margin: 40px auto;
  position: relative;
  display: inline-block;
}
.SnacksTitle::before {
  content: url(http://support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/SweetsIcon1.png);
  position: absolute;
  top: 30px;
  left: -100px;
}
.SnacksTitle::after {
  content: url(http://support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/SweetsIcon2.png);
  position: absolute;
  top: 0;
  right: -120px;
}
.HalfContainer {
  float: left;
  height: 400px;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.HalfContainer .LinkButton {
  position: relative;
  bottom: auto;
  right: auto;
  display: inline-block;
  font-size: 22px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.43);
}
.HalfContainer .SnacksProductWrapper {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.HalfContainerLeft {
  width: calc(50% - 30px);
}
.HalfContainerRight {
  width: calc(50% - 15px);
}
.SnacksProductTitle {
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  color: #232323;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.PopCorn {
  background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/PopCorn.jpg') center center no-repeat;
  background-size: cover;
}
.Waffles {
  background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Waffles.jpg') center center no-repeat;
  background-size: cover;
}
.Hotdog {
  background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/pizza_banner.jpg') center center no-repeat;
  background-size: cover;
}
.Hotdog .SnacksProductWrapper {
  top: unset;
  transform: none;
  left: 30px;
  bottom: 30px;
}
.IceCream {
  background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/IceCream.jpg') center center no-repeat;
  background-size: cover;
}
.IceCream .SnacksProductWrapper {
  top: unset;
  transform: none;
  left: unset;
  right: 40px;
  bottom: 30px;
}
.IceCream .SnacksProductTitle {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.51);
}
.CoolSystems {
  height: 600px;
}
.CoolSystems .SnacksProductWrapper {
  top: unset;
  transform: translateX(-50%);
  left: 50%;
  bottom: 70px;
}
.CoolSystems .SnacksProductTitle {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.51);
}
.AirCondition {
  background-image: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Ac.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/AirConditionBg.jpg');
  background-position: center 100px, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}
.Fan {
  background-image: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Fan.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Fan.jpg');
  background-position: center 50px, center center;
  background-repeat: no-repeat;
  background-size: auto,cover;
}
.WarmUpTitle {
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  font-style: italic;
  color: #06005b;
  text-transform: uppercase;
  text-align: center;
  margin: 10px auto;
  position: relative;
  z-index: 10;
}
.FIFAWrapper {
  height: 444px;
  background-image: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/paint.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Flag.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/CR.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/FifaBg.jpg');
  background-position: 26% top,20px top,right center, center center;
  background-repeat: no-repeat;
  background-size: auto,auto,auto, cover;
  margin-top: -30px;
  position: relative;
  margin-bottom: 15px;
}
.FIFAWrapper .LinkButton {
  right: 40px;
  bottom: 40px;
  font-size: 25px;
  background-color: #aa3636 !important;
  color: white !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.73);
}
.FIFAWrapper .LinkButton:hover {
  background-color: white !important;
  color: black !important;
}
.FifaPrice {
  position: absolute;
  top: 120px;
  left: 24%;
  text-align: center;
}
.FifaPrice p {
  font-size: 14px;
  line-height: 20px;
  color: white;
}
.TimeToPlayWrapper {
  background: #cacaca;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cacaca 0%, #cacaca 36%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cacaca 0%, #cacaca 36%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cacaca 0%, #cacaca 36%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  position: relative;
}
.TimeToPlayWrapper .LinkButton {
  font-size: 25px;
  right: 140px;
}
@media (max-width: 1200px) {
  .FIFAWrapper {
    height: 444px;
    background-image: none, url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Flag.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/CR.png'), url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/FifaBg.jpg');
    background-position: unset,20px top,right center, center center;
    background-repeat: no-repeat;
    background-size: auto,auto,auto, cover;
  }
}
@media (max-width: 1000px) {
  .BBQLeft {
    width: calc(33.3% - 30px);
    float: left;
  }
  .BBQRight {
    width: 33.3%;
    float: left;
  }
  .AirCondition {
    background-size: 400px, cover;
  }
  .Fan {
    background-size: 450px,cover;
  }
}
@media (max-width: 991px) {
  .FIFAWrapper {
    height: 444px;
    background-image: none, url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/Flag.png'), none, url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/FifaBg.jpg');
    background-position: unset,20px top,unset, center center;
    background-repeat: no-repeat;
    background-size: auto,auto,auto, cover;
    margin-top: 0;
  }
  .FIFAWrapper .LinkButton {
    right: 40px;
    bottom: 30px;
  }
  .WarmUpTitle {
    margin: 20px auto 30px auto;
  }
  .WarmUpTitle img {
    width: 80px;
  }
  .FifaPrice {
    top: 50%;
    left: unset;
    transform: translateY(-50%);
    right: 30px;
  }
}
@media (max-width: 768px) {
  .TopTitleWrapper {
    width: auto;
  }
  .TopTitle {
    font-size: 64px;
    line-height: 70px;
    float: none;
    margin-top: 50px;
  }
  .TopTitleBall {
    float: none;
    width: 100%;
    max-width: 393px;
  }
  .BBQLeft {
    width: calc(50% - 30px);
    float: left;
  }
  .ElectricalBBQ {
    width: calc(50% - 15px);
  }
  .BBQRight {
    width: calc(100% - 30px);
    float: none;
    clear: both;
    margin-top: 15px;
  }
  .CoalBBQ {
    background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/CoalBBQBg.jpg') center center no-repeat;
    background-size: cover;
  }
  .HalfContainer {
    height: 300px;
  }
  .IceCream .SnacksProductWrapper {
    right: 10px;
    bottom: 30px;
  }
  .IceCream .SnacksProductTitle {
    font-size: 25px;
    line-height: 30px;
  }
  .CoolSystems {
    height: 600px;
  }
  .CoolSystems .SnacksProductTitle {
    font-size: 28px;
    line-height: 35px;
  }
  .AirCondition {
    background-size: 300px, cover;
  }
  .Fan {
    background-size: 350px,cover;
  }
}
@media (max-width: 500px) {
  .LivingRoomWrapper {
    background: #2f2a30 url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/livingroom.jpg') center bottom no-repeat;
    background-size: unset;
    height: 700px;
    text-align: center;
    padding: 20px 15px;
  }
  .BBQLeft {
    width: calc(100% - 30px) !important;
    float: none;
    clear: both;
  }
  .ElectricalBBQ {
    width: calc(100% - 15px);
    margin-bottom: 15px;
  }
  .BBQRight {
    width: calc(100% - 30px);
    float: none;
    clear: both;
    margin-top: 15px;
  }
  .CoalBBQ {
    background: url('//support3.you.gr/you/newsletter/LANDING_PAGE/lp_mundial_living1/CoalBBQBg.jpg') center center no-repeat;
    background-size: cover;
  }
  .SnacksTitle {
    font-size: 40px;
    line-height: 45px;
  }
  .SnacksTitle span {
    font-size: 30px !important;
  }
  .SnacksTitle::before,
  .SnacksTitle::after {
    display: none;
  }
  .HalfContainer .SnacksProductWrapper {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .HalfContainerLeft,
  .HalfContainerRight {
    width: calc(100% - 30px);
    float: none;
    clear: both;
  }
  .Hotdog .SnacksProductWrapper,
  .IceCream .SnacksProductWrapper {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .CoolSystems {
    height: 500px;
  }
  .CoolSystems .SnacksProductWrapper {
    top: unset;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .AirCondition {
    background-size: 250px, cover;
  }
  .Fan {
    background-size: 300px,cover;
  }
  .FIFAWrapper {
    height: 680px;
  }
  .FIFAWrapper .LinkButton {
    right: 15px;
  }
  .WarmUpTitle img {
    width: 60px;
  }
  .FifaPrice {
    top: unset;
    left: unset;
    bottom: 80px;
    transform: none;
    right: 30px;
  }
  .TimeToPlayWrapper .LinkButton {
    font-size: 18px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 450px) {
  .TopTitle {
    font-size: 44px;
    line-height: 40px;
    float: none;
    margin-top: 50px;
  }
  .FifaPrice {
    right: 0;
  }
}