* {
  margin: 0;
  padding: 0;
}
body {
  font: 0.8em/1.4 "proxima-nova", sans-serif;
  color: #434445;
}
#container {
  position: relative;
  width: 1270px;
  overflow: hidden;
  margin: 0 auto;
}
nav#menu {
  float: left;
  width: 200px;
  position: fixed;
  top: 50px;
  left: 30px;
  line-height: 1.75em;
  max-height: 90%;
  overflow: auto;
}
nav#menu a {
  color: #333;
  text-decoration: none;
}
nav#menu a:hover {
  text-decoration: underline;
}
nav#menu ul {
  list-style: none;
}
nav#menu ul ul {
  list-style: circle;
  display: none;
}
nav#menu li li {
  font-size: 0.9em;
  line-height: 1.7em;
}
nav#menu li.highlighted > ul {
  display: block;
}
nav#menu .highlighted > a {
  font-weight: bold;
  color: #557f30;
}
/* !Content area */
div#content {
  /* background: url(img/grid.png); */

  float: left;
  width: 580px;
  margin: 0 10px 300px 230px;
  padding: 0 22px;
}
div#content section,
div#content article {
  margin: 10em 0 -4em;
  padding: 2em 0 0;
}
div#content > section > article {
  min-height: 220px;
  opacity: 0.33;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#content > section.highlighted > article.highlighted {
  opacity: 1;
}
div#content p,
div#content ul {
  font-size: 14px;
  line-height: 22px;
}
div#content p,
div#content ul,
div#content table {
  margin: 0 0 22px;
}
div#content p.intro {
  font-weight: bold;
}
div#content p.small {
  color: #888;
  font-size: 0.85em;
}
div#content table {
  border-collapse: collapse;
  border-spacing: 0;
}
div#content caption {
  text-align: left;
  margin: 0 0 11px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
