@font-face {
  font-family: 'Graphik Web';
  src: url('/font/Graphik-Light-Web.eot');
  src: url('/font/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'),
     url('/font/Graphik-Light-Web.woff') format('woff'),
     url('/font/Graphik-Light-Web.ttf') format('truetype'),
     url('/font/Graphik-Light-Web.svg#Graphik-Light') format('svg');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/font/Graphik-Regular-Web.eot');
  src: url('/font/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('/font/Graphik-Regular-Web.woff') format('woff'),
     url('/font/Graphik-Regular-Web.ttf') format('truetype'),
     url('/font/Graphik-Regular-Web.svg#Graphik-Regular') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/font/Graphik-RegularItalic-Web.eot');
  src: url('/font/Graphik-RegularItalic-Web.eot?#iefix') format('embedded-opentype'),
     url('/font/Graphik-RegularItalic-Web.woff') format('woff'),
     url('/font/Graphik-RegularItalic-Web.ttf') format('truetype'),
     url('/font/Graphik-RegularItalic-Web.svg#Graphik-RegularItalic') format('svg');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/font/Graphik-Medium-Web.eot');
  src: url('/font/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'),
     url('/font/Graphik-Medium-Web.woff') format('woff'),
     url('/font/Graphik-Medium-Web.ttf') format('truetype'),
     url('/font/Graphik-Medium-Web.svg#Graphik-Medium') format('svg');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Atlas Typewriter Web';
  src: url('/font/AtlasTypewriter-Regular-Web.eot');
  src: url('/font/AtlasTypewriter-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('/font/AtlasTypewriter-Regular-Web.woff') format('woff'),
     url('/font/AtlasTypewriter-Regular-Web.ttf') format('truetype'),
     url('/font/AtlasTypewriter-Regular-Web.svg#Atlas Typewriter Web') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-clip-pad {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.center-block {
  display: block;
  margin: 0 auto;
}

body {
  background: white;
  color: #707070;
  font-family: 'Graphik Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 500;
}
a {
  color: #eee;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  transition: color 200ms linear;
}
a:hover {
  text-decoration: underline;
  outline: 0;
}
img {
  vertical-align: bottom;
}
img.flex-feature {
  max-width: 100%;
  height: auto;
}
input,
textarea {
  outline: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
input[type="text"],
input[type="email"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 6px;
  border: 1px solid #ccc;
  background: #161616;
  color: #fff;
  vertical-align: baseline;
  font-size: 11px;
  font-family: 'Graphik Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  *vertical-align: middle;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #444;
}
input:-moz-placeholder {
  color: #444;
}
input.email {
  margin-right: 10px;
  width: 180px;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
}
.button.email-submit {
  position: relative;
  top: -1px;
}
h1 {
  color: #fff;
  font-weight:500;
  font-size: 1.6em;
  line-height: 1.1;
}
h2 {
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75em;
  /*font-family: 'Atlas Typewriter Web', Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;*/
}
h3 {
  color: #fff;
  font-weight:500;
  font-size: 1.2em;
  margin-bottom:0.8em;
}
h4 {
  color:#fff;
  font-weight:500;
  font-size:1em;
  margin-bottom:0.7em;
}
p {
  margin-bottom: 20px;
}
/* Buttons
================================================== */
.button,
button {
  font-family: 'Graphik Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.button {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin: 0;
  padding: 0 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #080808;
  background-color: #272727;
  color: #a7a7a7;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #242424;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2a2a2a), to(#242424));
  background-image: -moz-linear-gradient(#2a2a2a, #242424);
  background-image: -ms-linear-gradient(#2a2a2a, #242424);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #242424));
  background-image: -webkit-linear-gradient(#2a2a2a, #242424);
  background-image: -o-linear-gradient(#2a2a2a, #242424);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#242424', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#242424', GradientType=0)";
  background-image: linear-gradient(#2a2a2a, #242424);
}
.button:hover,
.button.hover,
.button:active {
  background-color: #272727;
  color: #b3b3b3;
  text-decoration: none;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#272727), to(#222222));
  background-image: -moz-linear-gradient(#272727, #222222);
  background-image: -ms-linear-gradient(#272727, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(#272727, #222222);
  background-image: -o-linear-gradient(#272727, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#222222', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#222222', GradientType=0)";
  background-image: linear-gradient(#272727, #222222);
}
.button.lg {
  height: 38px;
  line-height: 40px;
  padding: 0 20px;
}
button.button.lg {
  height: 31px;
  line-height: 30px;
}
.button.c0,
.button-ui.c0 {
  color: #000000;
  background-color: #ff6e00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff740a), to(#ff6e00));
  background-image: -moz-linear-gradient(#ff740a, #ff6e00);
  background-image: -ms-linear-gradient(#ff740a, #ff6e00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff740a), color-stop(100%, #ff6e00));
  background-image: -webkit-linear-gradient(#ff740a, #ff6e00);
  background-image: -o-linear-gradient(#ff740a, #ff6e00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff740a', endColorstr='#ff6e00', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff740a', endColorstr='#ff6e00', GradientType=0)";
  background-image: linear-gradient(#ff740a, #ff6e00);
}
.button.c0:hover,
.button-ui.c0:hover {
  background-color: #ff6e00;
  color: #000000;
  background-color: #d65c00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa6c00), to(#d65c00));
  background-image: -moz-linear-gradient(#fa6c00, #d65c00);
  background-image: -ms-linear-gradient(#fa6c00, #d65c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa6c00), color-stop(100%, #d65c00));
  background-image: -webkit-linear-gradient(#fa6c00, #d65c00);
  background-image: -o-linear-gradient(#fa6c00, #d65c00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6c00', endColorstr='#d65c00', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6c00', endColorstr='#d65c00', GradientType=0)";
  background-image: linear-gradient(#fa6c00, #d65c00);
}
/* Header
================================================== */
header.main {
  position: relative;
}
header.main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  line-height: 120px;
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
}
header.main .wrap {
  margin: 0 auto;
}
header.main .cell {
  display: inline-block;
}
header.main .left {
  text-align: right;
}
header.main .center {
  padding: 0 70px;
  text-align: center;
}
header.main .right {
  text-align: left;
}
header.main img {
  margin: 0 auto;
  vertical-align: middle;
}
#global_nav ul li {
  display: inline-block;
  width: 120px;
  font-size:0.85rem;
}
#global_nav a {
  color: #000;
}
#global_nav a:hover,
#global_nav a.current {
  color: #ff6e00;
  text-decoration: none;
}
/* Footer
================================================== */
footer.main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 50px;
  background: #ff6e00;
  color: #753300;
  text-align: center;
  font-size: 0.8rem;
}
footer.main a {
  color: #753300;
}
footer.main a:hover {
  color: #000000;
  text-decoration: none;
}
footer.main span.legal {
  font-size: 0.7rem;
}
footer.main .links {
  margin: 0 auto 50px;
  width: 80%;
}
footer.main .links .col {
  display: inline-block;
  margin-right: 2%;
  width: 20%;
  vertical-align: top;
}
footer.main .links .col:last-child {
  margin-right: 0;
}
footer.main .links h4 {
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
footer.main .links li {
  white-space: nowrap;
  word-wrap: none;
}
/* Layout
================================================== */
section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 60px;
  text-align: center;
}
section header {
  margin-bottom: 20px;
}
section header h1 {
  margin-bottom: 20px;
}
section header h2 {
  margin-bottom: 20px;
}
section header p {
  margin-bottom: 30px;
}
section .content {
  margin: 0 auto;
  max-width: 1280px;
  width: 75%;
}
.table {
  width: 100%;
}
.table .row {
  overflow: auto;
  margin-bottom: 50px;
}
.table .row:last-child {
  margin-bottom: 0;
}
.table .col {
  display: inline-block;
  margin-right: 3%;
  width: 30%;
  vertical-align: top;
}
.table .col:last-child {
  margin-right: 0;
}
.table .col h2 {
  margin-bottom: 10px;
  color: #fff;
}
.table .col p {
  margin-bottom: 0;
  font-size: 13px;
  line-height:1.6;
}
.feature-bg {
  position: relative;
  width: 100%;
  height: 580px;
  background-color: black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  transition: height 200ms linear;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
ul.feat-strip li {
  display: inline-block;
  margin-right: 30px;
}
ul.feat-strip li:last-child {
  margin-right: 0;
}
ul.feat-strip li a {
  color: #666;
}
ul.feat-strip li a:hover {
  color: #808080;
  text-decoration: none;
}
ul.feat-strip li a.current,
ul.feat-strip li a.current:hover {
  color: #ff6e00;
}
/* Front
================================================== */
#intro {
  width: 100%;
  text-align: center;
}
p#intro-headline {
  position: relative;
  color: #fff;
}
#intro.feature-bg {
  background-image: url(../img/index-front.jpg);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/index-front.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/index-front.jpg', sizingMethod='scale');
}
#intro .content {
  margin: 0 auto;
  max-width: 1140px;
  padding-top:70px;
  width:75%;
}
#intro header h1 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
}
#intro header p {
  color:#fff;
}
#intro_click {
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  bottom:25px;
  left:50%;
  margin-left:-20px;
  background:rgba(0,0,0,0.9);
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  transition: background 200ms linear;
}
#intro_click:hover {
  background:rgba(255,255,255,0.9);
  color:#000;
  text-decoration: none;
}
#beta_badge {
  height: 114px;
  width: 114px;
  position: absolute;
  top: -57px;
  right: 40px;
  display: block;
  background: #ff6e00;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 114px;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -moz-border-radius: 114px;
  border-radius: 114px;
}
#beta_badge:hover {
  background: #000;
}
#lib {
  background: #161616;
}
#lib img.flex-feature {
  margin-bottom: 20px;
}
#text {
  padding-bottom: 0;
  background: #1e1e1e;
}
#site {
  background: #000;
}
#store {
  background: #161616;
}
#lr {
  background: #1e1e1e;
}
#dl {
  background: #161616;
}
#dl .req {
  margin-top: -20px;
  margin-bottom: 50px;
  color: #555;
  font-size: 13px;
}
#dl .req strong {
  color: #777;
}
#follow {
  background: #111;
}
#follow .news {
  margin-bottom: 30px;
}
#follow .social a {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-right: 25px;
}
#follow .social a:last-child {
 margin-right:0;
}
#follow .social a:hover {
  color: #fff;
  text-decoration: none;
}
#follow input[type="email"],
  #des-partners input[type="email"]
 {
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px;
  width: 320px;
  border: 1px solid #000;
  background: #1a1a1a;
  font-size: 15px;
}
#site_themes {
  margin-top: 30px;
}
.theme-browse {
  margin-bottom:40px;
}
/* About
================================================== */
#about-name {
  background: transparent url(/img/bg-name.gif) center center repeat;
}
#about-name .vin {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 52px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 52px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 52px rgba(0, 0, 0, 0.8);
}
#about-name p {
  font-size: 18px;
  line-height: 1.6;
}
#about-name p:last-child {
  margin-bottom: 0;
}
#about-team {
  overflow: hidden;
  background: #000;
  background: transparent url(/img/about-team-fade_m.jpg) center center no-repeat;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/about-team-fade_m.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/about-team-fade_m.jpg', sizingMethod='scale');
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
#about-team .content {
  width: 90%;
}
#about-team .peeps li {
  display: inline-block;
  margin-right: 2%;
  width: 31%;
  vertical-align: top;
}
#about-team .peeps li:last-child {
  margin-right: 0;
}
#about-team .peeps img {
  height: 200px;
  width: 200px;
  margin-bottom: 30px;
}
#about-team header {
  margin-bottom: 10px;
}
#about-team .peeps h2 {
  margin-bottom: 4px;
  color: #fff;
}
#about-team .peeps h3 {
  color: #ff6e00;
  font-size: 13px;
}
#about-team .peeps p:last-child {
  margin-bottom: 0;
}
#about-team p {
  font-size:0.9em;
}
/* Designers
================================================== */
#des-desk {
  width: 100%;
  text-align: center;
}
#des-desk.feature-bg {
  background-color: #161616;
  background-image: url(/img/des_guy_laptop_m.jpg);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/des_desk_m.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/des_desk_m.jpg', sizingMethod='scale');
}
#des-desk .content {
  margin: 0 auto;
  padding-top: 285px;
  width:70%;
  text-align: center;
  -webkit-transition: padding 200ms linear;
  -moz-transition: padding 200ms linear;
  transition: padding 200ms linear;
}
#des-desk .content h1 {
  margin-bottom: 15px;
  color: #000;
  font-size: 32px;
}
#des-desk .content p {
  color:#393a3e;
  font-size:1.15em;
  line-height:1.8;
}
#des-screens {
  overflow: hidden;
  background: #000;
  background: transparent url(/img/des-screens.gif) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
