html {
    height: 100%;
    overflow: hidden;
}

body {
    color: #313334;
    background: #ffffff;

    padding: 0;

    margin: 0;

    display: block !important;

    height: 100%;
    min-height: 740px;

    overflow-x: hidden;
    overflow-y: auto;

    -webkit-font-smoothing: antialiased;
}

.xeolabsLogo {

    position: absolute;
    left: 0;
    top: 0;
    z-index: 996;
    height: auto;
    width: auto;
}

#top {
    width: 100%;
    height: 80px;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: white url("../images/scenejs.png") no-repeat 0;

}

#top .links {
    margin-left: 150px;
    width: auto;
    padding-top: 10px;
    text-align: right;
}

#top .links a {
    font: 18px Helvetica, arial, freesans, clean, sans-serif !important;
}

#top .links span {
    font: 18px Helvetica, arial, freesans, clean, sans-serif !important;
}

#header {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: -webkit-linear-gradient(top, #4B90C3, #0D63A3);
}

#header .inner {
    width: 100%;
    height: 100%;
    max-width: 996px;
    margin: auto;
}

#image {
    background: white;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#intro {
    background: white;
    width: 100%;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: auto;
    height: auto;
}

#intro p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5em !important;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 2px #c8c8c8;
    margin-top:10px !important;
    color: #676767;
    /*text-transform: uppercase;*/
}

#intro a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 5px #c8c8c8;
    color: #091967;
    /*text-transform: uppercase;*/
}

#intro .strong {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 5px #c8c8c8;
    color: #091967;
    /*text-transform: uppercase;*/
}

#container {
    background: white;
    width: 100%;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: auto;
}

.configs {
    background: #ffffff;
    padding: 10px;
    height: auto;
}

.configs .section {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-top: 20px;
    color: #333;
    line-height: 1.6;
    font: 16px Helvetica, arial, freesans, clean, sans-serif;
}

.slides {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    position: absolute;

    -webkit-transform: translate3d(0, 0, 0);
}

.slides > article {
    display: block;

    position: absolute;
    overflow: hidden;

    width: 996px;
    height: 700px;

    left: 50%;
    top: 50%;

    margin-left: -450px;
    margin-top: -350px;

    padding: 40px 60px;

    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border-radius: 0px;
    -o-border-radius: 00px;
    -moz-border-radius: 00px;
    -webkit-border-radius: 0px;

    background-color: white;

    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
    /* border: 1px solid rgba(0, 0, 0, .3); */

    transition: transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
}

.slides.layout-widescreen > article {
    margin-left: -550px;
    width: 996px;
}

.slides.layout-faux-widescreen > article {
    margin-left: -550px;
    width: 996px;

    padding: 40px 160px;
}

.slides > article:not(.nobackground):not(.biglogo):not(.fill) {
    /*  background: white url(images/colorbar.png) bottom left repeat-x; */
}

.slides > article:not(:first-of-type):not(.biglogo):not(.fill):not(.nobackground):after {
    content: attr(data-slide-num) ' / ' attr(data-total-slides);
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 12px;
    color: black;
    font-weight: lighter;
    -webkit-transform: rotate(-45deg);
}

.slides.layout-widescreen > article:not(.nobackground):not(.biglogo),
.slides.layout-faux-widescreen > article:not(.nobackground):not(.biglogo) {
    background-position-x: 0, 840px;
}

/* Clickable/tappable areas */

.slide-area {
    z-index: 1000;

    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 700px;

    left: 50%;
    top: 50%;

    cursor: pointer;
    margin-top: -350px;

    tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

#prev-slide-area {
    margin-left: -550px;
}

#next-slide-area {
    margin-left: 400px;
}

.slides.layout-widescreen #prev-slide-area,
.slides.layout-faux-widescreen #prev-slide-area {
    margin-left: -650px;
}

.slides.layout-widescreen #next-slide-area,
.slides.layout-faux-widescreen #next-slide-area {
    margin-left: 500px;
}

/* Slide styles */

article.biglogo {
    background: url(images/three_dof.png) 50% 50% no-repeat, black;
}

/* Slides */

.slides {
    -webkit-perspective: 1400px;
}

.slides > article {
    display: none;
}

