@font-face {
  font-family: 'MuseoSans500';
  src: url('fonts/MuseoSans_500-webfont.eot');
  src: url('fonts/MuseoSans_500-webfont.eot?iefix') format('eot'),
     url('fonts/MuseoSans_500-webfont.woff') format('woff'),
     url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
     url('fonts/MuseoSans_500-webfont.svg#webfontDCvbhg4h') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
	margin: 0;
	padding: 0;
/*   background-image: url(bg.png); */
  color: #24386b;
	font-weight: normal;
	font-family: 'MuseoSans500';
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Titillium Web';
	font-weight: 500;
}
input, textarea {
	font-family: 'MuseoSans500';  
}
img {
	border: 0;
}
a {
  color: #A900B5;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 0px;
  transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
}
a:hover {
  color: #EB00FF;
}
strong {
	font-weight: normal;
}
.clear {
	clear: both;
}
.retinaIcon100 {
  width: 100px;
  height: 100px;
}

#headWrapper {
	background-color: #fff;
}
#head {
  margin: 0 auto;
  padding: 24px 0 24px 0;
  width: 100%;
  width: 900px;
  height: 65px;
}

#logo {
  display: inline-block; 
  float: left;
  width: 300px;
  height: 65px;
  background: url(head_logo.png);
  background: -webkit-image-set( url(head_logo.png)  1x,
                 url(head_logo_2x.png) 2x);
}

#navigation {
  float: right;
  margin-top: 22px;
  margin-top: 17px;
  font-size: 22px;
  font-family: "Titillium Web";
  font-weight: 400;
}
#navigation a, #navigation .active {
  display: inline;
  margin-left: 6px;
  padding: 8px 8px 8px 8px;
  border-radius: 3px;
  color: #2F4A7E;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#navigation a:hover {
  background: #A3B9D7;
  color: #fff;
}
#navigation a:active {
  background: #5B739B;
  color: #fff;
}
#navigation .active {
  background: #6584b8 !important;
  color: #fff;
}

#footWrapper {
/* 	background-image: url(foot-bg.png); */
/* 	background-repeat: repeat-x; */
  background: white;
}
#foot {
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 24px 0 0px 0;
  width: 900px;
  color: #1B396A;
  font-weight: normal;
  font-size: 12px;
}
#foot .left {
  float: left;
}
#foot .right {
  float: right;
}
#foot .group {
  display: inline-block;
  margin-left: 48px;
}
#foot .active {
  display: inline;
  margin-left: 14px;
  padding: 5px 8px !important;
  border-radius: 3px;
  background: #24386b !important;
  color: #fff !important;
}

#socials a {
  margin-left: 12px;
  padding: 5px 8px !important;
  padding: 8px 0px;
  border-radius: 3px;
  color: #1B396A;
  font-weight: bold;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#socials a:hover {
  background: #A3B9D7;
  color: #fff;
}
#socials a:active {
  background: #5B739B;
  color: #fff;
}
.protected {
  background: #f1f1f1 !important;
  border-top: 1px #ccc solid;
}
#content, .content {
  overflow: auto;
  margin: 0 auto;
  margin-bottom: 65px;
  padding: 0 50px;
  min-height: 300px;
  width: 900px;
  font-size: 16px;
  line-height: 1.4em;
}

#content .left {
  float: left;
  width: 435px;
}
#content .right {
  float: right;
  width: 435px;
}
#content .both {
  clear: both;  
}
#content p {
  margin: 8px 0 0 0;
  padding: 0;
}
#contact p.text {
margin-top: 0;
}
#content h1 {
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 2px;
}
#content h2, h3, h4, h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}


.info {
  text-align: left;
  font-size: 18px;
  line-height: 1.25em;
}
.info p {
  margin: 0;
  padding: 0;
}

