@charset "UTF-8";
/* line 12, ../scss/style.scss */
body {
  min-height: 100%;
  max-height: 100%;
}

/* line 17, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../opt/homebrew/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/**
 * Base SlideDeck Styles
 */
/* line 50, ../scss/_base.scss */
html {
  height: 100%;
  overflow: hidden;
}

/* line 55, ../scss/_base.scss */
body {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 100%;
  min-height: 740px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-transition: opacity 800ms ease-in;
  -webkit-transition-delay: 100ms;
  -moz-transition: opacity 800ms ease-in 100ms;
  -o-transition: opacity 800ms ease-in 100ms;
  transition: opacity 800ms ease-in 100ms;
}
/* line 71, ../scss/_base.scss */
body.loaded {
  opacity: 1 !important;
}

/* line 76, ../scss/_base.scss */
input, button {
  vertical-align: middle;
}

/* line 80, ../scss/_base.scss */
slides > slide[hidden] {
  display: none !important;
}

/* line 84, ../scss/_base.scss */
slides {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 800ms ease-in;
  -webkit-transition-delay: 100ms;
  -moz-transition: opacity 800ms ease-in 100ms;
  -o-transition: opacity 800ms ease-in 100ms;
  transition: opacity 800ms ease-in 100ms;
}

/* line 96, ../scss/_base.scss */
slides > slide {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Slide styles */
/*article.fill iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  border: 0;
  margin: 0;

  @include border-radius(10px);

  z-index: -1;
}

slide.fill {
  background-repeat: no-repeat;
  @include background-size(cover);
}

slide.fill img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;

  z-index: -1;
}
*/
/**
 * Theme Styles
 */
/* line 22, ../scss/_default.scss */
::selection {
  color: white;
  background-color: #f89622;
  text-shadow: none;
}

/* line 29, ../scss/_default.scss */
::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}

/* line 34, ../scss/_default.scss */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border: solid transparent;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border-width: 1px 1px 1px 6px;
}

/* line 43, ../scss/_default.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 46, ../scss/_default.scss */
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

/* line 50, ../scss/_default.scss */
::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}

/* line 55, ../scss/_default.scss */
::-webkit-scrollbar-corner {
  background: transparent;
}

/* line 59, ../scss/_default.scss */
body {
  background: black;
}

/* line 63, ../scss/_default.scss */
slides > slide {
  display: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.5;
  color: #797979;
  width: 1024px;
  height: 768px;
  margin-left: -512px;
  margin-top: -384px;
  padding: 40px 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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;
}
/* line 85, ../scss/_default.scss */
slides > slide.far-past {
  display: none;
}
/* line 92, ../scss/_default.scss */
slides > slide.past {
  display: block;
  opacity: 0;
}
/* line 99, ../scss/_default.scss */
slides > slide.current {
  display: block;
  opacity: 1;
}
/* line 105, ../scss/_default.scss */
slides > slide.current .auto-fadein {
  opacity: 1;
}
/* line 109, ../scss/_default.scss */
slides > slide.current .gdbar {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* line 114, ../scss/_default.scss */
slides > slide.next {
  display: block;
  opacity: 0;
  pointer-events: none;
}
/* line 122, ../scss/_default.scss */
slides > slide.far-next {
  display: none;
}
/* line 129, ../scss/_default.scss */
slides > slide.dark {
  background: #515151 !important;
}
/* line 137, ../scss/_default.scss */
slides > slide:not(.nobackground):before {
  font-size: 12pt;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 60px;
  background: url(../images/wordcamp-banner.svg) no-repeat 0 50%;
  -webkit-background-size: 75px auto;
  -moz-background-size: 75px auto;
  -o-background-size: 75px auto;
  background-size: 75px auto;
  padding-left: 85px;
  height: 75px;
  line-height: 75px;
}
/* line 151, ../scss/_default.scss */
slides > slide:not(.nobackground):after {
  font-size: 12pt;
  content: attr(data-slide-num) "/" attr(data-total-slides);
  position: absolute;
  bottom: 20px;
  right: 60px;
  line-height: 75px;
}
/* line 162, ../scss/_default.scss */
slides > slide.title-slide:after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 100%;
  height: 60px;
}
/* line 174, ../scss/_default.scss */
slides > slide.backdrop {
  z-index: -10;
  display: block !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background-color: white;
}
/* line 179, ../scss/_default.scss */
slides > slide.backdrop:after, slides > slide.backdrop:before {
  display: none;
}
/* line 184, ../scss/_default.scss */
slides > slide > hgroup + article {
  margin-top: 45px;
}
/* line 188, ../scss/_default.scss */
slides > slide > hgroup + article.flexbox.vcenter, slides > slide > hgroup + article.flexbox.vleft, slides > slide > hgroup + article.flexbox.vright {
  height: 80%;
}
/* line 193, ../scss/_default.scss */
slides > slide > hgroup + article p {
  margin-bottom: 1em;
}
/* line 198, ../scss/_default.scss */
slides > slide > article:only-child {
  height: 100%;
}
/* line 201, ../scss/_default.scss */
slides > slide > article:only-child > iframe {
  height: 98%;
}

/* line 207, ../scss/_default.scss */
slides.layout-faux-widescreen > slide {
  padding: 40px 160px;
}