div#content thead th {
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
div#content th,
div#content td {
  text-align: left;
  padding: 6px 16px 6px 6px;
  background: #f3f6f0;
}
div#content td.cell-false {
  color: #cc3333;
}
div#content td.cell-true {
  color: #449933;
}
div#content tr {
  vertical-align: top;
}
div#content code {
  font-size: 1em;
  white-space: nowrap;
}
div#content .aside-image {
  display: none;
}
div#content a {
  color: #557f30;
}
.hint {
  background: url(img/hint-icon.png) no-repeat;
  padding: 0 40px;
  min-height: 36px;
  font-size: 0.9em !important;
  color: #285004;
}
#showroom {
  float: left;
  width: 280px;
  height: 530px;
  position: fixed;
  right: 50px;
  top: 50px;
  background: url(img/phone2.png) no-repeat;
}
#screen {
  position: absolute;
  width: 200px;
  height: 355px;
  left: 39px;
  top: 81px;
  background-size: 200px 355px;
}
@media only screen and (max-width: 1260px) {
  div#showroom {
    display: none;
  }
}
li {
  margin-left: 20px;
}
section h1,
section h2,
section p {
  position: relative;
}
#content section#intro {
  margin-top: 0;
  padding-top: 1em;
}
#content section#intro h1 {
  display: none;
}
#content section#intro h2 {
  text-transform: uppercase;
  font-size: 3.6em;
  line-height: 1.1;
  margin: 1em 0 0;
}
#content section#intro h2 + h2 {
  margin: 0 0 0.3em;
  color: #557f30;
}
section > h1 {
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.1;
  margin: 1em 0 0.3em;
}
section > article > h1 {
  font-size: 2em;
  line-height: 1.1;
  margin: 1em 0 0.5em;
  border-bottom: 3px solid #ccdebb;
  letter-spacing: -0.04em;
}
section > article > section > h1 {
  font-size: 1.5em;
  letter-spacing: -0.04em;
  border-bottom: 2px solid #e0ecd4;
}
section > article > section > h2 {
  font-size: 16px;
  line-height: 22px;
  top: 6px;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e0ecd4;
}
hr {
  display: block;
  clear: both;
  border: 0;
  color: #bbb;
  background-color: #bbb;
  border-top: 1px solid #bbb;
  height: 1px;
  margin: 16px 0;
  padding: 0;
}
/* COLOR SCHEMES */
.color {
  height: 10px;
}
.colorpick {
  width: 50%;
  height: 45px;
  float: left;
  line-height: 45px;
  text-align: center;
  font-family: Helvetica;
  margin-bottom: 35px;
  transition: 0.6s all;
  cursor: pointer;
}
.colorpick:active {
  background-color: white;
  transition: 0s;
}
.color-1-left {
  background-color: #cce4f5;
}
.color-1-right {
  background-color: #4b9ad7;
}
.color-2-left {
  background-color: #dcf5ff;
}
.color-2-right {
  background-color: #acd7ea;
}
.color-3-left {
  background-color: #f9af0b;
}
.color-3-right {
  background-color: #f89c00;
}
.color-4-left {
  background-color: #eaf59d;
}
.color-4-right {
  background-color: #c7db28;
}
.color-5-left {
  background-color: #fce600;
}
.color-5-right {
  background-color: #fef422;
}
.color-6-left {
  background-color: #fbcc00;
}
.color-6-right {
  background-color: #fcda24;
}
.color-gradient-1 {
  background-color: #cce4f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#cce4f5), to(#4b9ad7));
  background-image: -webkit-linear-gradient(left, #cce4f5, #4b9ad7);
  background-image: -moz-linear-gradient(left, #cce4f5, #4b9ad7);
  background-image: -ms-linear-gradient(left, #cce4f5, #4b9ad7);
  background-image: -o-linear-gradient(left, #cce4f5, #4b9ad7);
}
.color-gradient-2 {
  background-color: #dcf5ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#dcf5ff), to(#acd7ea));
  background-image: -webkit-linear-gradient(left, #dcf5ff, #acd7ea);
  background-image: -moz-linear-gradient(left, #dcf5ff, #acd7ea);
  background-image: -ms-linear-gradient(left, #dcf5ff, #acd7ea);
  background-image: -o-linear-gradient(left, #dcf5ff, #acd7ea);
}
.color-gradient-3 {
  background-color: #f9af0b;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9af0b), to(#f89c00));
  background-image: -webkit-linear-gradient(left, #f9af0b, #f89c00);
  background-image: -moz-linear-gradient(left, #f9af0b, #f89c00);
  background-image: -ms-linear-gradient(left, #f9af0b, #f89c00);
  background-image: -o-linear-gradient(left, #f9af0b, #f89c00);
}
.color-gradient-4 {
  background-color: #eaf59d;
  background-image: -webkit-gradient(linear, left top, right top, from(#eaf59d), to(#c7db28));
  background-image: -webkit-linear-gradient(left, #eaf59d, #c7db28);
  background-image: -moz-linear-gradient(left, #eaf59d, #c7db28);
  background-image: -ms-linear-gradient(left, #eaf59d, #c7db28);
  background-image: -o-linear-gradient(left, #eaf59d, #c7db28);
}
.color-gradient-5 {
  background-color: #fce600;
  background-image: -webkit-gradient(linear, left top, right top, from(#fce600), to(#fef422));
  background-image: -webkit-linear-gradient(left, #fce600, #fef422);
  background-image: -moz-linear-gradient(left, #fce600, #fef422);
  background-image: -ms-linear-gradient(left, #fce600, #fef422);
  background-image: -o-linear-gradient(left, #fce600, #fef422);
}
.color-gradient-6 {
  background-color: #fbcc00;
  background-image: -webkit-gradient(linear, left top, right top, from(#fbcc00), to(#fcda24));
  background-image: -webkit-linear-gradient(left, #fbcc00, #fcda24);
  background-image: -moz-linear-gradient(left, #fbcc00, #fcda24);
  background-image: -ms-linear-gradient(left, #fbcc00, #fcda24);
  background-image: -o-linear-gradient(left, #fbcc00, #fcda24);
}
/* devel */
/*
section > h1:after {
	content: ' Lvl 1';
	color: #999;
}

section > article > h1:after {
	content: ' Lvl 2';
	color: #999;
}

section > article > section > h1:after {
	content: ' Lvl 3.1';
	color: #999;
}

section > article > section > h2:after {
	content: ' Lvl 3.2';
	color: #999;
}
*/
p.__missing {
  display: none;
}
/* general images and icons */
a.appstore,
a.googleplay {
  width: 190px;
  height: 60px;
  display: block;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none !important;
}
.appstore {
  background: url(img/appstore.png) no-repeat;
}
.googleplay {
  background: url(img/googleplay.png) no-repeat;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* request developer flag */
#request-developerflag {
  margin: 1em 0 0 0;
}
#request-developerflag label {
  display: block;
}
#request-developerflag input {
  display: block;
  width: 20em;
}
#request-developerflag li {
  list-style: none;
  margin-left: 0;
}
#request-developerflag li.invalid label,
#request-developerflag li.invalid input,
#request-developerflag label span {
  color: #cc3333;
}
#request-developerflag input {
  margin: 0 0 1em;
  padding: 0 10px 0;
  height: 2.5em;
  font-size: 1em;
}
#request-developerflag label[for=pul] input {
  display: inline-block;
  height: auto;
  margin: 0 5px 1em 0;
  width: auto;
}
#request-developerflag p.msg {
  margin: 1em 0;
  padding: 0.5em 0;
}
#request-developerflag p.msg-success {
  border-bottom: 2px solid #449933;
  border-top: 2px solid #449933;
  color: #493;
}
#request-developerflag p.msg-error {
  border-bottom: 2px solid #cc3333;
  border-top: 2px solid #cc3333;
  color: #cc3333;
}
#request-developerflag button {
  width: 125px;
  height: 3.5em;
  border: none;
  background: #2299ff;
  cursor: pointer;
  color: white;
  border-radius: 5px;
}
#request-developerflag button:hover {
  background: #55b1ff;
}
