@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
@charset "utf-8";

/* CSS Document */

body,
html {
  width: 100%;
  height: 100%;
}


/*setup*/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}


/*HEADER*/

.heads {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/bg-01.jpg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 60px;
  padding-top: 30px;
}

.heads h1 {
  font-family: 'Noto Sans', sans-serif;
  color: #49D2DF;
  text-shadow: 1px 1px 1px #212121;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}

.heads h2 {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  text-shadow: 1px 0px 1px #212121;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.sizer {
  width: 640px;
  height: 320px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 75px;
}

.top-p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.top-p a {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 400;
}

.top-p a:hover {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 700;
}

.btn-warning {
  border-color: #f1c40f;
  border-radius: 10px;
  background: #F7CA18;
  box-shadow: 2px 2px 3px 0px rgba(34, 34, 34, 0.8);
}

.btn-warning:hover {
  border-color: #f1c40f;
  border-radius: 10px;
  background: #f1c40f;
  box-shadow: 2px 2px 3px 0px rgba(34, 34, 34, 0.8);
}

.btn-huge {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
}


/*CONTENT ONE*/
.content-one {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bgtxt.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 50px;
  padding-bottom: 50px;
}

.para-one {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}


/*CONTENT ONE*/
.content-one {
  padding-top: 50px;
  padding-bottom: 50px;
}

.para-one {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}


/*CONTENT TWO*/
.content-two {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}

.para-two {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.para-two h1 {
  font-family: 'Noto Sans', sans-serif;
  /*  color: #f09819;*/
  color: #9e24e5;
  text-shadow: 1px 1px 1px #212121;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}


/*CONTENT FOUR*/
.content-four {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 50px;
}

.para-four {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.para-four p {
  text-align: left;
}

.para-four h3 {
  text-align: left;
}

.para-four h2 {
  text-align: left;
}

.rounded {
  background-color: #434343 !important;
  border-radius: 50px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}


/*CONTENT FIVE*/
.content-five {
  background: -webkit-linear-gradient(#49D2DF 0%, #7aeaf4 47%, #49D2DF 100%);
  background: -o-linear-gradient(#49D2DF 0%, #7aeaf4 47%, #49D2DF 100%);
  background: linear-gradient(#49D2DF 0%, #7aeaf4 47%, #49D2DF 100%);
  text-align: center;
  color: #212121;
  padding-top: 20px;
  padding-bottom: 30px;
}

.content-five h2 {
  font-size: 38px;
}


/*CONTENT six*/
.content-six {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 10px;
}

.item-six {
  background: url(../img/arrow-green-big.png) 5px 6px no-repeat;
  padding-left: 50px;
}

.para-six {
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.letter-six {
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 1.6em;
  padding-top: 25px;
}


/*CONTENT SEVEN*/
.content-seven {
  background: -webkit-linear-gradient(#49D2DF 0%, #7aeaf4 47%, #49D2DF 100%);
  background: -o-linear-gradient(#49D2DF 0%, #7aeaf4 47%, #49D2DF 100%);
  background: linear-gradient(#49D2DF 0%, #7aeaf4 47%, #49D2DF 100%);
  text-align: center;
  color: #212121;
  padding-top: 20px;
  padding-bottom: 30px;
}

.content-seven h2 {
  font-size: 38px;
}


/*CONTENT EIGHT*/
.content-eight {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 10px;
}

.item-eight {
  background: url(../img/arrow-green-big.png) 5px 6px no-repeat;
  padding-left: 50px;
}

.para-eight {
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.letter-eight {
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 1.6em;
  padding-top: 25px;
}


/*CONTENT NINE*/
.content-nine {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 20px;
}

.content-nine h2 {
  text-align: center;
}

hr.hrme {
  border: 0;
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 1px;
  width: 80%;
}

.well {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.well h1 {
  font-family: 'Noto Sans', sans-serif;
  color: #8c2424;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.well h2 {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  color: #181818;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}

.well p {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.para-nine {
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 25px;
}


/*CONTENT TEN*/
.content-ten {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 60px;
}

.para-ten {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.para-ten-btm {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.para-ten-buy {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.para-ten-buy h1 {
  color: #C7141B;
  font-size: 48px;
}

.para-ten-buy h2 {
  color: #C7141B;
}

.para-ten-sincerely {
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #181818;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 50px;
}

.guarantee {
  background-color: #fff !important;
  border: 5px dashed red;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding: 25px 50px;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

/*CONTENT eleven*/
.content-eleven {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url(../img/bg-05.jpg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 50px;
}

.para-eleven {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}



/*MOBILE RESPONSIVE*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .heads h1 {
    font-size: 32px
  }

  .heads h2 {
    font-size: 24px;
  }

  .content-header {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 3px solid #333333;
  }

  .content-letter {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 3px solid #333333;
  }

  .content-product {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .para-product h1 {
    font-size: 32px;
  }

  .para-product h2 {
    font-size: 24px;
  }

  .content-benefits-bottom {
    border-bottom: 3px solid #333333;
  }

  .well h1 {
    font-size: 32px;
  }

  .para-two h1 {
    font-size: 36px;
  }

  .content-five h2 {
    font-size: 32px;
  }

  .content-seven h2 {
    font-size: 32px;
  }

  .para-ten-buy h1 {
    color: #C7141B;
    font-size: 38px;
  }

  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media (max-device-width:767px) {
  .top-p a {
    display: block;
    height: auto;
    white-space: normal;
  }

  .sizer {
    width: auto;
    height: auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .sizer {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }
}