.info2 {
  padding: 28px 150px 0px 150px;
  width: 600px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

.message {
  padding: 130px 0;
  text-align: center;
  text-shadow: #fff 0px 1px 1px;
  font-size: 28px;
  background: #e7edf3;
  border-radius:0px;
  line-height:1.3em;
}
.message p {
  margin-top: 12px;
}
.text {
  width: 500px;
}

.lastTweets {
  margin-top: 36px;
}
.lastTweets > h2 {
  margin-bottom: 14px !important;
}
.tweet {
  line-height: 1.5em;
  font-size: 12px;
  float: left;
  width: 290px;
  margin-right: 15px;
}
.tweet:nth-child(3n) {
  margin-right: 0;
}
.lastTweets .allTweetsLink {
  text-align: right;
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

#apptorium {
}
#apptorium .info {
  float: left;
  width: 500px;
  font-weight: lighter;
  line-height: 1.3em;
  
  width: 550px;
  text-align: center;
  font-size: 24px;
  margin: 30px 175px 30px 175px;
  
  text-shadow: 0 1px 1px #fff;
}
#apptorium .info p {
  margin: 0;
  padding: 6px 0 0 0;
}
#apptorium .hardware {
	float: right;
	margin-right: -50px;
	width: 400px;
	height: 160px;
	background: url(hardware.png);
}
#apptorium .lastProduct {
	margin: 36px 0 24px 0;
	
	/* todo: remove */
	padding: 120px 0;
	width: 100%;
	background: #e7edf3;
	color: #24386b;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	font-size: 36px;
	line-height: 120%;
}

#services h2 {
  margin-top: 24px;
}
#services .info {
  margin-bottom: 24px;
}


#contact {
  text-align: left;
}
#contact input, #contact textarea {
  padding: 5px;
  outline-width: 0px;
  border: 1px #c8c8c8 solid;
  border-radius: 3px;
  background: #fdfdfd;
  color: #2F4A7F;
  font-size: 14px;
  box-shadow: inset #d2dde7 0 0 5px;
  transition:  border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
}
/*
#e7edf3 - light
#6584b8 #A3B9D7 - navi
*/
#contact textarea {
  width: 500px;
  line-height: 150%;
}
#contact input:focus, #contact textarea:focus {
  box-shadow: inset #8ca1b4 0 0 2px;
  border-color: #6584b8;
}
#contact label {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: normal;
}
#contact input[type="submit"] {
  width: 95px;
  background: #e1e1e1;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(##e1e1e1));
  background: -webkit-linear-gradient(top, #fdfdfd, #e1e1e1); 
  background: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
  background: -ms-linear-gradient(top, #fdfdfd, #e1e1e1);
  background: -o-linear-gradient(top, #fdfdfd, #e1e1e1);
  
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 2px #e0e0e0;
  color: #707070;
  font-family: Monaco;
  font-size: 13px;
  padding: 5px 23px 5px 23px;
  text-shadow: 0 1px 1px #fff;  
}
#contact input[type="submit"]:active {
  box-shadow: inset #8ca1b4 0px 0px 2px;
  background-color: #e7edf3;
}
#contact input[type="text"] {
  width: 400px;
}
#contact label :first-child {
  margin-top: 0;
}
#contact textarea {
  height: 194px;
}
#contact .left {
	width: 550px;
}
#contact .right {
  width: 300px;
  float: left;
  font-weight: lighter;
  line-height: 1.3em;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  background: #e7edf3;
  padding: 24px;
  box-shadow: 0px 1px 2px #96A6BC;
  border-radius: 5px;
}
#contact .right h2 {
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}
#contact .right h3 {
  padding: 6px 0 4px 0;
}

#blog {
  padding: 24px 0;
  clear: both;
  background: #fff;
}
#blog h2 {
  text-shadow: 1px 1px 1px #fff;
}
#blog .post {
}
#blog .postWrapper {
  overflow: auto;
  margin: 0 auto;
  padding: 0 50px;
  width: 900px;
  font-size: 16px;
  line-height: 1.4em;
  padding: 24px 50px;
}
.post:nth-child(odd) {
  background: #e7edf3;
}
#blog .postContent {
}
#blog .postInfo {
  margin-top: 12px;
  font-size: 0.8em;
  text-align: right;
}

#thebaby .description {
  width: 550px;
  float: left;
  font-size: 17px;
  line-height: 1.4em;
}
#thebaby .description strong {
  font-weight: 600;
}
#thebaby .badge {
  margin: 40px 0 20px 170px;
}
#thebaby .download {
  margin: 30px 0 40px 0;
  font-size: 14px;
  font-weight: normal;
}
#thebaby .download a {
  display: block;
}
#thebaby .download img {
  margin-top: 8px;
}
#thebaby .download .left,
#thebaby .download .right {
  width: 275px;
  text-align: center;
}
#thebaby .download .left {
  float: left;
}
#thebaby .download .right {
  float: right;
}
#thebaby .features a {
  color: #24386b;
}
#thebaby .features .active {
  color: #A900B5 !important;
}
#thebaby ul {
  list-style-type: circle;
}
#thebaby .screenshot {
  float: right;
  width: 300px;
}
#thebaby .screenshot img {
  position: absolute;
  display: none;
}
#thebaby .screenshot .active {
  display: block;
}
#thebaby .buttons {
  margin: 12px 0 0px 0;
}
#thebaby div.left {
  width: 250px;
  float: left;
}
#thebaby div.right {
  width: 300px;
  float: right;
  text-align: right;
}