#des-screens .content {
  margin: 0 auto;
  width: 60%;
}
#des-screens .content p:last-child {
  margin-bottom: 0;
}
#des-points {
  background: #1e1e1e;
}
#des-learn {
  background: #000;
}
#des-partners {
  background: #161616;
}
/* Docs
================================================== */
#docs article {
  margin: 50px auto;
  width: 680px;
  text-align: justify;
}
#docs article ul {
  list-style-type: disc;
}
#docs article ol {
  list-style-type: decimal;
}
#docs article ol li, #docs article ul li {
  margin-left: 18px;
  padding-left: 5px;
}
#docs article p,
#docs article ul,
#docs article ol {
  font-size:0.9rem;
  margin-bottom: 1.5em;
}
#docs h1 {
  margin: 0 0 1em 0;
  color: #000;
  text-align: center;
  line-height: 0.75em;
}
#docs h2 {
  margin-bottom: 1.4em;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
#docs article a {
  color: #ff6e00;
}
/* Misc
================================================== */
#chatday {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#chatday i {
  color: #ff6e00;
}
#chatday strong {
  color: #fff;
}
#chatday a {
  display: block;
  width: 100%;
  height: 36px;
  color: #707070;
}
#chatday a:hover {
  color: #999;
}
/* Responsiveness
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #global_nav ul li {
    display: inline-block;
    width: 98px;
  }
  header.main .center {
    padding: 0 40px;
  }
  section {
    padding: 40px;
  }
  section .content {
    width: 90%;
  }
  .feature-bg {
    height: 580px;
  }
  #des-desk .content {
    width: 80%;
    padding-top: 240px;
  }
  #beta_badge {
    top: 20px;
    right: 20px;
    height: 100px;
    width: 100px;
    line-height:100px;
    font-size:11px;
  }
  #about-team .peeps img {
    height: 160px;
    width: 160px;
  }
  footer.main .links {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  header.main .center {
    padding: 0 40px;
    text-align: center;
  }
  header.main nav ul li {
    width: 100px;
  }
  .feature-bg {
    height: 550px;
  }
  #des-desk .content {
    padding-top: 240px;
  }
  #beta_badge {
    right: 10px;
  }
  #about-team .peeps img {
    height: 180px;
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
  br.rwd {
    display:none;
  }
  section {
    padding: 40px 20px;
  }
  section .content {
    width: 100%;
  }
  #intro .content {
    width: 90%;
  }
  .feature-bg {
    height: 500px;
  }
  #intro_click {
    display: none;
  }
  #beta_badge {
    display: none;
  }
  header.main div.cell.left,
  header.main div.cell.right {
    display: none;
  }
  ul.feat-strip li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  #follow input[type="email"],
  #des-partners input[type="email"]
  {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  #des-desk .content {
    padding-top: 200px;
    width: 80%;
  }
  /* stack them up vertically */
  .table .row {
    margin-bottom: 0;
  }
  .table .col {
    display: block;
    margin: 0 auto 2em;
    float:none;
    width: 80%;
    vertical-align: top;
  }
  .table .col:last-child {
    margin-right:auto;
  }
  .table .col:empty {
    margin:0;
  }
  #about-team .peeps li {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    vertical-align: top;
  }
  footer.main .links {
    margin: 0 auto 50px;
    width: 100%;
  }
  footer.main .links .col {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    vertical-align: top;
  }
  footer.main nav ul li {
    display: inline-block;
    margin-right:1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 90%;
  }
}
@media only screen and (min-width:1400px) {
  #intro .content  {
    width:60%;
  }
}
/* Firefox hackery and hilarity
================================================== */
@-moz-document url-prefix() {
  .button {
    line-height: 39px !important;
  }
}
