/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; }

body {
  background: #fff; }

nav {
  height: 49px;
  width: 100%;
  border-bottom: 1px solid #aaa;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
  background: #fff; }
  nav .nav img {
    width: 24px; }
  nav .logo img {
    width: 160px; }
  nav .search img {
    width: 24px; }

.topBanner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .topBanner img {
    width: 100%; }

.topInfo {
  display: flex;
  padding: 15px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

.rightInfo {
  margin-left: 15px;
  color: #212121; }
  .rightInfo .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300; }
  .rightInfo .no {
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    font-style: italic; }
  .rightInfo .tags {
    font-weight: 600;
    color: #33691e;
    font-size: 13px;
    margin-top: 10px; }
  .rightInfo .rating {
    display: flex;
    align-items: center;
    margin-top: 10px; }
    .rightInfo .rating p {
      font-size: 13px;
      color: #616161; }
    .rightInfo .rating img {
      height: 10px;
      margin: 0px 2px; }
      .rightInfo .rating img:last-child {
        height: 16px; }
      .rightInfo .rating img:nth-child(5) {
        opacity: 0.3; }

.appIcon img {
  width: 100px; }

.button {
  height: 40px;
  font-weight: 600;
  color: #fff;
  background: #689f38;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  margin: 0px auto;
  max-width: 500px;
  text-decoration: none; }

.screenShots {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 15px auto;
  max-width: 700px; }
  .screenShots img {
    max-height: 220px;
    margin: 0 2px; }
    .screenShots img:first-child {
      margin-left: 10px; }
    .screenShots img:last-child {
      padding-right: 10px; }

.secTitle {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #616161; }

.description {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #333 !important;
  font-weight: 300;
  max-height: 144px;
  overflow: hidden;
  position: relative; }
  .description .descTitle {
    text-decoration: underline; }

.noMax {
  max-height: none; }

.whiteBG {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0; }

.bottomTitle {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 20px;
  margin: 15px auto; }

.seeMore {
  font-size: 14px;
  color: #33691e;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  margin: 30px auto;
  cursor: pointer; }

.hr {
  border-bottom: 1px solid #dadada;
  margin: 50px auto;
  width: 100%; }

.reviews {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px;
  display: flex;
  flex-wrap: wrap; }
  .reviews h1 {
    color: #333;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
    width: 100%; }

.r2-col {
  width: 50%;
  text-align: center; }
  .r2-col .Trating {
    font-size: 64px;
    font-weight: 100;
    line-height: 64px;
    color: #333; }
  .r2-col .rating img {
    width: 16px;
    margin: 0px 3px; }
    .r2-col .rating img:last-child {
      opacity: 0.3; }

.botRait {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #616161;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  font-weight: 300;
  margin-top: 5px; }
  .botRait img {
    width: 16px; }

.bars {
  font-size: 11px;
  color: #737373;
  letter-spacing: 1px;
  font-weight: 400;
  display: flex;
  margin: 5px auto;
  align-items: center; }
  .bars p {
    margin-right: 10px; }
  .bars span {
    height: 20px;
    display: block;
    width: 100%; }
  .bars:nth-child(1) span {
    background: #57bb8a; }
  .bars:nth-child(2) span {
    background: #9ace6a;
    width: 7%; }
  .bars:nth-child(3) span {
    background: #ffcf02;
    width: 4%; }
  .bars:nth-child(4) span {
    background: #ff9f02;
    width: 1%; }
  .bars:nth-child(5) span {
    background: #ff6f31;
    width: 2%; }

.comments {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px; }

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden; }
  .avatar img {
    width: 100%; }

.user {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }

.commInfo {
  width: calc(100% - 50px);
  padding-left: 10px; }
  .commInfo .topInfo {
    padding: 0; }
  .commInfo .comm {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    line-height: 1.4;
    margin-top: 10px; }

.left-col .uName {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px; }
.left-col .stars {
  font-size: 12px;
  color: #aaa; }
  .left-col .stars img {
    width: 10px;
    margin: 0px 1px; }
  .left-col .stars span {
    margin-left: 5px; }

footer {
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 10px; }
  footer .mWidth {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    text-align: center; }
  footer p {
    font-size: 10px;
    font-weight: 300;
    text-align: justify;
    text-align-last: center; }
  footer img {
    height: 20px;
    filter: grayscale(1); }

/*# sourceMappingURL=style.css.map */