#thebaby {
  background: #dce4f0;
}
#thebaby .head {
  background: #9ebbe3;
  border-top: 1px #eee solid;
}
#thebaby .head .wrapper {
  margin: 0 auto;
  width: 900px;
  height: 315px;
}
#thebaby .content {
  background: #dce4f0;
  padding-bottom: 36px;
}
#thebaby .content .wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

#thebaby .head img {
  position: relative;
}
#thebaby .head h1 {
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  left: 450px;
  width: 300px;
  top: -340px;
  font-weight: 500;
  font-size: 64px;
}
#thebaby .head p {
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  left: 458px;
  width: 300px;
  top: -380px;
  font-weight: 100;
  font-size: 28px;
}
#thebaby h2 {
  margin: 30px 0 0 0;
  padding: 0;
}
#thebaby p {
  margin: 8px 0 8px 0;
  padding: 0;
}
#thebaby .fb-like-box {
  position: absolute;
  top: 350px;
  left: 590px;
}


#products h3 {
  margin-top: 20px;
  margin-bottom: 18px;
}
#products ul {
  padding: 0;
  margin: 0;
}
#products li {
  list-style: none;
  margin: 0 20px 22px 20px;
  width: 180px;
  height: 250px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#products li > .title {
  margin: 8px 0 6px 0;
  font-size: 16px;
}
#products li > .description {
  font-size: 14px;
  line-height: 1.2em;
}
#products li:last-child {
  margin-rigth: 0;
}
#products .ourProducts {
  width: 430px;
  float: left;
}
#products .cusProducts {
  width: 430px;
  float: right;
}

#vaxcompass img.screenshot {
  width: 175px;
}
#vaxcompass .left {
  width: 500px;
}
#vaxcompass .right {
  width: 400px;
  text-align: center;
}



#likes .description {
  width: 450px;
  float: left;
  font-size: 17px;
  line-height: 1.4em;
}
#likes .description strong {
  font-weight: 600;
}
#likes .screenshot {
  width: 432px;
  float: right;
  margin-top: -24px;
  margin-right: -48px;
}
#likes .badge {
  margin: 40px 0 20px 170px;
}
#likes .download {
  margin: 12px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
}
#likes .download a {
  display: block;
}
#likes .features a {
  color: #24386b;
}
#likes .features .active {
  color: #A900B5 !important;
}
#likes ul {
  list-style-type: circle;
}
#likes .buttons {
  margin: 12px 0 0px 0;
}
#likes div.left {
  width: 250px;
  float: left;
}
#likes div.right {
  width: 300px;
  float: right;
  text-align: right;
}

#likes {
  color: #333;
  background: #bbe2a2;
}
#likes .head {
  background: #7bc74b;
  border-top: 1px #eee solid;
}
#likes .head .wrapper {
  margin: 0 auto;
  width: 1038px;
  height: 315px;
}
#likes .content {
  background: #bbe2a2;
  padding-bottom: 36px;
}
#likes .content .wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

#likes .head img {
  position: relative;
}
#likes .head h1 {
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  left: 500px;
  width: 300px;
  top: -310px;
  font-weight: 500;
  font-size: 64px;
  color: #333;
}
#likes .head p {
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  left: 504px;
  width: 280px;
  top: -350px;
  font-weight: 100;
  font-size: 28px;
  color: #333;
}
#likes h2 {
  margin: 30px 0 0 0;
  padding: 0;
}
#likes p {
  margin: 8px 0 8px 0;
  padding: 0;
}

