/* LAYOUT */

html, body {
  margin: 0;
  padding: 0;
}

#wrapper {
  background-color: #F5F5F5;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

footer {
  height: 100px;
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 18px;
}

a {
  text-decoration: none;
}

p {
  text-align: center;
  margin: 0px 0px;
  padding: 0px 0px;
}

#user-wrapper {
  background-color: #FFFFFF;
}

#user-page {
  overflow: hidden;
  width: 1050px;
  margin: 0px auto;
  padding: 0px 0px 60px 0px;
}

.device-wrapper {
  position: fixed;
  height: 100%;
  width: 645px;
  padding-top: 90px;
  overflow: hidden;
  display: flex;
}

.device-wrapper-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}

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


.clear {
  clear: both;
}

.user-apps {
  position: relative;
  display: inline-block;
  width: 350px;
  margin: 10px 0px 25px 0px;
}

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

.user-app {
  display: block;
  padding: 10px 0px 20px 0px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}

.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: 10px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #555555;
}

.user-app-percent {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
}

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

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

.zero-num {
  margin: 0 5px 0 5px;
  color: #000000;
}
.positive-num {
  margin: 0 5px 0 5px;
  color: green;
}

.negative-num {
  margin: 0 5px 0 5px;
  color: red;
}

/* TOP WELCOME SECTION */

.welcome {
  position: relative;
  height: 540px;
  background: url('../images/hompepage-blur.jpg') no-repeat;
  background-size: cover;
  color: white;
}

.welcome-content {
  position: relative;
  padding-top: 105px;
  margin: 0 auto;
  z-index: 5;
  color: rgba(255,255,255, 1.0);
  width: 960px;
  height: 100%;
}

.welcome-left {
  float: left;
  position: relative;
}

.welcome-right {
  float: left;
  width: 595px;
  position: relative;
  padding-left: 40px;
}


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

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

.welcome-detail {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  text-align: left;
  font-family: 'Lato', sans-serif;
  white-space: nowrap;
}

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

.welcome-cover {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.welcome-app-icon {
  padding-top: 100px;
}

.welcome-content p {
  font-size: 18px;
  line-height: 22px;
}

.welcome-topapps {
  position: absolute;
  z-index: 50;
  top: 20px;
  right: 40px;
  height: 40px;
}

.welcome-topapps a {
  font-size: 18px;
  font-weight: 400;
  color: #FAD334;
  text-transform: uppercase;
  text-decoration: none;
}

.welcome-topapps a:hover {
  color: white;
}

/* FORMS */

form {
  margin-top: 20px;
}

button {
  border-radius: 5px;
  border: 1px solid #999;
  height: 50px;
  width: 150px;
  background: rgba(250,211,52, 0.8);
  font-size: 14px;
  color: white;
  padding: 0px 0px 0px 0px;
}

button:hover {
  background: rgba(0,0,0, 0.8);
  color:rgb(250,211,52);

}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ababab;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ababab;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ababab;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ababab;
}

/* Index */

#index-wrapper {
  background-color: #FFFFFF;
  padding-bottom: 200px;
  overflow: hidden;
  min-height: 100%;
  clear: both;
}

#modal-overlay {
  position: fixed;
  top: 60;
  left: 0;
  z-index: 500;
  min-height: 100%;
  width: 100%;
  clear: both;
  overflow: hidden;
  background: #000000;
  opacity: 0.5;
  cursor: pointer;
}

#missing-content {
  text-align: center;
}

.missing-headline {
  margin: 80px 0px 30px 0px;
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 38px;
  word-spacing: 2px;
  white-space: nowrap;
}

.featured-screens {
  width: 1070px;
  height: auto;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative;
  padding: 0px;
}

.featured-screens h2 {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 600px;
  letter-spacing: 1px;
  color: #404040;
  text-align: left;
  padding: 0px 0px 0px 20px;
  margin: 30px 0px 20px 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;
  margin: 10px 20px 10px 20px;
  width: 225px;
}

.index-iphone-wrapper {
  float: left;
  min-height: 484px;
}

.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 {
  text-align: left;
}

.highlight-text {
  color: #FB2B69;
}

.bold {
  font-weight: bold;
}

#page-header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  padding: 0px;
  z-index: 1100;
}