.slides > article.far-past {
    display: block;
    transform: translate(-2040px);
    -o-transform: translate(-2040px);
    -moz-transform: translate(-2040px);
    -webkit-transform: translate3d(-2040px, 0, 0);
}

.slides > article.past {
    display: block;
    transform: translate(-1020px);
    -o-transform: translate(-1020px);
    -moz-transform: translate(-1020px);
    -webkit-transform: translate3d(-1180px, 0, -200px) rotateY(30deg) rotateX(30deg) rotateZ(-5deg);
}

.slides > article.current {
    display: block;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate3d(0, 0, 0);
}

.slides > article.current.title {
    -webkit-transform: rotate(45deg);
}

.slides > article.current.bonkers {
    -webkit-transform: rotate(-45deg);
}

.slides > article.next {
    display: block;
    transform: translate(1020px);
    -o-transform: translate(1020px);
    -moz-transform: translate(1020px);
    -webkit-transform: translate3d(1180px, 0, -200px) rotateY(-30deg) rotateX(30deg) rotateZ(5deg);
}

.slides > article.far-next {
    display: block;
    transform: translate(2040px);
    -o-transform: translate(2040px);
    -moz-transform: translate(2040px);
    -webkit-transform: translate3d(2040px, 0, 0);
}

.slides.layout-widescreen > article.far-past,
.slides.layout-faux-widescreen > article.far-past {
    display: block;
    transform: translate(-2260px);
    -o-transform: translate(-2260px);
    -moz-transform: translate(-2260px);
    -webkit-transform: translate3d(-2260px, 0, 0);
}

.slides.layout-widescreen > article.past,
.slides.layout-faux-widescreen > article.past {
    display: block;
    transform: translate(-1130px);
    -o-transform: translate(-1130px);
    -moz-transform: translate(-1130px);
    -webkit-transform: translate3d(-1130px, 0, 0);
}

.slides.layout-widescreen > article.current,
.slides.layout-faux-widescreen > article.current {
    display: block;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate3d(0, 0, 0);
}

.slides.layout-widescreen > article.next,
.slides.layout-faux-widescreen > article.next {
    display: block;
    transform: translate(1130px);
    -o-transform: translate(1130px);
    -moz-transform: translate(1130px);
    -webkit-transform: translate3d(1130px, 0, 0);
}

.slides.layout-widescreen > article.far-next,
.slides.layout-faux-widescreen > article.far-next {
    display: block;
    transform: translate(2260px);
    -o-transform: translate(2260px);
    -moz-transform: translate(2260px);
    -webkit-transform: translate3d(2260px, 0, 0);
}

/* Styles for slides */

.slides > article {
    font-family: 'Open Sans', Arial, sans-serif;

    color: #545454;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);

    font-size: 30px;
    line-height: 36px;

    letter-spacing: -1px;
}

b {
    font-weight: 600;
}

.blue {
    color: rgb(0, 102, 204);
}

.yellow {
    color: rgb(255, 211, 25);
}

.green {
    color: rgb(0, 138, 53);
}

.red {
    color: rgb(255, 0, 0);
}

.black {
    color: black;
}

.white {
    color: white;
}

a {
    color: rgb(0, 102, 204);
    font: 14px Helvetica, arial, freesans, clean, sans-serif;
    text-decoration: none !important;
}

a:visited {
    color: rgba(0, 102, 204, .75);
}

a:hover {
    color: #1dceff;
}

a.button {
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 15px;
    background: #98fb98;
    padding: 5px;
    border: 1px grey solid;
}

p {
    margin: 0;
    padding: 0;

    margin-top: 15px;

    color: #333;

    line-height: 1.4em !important;
    font: 14px Helvetica, arial, freesans, sans-serif;
}

p:first-child {
    margin-top: 0;
}

h1, h2, h3 {
    font-family: 'Arial';
    font-weight: bold;
}

h1 {
    font-size: 80px;
    line-height: 1.5;
    padding: 0;
    padding-top: 20px;
    margin: 0;

    /*position: absolute;*/
    /*bottom: 40px;*/
    /*left: 120px;*/
    /*padding-right: 40px;*/

    color: white;
    /*-webkit-transform: rotate(-45deg) translateX(-1000px);*/
    /*-webkit-transition: -webkit-transform 0.3s 0.4s ease-in-out;*/
}