#retimator {
  color: #28334a;
  background: #dae2f3;
}
#retimator .head {
  background: #6d84a5;
  border-top: 1px #eee solid;
}
#retimator .head .wrapper {
  margin: 0 auto;
  width: 1060px;
  height: 315px;
}
#retimator .content {
  background: #dae2f3;
  padding-bottom: 36px;
}
#retimator .content .wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}
#retimator .head > .wrapper > img {
  position: relative;
}
#retimator .head h1 {
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  left: 510px;
  width: 300px;
  top: -330px;
  font-weight: 500;
  font-size: 64px;
  color: #28334a;
}
#retimator .head p {
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  left: 512px;
  width: 300px;
  top: -385px;
  font-weight: 100;
  font-size: 28px;
  color: #28334a;
}
#retimator .head a.download {
  position: relative;
  left: 512px;
  width: 300px;
  top: -360px;
}
#retimator .head a.download img {
  width: 200px;
}
#retimator h2 {
  margin: 30px 0 0 0;
  padding: 0;
}
#retimator p {
  margin: 8px 0 8px 0;
  padding: 0;
}
#retimator .downloadInfo {
  margin-top: 4em;
}
#retimator .download {
  font-size: 14px;
  font-weight: normal;
  margin: 40px auto 30px auto;
  width: 300px;
}
#retimator .download a {
  display: block;
}
#retimator .download img {
  width: 300px;
}
#retimator .features > .title {
  font-size: 1.5em;
  margin: 50px auto 50px auto;
  text-align: center;
  width: 700px;
  text-shadow: 1px 1px 1px #fff;
  line-height: 1.5em;
}
#retimator .features > ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
#retimator .features > ul > li {
  float: left;
  margin-right: 22px;
  width: 285px;
  margin-left: 0;
  padding: 0;
}
#retimator .features > ul > li > h3 {
  list-style: none;
  margin-left: 0;
  padding: 0;
  font-weight: bold;
}
#retimator .features ul > li:last-child {
  margin-right: 0;
}
#retimator .features ul > li > img {
  background: white;
  border: none;
  width: 285px;
  height: 160px;
}
#retimator .description {
  font-size: 1.2em;
  width: 430px;
  line-height: 1.4em;
  float: left;
}
#retimator .screenshot {
  float: right;
  border: 12px solid white;
}
#retimator div.left {
  width: 430px;
  float: left;
}
#retimator div.right {
  text-align: left;
  width: 430px;
  float: right;
}
#retimator div.col {
  width: 280px;
  float: left;
}
#retimator div.col {
  margin-right: 30px;
}
#retimator div.col-3 {
  margin-right: 0;
}

.map {
  width: 100%;
  height: 200px;
  background: url("map.png");
  background-position-x:15%;
}
.mapShadow {
  width: 1060px;
  height: 26px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: url("shadow.png");
}

#products.new {
  padding: 24px 0;
  background: #fff;
}
#products.new .ourProductsWrapper {
  padding: 12px 0;
  background: #e7edf3;
}
#products.new .ourProducts {
  width: 900px;
  margin: 0 auto;
  float: none;
}
#products.new .customerProductsWrapper {
  padding: 12px 0;
}
#products.new .customerProducts {
  width: 900px;
  margin: 0 auto;
}
#products.new li {
  float: left;
  clear: none;
}
#products.new a {
  float: none !important;
}
body > #vaxcompass_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
body > #vaxcompass_wrapper > #vaxcompass {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  overflow: auto;
  padding: 0px 24px;
  margin-top: 150px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0 0 10px #eee;
}
body > #vaxcompass_wrapper > #vaxcompass.visible {
  opacity: 0.90;
}
.blured {
  -webkit-filter: blur(10px);
  -webkit-transition: all 0.3s ease-in;
}

#headWrapper {
/*  background-color: rgba(255,255,255,0.90);
  position: absolute;
  top: 0;
  left: 0;
  right : 0;
  z-index: 4;
*/
}

.contentWrapper {
	background: #fff;
}
.blueBackground {
  background: #e7edf3;
}
#scrollbox {
/* 	padding: 114px 0 0 0; */
	padding: 20px 0 0 0;
	background: #fff;
/*   padding-top:114px; */
/*
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:auto;
  position: absolute;
*/
}



#themeinstaller {
	background: #000;
	background-image: url('/products/themeinstaller/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: 'Helvetica Neue';
	font-size: 24px;
	color: #fff;
	font-weight: 200;
	text-align: center;
}

#themeinstaller a {
	color: #2BC9FF;
	text-decoration: none;
}

#themeinstaller a:hover {
	color: #89E1FF;
}

