body {
  font-family: -apple-system, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  /*font-size: 100%;*/
  font-size: 14px;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #2a303b;
}

@media (min-width: 992px) {
  .no-left-padding {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .list .item {
    min-height: 647px;
  }
}

a {
  background-color: transparent;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-full, .col-md-left, .col-md-right, .col-xs-left, .col-xs-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-left {
  text-align: left;
}

.col-md-right {
  text-align: right;
}

.col-md-left .feature-text {
  margin-left: 0;
  margin-right: auto;
}

.col-md-right .feature-text {
  margin-left: auto;
  margin-right: 0;
}

.col-xs-left {
  float: left;
  width: 100%;
}

.col-xs-right {
  float: right;
  width: 100%;
}

@media (min-width: 992px) {
  .col-md-full {
    width: 100%;
  }
  
  .col-md-left {
    float: left;
    width: 50%;
  }
  
  .col-md-right {
    float: right;
    width: 50%;
  }
}
@media (max-width: 374px) {
  .col-md-full, .col-md-left, .col-md-right, .col-xs-left, .col-xs-right {
    padding: 0;
  }
}

.center-vertical>[class*=" col-"], .center-vertical>[class^=col-] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.list .item {
  position: relative;
  display: block;
  left: 0;
}

.container:after, .container:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.hidden {
  display: none!important;
  visibility: hidden!important;
}

.container:after, .row:after {
  clear: both;
}

@media (max-width: 680px) {
  .hidden-xs {
    display: none!important;
  }
}

* {
  border-radius: 0!important;
}

.row {
  margin: 0;
}

::-moz-selection {
  background-color: rgba(0, 122, 255, .99);
}

::selection {
  background-color: rgba(0, 122, 255, .99);
}

img::selection {
  background-color: #007AFF;
}

img::-moz-selection {
  background-color: #007AFF;
}

.img-center {
  margin: 0 auto;
  display: block;
  height: auto;
}

.header {
  height: 640px;
  width: 100%;
  padding-top: 65px;
}
@media (max-width: 991px) {
  .header {
    height: 560px;
    min-height: inherit;
  }
}
@media (max-width: 680px) {
  .header {
    height: 320px;
    padding-top: 12px;
  }
}

.header .container {
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .header .container {
    background-image: url(/images/annotable/bg_small.jpg);
    background-size: auto 512px;
    background-position: right;
  }
}
@media (max-width: 680px) {
  .header .container {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .header .container {
    background-image: url(/images/annotable/bg_large.jpg);
    background-size: auto 512px;
    background-position: right;
  }
}

.header .content {
  height: 100%;
}

.header .headline {
  width: 450px;
  padding-top: 68px;
}
@media (max-width: 991px) {
  .header .headline {
    padding-top: 110px;
  }
}
@media (max-width: 680px) {
  .header .headline {
    text-align: center;
    width: auto;
    padding-top: 24px;    
  }
}

.header .title {
  font-size: 30px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .header .title {
    font-size: 24px;
    padding-bottom: 20px;  
  }
}

.header .text {
  font-size: 24px;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media (max-width: 991px) {
  .header .text {
    font-size: 19px;
    line-height: 1.3;
    padding-top: 24px;
  }
}

.header .logo {
  width: 450px;
  height: auto;
}
@media (max-width: 991px) {
  .header .logo {
    padding-top: 2px;
    width: 225px;
    height: auto;
  }
}

.header .app-store-badge {
  width: 244px;
  height: 72px;
}
@media (max-width: 991px) {
  .header .app-store-badge {
    width: 196px;
    height: 58px;
  }
}

.inspiration {
  height: 150px;
  line-height: 150px;
  width: 100%;
  background-color: #4b89e4;
  font-size: 45px;
}
@media (max-width: 991px) {
  .inspiration {
    height: 80px;
    line-height: 80px;
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 374px) {
  .inspiration {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.list {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .list .item {
    min-height: 647px;
  }
}

.list .item img {
  margin-top: 170px;
  margin-bottom: 170px;
  height: 667px;
}
@media (max-width: 1199px) {
  .list .item img {
    height: 560px;
  }
}
@media (max-width: 991px) {
  .list .item img {
    height: 447px;
    margin-top: 16px;
    margin-bottom: 60px;
  }
}

.list .feature-title {
  font-size: 32px;
  padding-top: 360px;
}
@media (max-width: 991px) {
  .list .feature-title {
    font-size: 25px;
    padding-top: 32px;
    padding-bottom: 8px;
    text-align: center;
  }
}
.list .feature-text {
  font-size: 20px;
  width: 450px;
}

@media (max-width: 991px) {
  .list .feature-text {
    margin: auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .list .feature-text {
    width: auto;
  }
}