h1 a {
    font-size: 80px;
    font-family: 'Raleway';
    font-weight: normal;
    -webkit-transform-origin: 0% 100%;
}

.current h1 {
    -webkit-transform: rotate(-45deg);
}

h2 {
    font-size: 30px;
    line-height: 1.5;

    /*position: absolute;*/
    /*bottom: 40px;*/
    /*left: 120px;*/
    padding-top: 40px;
    font-weight: bold;
    margin: 0;

    /*padding-right: 40px;*/

    /*-webkit-transform: rotate(-45deg) translateX(1000px);*/
    /*-webkit-transition: -webkit-transform 0.3s 0.4s ease-in-out;*/
}

h2.subtitle {
    color: black;
    font-size: 60px;
    bottom: 40px;
    left: 210px;
    padding-left: 430px;
    white-space: nowrap;
    /*-webkit-transition: -webkit-transform 0.3s 0.8s ease-in-out;*/
}

.current h2 {
}

h3.subtitle {
    line-height: 1.5;

    position: absolute;

    padding: 0;
    margin: 0;
    padding-right: 20px;

    color: #880000;

    font-size: 24px;
    bottom: 10px;
    left: 280px;
    padding-left: 156px;
    white-space: nowrap;
}

.current h3.subtitle {
}

/*h3 {*/
/*font-size: 20px;*/
/*line-height: 1.2;*/
/*font-weight: bold;*/
/*color: #333;*/
/*padding: 0;*/
/*margin: 0;*/
/*padding-right: 40px;*/
/*padding-top: 30px;*/
/*}*/

.logo {
    font-family: 'Arial';
    font-size: 32px;
    font-weight: bold;
    -webkit-transform-origin: 0% 100%;
    text-shadow: 0 0 1px #114166;
    background: url('../examples/images/a-xeolabs-project.png') no-repeat top right;
}

article.fill h3 {
    background: rgba(255, 255, 255, .75);
    padding-top: .2em;
    padding-bottom: .3em;
    margin-top: -.2em;
    margin-left: -60px;
    padding-left: 60px;
    margin-right: -60px;
    padding-right: 60px;
}

ul {
    /*list-style: none;*/
    margin: 0;
    padding: 0;

    margin-top: 0;

    margin-left: .75em;
}

ul:first-child {
    margin-top: 0;
}

ul ul {
    margin-top: 0;
}

ul.notes {
    padding-top: 15px;
}

ul.notes li {
    list-style-type: none;
    background: url('../images/arrow_right_green.png') no-repeat top left;
    padding-left: 25px;
    padding-bottom: 10px;
}

li {
    font-family: 'Helvetica';
    padding: 0;
    margin: 0;
    margin-top: 0.0em;
    margin-bottom: .4em;
}

li::before {

    width: .75em;
    margin-left: -.75em;

    position: absolute;
}

h3.feature-category {
    font-family: 'Helvetica';
    /*margin-top: 1.0em !important;*/
    /*margin-bottom: 1.0em !important;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*color: #8F3434;*/

    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #8F3434;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 4px;
}

.feature-subcategory {
    font-family: 'Helvetica';
    margin-top: 0.2em !important;
    margin-bottom: 0.2em !important;
    font-size: 14px;
    font-weight: normal;
    padding-left: 22px;
    background: url("../images/bullet-point.png") no-repeat 8px 2px !important;
}


.feature-category-description {
    color: #71705a;
    text-decoration: none;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

/*.infoFirst {*/
    /*color: #71705a;*/
    /*text-decoration: none;*/
    /*font-style: italic;*/
    /*font-size: 14px;*/
    /*background-color: aliceblue;*/
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    /*margin-top: 0;*/
    /*margin-bottom: 4px;*/
/*}*/

pre {
    font-family: 'Droid Sans Mono', 'Courier New', monospace;

    font-size: 13px;
    line-height: 19px;
    padding: 5px 10px;

    letter-spacing: -1px;

    margin-bottom: 40px;

    color: black;
    background: rgb(240, 240, 240);
    border: 1px solid rgb(224, 224, 224);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);

    overflow: hidden;
}

code {
    /*font-size: 75%;*/
    margin-left: 0.1em;
    margin-right: 0.1em;
    font-family: 'Droid Sans Mono', 'Courier New', monospace;

    color: #000000;
    padding-left: 4px;
    padding-right: 4px;;
    background-color: #ebe8f4;
}

