@charset 'UTF-8';
@font-face {
  font-family: 'entypo';
  font-style: 'normal';
  font-weight: 'normal';
  src: url('../fonts/entypo/entypo.eot');
  src: url('../fonts/entypo/entypo.eot?#iefix') format('eot'), url('../fonts/entypo/entypo.woff') format('woff'), url('../fonts/entypo/entypo.ttf') format('truetype'), url('../fonts/entypo/entypo.svg#entypo') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  font-style: 'normal';
  font-weight: 'normal';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
}
.fontawesome-zoom-in:before {
  content: "\f00e";
}
.fontawesome-ok:before {
  content: "\f00c";
}
.fontawesome-credit-card:before {
  content: "\f09d";
}
.fontawesome-question-sign:before {
  content: "\f059";
}
.fontawesome-heart:before {
  content: "\f004";
}
.fontawesome-remove-sign:before {
  content: "\f057";
}
.fontawesome-briefcase:before{
	content:"\f0b1"
}
.entypo-download:before {
  content: "\1f4e5";
}
.entypo-eye:before {
  content: "\e70a";
}
.entypo-paypal:before {
  content: "\f342";
}
.entypo-tools:before {
  content: "\2692";
}
.entypo-tumblr:before {
  content: "\f315";
}
/* Icon Fonts */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-weight: normal;
}
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
.fontawesome-ok:before {
  color: #44bdad;
  text-shadow: 1px 1px #269f8f;
  margin-right: 10px;
}
.entypo-download:before {
  margin-right: 10px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
.entypo-tools:before {
  margin-right: 20px;
  color: #ccc;
}
.infoicon:before {
  color: #44bdad;
  font-size: 17px;
  font-weight: 200;
  margin-right: 10px;
  vertical-align: -1px;
  margin-right: 5px;
}
.fontawesome-credit-card:before {
  margin-right: 5px;
}
.entypo-eye:before {
  font-weight: 200;
  margin-right: 8px;
  vertical-align: -1px;
  -webkit-font-smoothing: antialiased;
}
/* Page Structure */
body {
  font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333;
  text-align: center;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
}
#container {
  width: 100%;
  margin: 0 auto 0px auto;
  text-align: left;
}
p {
  margin: 0;
  line-height: 1.5;
  color: #444444;
}
p + p {
  margin-top: 8px;
}
p a {
  color: #088171;
}
.odd {
  background-color: #f2f2f2;
  width: 100%;
  text-align: left;
  box-shadow: inset 0px 10px 20px rgba(0,0,0,0.02);
}
/* Header */
header {
  margin: 50px auto 0px auto;
  width: 1020px;
  position: relative;
}
h1 {
  margin-bottom: 30px;
  color: #44bdad;
  font-size: 25px;
}
h1 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover #tagline {
  color: #269f8f;
}
h1 a:hover #logo {
  background-color: #269f8f;
}
#tagline {
  color: #44bdad;
  padding-left: 20px;
  font-weight: 600;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
#logo {
  background-color: #44bdad;
  border-radius: 4px;
  color: #fff;
  padding: 7px 14px;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
#co {
  font-size: 20px;
}
#usercount {
  position: absolute;
  top: 8px;
  right: 0;
  text-transform: uppercase;
  color: #ccc;
  font-size: 15px;
  font-weight: 600;
}
/* Top Story */.spread {
  height: 570px;
  margin: 0px auto 0px auto;
  position: relative;
  padding-top: 35px;
  width: 1020px;
}
.display {
  width: 598px;
  height: 445px;
  padding-top: 16px;
  padding-left: 17px;
  background-image: url("../images/display_slim.png");
  position: absolute;
  top: 70px;
}
#geneva-display img, #monaco-display img {
  position: absolute;
  z-index: 1;
}
#geneva-display img.active, #monaco-display img.active{
  z-index: 3;
}
.odd .display {
  right: 0;
}
.even .display {
  left: 0;
}
.screenshot {
  border-radius: 2px;
}
.trigger {
  width: 580px;
  height: 332px;
  position: absolute;
  top: 16px;
  left: 17px;
}
.overlay {
  width: 596px;
  height: 215px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 120px;
  display: none;
  color: #fff;
  font-size: 80px;
  font-weight: 200;
  cursor: pointer;
  z-index: 100;
}
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  display: none;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
#lightbox img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  max-width: 80%;
  border-radius: 4px;
  margin: 100px auto 0 auto;
}
#cross {
  color: #fff;
  font-size: 35px;
  position: fixed;
  top: 25px;
  right: 25px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}
