body {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#page {
  width: 100%;
}

#page-header {
  height: 50px;
  border-bottom: 2px solid #6D6D6D;
}

#user-wrapper {
  overflow: hidden;
}

.header-burger {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  padding: 0px;
  font-weight: bold;
}

.header-burger-active {
  background-color: #808080;
  color: #FDCC31;
}

.header-logo {
  width: 138px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.header-icon {
  position: relative;
  top: 15px;
  vertical-align: top;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.header-logo-text {
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0px 0px 0px 5px;
  font-size: 18px;
  line-height: 50px;
}

.header-app-store-link {
  display: none;
}

.header-links {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.header-link {
  display: block;
  height: 60px;
  width: 100%;
  font-size: 20px;
  line-height: 60px;
  font-family: 'Lato', sans-serif;
  background: #808080;
  border-bottom: 2px solid #6D6D6D;
  text-decoration: none;
}

.header-link:link {
  color: #FFFFFF;
}
.header-link:visited {
  color: #FFFFFF;
}
.header-link:hover {
  color: #FFFFFF;
}
.header-link:active {
  color: #FDCC31;
  background-color: #6D6D6D;
}

a.new-apps-header-link .new-apps-header-link-flame {
  width: 62px;
  height: 74px;
  zoom: .23;
  margin-right: 18px;
  position: relative;
  top: +4;
}

a.new-apps-header-link:hover .new-apps-header-link-flame {
  position: relative;
  top: -1;
}

#search-box {
  display: none;
}

.top-apps-info {
  margin: 0px 5px 0px 10px;
}

.top-apps-info > h2 {
  margin: 0px 0px 10px 0px;
}

.top-apps-info-apple-link {
  margin-top: 5px;
}

.user-info {
  padding: 15px 5px 5px 5px;
  font-family: 'Lato', sans-serif;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.user-avatar {
  float: left;
  margin-right: 15px;
}

.userpic {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}

.user-twitter-icon {
  width: 22px;
  height: 22px;
  margin-left: -20px;
}

.user-info p {
  display: none;
}

.user-info-title {
  display: inline-block;
  margin-top: 3px;
}

.user-info-meta {
}

.user-info-meta a {
  font-size: 14px;
}

.user-info-meta span {
  font-size: 12px;
  display: block;
}


.user-info-title span {
  margin-right: .35em;
}

.app-info {
  padding-top: 20px;
}

.iphone-app-icon span {
  overflow: hidden;
  font-size: 10px;
}

.user-apps {
  clear: left; /* from .user-avatar */
  padding: 0px 15px 0px 15px;
}

.screenshot-app {
  display: block;
  clear: left; /* from .small-app-icon */
  padding: 20px 0px 20px 0px;
  border-bottom: 2px solid #e5e5e5;
}

.screenshot-app:last-child {
  border-bottom: 0px;
}

.screenshot-app a {
  text-decoration: none;
}

.small-app-title {
  display: block;
  font-size: 16px;
}

.small-app-percent {
  display: inline-block;
  font-size: 12px;
}

.small-app-icon {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  margin: 2px 10px 0px 0px;
}

.user-app-price {
  width: 70px;
  height: 20px;
  padding-top: 4px;
  border-radius: 4px;
  font-size: 14px;
}

.device {
  position: relative;
  display: block;
  margin: 0 auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;

}

footer {
  display: none;
}

.user-apps-header {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 5px solid;
  margin: 20px 10px 0px 10px;
}

.user-app-left-column {
  width: 70px;
  display: table-cell;
}

.user-app-right-column {
  padding-left: 15px;
  display: table-cell;
  vertical-align: top;
}

.user-app-icon {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 19px;
  margin: 2px 10px 20px 0px;
}

.user-app-title {
  margin-top: 0px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #555555;
  overflow: hidden;
}

.user-app-percent {
  color: #555555;
  margin-top: 3px;
  display: block;
  font-size: 12px;
}

.user-app-description {
  margin-top: 15px;
}

.user-app-description a {
  margin-left: 3px;
}

.history-header {
  margin: 15px 0px 0px 10px;
}

.history-header-title {
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}

.history-header-avatar {
  float: left;
  margin: 0px 15px 0px 0px;
  height: 66px;
  width: 66px;
  border-radius: 33px;
}

.history-header-info {
  font-size: 12px;
  color: #333333;
}

.history-screenshots {
  clear: left;
  margin-top: 30px;
  width: 100%;
}

.history-screenshot-delete {
  float: right;
  color: red;
}

.user-history-screenshot {
  display: block;
  margin: 0 auto 20px auto;
  width: 255px;
}

.history-iphone-image-container {
  overflow: hidden;
  margin: 10px 0px 10px 0px;
}

.welcome {
  margin: 0px;
  border: 0px;
  height: 180px;
  padding: 10px 0px 10px 15px;
  background: url('../images/hompepage-blur.jpg') no-repeat;
  background-size: cover;
  color: white;
}

#welcome-title {
  font-family: 'Lato', sans-serif;
  /*color: #FAD334;*/
  color: #1A1A1A;
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 10px;
}

#welcome-title img {
  position: relative;
  top: 10;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin-right: 13px;
  zoom: .5;
}

#welcome-title span {
  position: relative;
  top: -5;
}

