/* ----------------------------------------------------------------------------
 * Images
 *-------------------------------------------------------------------------- */

.check-circular-outline {
  background-image: url('../../images/section-10/check-circular-outline.png');
}

.dialog-pink {
  background-image: url('../../images/section-10/dialog-pink.png');
}

.double-arrow-white {
  background-image: url('../../images/section-10/double-arrow-white.png');
}

@media only screen and (min-width: 760px) {
  .section-10-background {
    background-image: url('../../images/section-10/background-landscape.jpg');
  }
}

@media only screen and (max-width: 760px) {
  .section-10-background {
    background-image: url('../../images/section-10/background-portrait.jpg');
  }
}

/* ----------------------------------------------------------------------------
 * Styles 
 *-------------------------------------------------------------------------- */

#free-forever-dialog {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  display: table;
  vertical-align: middle;
}

#free-forever-dialog span {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

#section-10{
  padding: 80px 0;
}

#section-10 .container {
  height: auto;
  position: relative;
}

#section-10 .container h1 {
  font-family: source-han-sans-bold, sans-serif;
  color: #FFFFFF;
  text-align: center;
}

#section-10 .container .segment {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#section-10 .container .segment .mobile-store {
  text-align: center;
}

#section-10 .container .segment .mobile-store a {
  display: inline-block;
}

#double-arrow-white {
  display: inline-block;
  width: 45px;
  height: 30px;
  background-size: cover;
}

@media only screen and (min-width: 1200px) {
  #free-forever-dialog {
    width: 110px;
    height: 110px;
    top: 50px;
    right: 40px;
  }

  #free-forever-dialog span {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 26px;
    padding-left: 4px;
  }

  #section-10 {
    height: 400px;
  }

  #section-10 .container {
    /* padding: 85px 0;
    width: 50%; */
  }

  #section-10 .container h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  #double-arrow-white {
    width: 38px;
    height: 25px;
  }

  #section-10 .container .segment .mobile-store {
    margin-top: 20px;
  }

  #section-10 .container .segment .mobile-store a {
    width: 200px;
    height: 70px;
  }

  #section-10 .container .segment .mobile-store a {
    margin-right: 25px;
    margin-left: 25px;
    /* margin-right: 50px; */
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  #free-forever-dialog {
    width: 110px;
    height: 110px;
    top: 40px;
    right: 65px;
  }

  #free-forever-dialog span {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 26px;
    padding-left: 4px;
  }

  #section-10 {
    /* height: 360px; */
  }

  #section-10 .container {
    /* padding: 80px 0 60px 0; */
    /* width: 60%; */
  }

  #section-10 .container h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #double-arrow-white {
    width: 45px;
    height: 30px;
  }

  #section-10 .container .segment .mobile-store {
    margin-top: 20px;
  }

  #section-10 .container .segment .mobile-store a {
    width: 200px;
    height: 70px;
  }

  #section-10 .container .segment .mobile-store a {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1000px) {
  #free-forever-dialog {
    width: 90px;
    height: 90px;
    top: 0px;
    right: 120px;
  }

  #free-forever-dialog span {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 22px;
    padding-left: 4px;
  }

  #section-10 {
    padding: 40px 0 25px 0;
  }

  #section-10 .container {
    padding: 30px 0;
    width: 80%;
  }

  #section-10 .container h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  #double-arrow-white {
    width: 30px;
    height: 20px;
  }

  #section-10 .container .segment .mobile-store {
    margin-top: 16px;
  }

  #section-10 .container .segment .mobile-store a {
    width: 170px;
    height: 70px;
  }

  #section-10 .container .segment .mobile-store a {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 760px) {
  #free-forever-dialog {
    width: 60px;
    height: 60px;
    top: 15px;
    right: 40px;
  }

  #free-forever-dialog span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    padding-left: 4px;
  }

  #section-10 {
    padding: 20px 0 10px 0;
  }

  #section-10 .container {
    padding: 30px 0;
    width: 100%;
  }

  #section-10 .container h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  #double-arrow-white {
    width: 25px;
    height: 16px;
  }

  #section-10 .container .segment .mobile-store {
    margin-top: 16px;
  }


  #section-10 .container .segment .mobile-store a {
    width: 140px;
    height: 44px;
  }

  #section-10 .container .segment .mobile-store  {
    margin-right: 15px;
    margin-left: 15px;
  }
}


/*
 * vi:et:ts=2:sw=2:cc=80
 */
