@import 'common.css';

html, body, h4 {
  color: #e7e6e1;
}

h4 .icon {
  height: 20px;
  margin: 0 11px;
  position: relative;
  top: 3px;
  opacity: 0.8;
}

.content {
  width: 85%;
  padding: 1em 0;
  color: #fff /*rgb(231, 230, 225)*/;
}
.footer {
  width: 100%;
  text-align: center;
  margin-top: 15em;
  font-size: 0.875em;
  margin-bottom: 1em;
}
.button {
  display: inline-block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  width: auto;
  white-space: nowrap;
  height: 2em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 0.9em;
  cursor: pointer;
  border: 0;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  vertical-align: top;
  background: #c9c8c4;
  color: #51504f;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
.button:hover {
  color: #3a3a3a;
  background: #a5a4a2;
}
.bold {
  font-weight: bold;
}
body {
  /*max-width: 1024px;*/
  margin: auto;
  background: #333230;
  background-image: url(/resources/img/blur.png);
  background-attachment: fixed;
  background-size: 100% 100%;
  font-weight: lighter;
}
.screenshots {
  clear: both;
  width: 100%;
  white-space: nowrap;
  overflow-y: auto;
  /*height: 510px;*/
  background: rgba(217, 220, 224, 0.2);
  border: solid 1px #6e6c69;
}
.screenshots .img-size {
  display: inline;
  height: 400px;
  padding-bottom: 50px;
  margin-right: 40px;
  /*border: solid 1px red;*/
}
.screenshots .img-size.small {
  height: 200px;
  padding-bottom: 150px;
}
.screenshots .img-size.large {
  height: 450px;
}
.scroll-icon {
  text-align: center;
  position: relative;
  bottom: 40px;
  left: 0;
  right: 0;
  height: 20px;
}
.scroll-icon .icon {
  height: 20px;
}
.screenshots-title {
  text-align: center;
  clear: both;
  padding-top: 100px;
}
.screenshot-wrapper {
  /*background: @color-dark;*/
  padding: 2em 0;
  overflow: auto;
  margin-top: 4em;
}
.screenshot-wrapper .content {
  color: #333230;
  margin: auto;
  text-align: center;
}
.screenshot-wrapper .screenshot {
  height: 28em;
  opacity: 0.8;
}
.screenshot-wrapper .screenshot:hover {
  opacity: 1;
}
ul.content,
ol.content {
  padding: 0 1.1em;
}
.details {
  max-width: 40em;
  margin: auto;
}
.details h4 {
  padding-top: 1.5em;
}
.details .left {
  text-align: left;
}
.info {
  font-weight: normal;
  font-size: 0.9em;
}
.validate {
  height: 2em;
  margin-top: 0.5em;
}
.validate .email {
  border-radius: 3px;
  border: solid 1px #888682;
  margin-top: 0.15em;
  width: 16.8em;
  font-size: 1em;
  height: 1.25em;
  padding: 3px;
  /*color: @color-dark;*/
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-indent: 0.4em;
}
.validate .email:focus {
  border-style: solid 2px;
  border-color: #0f60bf;
}
.validate .button {
  margin: 0.15em 0 0 0.5em;
}
#video-player {
  border-radius: 0.4em;
}
#video-player img {
  width: 100%;
}
.header {
  background: #333230;
  color: #fff /*rgb(231, 230, 225)*/;
  margin-top: 1.5em;
  right: 0;
}
.header .title {
  margin: 0;
  font-size: 2.3em;
  font-weight: 600;
  float: left;
}
@-moz-document url-prefix() {
  .header .title {
    margin: 0.1em 0 0 0.1em;
  }
}
.header .title .logo {
  width: 1.1em;
  vertical-align: sub;
}
.header .menu {
  float: right;
}
.header .menu ol {
  padding: 0;
}
.header .menu li {
  display: inline-block;
  margin-left: 0.5em;
}
.header .menu .item {
  padding: 0.2em;
  border: none;
}
.header .menu .item:hover {
  color: #545250;
  border-top: solid 1px #fff /*rgb(231, 230, 225)*/;
}
.subscribe-next-step {
  /*font-weight: bold;*/
  display: none;
}
.intro {
  float: left;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  /*margin-bottom: 150px;*/
  /*height: 1000px;*/
}
.intro .elements {
  visibility: hidden;
}
.intro .elements .info {
  padding: 20px 10px;
  max-width: 660px;
  margin: auto;
  opacity: 0.8;
}

.intro .app-img {
  width: 180px;
}
.intro h1 {
  margin-bottom: 0;
}
.intro h2 {
  margin-top: 0;
}
.intro .menu ol {
  padding: 0;
  margin-top: 30px;
}
.intro .menu li {
  display: inline-block;
  margin-left: 0.5em;
}
.intro .menu .item {
  padding: 0.2em;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.8;
}
.intro .menu .item:hover {
  border-bottom: solid 1px #fff /*rgb(231, 230, 225)*/;
}
.intro .download-app {
  font-size: 1.1em;
  background: #F57F17;
  height: 2.7em;
  width: 11.1em;
  top: 0.7em;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 2.7em;
}
.intro .download-app:hover {
  border-bottom: none;
}
.download .button-apple-mac {
  /*margin-right: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;*/
  border: none;
}
.download .button-apple-mac img {
  top: 1.3em;
  position: relative;
  height: 2.5em;
}
.download .button-apple-mac:hover {
  border: none;
}
.download .requirements {
  font-style: italic;
  display: block;
  padding-top: 2em;
  font-size: 0.85em;
  opacity: 0.5;
}
.details {
  text-align: center;
}
.details section {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.details p,
.details li,
.details .contact {
  text-align: left;
}
.details .preview {
  height: 250px;
  margin: auto;
}
.details .preview.small {
  height: 110px;
}
@media (max-width: 1025px) {
  #video-player {
    border-radius: 0;
  }
}
@media (max-width: 740px) {

  .intro .app-img {
    width: 130px;
  }

  .validate .button {
    width: 6em;
    padding: 0;
  }
  .header h1 {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .header .menu {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .header .menu li {
    padding: 0;
  }
  .header .title {
    text-align: center;
    width: 100%;
  }
  .details {
    margin: auto;
  }

  .screenshots .img-size {
    height: 280px;
  }

  .screenshots .img-size.large {
    height: 330px;
  }
}

@media (max-width: 480px) {
  .scroll-icon {
    display: none;
  }

  .inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .validate .email {
    width: 12.6em;
  }
  .validate .button {
    height: 2.3em;
  }
  .header .menu {
    font-size: 0.7em;
    margin-right: 2em;
  }
  .details {
    margin: 0.5em;
  }
}