.description {
  width: 350px;
}
.odd .description {
  margin-left: 0px;
}
.even .description {
  margin-left: 670px;
}
h2 {
  font-size: 45px;
  padding-top: 15px;
  margin-bottom: 0px;
  color: #44bdad;
  text-transform: uppercase;
  -webkit-font-kerning: normal;
}
h4 {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  margin-left: 27px;
  text-indent: -27px;
  margin-bottom: 10px;
  color: #444444;
  -webkit-text-stroke: 0.2px;
}
/* Call to action buttons */
.action_main {
  margin-top: 30px;
  text-align: center;
  line-height: 3;
  width: 400px;
  margin-left: -25px;
}
.action_thumb {
  margin-top: 20px;
  line-height: 2.4;
}
.action {
  text-align: center;
  line-height: 3;
  margin-bottom: 50px;
}
a.button {
  font-weight: 700;
  border-radius: 5px;
  margin: 20px 5px 0 0;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
.buy {
  color: #fff;
  background-color: #f56414;
  border-bottom: 3px solid #e15000;
  font-size: 16px;
  padding: 11px 17px 10px 17px;
  text-transform: uppercase;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.1);
}
.buy:hover {
  background-color: #e65505;
  border-bottom-color: #cd3c00;
}
.price {
  font-weight: 400;
  text-transform: uppercase;
}
.light {
  font-weight: 400;
}
.modest {
  font-size: 14px;
  padding: 8px 16px 7px 16px;
}
.demo {
  color: #666;
  background-color: #dddddd;
  border-bottom: 3px solid #bfbfbf;
  text-shadow: none;
  font-size: 12px;
  padding: 8px 12px 8px 12px;
}
.demo:hover {
  background-color: #cecece;
}
/* FAQ */#faq {
  margin: 70px auto 50px auto;
  width: 1020px;
}
#faq ul {
  list-style-type: disc;
}
#faq li {
  margin-left: 27px;
  margin-bottom: 10px;
  text-indent: 0;
  color: #444444;
}
#installation {
  margin: 70px auto 100px auto;
  width: 1020px;
}
#installation h2 {
  margin-bottom: 75px;
  text-align: center;
  color: #444;
}
.question,
.step {
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 22px;
  margin-left: 45px;
  position: relative;
}
.step {
  margin-left: 55px;
}
.question:before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f059\A0\A0";
  font-weight: 200;
  color: #ccc;
  font-size: 35px;
  position: absolute;
  left: -45px;
  top: -10px;
}
.step-1:before,
.step-2:before,
.step-3:before,
.step-4:before,
.step-5:before,
.step-6:before {
  font-weight: 700;
  color: #ccc;
  font-size: 55px;
  position: absolute;
  left: -55px;
  top: -12px;
}
.step-1:before {
  content: "1";
}
.step-2:before {
  content: "2";
}
.step-3:before {
  content: "3";
}
.step-4:before {
  content: "4";
}
.step-5:before {
  content: "5";
}
.step-6:before {
  content: "6";
}
.answer {
  margin-left: 45px;
}
.answer,
.instruction {
  margin-bottom: 40px;
}
.instruction {
  margin-left: 55px;
}
#thumbnails {
  width: 100%;
}
.theme {
  position: relative;
  height: 260px;
  border-bottom: 1px solid #eee;
  padding: 40px 460px 60px 40px;
  margin-top: 40px;
  width: 520px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.theme h2 {
  line-height: 0.9;
  margin-bottom: 5px;
}
.mbp {
  width: 426px;
  height: 245px;
  background-image: url("../images/mbp.png");
  position: absolute;
  top: 60px;
  right: 40px;
  text-align: center;
}
.alt {
  padding: 40px 40px 60px 460px;
}
.double {
  padding-top: 25px;
  padding-bottom: 75px;
}
.alt .mbp {
  left: 40px;
}
.mbp img {
  margin-top: 13px;
  margin-left: 0px;
}
#additions {
  text-align: center;
  padding: 50px 0;
  width: 1020px;
  margin: 0 auto 0 auto;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
#additions a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
#additions a:hover {
  text-decoration: underline;
}
/* Order page */
#order {
  width: 1020px;
  margin: 0 auto 0 auto;
  padding: 50px 0 70px 0;
  text-align: center;
}
#order h2 {
  text-transform: none;
  color: #444;
  margin-top: 0;
  font-size: 60px;
  text-transform: capitalize;
}
#files {
  line-height: normal;
  padding-top: 10px;
  margin-top: 30px;
}
.code {
  font-family: Consolas, 'Lucida Console', 'DejaVu Sans Mono', monospace;
  background-color: #eee;
  border-radius: 3px;
  padding: 4px 6px 2px 6px;
  border: 1px solid #ddd;
  margin: 0 2px;
  font-size: 15px;
}
.theme-price {
  /*	background-color: #4d9dce;
	background-color: rgba(77,157,206,0.9); */

  background-color: #44bdad;
  background-color: rgba(68, 189, 173, 0.9);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
  line-height: 57px;
  margin: -17px;
  border-radius: 50%;
  z-index: 1999;
  text-align: center;
  font-size: 23px;
  text-decoration: none;
  transition: 0.5s all;
}
.theme-price:hover {
  background-color: #44bdad;
}