.header-icon {
  position: relative;
  top: 8px;
  height: 45px;
  width: 45px;
  margin-right: 10px;
}

#page-header h2 {
  position: relative;
  top: -3px;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  font-weight: 600;
  font-size: 32px;
}

a.new-apps-header-link .new-apps-header-link-flame {
  position: relative;
  top: 2;
  width: 16px;
  height: 19px;
  margin-right: 5px;
}

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

.header-link {
  text-align: left;
  position: relative;
  top: -5px;
  margin-left: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}

.header-app-store-link {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  display: inline-block;
  margin-right: 10px;
}

.new-apps-heading {
  width: 200px;
}

.new-apps-heading .new-apps-heading-flame {
  display: inline-block;
  position: relative;
  top: 2;
  background: transparent url('/images/flame-large@2x.png') top left no-repeat;
  background-size: cover;
  width: 31px;
  height: 38px;
  margin-right: 8px;
}

.new-apps-heading:hover .new-apps-heading-flame {
  width: 31px;
  height: 38px;
  position: relative;
  top: 2;
  background-image: url('/images/flame-large@2x.gif');
}

#search-box {
  position: relative;
  top: 15px;
  float: right;
}

#search-text {
  outline: none;
  height: 32px;
  width: 210px;
  border: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background: rgba(255,255,255,0.8);
  color: #565656;
  padding-left: 8px;
}

#search-results {
  position: absolute;
  top: 60;
  width: 100%;
  z-index: 1000;
  background: #FFFFFF;
  padding: 15px 0px 35px 50px;
}

#search-results h2 {
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}

#no-search-results {
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

.search-app-link span {
  position: relative;
  top: -20;
  color: #333333;
  margin-left: 10px;
}

.search-app-link:hover {
  color: #333333;
  text-decoration: underline;
}

.search-app-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
}

.review-user-container {
  padding-left: 15px;
}

h2#review-user-link {
  margin-top: 10px;
  float: right;
  padding-right: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  color: #333;
}

.page-header-container {
  margin: 0 auto;
  padding: 0px 15px 0px 15px;
  max-width: 1050px;
  min-width: 900px;
  height: 60px;
}

.top-apps-header {
  margin: 5px 0px 10px 10px;
  height: 50px;
  display: inline-block;
  position: absolute;
  width: auto;
}

.top-apps-header h2 {
  margin: 10px 0px 0px 0px;
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  word-spacing: 2px;
  white-space: nowrap;
  -webkit-margin-after: 0.0em;
}

#page-header > span {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 460px;
}

#download-icon {
  width: 198px;
  float: left;
  margin-right: 30px;
}

#download img {
  margin-bottom: 15px;
}

.big-icon-text {
  display: block;
  color: #FFFFFF;
  font-size: 24px;
}

#latest-homescreens {
  position: relative;
  margin-top: 10px;
  padding-top: 40px;
  clear: both;
  text-align: center;
}

#latest-homescreens span {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 18px;
}

#latest-homescreens-images {
  text-align: center;
  padding: 0px 0px 20px 0px;
}

#latest-homescreens img {
  display: inline-block;
  margin: 0px 40px 60px 40px;
  zoom: 0.30;
}

#example-users {
  clear: both;
  text-align: left;
  margin-top: 50px;
}

.example-user {
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}

.example-user img {
  float: left;
  clear: left;
  height: 50px;
  width: 50px;
  margin-right: 15px;
}

.blur {
  -webkit-filter: blur(15px);
  filter: blur(20px);
  opacity: 0.4;
}

#user-history-page {
  padding-top: 60px;
  width: 1000px;
  margin: 0 auto;
}

#user-following-page {
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
  color: #404040;
}

.diff-user-name {
  margin: 0px 10px 0px 10px;
}

.history-header {
  font-size: 32px;
}

.history-header-avatar {
  position: relative;
  top: +33;
  margin: 0px 15px 0px 0px;
  height: 66px;
  width: 66px;
  border-radius: 33px;
}

.history-header-info {
  position: relative;
  left: +81;
  color: #333333;
}

.history-screenshots {
  margin-top: 35px;
}

.app-diff {
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 0px 25px 0px;
}

#user-following-page a:link {
  color: #333333;
}

#user-following-page a:visited {
  color: #333333;
}

#user-following-page a:hover {
  color: #333333;
}

#user-following-page a:active {
  color: #333333;
}