iframe {
    width: 100%;

    height: 620px;

    background: white;
    border: 1px solid rgb(192, 192, 192);
    margin: -1px;
    /*box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);*/
}

h3 + iframe {
    margin-top: 40px;
    height: 440px;
}

iframe + p {
    margin-top: 0px;
}

button {
    display: inline-block;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F9F9F9), to(#E3E3E3));
    background: -webkit-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -moz-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -ms-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -o-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    border: 1px solid #999;
    -webkit-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 #fff;
    font-weight: 700;
    font-size: 10pt;
}

button:hover {
    border-color: black;
}

button:active {
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#E3E3E3), to(#F9F9F9));
    background: -webkit-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -moz-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -ms-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -o-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
}

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

    border: 0;
    margin: 0;

    border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    z-index: -1;
}

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

    border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    z-index: -1;
}

.centered {
    text-align: center;
}

img.centered {
    margin: 0 auto;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

th {
    font-weight: 600;
    text-align: left;
}

td,
th {
    border: 1px solid rgb(224, 224, 224);
    padding: 5px 10px;
    vertical-align: top;
}

.source {
    position: absolute;
    left: 60px;
    top: 644px;
    padding-right: 175px;

    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}

.source a {
    color: inherit;
}

q {
    display: block;
    font-size: 60px;
    line-height: 72px;

    margin-left: 20px;

    margin-top: 100px;
    margin-right: 150px;
}

q::before {
    content: '“';

    position: absolute;
    display: inline-block;
    margin-left: -2.1em;
    width: 2em;
    text-align: right;

    font-size: 90px;
    color: rgb(192, 192, 192);
}

q::after {
    content: '”';

    position: absolute;
    margin-left: .1em;

    font-size: 90px;
    color: rgb(192, 192, 192);
}

div.author {
    text-align: right;
    font-size: 40px;

    margin-top: 20px;
    margin-right: 150px;
}

div.author::before {
    content: '—';
}

/* Size variants */

p.small {
    font-size: 65%;
}

p.beta {
    font-size: 14pt;
    color: red;
    font-weight: bold;
}

article.smaller p,
article.smaller ul {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}

article.smaller table {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}

article.smaller pre {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
}

article.smaller q {
    font-size: 40px;
    line-height: 48px;
}

article.smaller q::before,
article.smaller q::after {
    font-size: 60px;
}

/* Builds */

.build > * {
    transition: opacity 0.5s ease-in-out 0.2s;
    -o-transition: opacity 0.5s ease-in-out 0.2s;
    -moz-transition: opacity 0.5s ease-in-out 0.2s;
    -webkit-transition: opacity 0.5s ease-in-out 0.2s;
}

.to-build {
    opacity: 0;
}

/* Pretty print */

.prettyprint .str, /* string content */
.prettyprint .atv {
    /* a markup attribute value */
    color: rgb(0, 138, 53);
}

.prettyprint .kwd, /* a keyword */
.prettyprint .tag {
    /* a markup tag name */
    color: rgb(0, 102, 204);
}

.prettyprint .com {
    /* a comment */
    color: rgb(127, 127, 127);
    font-style: italic;
}

.prettyprint .lit {
    /* a literal value */
    color: rgb(127, 0, 0);
}

.prettyprint .pun, /* punctuation, lisp open bracket, lisp close bracket */
.prettyprint .opn,
.prettyprint .clo {
    color: rgb(127, 127, 127);
}

.prettyprint .typ, /* a type name */
.prettyprint .atn, /* a markup attribute name */
.prettyprint .dec,
.prettyprint .var {
    /* a declaration; a variable name */
    color: rgb(127, 0, 127);
}

.note {
    pointer-events: none;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
}

.note > section {
    position: relative;
    top: 0;
    left: 0;
    width: 700px;
    height: 400px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 1px 1px 10px black;
    color: black;
    background: rgb(215, 215, 215);
    background: -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
}

.with-notes .note {
    opacity: 0.9;
    pointer-events: auto;
}

#title > div {
    font-size: 30px;
    margin-top: 200px;
    color: rgb(171, 171, 171);
}

.pageSeparator {
    background: url("../images/page-separator.jpg") no-repeat center #ffffff;

    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;;
}

.exampleMenu {

}

.elevatorPitch {
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}