/* line 216, ../scss/_default.scss */
slides.layout-widescreen > slide,
slides.layout-faux-widescreen > slide {
  margin-left: -512px;
  width: 1024px;
}
/* line 221, ../scss/_default.scss */
slides.layout-widescreen > slide.far-past,
slides.layout-faux-widescreen > slide.far-past {
  display: block;
  display: none;
  -webkit-transform: translate(-2260px);
  -moz-transform: translate(-2260px);
  -ms-transform: translate(-2260px);
  -o-transform: translate(-2260px);
  transform: translate(-2260px);
  -webkit-transform: translate3d(-2260px, 0, 0);
  -moz-transform: translate3d(-2260px, 0, 0);
  -ms-transform: translate3d(-2260px, 0, 0);
  -o-transform: translate3d(-2260px, 0, 0);
  transform: translate3d(-2260px, 0, 0);
}
/* line 228, ../scss/_default.scss */
slides.layout-widescreen > slide.past,
slides.layout-faux-widescreen > slide.past {
  display: block;
  opacity: 0;
}
/* line 235, ../scss/_default.scss */
slides.layout-widescreen > slide.current,
slides.layout-faux-widescreen > slide.current {
  display: block;
  opacity: 1;
}
/* line 242, ../scss/_default.scss */
slides.layout-widescreen > slide.next,
slides.layout-faux-widescreen > slide.next {
  display: block;
  opacity: 0;
  pointer-events: none;
}
/* line 250, ../scss/_default.scss */
slides.layout-widescreen > slide.far-next,
slides.layout-faux-widescreen > slide.far-next {
  display: block;
  display: none;
  -webkit-transform: translate(2260px);
  -moz-transform: translate(2260px);
  -ms-transform: translate(2260px);
  -o-transform: translate(2260px);
  transform: translate(2260px);
  -webkit-transform: translate3d(2260px, 0, 0);
  -moz-transform: translate3d(2260px, 0, 0);
  -ms-transform: translate3d(2260px, 0, 0);
  -o-transform: translate3d(2260px, 0, 0);
  transform: translate3d(2260px, 0, 0);
}
/* line 257, ../scss/_default.scss */
slides.layout-widescreen #prev-slide-area,
slides.layout-faux-widescreen #prev-slide-area {
  margin-left: -512px;
}
/* line 261, ../scss/_default.scss */
slides.layout-widescreen #next-slide-area,
slides.layout-faux-widescreen #next-slide-area {
  margin-left: 512px;
}

/* line 266, ../scss/_default.scss */
b {
  font-weight: 600;
}

/* line 270, ../scss/_default.scss */
a {
  color: #2a7cdf;
}

/* line 278, ../scss/_default.scss */
h1, h2, h3 {
  font-weight: 600;
  line-height: 1.5;
}

/* line 283, ../scss/_default.scss */
h2 {
  font-size: 45px;
  letter-spacing: -2px;
  color: #515151;
}

/* line 289, ../scss/_default.scss */
h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 2;
  font-weight: inherit;
  color: #797979;
}

/* line 297, ../scss/_default.scss */
ul {
  margin-left: 1.2em;
  margin-bottom: 1em;
  position: relative;
}
/* line 302, ../scss/_default.scss */
ul li {
  margin-bottom: 0.5em;
}
/* line 305, ../scss/_default.scss */
ul li ul {
  margin-left: 2em;
  margin-bottom: 0;
}
/* line 309, ../scss/_default.scss */
ul li ul li:before {
  content: '-';
  font-weight: 600;
}
/* line 316, ../scss/_default.scss */
ul > li:before {
  content: '\00B7';
  margin-left: -1em;
  position: absolute;
  font-weight: 600;
}
/* line 323, ../scss/_default.scss */
ul ul {
  margin-top: .5em;
}

/* line 3, ../scss/_code.scss */
.highlight-code slide.current pre > * {
  opacity: 0.25;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
/* line 7, ../scss/_code.scss */
.highlight-code slide.current b {
  opacity: 1;
}

/* line 12, ../scss/_code.scss */
pre {
  font-family: 'Source Code Pro', 'Courier New', monospace;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 0 10px 60px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  width: 106%;
  background-color: #e6e6e6;
  left: -60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*overflow: hidden;*/
}
/* line 26, ../scss/_code.scss */
pre[data-lang]:after {
  content: attr(data-lang);
  background-color: darkgrey;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 16pt;
  color: white;
  padding: 2px 25px;
  text-transform: uppercase;
}

/* line 39, ../scss/_code.scss */
pre[data-lang="go"] {
  color: #333;
}

/* line 43, ../scss/_code.scss */
code {
  font-size: 95%;
  font-family: 'Source Code Pro', 'Courier New', monospace;
  color: black;
}

/* Pretty print */
/* line 52, ../scss/_code.scss */
.prettyprint .str,
.prettyprint .atv {
  /* a markup attribute value */
  color: #009f5d;
}

/* line 56, ../scss/_code.scss */
.prettyprint .kwd,
.prettyprint .tag {
  /* a markup tag name */
  color: #0066cc;
}

/* line 59, ../scss/_code.scss */
.prettyprint .com {
  /* a comment */
  color: #797979;
  font-style: italic;
}

/* line 63, ../scss/_code.scss */
.prettyprint .lit {
  /* a literal value */
  color: #7f0000;
}

/* line 68, ../scss/_code.scss */
.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
  color: #515151;
}

