
.MyLPs {
  color: #363535;
  background-color: white;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.space80 {
  height: 80px;
}
.f18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.f30_light {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.f30_bold {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f36 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.TopBanner {
  background: #2e2c42 url('//support3.you.gr/you/redesign/landing_pages/2020_Menoume_Asfaleis/images/TopBanner_bg.jpg') center bottom no-repeat;
  padding-top: 10px;
}
.TopBanner img {
  margin: 0 auto;
}
.ClickCollect{
	font-size:100px;
	font-weight:300;
	line-height:100px;
}
.WarningBox {
  position: absolute;
  right: 10px;
  top: 20px;
  background-color: #4960f2;
  padding: 20px 15px;
  color: white;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
}
.WarningBox img {
  margin: 0 auto 7px auto;
}
.my-divider {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: black;
  opacity: 0.8;
}
.greenCircle {
  background-color: #04979b;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: 70%;
  top: -50px;
}
.BottomBanner {
  background: #ffd157 url('//support3.you.gr/you/redesign/landing_pages/2020_Menoume_Asfaleis/images/bottomBanner_bg.jpg') center top no-repeat;
  background-size: 100%;
  padding: 200px 0 50px 0;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .my-divider {
    height: 1px;
    width: 100%;
    margin: 20px auto 40px auto;
  }
}
@media (max-width: 768px) {
  .f50 {
    font-size: 40px;
    line-height: 45px;
  }
  .f36 {
    font-size: 25px;
    line-height: 30px;
  }
      .TopBanner{
        padding-bottom:100px;
    }
    .menoume_asfaleis_logo {
        max-width: 200px !important;
        margin-bottom:20px!important;
    }
    .ClickCollect {
        font-size: 50px;
        line-height: 50px;
    }

}
@media (max-width: 576px) {
  .f30_light,
  .f30_bold {
    font-size: 20px;
    line-height: 25px;
  }
  .greenCircle {
    height: 70px;
    width: 70px;
  }
}