#themeinstaller p {
	color: #FFD12B;
	max-width: 27em;
	margin: 0 auto;
	letter-spacing: 0.02em;
	font-family: 'Helvetica Neue';
}

#themeinstaller p.about {
	margin-top: 3em;
}

#themeinstaller p.terminal {
	margin-top: 1.5em;
	font-size: 0.75em;
	max-width: 30em;
}

#themeinstaller p.eclipse {
	margin-top: 1.5em;
	font-size: 0.75em;
	max-width: 30em;
}

#themeinstaller p.contact {
	margin-top: 2em;
	padding-bottom: 2em;
}

#themeinstaller h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue';
}

#themeinstaller h2 {
	font-size: 80px;
	font-weight: 100;
	padding-top: 1.3em;
}
#themeinstaller h3 {
	font-size: 30px;
	font-weight: 100;
	padding-top: 0.3em;
}
#themeinstaller h3 > span.emphasized {
	color: #20FCFD;
}

#themeinstaller ul.bottom-menu  {
	list-style: none;
	margin: 3em 0 2em 0;
	padding: 0;
}
#themeinstaller ul.bottom-menu > li {
	display: inline-block;
	margin: 0 0.7em;
}

#themeinstaller div.new {
	display: inline-block;
	background: #FFF379;
	border-radius: 3px;
	color: #000;
	width: 2.7em;
	font-weight: 500;
	padding: 0px;
	margin: 0;
	font-size: 0.8em;
	position: absolute;
	margin-top: -1.2em;
	margin-left: -1.5em;
}

#themeinstaller img.theme_icon {
	margin-top: 4em;
	width: 135px;
}

#themeinstaller img.download_button {
	margin-top: 3em;
	width: 165px;
}

#themeinstaller img.notification {
	width: 378px;
	position: absolute;
	top: 6em;
	right: 1em;
}


#ipainfo .description {
  width: 460px;
  float: left;
  font-size: 17px;
  line-height: 1.4em;
}
#ipainfo .description strong {
  font-weight: 600;
}
#ipainfo .screenshot {
  width: 418px;
  float: right;
  margin-top: 10px;
  margin-right: -48px;
}
#ipainfo .screenshot img {
	width: 418px;
}
#ipainfo .badge {
  margin: 40px 0 20px 170px;
}
#ipainfo .download {
  margin: 12px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
}
#ipainfo .download img {
	width: 165px;
}
#ipainfo .download a {
  display: block;
}
#ipainfo .features a {
  color: #24386b;
}
#ipainfo .features .active {
  color: #A900B5 !important;
}
#ipainfo ul {
  list-style-type: circle;
}
#ipainfo .buttons {
  margin: 12px 0 0px 0;
}
#ipainfo div.left {
  width: 250px;
  float: left;
}
#ipainfo div.right {
  width: 300px;
  float: right;
  text-align: right;
}

#ipainfo {
  color: #fff;
  background: #335E9B;
}
#ipainfo .head {
  background: #162C4C;
  border-top: 1px #eee solid;
}
#ipainfo .head .wrapper {
  margin: 0 auto;
  width: 1038px;
  height: 316px;
}
#ipainfo .content {
  background: #335E9B;
  padding-bottom: 36px;
}
#ipainfo .content .wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

#ipainfo .head img {
  position: relative;
  width: 1038px;
}
#ipainfo .head h1 {
  text-shadow: 1px 1px 1px #ccc;
  position: relative;
  left: 500px;
  width: 300px;
  top: -310px;
  font-weight: 500;
  font-size: 64px;
  color: #fff;
}
#ipainfo .head p {
  text-shadow: 1px 1px 1px #ccc;
  position: relative;
  left: 504px;
  width: 440px;
  top: -350px;
  font-weight: 100;
  font-size: 22px;
  color: #f1f1f1;
}
#ipainfo h2 {
  margin: 30px 0 0 0;
  padding: 0;
}
#ipainfo p {
  margin: 8px 0 8px 0;
  padding: 0;
}

p.small {
	font-size: 0.7em;
	line-height: 1.3;
}

#ipainfo a {
	color: #ED00FF;
}




#expressions {
	text-align: center;
	font-size: 16px;
	background-color: #241848;
	color: white;
	font-family: "Helvetica Neue";
	font-weight: 100;
	background-image: url(/products/expressions/head-gradient.png);
	background-repeat: repeat-x;
	background-size: 70%;
	letter-spacing: 0.1em;
}