/* line 74, ../scss/_code.scss */
.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
  /* a declaration; a variable name */
  color: #d94d3a;
}

/* line 77, ../scss/_code.scss */
.prettyprint .pln {
  color: #515151;
}

/* line 330, ../scss/_default.scss */
iframe {
  width: 100%;
  height: 598px;
  background: white;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 338, ../scss/_default.scss */
dt {
  font-weight: bold;
}

/* line 342, ../scss/_default.scss */
button {
  display: inline-block;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3));
  background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  border: 1px solid darkgrey;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px white;
  font-size: 10pt;
}

/* line 356, ../scss/_default.scss */
button:not(:disabled):hover {
  border-color: #515151;
}

/* line 360, ../scss/_default.scss */
button:not(:disabled):active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));
  background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
}

/* line 364, ../scss/_default.scss */
:disabled {
  color: darkgrey;
}

/* line 368, ../scss/_default.scss */
.blue {
  color: #4387fd;
}

/* line 371, ../scss/_default.scss */
.blue2 {
  color: #3c8ef3;
}

/* line 374, ../scss/_default.scss */
.blue3 {
  color: #2a7cdf;
}

/* line 377, ../scss/_default.scss */
.yellow {
  color: #ffd14d;
}

/* line 380, ../scss/_default.scss */
.yellow2 {
  color: #f9cc46;
}

/* line 383, ../scss/_default.scss */
.yellow3 {
  color: #f6c000;
}

/* line 386, ../scss/_default.scss */
.green {
  color: #0da861;
}

/* line 389, ../scss/_default.scss */
.green2 {
  color: #00a86d;
}

/* line 392, ../scss/_default.scss */
.green3 {
  color: #009f5d;
}

/* line 395, ../scss/_default.scss */
.red {
  color: #f44a3f;
}

/* line 398, ../scss/_default.scss */
.red2 {
  color: #e0543e;
}

/* line 401, ../scss/_default.scss */
.red3 {
  color: #d94d3a;
}

/* line 404, ../scss/_default.scss */
.gray {
  color: #e6e6e6;
}

/* line 407, ../scss/_default.scss */
.gray2 {
  color: darkgrey;
}

/* line 410, ../scss/_default.scss */
.gray3 {
  color: #797979;
}

/* line 413, ../scss/_default.scss */
.gray4 {
  color: #515151;
}

/* line 417, ../scss/_default.scss */
.white {
  color: white !important;
}

/* line 420, ../scss/_default.scss */
.black {
  color: black !important;
}

/* line 424, ../scss/_default.scss */
.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 428, ../scss/_default.scss */
table {
  width: 100%;
  border-collapse: -moz-initial;
  border-collapse: initial;
  border-spacing: 2px;
  border-bottom: 1px solid #797979;
}
/* line 435, ../scss/_default.scss */
table tr > td:first-child, table th {
  font-weight: 600;
  color: #515151;
}
/* line 440, ../scss/_default.scss */
table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
/* line 444, ../scss/_default.scss */
table th {
  color: white;
  font-size: 18px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat;
  background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
}
/* line 450, ../scss/_default.scss */
table td, table th {
  font-size: 18px;
  padding: 1em 0.5em;
}
/* line 455, ../scss/_default.scss */
table td.highlight {
  color: #515151;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat;
  background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
}
/* line 460, ../scss/_default.scss */
table.rows {
  border-bottom: none;
  border-right: 1px solid #797979;
}

/* line 466, ../scss/_default.scss */
q {
  font-size: 45px;
  line-height: 1.5em;
}
/* line 470, ../scss/_default.scss */
q:before {
  content: '“';
  position: absolute;
  margin-left: -0.5em;
}
/* line 475, ../scss/_default.scss */
q:after {
  content: '”';
  position: absolute;
  margin-left: 0.1em;
}

