.MenuHome {
  background-color: #0829ef;
}
.RespoMenuHome {
  color: #0991ff !important;
  font-weight: bold;
}
#Row {
  width: 100%;
}
/************************* Box1 *************************/
.Box1 {
  position: relative;
  float: left;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px 15px;
}
.Box1Image {
  width: 100%;
  border: 1px solid #ccc;
}
.Box1About {
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
}
.Box1Title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  margin: 0 0 15px 0;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DetailsCon {
  width: 50%;
  float: left;
  padding: 0 8px 0 0;
}
.Box1Date {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #7d7d7d;
  padding: 0 0 0 22px;
  margin: 0 0 8px 0;
  background-image: url(../img/icons/calender.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0px center;
  cursor: default;
}
.Box1Duration {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #7d7d7d;
  padding: 0 0 0 22px;
  margin: 0 0 8px 0;
  background-image: url(../img/icons/time.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0px center;
  cursor: default;
}
.Box1Temperature {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #7d7d7d;
  padding: 0 0 0 22px;
  background-image: url(../img/icons/weather.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0px center;
  cursor: default;
}
.PricesCon {
  width: 50%;
  float: right;
  padding: 0 0 0 8px;
  text-align: right;
}
.Box1OldPrice {
  display: block;
  font-size: 17px;
  color: #ccc;
  margin: 0 0 15px 0;
  padding: 0 8px;
  text-decoration: line-through;
}
.Box1NewPrice {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  background: #09821e;
}
/************************* Box2 *************************/
.Box2 {
  position: relative;
  float: left;
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
}
.Box2Image {
  width: 100%;
  border: 1px solid #f3f1f1;
}
.Box2About {
  width: 100%;
  border: 1px solid #f3f1f1;
  border-top: none;
  padding: 15px 0;
}
.Box2Title {
  display: block;
  color: #3e3e3e;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0 10px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Box2Local {
  display: block;
  color: #05188c;
  font-size: 12px;
  padding: 0 25px 6px 25px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #f3f1f1;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../img/icons/local.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 10px 0px;
  cursor: default;
}
.Box2Date {
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #7d7d7d;
  padding: 0 0 0 28px;
  margin: 0 0 8px 0;
  background-image: url(../img/icons/calender.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: default;
}
.Box2Duration {
  display: block;
  height: 20px;
  line-height: 20px;
  float: right;
  color: #7d7d7d;
  font-size: 13px;
  padding: 0 10px 0 18px;
  margin: 0 0 8px 0;
  background-image: url(../img/icons/time.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 0px center;
  cursor: default;
}
.Box2Temperature {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #7d7d7d;
  background: #ffffffcf;
  border-radius: 2px;
  padding: 4px 4px 4px 24px;
  font-size: 13px;
  background-image: url(../img/icons/weather.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 4px center;
  cursor: default;
}
.Box2PricesDetails {
  float: left;
  width: calc(100% - 110px);
  padding: 0 10px 0 0;
}
.Box2OldPrice {
  display: inline-block;
  padding: 0 8px 0 10px;
  font-size: 12px;
  color: #ccc;
  text-decoration: line-through;
}
.Box2NewPrice {
  display: inline-block;
  padding: 5px 8px 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #09821e;
}
.ViewDetailsButt {
  display: block;
  float: right;
  padding: 8px 10px;
  margin: 0 10px 0 0;
  background: #8b8b8b;
  color: #fff;
  border-radius: 2px;
}
.ViewDetailsButt:hover {
  background: #09821e;
}
/************************* Box3 *************************/
.BoxsCon {
  width: 100%;
}
.BoxsMin {
  width: 1200px;
  padding: 35px 0;
  margin: 40px auto 0 auto;
  position: relative;
  border-top: 2px solid #0829ef;
}
.BoxsTitle {
  position: absolute;
  top: -12px;
  left: 60px;
  font-size: 120%;
  font-weight: bold;
  height: 20px;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border-right: 2px solid #0829ef;
  border-left: 2px solid #0829ef;
  color: #0829ef;
  cursor: default;
}
.BottomSeeMore {
  display: table;
  margin: 0 auto;
  background: #009dc2;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
}

/*****************Incentive******************/
.IncentiveCon {
  width: 100%;
  background: url(../img/sun-set.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.IncentiveMin {
  width: 1200px;
  margin: auto;
  padding: 80px 100px;
  text-align: center;
  color: #fff;
}
.IncentiveTitle {
  display: block;
  font-size: 270%;
  font-weight: bold;
  margin: 0 0 50px 0;
  text-shadow: 2px 3px #0000006e;
}
.IncentiveText {
  display: block;
  font-size: 19px;
  line-height: 35px;
  margin: 0 0 50px 0;
}
.IncentiveLink {
  background: #0829ef;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
}
.IncentiveLink:hover {
  background: #000c52;
}
/*****************Device Resolution******************/
@media screen and (max-width:1200px){
  .BoxsMin {
    width: 100%;
  }
  .IncentiveMin {
    width: 100%;
  }
  .Box1 {
    width: calc(50% - 30px);
  }
  .Box2 {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width :860px){
  .Box2 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width :700px){
  .Box1 {
    width: calc(100% - 30px);
  }
  .Box2 {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width :590px){
  .IncentiveMin {
    padding: 40px 50px;
  }
  .IncentiveTitle {
    font-size: 110%;
  }
}
@media screen and (max-width :480px){
  .IncentiveMin {
    padding: 40px 20px;
  }
  .IncentiveTitle {
    font-size: 110%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width :400px){
  .DetailsCon {
    font-size: 13px;
  }
  .Box1Date, .Box1Duration, .Box1Temperature {
    background-size: 13px;
  }
  .Box1OldPrice {
    margin: 0 0 10px 0;
  }
  .Box1NewPrice {
    font-size: 18px;
    padding: 5px 13px;
  }
  .BoxsTitle {
    left: 40px;
    right: 40px;
    text-align: center;
    font-size: 100%;
  }
}