.welcome-content {
  position: relative;
  margin: 0 auto;
  z-index: 5;
  color: rgba(255,255,255, 1.0);
}

.welcome-left {
  float: left;
  position: relative;
  width: 33%;
}

.welcome-left img {
  margin-top: 25px;
  zoom: .3;
}

.welcome-right {
}

.welcome-detail {
  width: 220px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.welcome-appstore {
  padding-top: 15px;
}

.welcome-appstore img {
  zoom: .5;
}

.featured-screens {
  background-color: #FFFFFF;
  padding: 0px;
}

.featured-screens h2 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 600px;
  letter-spacing: 1px;
  color: #404040;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.featured-screens-container {
  margin: 0px auto;
  height: auto;
  position: relative;
  padding-bottom: 50px;
}

.index-iphone-image {
  width: 225;
}

.index-iphone {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
  width: 225px;
}

.index-iphone-wrapper {
  display: block;
  min-height: 484px;
  width: 225px;
  margin: 0 auto;
}

.index-iphone a {
  color: #333;
  font-size: 16px;
  line-height: 16px;
}

.index-iphone a:hover {
  color: #FAD334;
}

.index-iphone-applist {
  padding: 5px 5px 5px 10px;
  text-align: left;
}

.index-iphone-person {
  height: 50px;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

img.index-iphone-person-pic {
  float: left;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.index-iphone-person-details {
  float: left;
  line-height: 40px;
  margin-left: 10px;
  font-size: 16px;
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.index-iphone-person-details p {
  position: relative;
  top: -20px;
  text-align: left;
}

#app-details {
  margin: 0px auto;
  padding: 15px 0px 0px 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #333;
  position: relative;
}

#app-details-wrapper {
  background-color: #F5F5F5;
  min-height: 1650px;
}

#app-details h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-align: left;
  margin-bottom: 20px;
}

.middle-third-background {
  background-color: #F8F8F8;
  position: absolute;
  top: 390;
  left: 0;
  right: 0;
  width: 100%;
  height: 505px;
}

.iphone-app-details-top {
  text-align: left;
  margin-bottom: 10px;
}

.iphone-app-details-top-content {
  display: inline-block;
  height: 110px;
}

.iphone-app-details-icon {
  float: left;
  margin-right: 20px;
  width: 160px;
  height: 160px;
  background-size: contain;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  zoom: .5;
}

.iphone-app-details-description {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0px 0px 15px 5px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.iphone-app-details-title {
  margin-top: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1;
  display: inline-block;
  text-align: left;
}

.iphone-app-details-title-sub {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-top: -40px;
  display: block;
  float: right;
}

.iphone-app-details-title-sub span {
  font-size: 18px;
  display: inline-block;
}

.iphone-app-details-title-sub img {
  display: block;
}

.iphone-app-details-title {
  display: block;
}

.app-details-related {
  text-align: left;
}

.related-apps {
  margin: 25px 0px 45px 0px;
}

.related-app {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  white-space: nowrap;
  cursor: pointer;
}

.related-app img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.related-app span {
  display: inline-block;
  position: relative;
  top: -12;
  margin-left: 5px;
}

.related-users {
  margin-bottom: 20px;
  margin-left: -5px;
}

.app-info {
  min-height: 300px;
  margin: 40px 0px 25px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #333;
}

.app-info-avatar {
  height: 70px;
  width: 70px;
  margin: 5px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

#post-screenshot-wrapper {
  overflow: hidden;
}

.post-screenshot-header {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #EFEFEF;
  font-family: 'Lato', sans-serif;
  color: #5A5A5A;
  text-align: center;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}

.post-screenshot-device-image {
  display: block;
  zoom: .5;
  margin: 0 auto;
}

.post-screenshot-form {
  text-align: center;
  margin: 0px;
}

.post-screenshot-form > input {
  display: block;
  margin: 0 auto;
}

#post-screenshot-user-image {
  position: relative;
  display: inline-block;
  margin: 0 auto -217px auto;
  width: 104px;
  height: 185px;
  top: -217px;
  border: 0px;
  background-size: 104px 185px;
  background-repeat: no-repeat;
}

#post-screenshot-select-button {
  font-family: 'Lato', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px auto 1px auto;
  height: 40px;
  line-height: 40px;
  width: 90%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #6D6D6D;
  color: #FAD334;
}

#post-screenshot-select-button:active {
  color: #6D6D6D;
  background: #FAD334;
}

.top-sandwich-button {
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
}

.bottom-sandwich-button {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
}

.full-sandwich-button {
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
}

#post-screenshot-submit-button {
  visibility: hidden;
  font-family: 'Lato', sans-serif;
  position: relative;
  display: block;
  margin: 0px auto;
  height: 40px;
  line-height: 40px;
  width: 90%;
  text-align: center;
  font-size: 16px;
  background-color: #6D6D6D !important;
  color: #FAD334;
  font-weight: 600;
  -webkit-appearance: none;
  border: 0px;
}

#post-screenshot-submit-button:active {
  color: #6D6D6D;
  background: #FAD334 !important;
}

.post-screenshot-file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

#api-wrapper {
  overflow: hidden;
}

.api-content {
  position: relative;
  margin: 0 auto;
  padding: 5px;
}

.api-route {
  font-size: 12px;
}