#expressions h1, 
#expressions h2, 
#expressions h3, 
#expressions h4, 
#expressions h5 {
	font-weight: 100;
}

#expressions h2 {
	font-size: 64px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#expressions h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

#expressions div.about {
	font-size: 28px;
	margin-bottom: 40px;
}

#expressions img.icon {
	margin-top: 80px;
	text-align: center;
	width: 180px;
	height: 180px;
}

#expressions div.expressions {
}

#expressions div.features {
	width: 960px;
	margin: 0 auto;
	margin-top: 80px;
	text-align: left;
}

#expressions div.features > .feature {
	width: 250px;
	display: block;
	float: left;
	height: 300px;
	margin: 0 30px;
}

#expressions div.features > .feature > img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
}

#expressions div.features > .feature > .title {
	font-size: 26px;
	line-height: 28px;
	font-weight: 200;
	margin-bottom: 15px;
/* 	height: 3em; */
	text-align: center;
}

#expressions div.features > .feature > .details {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

#expressions div.wide-screenshot {
	margin: 60px 0 0 0;
	width: 100%;
	background: url(/products/expressions/wide-screenshot.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 800px;
}

#expressions div.stay-in-touch {
	background: #180F32;
	width: 100%;
	padding: 40px 0;
	font-size: 36px;
	margin-top: 50px;
}

#expressions img.download_button {
	height: 40px;
}
#setapp-button {
	width: 122px;
	display: inline-block;
	margin-left: 24px;
}

#expressions div.download_box {
	margin: 0 auto;
	margin-bottom: 36px;
}
#expressions div.download_box .download-info {
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: 200;
}
#expressions a.download_button_link, 
#expressions a.download_button_link:hover, 
#expressions a.download_button_link:active {
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
#expressions div.download_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #4081C5;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 12px;
}
#expressions div.download_button:hover {
	background: #3872b0;
}
#expressions div.download_button:active {
	background: #2f5f93;
}

#expressions div.buy_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #9944C5;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#expressions div.buy_button:hover {
	background: #873cac;
}
#expressions div.buy_button:active {
	background: #70318f;
}



#noteapp {
	text-align: center;
	font-size: 16px;
	background-color: #6CD1FD;
	color: white;
	font-family: "Helvetica Neue";
	font-weight: 100;
	background-image: url(/products/noteapp/head-gradient.png);
	background-repeat: repeat-x;
	background-size: 70%;
	letter-spacing: 0.1em;
}

#noteapp h1, 
#noteapp h2, 
#noteapp h3, 
#noteapp h4, 
#noteapp h5 {
	font-weight: 100;
}

#noteapp h2 {
	font-size: 64px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#noteapp h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

#noteapp div.about-short {
	font-size: 28px;
	margin-bottom: 40px;
}
#noteapp div.about {
	font-size: 28px;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 800px;
	text-align: center;
	line-height: 1.5em;
}

#noteapp div.download_box {
	margin: 0 auto;
}
#noteapp div.download_box .download-info {
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: 200;
}
#noteapp a.download_button_link, 
#noteapp a.download_button_link:hover, 
#noteapp a.download_button_link:active {
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
#noteapp div.download_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #9dd782;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#noteapp div.download_button:hover {
	background: #a8e98a;
}
#noteapp div.download_button:active {
	background: #aff390;
}

#noteapp div.buy_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #5879CF;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#noteapp div.buy_button:hover {
	background: #5e84e4;
}
#noteapp div.buy_button:active {
	background: #6993ff;
}


#noteapp img.icon {
	margin-top: 80px;
	text-align: center;
	width: 180px;
	height: 180px;
}

#noteapp div.noteapp {
}

#noteapp div.screenshots {
	margin: 60px 0 0 0;
	width: 100%;
	background: #F2FBEA;
}
#noteapp div.screenshots > img {
	width: 100%;
	display: none;
}
#noteapp div.screenshots > img.active {
	display: block;
}

#noteapp div.stay-in-touch {
	background: #AFE577;
	width: 100%;
	padding: 40px 0;
	font-size: 36px;
	margin-top: 0px;
}



#workspaces {
	text-align: center;
	font-size: 16px;
	color: white;
	font-family: "Helvetica Neue";
	font-weight: 100;
	background-image: url(/products/workspaces/bg.png);
	background-repeat: repeat-x;
	background-color: #5D3570;
	letter-spacing: 0.1em;
}