.app-diff:last-child {
  margin-bottom: 100px;
}

.app-diff-score {
  text-align: center;
  font-size: 20px;
  padding-top: 16px;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 56px;
  margin-right: 15px;
  border: 1px solid #e6e6e6;
}

.app-diff-icon {
  position: relative;
  top: +24;
  margin-right: 15px;
}

.app-diff-user-avatar {
  height: 30px;
  width: 30px;
}

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

.user-history-screenshot:nth-child(3n+0) {
  margin-right: 0px;
}

.diff-iphone-image-container {
  float: left;
}

.diff-iphone-app-content {
  margin-top: -25px;
  float: right;
  width: 780px;
}

.diff-iphone-image {
  width: 180px;
}

.screenshot-app {
  overflow: hidden;
}

.user-app-price {
  width: 70px;
  height: 20px;
  padding-top: 6px;
  border-radius: 4px;
  font-size: 14px;
}
.top-apps-info {
  position: fixed;
  background: rgba(255,255,255,0.95);
  height: 140px;
  padding-top: 90px;
  color: #262626;
  font-family: 'Lato', sans-serif;
  z-index: 100;
}

.top-apps-spacer {
  height: 20px;
  width: 100%;
}

.iphone-app-info-help {
  width: 360px;
}

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

.top-apps-info h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-align: left;
}

#app-details {
  overflow: hidden;
  width: 800px;
  margin: 0px auto;
  padding: 100px 0px 0px 40px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #333;
  position: relative;
}

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

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

.iphone-app-details-top {
  text-align: center;
  margin-bottom: 60px;
}

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

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

.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: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  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: 15px;
  display: block;
}

.iphone-app-details-title-sub span {
  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-apps h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
  margin-bottom: 40px;
}

.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;
}

.related-users h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 40px;
  margin-left: 6px;
  text-align: left;
}

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

.user-info-column {
  position: relative;
  float: right;
  width: 350px;
  padding: 0px 0px 0px 20px;
}

.user-info {
  position: fixed;
  background: rgba(255,255,255,0.95);
  height: 130px;
  padding-top: 90px;
  color: #262626;
  font-family: 'Lato', sans-serif;
  z-index: 100;
  /*box-shadow: 0 6px 4px -4px #dddddd;*/
  width: 370px;
}

.user-avatar {
  float: left;
  margin-right: 20px;
  width: 145px;
  zoom: .75;
}

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

.user-twitter-icon {
  margin-left: -40px;
}

.user-info-title {
  color: #333333;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
}

.user-info-meta span {
  display: block;
}

.user-info-meta a {
  display: inline-block;
  margin-top: 10px;
}

.user-info-since {
  margin-top: 5px;
}

.app-info-help {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

#app-info img {
  position: relative;
  top: 1;
}

#app-info p {
  background: black;
  color: white;
}

#app-info h2 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  position: absolute;
  top: 5;
  left: 155;
  text-align: left;
}

#app-info h3 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-top: 25px;
}

.app-icon-info {
  border: 1px solid grey;
}

.iphone-app-info-icon-link {
  display: inline-block;
}

.iphone-app-info-icon {
  background-size: 100px;
  height: 100px;
  width: 100px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
}

.iphone-app-info-title {
  width: 285px;
  margin: 0px 0px 0px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: left;
  position: relative;
  top: -22;
}

.iphone-app-info-title-sub {
  margin-top: 3px;
  display: block;
  font-size: 21px;
}

.iphone-app-info-title-sub span {
  display: inline-block;
}

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

.iphone-app-info-description {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 5px;
  height: 161px;
  width: 400px;
  overflow: hidden;
}

.iphone-app-info-description-more {
  padding-left: 5px;
  display: inline-block;
  color: 333;
}

.iphone-app-info-description-more:hover {
  color: 333;
  text-decoration: underline;
}

.iphone-app-info-description-more-placeholder {
  display: inline-block;
  height: 16px;
}

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

.iphone-app-icon-small {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
}

.app-icon-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.post-screenshot-content {
  margin: 60px auto;
  width: 630px;
  padding: 15px 15px 0px 15px;
}

.post-screenshot-content > ol {
  margin-bottom: 40px;
}

.api-content {
  margin: 60px auto;
  width: 630px;
  padding: 15px 15px 0px 15px;
}