/* line 482, ../scss/_default.scss */
slide.fill {
  background-repeat: no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Size variants */
/* line 491, ../scss/_default.scss */
article.smaller p, article.smaller ul {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}
/* line 497, ../scss/_default.scss */
article.smaller table td, article.smaller table th {
  font-size: 14px;
}
/* line 501, ../scss/_default.scss */
article.smaller pre {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
/* line 506, ../scss/_default.scss */
article.smaller q {
  font-size: 40px;
  line-height: 48px;
}
/* line 510, ../scss/_default.scss */
article.smaller q:before, article.smaller q:after {
  font-size: 60px;
}

/* Builds */
/* line 519, ../scss/_default.scss */
.build > * {
  -webkit-transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: opacity 0.5s ease-in-out 0.2s;
  -o-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}
/* line 523, ../scss/_default.scss */
.build .to-build {
  opacity: 0;
}
/* line 527, ../scss/_default.scss */
.build .build-fade {
  opacity: 0.3;
}
/* line 530, ../scss/_default.scss */
.build .build-fade:hover {
  opacity: 1.0;
}

/* line 537, ../scss/_default.scss */
.popup .next .build .to-build {
  opacity: 1;
}
/* line 541, ../scss/_default.scss */
.popup .next .build .build-fade {
  opacity: 1;
}

/* line 1, ../scss/_notes.scss */
.note {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.5em;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: -o-box !important;
  display: box !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(384px);
  -moz-transform: translateY(384px);
  -ms-transform: translateY(384px);
  -o-transform: translateY(384px);
  transform: translateY(384px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 20, ../scss/_notes.scss */
.note > section {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #797979;
  -moz-box-shadow: 0 0 10px #797979;
  box-shadow: 0 0 10px #797979;
  width: 60%;
  padding: 2em;
}

/* line 37, ../scss/_notes.scss */
.with-notes.popup slides.layout-widescreen slide.next,
.with-notes.popup slides.layout-faux-widescreen slide.next {
  -webkit-transform: translate3d(652px, 80px, 0) scale(0.35);
  -moz-transform: translate3d(652px, 80px, 0) scale(0.35);
  -ms-transform: translate3d(652px, 80px, 0) scale(0.35);
  -o-transform: translate3d(652px, 80px, 0) scale(0.35);
  transform: translate3d(652px, 80px, 0) scale(0.35);
}
/* line 40, ../scss/_notes.scss */
.with-notes.popup slides.layout-widescreen slide .note,
.with-notes.popup slides.layout-faux-widescreen slide .note {
  -webkit-transform: translate3d(300px, 868px, 0) scale(1.5);
  -moz-transform: translate3d(300px, 868px, 0) scale(1.5);
  -ms-transform: translate3d(300px, 868px, 0) scale(1.5);
  -o-transform: translate3d(300px, 868px, 0) scale(1.5);
  transform: translate3d(300px, 868px, 0) scale(1.5);
}
/* line 46, ../scss/_notes.scss */
.with-notes.popup slide {
  overflow: visible;
  background: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* line 53, ../scss/_notes.scss */
.with-notes.popup slide:not(.backdrop) {
  -webkit-transform: scale(0.55) translate3d(0.5em, 0.5em, 0);
  -moz-transform: scale(0.55) translate3d(0.5em, 0.5em, 0);
  -ms-transform: scale(0.55) translate3d(0.5em, 0.5em, 0);
  -o-transform: scale(0.55) translate3d(0.5em, 0.5em, 0);
  transform: scale(0.55) translate3d(0.5em, 0.5em, 0);
  -webkit-box-shadow: 0 0 10px #797979;
  -moz-box-shadow: 0 0 10px #797979;
  box-shadow: 0 0 10px #797979;
}
/* line 63, ../scss/_notes.scss */
.with-notes.popup slide.next {
  -webkit-transform: translate3d(632px, 80px, 0) scale(0.35);
  -moz-transform: translate3d(632px, 80px, 0) scale(0.35);
  -ms-transform: translate3d(632px, 80px, 0) scale(0.35);
  -o-transform: translate3d(632px, 80px, 0) scale(0.35);
  transform: translate3d(632px, 80px, 0) scale(0.35);
  opacity: 1 !important;
}
/* line 67, ../scss/_notes.scss */
.with-notes.popup slide.next .note {
  display: none !important;
}
/* line 73, ../scss/_notes.scss */
.with-notes.popup .note {
  width: 119%;
  left: 7px;
  top: 15px;
  height: 384px;
  background: none;
  padding: 0;
  -webkit-transform: translate3d(250px, 868px, 0) scale(1.5);
  -moz-transform: translate3d(250px, 868px, 0) scale(1.5);
  -ms-transform: translate3d(250px, 868px, 0) scale(1.5);
  -o-transform: translate3d(250px, 868px, 0) scale(1.5);
  transform: translate3d(250px, 868px, 0) scale(1.5);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
/* line 85, ../scss/_notes.scss */
.with-notes.popup .note > section {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  padding: 1em;
}
/* line 98, ../scss/_notes.scss */
.with-notes .note {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

/* line 548, ../scss/_default.scss */
.source {
  font-size: 14px;
  color: darkgrey;
  position: absolute;
  bottom: 70px;
  left: 60px;
}

/* line 556, ../scss/_default.scss */
.centered {
  text-align: center;
}

/* line 560, ../scss/_default.scss */
.reflect {
  -webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  -moz-box-reflect: below 3px -moz-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  -o-box-reflect: below 3px -o-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  -ms-box-reflect: below 3px -ms-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  box-reflect: below 3px linear-gradient(rgba(255, 255, 255, 0) 85%, #ffffff 150%);
}

/* line 568, ../scss/_default.scss */
.flexbox {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: -o-box !important;
  display: box !important;
}

/* line 572, ../scss/_default.scss */
.flexbox.vcenter {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}

/* line 578, ../scss/_default.scss */
.flexbox.vleft {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-box-align: left;
  box-align: left;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}

/* line 584, ../scss/_default.scss */
.flexbox.vright {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  box-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}

/* line 590, ../scss/_default.scss */
.auto-fadein {
  -webkit-transition: opacity 0.6s ease-in;
  -webkit-transition-delay: 1s;
  -moz-transition: opacity 0.6s ease-in 1s;
  -o-transition: opacity 0.6s ease-in 1s;
  transition: opacity 0.6s ease-in 1s;
  opacity: 0;
}

/* Clickable/tappable areas */
/* line 596, ../scss/_default.scss */
.slide-area {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 768px;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-top: -384px;
}

/* line 613, ../scss/_default.scss */
#prev-slide-area {
  margin-left: -512px;
}

/* line 618, ../scss/_default.scss */
#next-slide-area {
  margin-left: 512px;
}

/* ===== SLIDE CONTENT ===== */
/* line 626, ../scss/_default.scss */
.logoslide img {
  width: 383px;
  height: 92px;
}

/* line 632, ../scss/_default.scss */
.segue {
  padding: 60px 120px;
}
/* line 635, ../scss/_default.scss */
.segue h2 {
  font-size: 60px;
}
/* line 638, ../scss/_default.scss */
.segue h3 {
  line-height: 2.8;
}
/* line 641, ../scss/_default.scss */
.segue hgroup {
  position: absolute;
  bottom: 275px;
}
/* line 647, ../scss/_default.scss */
.segue.dark h2, .segue.dark h3 {
  color: #e6e6e6;
}

/* line 653, ../scss/_default.scss */
.thank-you-slide {
  background: #4387fd !important;
  color: white;
}
/* line 657, ../scss/_default.scss */
.thank-you-slide h2 {
  font-size: 60px;
  color: inherit;
}
/* line 662, ../scss/_default.scss */
.thank-you-slide article > p {
  margin-top: 2em;
  font-size: 20pt;
}
/* line 667, ../scss/_default.scss */
.thank-you-slide > p {
  position: absolute;
  bottom: 80px;
  font-size: 24pt;
  line-height: 1.3;
}

/* line 675, ../scss/_default.scss */
aside.gdbar {
  height: 107px;
  width: 215px;
  position: absolute;
  left: -1px;
  top: 125px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6)) no-repeat;
  background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  -webkit-background-size: 0% 100%;
  -moz-background-size: 0% 100%;
  -o-background-size: 0% 100%;
  background-size: 0% 100%;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
  /* Better to transition only on background-size, but not sure how to do that with the mixin. */
}
/* line 686, ../scss/_default.scss */
aside.gdbar.right {
  right: 0;
  left: -moz-initial;
  left: initial;
  top: 288px;
  /* 96 is height of gray icon bar */
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* line 693, ../scss/_default.scss */
aside.gdbar.right img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* line 698, ../scss/_default.scss */
aside.gdbar.bottom {
  top: -moz-initial;
  top: initial;
  bottom: 60px;
}
/* line 704, ../scss/_default.scss */
aside.gdbar img {
  width: 85px;
  height: 85px;
  position: absolute;
  right: 0;
  margin: 8px 15px;
}

/* line 715, ../scss/_default.scss */
.title-slide hgroup {
  bottom: 100px;
}
/* line 718, ../scss/_default.scss */
.title-slide hgroup h1 {
  font-size: 65px;
  line-height: 1.4;
  letter-spacing: -3px;
  color: #515151;
}
/* line 725, ../scss/_default.scss */
.title-slide hgroup h2 {
  font-size: 34px;
  color: darkgrey;
  font-weight: inherit;
}
/* line 731, ../scss/_default.scss */
.title-slide hgroup p {
  font-size: 20px;
  color: #797979;
  line-height: 1.3;
  margin-top: 2em;
}

/* line 741, ../scss/_default.scss */
.quote.dark article {
  color: #e6e6e6;
}
/* line 743, ../scss/_default.scss */
.quote.dark article a {
  color: inherit;
  border-color: #e6e6e6;
}
/* line 749, ../scss/_default.scss */
.quote .author {
  font-size: 24px;
  position: absolute;
  bottom: 180px;
  line-height: 1.4;
}

/* line 758, ../scss/_default.scss */
[data-config-contact] a {
  color: white;
  border-bottom: none;
}
/* line 762, ../scss/_default.scss */
[data-config-contact] span {
  width: 115px;
  display: inline-block;
}

/* line 771, ../scss/_default.scss */
.overview.popup .note {
  display: none !important;
}
/* line 777, ../scss/_default.scss */
.overview slides slide {
  display: block;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: auto !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background-color: white;
}
/* line 778, ../scss/_default.scss */
.overview slides slide.backdrop {
  display: none !important;
}
/* line 793, ../scss/_default.scss */
.overview slides slide.far-past, .overview slides slide.past, .overview slides slide.next, .overview slides slide.far-next, .overview slides slide.far-past {
  opacity: 0.5;
  display: block;
}
/* line 798, ../scss/_default.scss */
.overview slides slide.current {
  opacity: 1;
}
/* line 804, ../scss/_default.scss */
.overview .slide-area {
  display: none;
}

@media print {
  /* line 3, ../scss/_print.scss */
  slides slide {
    display: block !important;
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background-color: white;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: 100%;
    height: 100%;
    page-break-after: always;
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    color: #555;
  }
  /* line 23, ../scss/_print.scss */
  slides slide.far-past, slides slide.past, slides slide.next, slides slide.far-next, slides slide.far-past, slides slide.current {
    opacity: 1 !important;
    display: block !important;
  }
  /* line 29, ../scss/_print.scss */
  slides slide .build > * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 34, ../scss/_print.scss */
  slides slide .build .to-build,
  slides slide .build .build-fade {
    opacity: 1;
  }
  /* line 39, ../scss/_print.scss */
  slides slide .auto-fadein {
    opacity: 1 !important;
  }
  /* line 43, ../scss/_print.scss */
  slides slide.backdrop {
    display: none !important;
  }
  /* line 47, ../scss/_print.scss */
  slides slide table.rows {
    border-right: 0;
  }
  /* line 52, ../scss/_print.scss */
  slides slide[hidden] {
    display: none !important;
  }

  /* line 57, ../scss/_print.scss */
  .slide-area {
    display: none;
  }

  /* line 61, ../scss/_print.scss */
  .reflect {
    -webkit-box-reflect: none;
    -moz-box-reflect: none;
    -o-box-reflect: none;
    -ms-box-reflect: none;
    box-reflect: none;
  }

  /* line 69, ../scss/_print.scss */
  pre, code {
    font-family: monospace !important;
  }
}
@font-face {
  font-family: 'OpenWeb Icons';
  src: url("../font/openwebicons.eot");
  src: url("../font/openwebicons.eot?#iefix") format("embedded-opentype"), url("../font/openwebicons.woff") format("woff"), url("../font/openwebicons.ttf") format("truetype"), url("../font/openwebicons.svg#openweb_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 9, ../scss/_openwebicons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'OpenWeb Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: center;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 20, ../scss/_openwebicons.scss */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* line 25, ../scss/_openwebicons.scss */
.icon-apml:before {
  content: "\f001";
}

/* line 29, ../scss/_openwebicons.scss */
.icon-apml-colored:before {
  content: "\f001";
  color: #AFDD63;
}

/* line 34, ../scss/_openwebicons.scss */
.icon-open-share:before {
  content: "\f00E";
}

/* line 38, ../scss/_openwebicons.scss */
.icon-open-share-simple:before {
  content: "\f00F";
}

/* line 42, ../scss/_openwebicons.scss */
.icon-open-share-colored:before {
  content: "\f00E";
  color: #538439;
}

/* line 47, ../scss/_openwebicons.scss */
.icon-share:before {
  content: "\f006";
}

/* line 51, ../scss/_openwebicons.scss */
.icon-share-simple:before {
  content: "\f007";
}

/* line 55, ../scss/_openwebicons.scss */
.icon-share-colored:before {
  content: "\f006";
  color: #538439;
}

/* line 60, ../scss/_openwebicons.scss */
.icon-feed:before {
  content: "\f009";
}

/* line 64, ../scss/_openwebicons.scss */
.icon-feed-simple:before {
  content: "\f00A";
}

/* line 68, ../scss/_openwebicons.scss */
.icon-feed-colored:before {
  content: "\f009";
  color: #EA680B;
}

/* line 73, ../scss/_openwebicons.scss */
.icon-ostatus:before {
  content: "\f004";
}

/* line 77, ../scss/_openwebicons.scss */
.icon-ostatus-simple:before {
  content: "\f005";
}

/* line 81, ../scss/_openwebicons.scss */
.icon-ostatus-colored:before {
  content: "\f004";
  color: #FF6600;
}

/* line 86, ../scss/_openwebicons.scss */
.icon-opml:before {
  content: "\f003";
}

/* line 90, ../scss/_openwebicons.scss */
.icon-opml-colored:before {
  content: "\f003";
  color: #2490A1;
}

/* line 95, ../scss/_openwebicons.scss */
.icon-activity:before {
  content: "\f010";
}

/* line 99, ../scss/_openwebicons.scss */
.icon-activity-simple:before {
  content: "\f041";
}

/* line 103, ../scss/_openwebicons.scss */
.icon-activity-colored:before {
  content: "\f010";
  color: #4FB2D9;
}

/* line 108, ../scss/_openwebicons.scss */
.icon-microformats:before {
  content: "\f00C";
}

/* line 112, ../scss/_openwebicons.scss */
.icon-microformats-colored:before {
  content: "\f00C";
  color: #85BC07;
}

/* line 117, ../scss/_openwebicons.scss */
.icon-geo:before {
  content: "\f00B";
}

/* line 121, ../scss/_openwebicons.scss */
.icon-geo-colored:before {
  content: "\f00B";
  color: #990000;
}

/* line 126, ../scss/_openwebicons.scss */
.icon-opensearch:before {
  content: "\f002";
}

/* line 130, ../scss/_openwebicons.scss */
.icon-opensearch-colored:before {
  content: "\f002";
  color: #5050f3;
}

/* line 135, ../scss/_openwebicons.scss */
.icon-oauth:before {
  content: "\f008";
}

/* line 139, ../scss/_openwebicons.scss */
.icon-openid:before {
  content: "\f00D";
}

/* line 143, ../scss/_openwebicons.scss */
.icon-semantic-web:before {
  content: "\f000";
}

/* line 147, ../scss/_openwebicons.scss */
.icon-rdf:before {
  content: "\f039";
}

/* line 151, ../scss/_openwebicons.scss */
.icon-rdfa:before {
  content: "\f039";
}

/* line 155, ../scss/_openwebicons.scss */
.icon-owl:before {
  content: "\f039";
}

/* line 159, ../scss/_openwebicons.scss */
.icon-dataportability:before {
  content: "\f013";
}

/* line 163, ../scss/_openwebicons.scss */
.icon-federated:before {
  content: "\f011";
}

/* line 167, ../scss/_openwebicons.scss */
.icon-web-intents:before {
  content: "\f014";
}

/* line 171, ../scss/_openwebicons.scss */
.icon-open-web:before {
  content: "\f012";
}

/* line 175, ../scss/_openwebicons.scss */
.icon-xmpp:before {
  content: "\f015";
}

/* line 179, ../scss/_openwebicons.scss */
.icon-html5:before {
  content: "\f016";
}

/* line 183, ../scss/_openwebicons.scss */
.icon-html5-colored:before {
  content: "\f016";
  color: #E34C26;
}

/* line 188, ../scss/_openwebicons.scss */
.icon-css3:before {
  content: "\f017";
}

/* line 192, ../scss/_openwebicons.scss */
.icon-connectivity:before {
  content: "\f018";
}

/* line 196, ../scss/_openwebicons.scss */
.icon-semantics:before {
  content: "\f019";
}

/* line 200, ../scss/_openwebicons.scss */
.icon-3deffects:before {
  content: "\f037";
}

/* line 204, ../scss/_openwebicons.scss */
.icon-device-access:before {
  content: "\f031";
}

/* line 208, ../scss/_openwebicons.scss */
.icon-multimedia:before {
  content: "\f032";
}

/* line 212, ../scss/_openwebicons.scss */
.icon-offline-storage:before {
  content: "\f033";
}

/* line 216, ../scss/_openwebicons.scss */
.icon-perfintegration:before {
  content: "\f034";
}

/* line 220, ../scss/_openwebicons.scss */
.icon-git:before {
  content: "\f035";
}

/* line 224, ../scss/_openwebicons.scss */
.icon-git-colored:before {
  content: "\f035";
  color: #F05133;
}

/* line 229, ../scss/_openwebicons.scss */
.icon-webhooks:before {
  content: "\f036";
}

/* line 233, ../scss/_openwebicons.scss */
.icon-osi:before {
  content: "\f038";
}

/* line 237, ../scss/_openwebicons.scss */
.icon-opensource:before {
  content: "\f038";
}

/* line 241, ../scss/_openwebicons.scss */
.icon-osi-colored:before {
  content: "\f038";
  color: #3DA639;
}

/* line 246, ../scss/_openwebicons.scss */
.icon-opensource-colored:before {
  content: "\f038";
  color: #3DA639;
}

/* line 251, ../scss/_openwebicons.scss */
.icon-opengraph:before {
  content: "\f020";
}

/* line 255, ../scss/_openwebicons.scss */
.icon-epub:before {
  content: "\f021";
}

/* line 259, ../scss/_openwebicons.scss */
.icon-epub-colored:before {
  content: "\f021";
  color: #85b916;
}

/* line 264, ../scss/_openwebicons.scss */
.icon-qr:before {
  content: "\f022";
}

/* line 268, ../scss/_openwebicons.scss */
.icon-foaf:before {
  content: "\f023";
}

/* line 272, ../scss/_openwebicons.scss */
.icon-info-card:before {
  content: "\f024";
}

/* line 276, ../scss/_openwebicons.scss */
.icon-info-card-colored:before {
  content: "\f024";
  color: #BF84E5;
}

/* line 281, ../scss/_openwebicons.scss */
.icon-browserid:before {
  content: "\f025";
}

/* line 285, ../scss/_openwebicons.scss */
.icon-remote-storage:before {
  content: "\f026";
}

/* line 289, ../scss/_openwebicons.scss */
.icon-remote-storage-colored:before {
  content: "\f026";
  color: #ff4e09;
}

/* line 294, ../scss/_openwebicons.scss */
.icon-persona:before {
  content: "\f027";
}

/* line 298, ../scss/_openwebicons.scss */
.icon-odata:before {
  content: "\f028";
}

/* line 302, ../scss/_openwebicons.scss */
.icon-odata-colored:before {
  content: "\f028";
  color: #EA680B;
}

/* line 307, ../scss/_openwebicons.scss */
.icon-markdown:before {
  content: "\f029";
}

/* line 311, ../scss/_openwebicons.scss */
.icon-tosdr:before {
  content: "\f030";
}

/* line 315, ../scss/_openwebicons.scss */
.icon-cc:before {
  content: "\f080";
}

/* line 319, ../scss/_openwebicons.scss */
.icon-cc-by:before {
  content: "\f081";
}

/* line 323, ../scss/_openwebicons.scss */
.icon-cc-nc:before {
  content: "\f082";
}

/* line 327, ../scss/_openwebicons.scss */
.icon-cc-nc-eu:before {
  content: "\f083";
}

/* line 331, ../scss/_openwebicons.scss */
.icon-cc-nc-jp:before {
  content: "\f084";
}

/* line 335, ../scss/_openwebicons.scss */
.icon-cc-sa:before {
  content: "\f085";
}

/* line 339, ../scss/_openwebicons.scss */
.icon-cc-nd:before {
  content: "\f086";
}

/* line 343, ../scss/_openwebicons.scss */
.icon-cc-public:before {
  content: "\f087";
}

/* line 347, ../scss/_openwebicons.scss */
.icon-cc-zero:before {
  content: "\f088";
}

/* line 351, ../scss/_openwebicons.scss */
.icon-cc-share:before {
  content: "\f089";
}

/* line 355, ../scss/_openwebicons.scss */
.icon-cc-remix:before {
  content: "\f08a";
}

/* line 359, ../scss/_openwebicons.scss */
.icon-hatom:before {
  content: "\f040";
}

/* line 363, ../scss/_openwebicons.scss */
.icon-hresume:before {
  content: "\f042";
}

/* line 367, ../scss/_openwebicons.scss */
.icon-hcard-add:before {
  content: "\f043";
}

/* line 371, ../scss/_openwebicons.scss */
.icon-hcard-download:before {
  content: "\f044";
}

/* line 375, ../scss/_openwebicons.scss */
.icon-indieweb:before {
  content: "\f08b \f08c";
}

/* line 379, ../scss/_openwebicons.scss */
.icon-indiewebcamp:before {
  content: "\f08b \f08c \f08d";
}

/* line 383, ../scss/_openwebicons.scss */
.icon-webfinger:before {
  content: "\f08e";
}

/* line 387, ../scss/_openwebicons.scss */
.icon-bitcoin:before {
  content: "\f08f";
}

/* line 391, ../scss/_openwebicons.scss */
.icon-bitcoin-simple:before {
  content: "\f090";
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 25, ../scss/style.scss */
::selection {
  background-color: #f89622;
}

/* line 29, ../scss/style.scss */
aside.gdbar img {
  margin: 11px 15px;
}

/* line 33, ../scss/style.scss */
.note p + p {
  margin-top: 1em;
}

/* line 38, ../scss/style.scss */
.title-slide hgroup > p {
  font-size: 1em;
}

/* line 43, ../scss/style.scss */
.source {
  background: rgba(0, 0, 0, 0.7);
  color: inherit;
  padding: 1em;
  bottom: 40px;
}
/* line 48, ../scss/style.scss */
.source a {
  color: #e6e6e6;
  text-decoration: none;
}

/* line 55, ../scss/style.scss */
slides > slide:before {
  background: none !important;
  content: none !important;
}
/* line 59, ../scss/style.scss */
slides > slide:after {
  content: none !important;
}

/* line 64, ../scss/style.scss */
slide.blue-background {
  background: #1d6377 !important;
}
/* line 66, ../scss/style.scss */
slide.blue-background h2, slide.blue-background h3 {
  color: #e6e6e6;
}

/* line 72, ../scss/style.scss */
.android-beauty article ul {
  margin: -30px 0 0 0;
  list-style: none;
}
/* line 76, ../scss/style.scss */
.android-beauty article ul li {
  display: block;
  position: absolute;
  background-color: #FFF;
}
/* line 80, ../scss/style.scss */
.android-beauty article ul li[class=""] img {
  opacity: 0.35;
}
/* line 83, ../scss/style.scss */
.android-beauty article ul li:before {
  content: none;
}
/* line 87, ../scss/style.scss */
.android-beauty article ul img {
  -webkit-transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: opacity 0.5s ease-in-out 0.2s;
  -o-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
  -webkit-box-shadow: #666666 0 10px 20px;
  -moz-box-shadow: #666666 0 10px 20px;
  box-shadow: #666666 0 10px 20px;
  height: 720px;
  width: auto;
}
/* line 93, ../scss/style.scss */
.android-beauty article ul .build-current {
  opacity: 1.0em;
}
/* line 96, ../scss/style.scss */
.android-beauty article ul #instagram {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
  top: 30px;
  left: 0%;
}
/* line 101, ../scss/style.scss */
.android-beauty article ul #facebook {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  top: 0;
  left: 0;
}
/* line 106, ../scss/style.scss */
.android-beauty article ul #google-plus {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  top: 5%;
  left: 25%;
}
/* line 111, ../scss/style.scss */
.android-beauty article ul #path {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  top: 15px;
  left: 27%;
}
/* line 116, ../scss/style.scss */
.android-beauty article ul #pinterest {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  top: 10px;
  left: 48%;
}
/* line 121, ../scss/style.scss */
.android-beauty article ul #vine {
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg);
  top: 20px;
  left: 58%;
}

/* line 130, ../scss/style.scss */
.screenshots img {
  max-width: 95%;
  max-height: 80%;
  margin: 0 1em;
  -webkit-box-shadow: #666666 0 10px 20px;
  -moz-box-shadow: #666666 0 10px 20px;
  box-shadow: #666666 0 10px 20px;
}
/* line 136, ../scss/style.scss */
.screenshots.nobackground img {
  display: inline-block;
  max-height: 90%;
}

/* line 142, ../scss/style.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 152, ../scss/style.scss */
#https .lock {
  font-family: 'FontAwesome';
  font-size: 7em;
}
/* line 155, ../scss/style.scss */
#https .lock:before {
  content: "\f023";
}
/* line 159, ../scss/style.scss */
#https .overlay {
  padding: 5em 3em;
}
/* line 161, ../scss/style.scss */
#https .overlay .author {
  bottom: 450px;
}

/* line 169, ../scss/style.scss */
slide.current.highlight article b {
  font-weight: normal;
}

/* line 177, ../scss/style.scss */
.highlight-code slide.current.highlight article * {
  color: rgba(230, 230, 230, 0.3);
  -webkit-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
}
/* line 181, ../scss/style.scss */
.highlight-code slide.current.highlight article b {
  color: #e6e6e6;
}

/* line 187, ../scss/style.scss */
.thank-you-slide {
  background: #1d6377 !important;
}

/* line 191, ../scss/style.scss */
em {
  font-style: italic;
}

/* line 195, ../scss/style.scss */
strong {
  font-weight: bold;
}