#workspaces .beta-label {
	text-transform: lowercase;
	vertical-align: super;
	font-size: 0.4em;
	background: #802792;
	border-radius: 5px;
	padding: 0.2em 0.4em;
	font-weight: 400;
}

#workspaces h1, 
#workspaces h2, 
#workspaces h3, 
#workspaces h4, 
#workspaces h5 {
	font-weight: 100;
}

#workspaces h2 {
	font-size: 64px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#workspaces h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

#workspaces div.about-short {
	font-size: 28px;
	margin-bottom: 40px;
}
#workspaces div.about {
	font-size: 28px;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 800px;
	text-align: center;
	line-height: 1.5em;
}

#workspaces div.download_box {
	margin: 0 auto;
}
#workspaces div.download_box .download-info {
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: 200;
}
#workspaces a.download_button_link, 
#workspaces a.download_button_link:hover, 
#workspaces a.download_button_link:active {
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
#workspaces img.download_button {
	margin-top: 36px;
	height: 50px;
}
#workspaces div.download_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #5B78B4;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#workspaces div.download_button:hover {
	background: #7C98D2;
}
#workspaces div.download_button:active {
	background: #A4BBE9;
}

#workspaces div.buy_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #a147cf;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#workspaces div.buy_button:hover {
	background: #5e84e4;
}
#workspaces div.buy_button:active {
	background: #6993ff;
}


#workspaces img.icon {
	margin-top: 80px;
	text-align: center;
	width: 180px;
	height: 180px;
}

#workspaces div.workspaces {
}

#workspaces div.screenshots {
	margin: 60px 0 0 0;
	width: 100%;
	background: #F2FBEA;
}
#workspaces div.screenshots > img {
	width: 100%;
	display: block;
}
#workspaces div.screenshots > img.active {
	display: block;
}

#workspaces div.stay-in-touch {
	background: #AFE577;
	width: 100%;
	padding: 40px 0;
	font-size: 36px;
	margin-top: 0px;
}

#workspaces div.about {
	padding: 20px;
	font-size: 1.4em;
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}
#workspaces p.buy-info {
	font-weight: 300;
}
#workspaces a {
	color: #AA9EFF;
}
#workspaces a:hover {
	color: #FF8EEC;
}
#workspaces img.how-it-works {
	width: 800px;
}



#quick {
	text-align: center;
	font-size: 16px;
	background-color: #6d7780;
	color: white;
	font-family: "Helvetica Neue";
	font-weight: 100;
	background-image: url(/products/quick/head-gradient.png);
	background-repeat: repeat-x;
	background-size: 70%;
	letter-spacing: 0.1em;
}

#quick h1, 
#quick h2, 
#quick h3, 
#quick h4, 
#quick h5 {
	font-weight: 100;
}

#quick h2 {
	font-size: 64px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#quick h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

#quick div.about-short {
	font-size: 28px;
	margin-bottom: 40px;
}
#quick div.about {
	font-size: 28px;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 800px;
	text-align: center;
	line-height: 1.5em;
}

#quick div.download_box {
	margin: 0 auto;
}
#quick div.download_box .download-info {
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: 200;
}
#quick a.download_button_link, 
#quick a.download_button_link:hover, 
#quick a.download_button_link:active {
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
#quick div.download_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #9dd782;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#quick div.download_button:hover {
	background: #a8e98a;
}
#quick div.download_button:active {
	background: #aff390;
}

#quick div.buy_button {
	display: inline-block;
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #5879CF;
	font-weight: 300;
	font-size: 1.4em;
	padding: 8px 12px;
	margin: 0 8px;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	margin-bottom: 20px;
}
#quick div.buy_button:hover {
	background: #5e84e4;
}
#quick div.buy_button:active {
	background: #6993ff;
}


#quick img.icon {
	margin-top: 80px;
	text-align: center;
	width: 180px;
	height: 180px;
}

#quick div.quick {
}

#quick div.screenshots {
	margin: 60px 0 0 0;
	width: 100%;
	background: #F2FBEA;
}
#quick div.screenshots > img {
	width: 100%;
}

#quick div.stay-in-touch {
	background: #AFE577;
	width: 100%;
	padding: 40px 0;
	font-size: 36px;
	margin-top: 0px;
}

#quick img.download_button {
	height: 40px;
}
#quick div.about {
	padding: 20px;
	font-size: 1.4em;
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}