// style reset for angular
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

body {
  .font-hei;
  overflow-y: scroll;
  overflow-x: hidden;
}

.font-hei {font-family: ~'"Helvetica Neue", Helvetica, "Nimbus Sans L", "Liberation Sans", "Hiragino Sans GB", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif';}
.font-kai {font-family: ~'Baskerville, Georgia, "Liberation Serif", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, TW\-Kai, serif';}
.font-song {font-family: ~'Georgia, "Nimbus Roman No9 L", "Songti SC", STSong, "AR PL SungtiL GB", NSimSun, SimSun, TW\-Sung, "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", serif';}
.font-fang-song {font-family: ~'Baskerville, "Times New Roman", "Liberation Serif", STFangsong, FangSong, FangSong_GB2312, CWTEX\-F, serif';}
.font-ming {font-family: ~'Georgia, "Nimbus Roman No9 L", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif';}

[ng-glock] {
  display: none;
}

h1, h2, h3 {
  .font-hei;
}

.container {
  width: 970px !important;
}

.navbar {
  margin-bottom: 0px;
  background-color: white;

  .weibo-button {
    width: 120px;
    margin: 13px auto 0 auto;
  }

  .pay {
    margin-right: 10px;
  }
}

.page-alert {
  margin: 0 -5px 0 -5px;
}

html, body, .wrapper {
  height: 100%
}
body>.wrapper {
  height: auto;
  min-height: 100%;
}
.push-for-footer {
  height: 60px;
}
.footer {
  clear: both;
  position: relative;
  background: #eee;
  text-align: center;
  color: #888;
  font-size: 13px;
  height: 60px;
  margin-top: -60px;
  line-height: 60px;
}

.call-to-action {
  p.text-center {
    font-size: 18px;
    color: #888;
    letter-spacing: 3px;
  }
  i.glyphicon {
    margin-right: -20px;
  }
  .btn {
    width: 250px;
    font-size: 14px;
    padding: 15px;
    position: relative;
    margin: 20px;
    border-radius: 50px;
    letter-spacing: 0.15em;

    small {
      display: block;
      position: absolute;
      width: 210px;
      font-size: 12px;
      color: #888;
      top: 60px;
      letter-spacing: 0.05em;
    }
  }
}