@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Entypo';
  src: url("entypo.eot");
  src: local("☺"), url("entypo.woff") format("woff"), url("entypo.otf") format("opentype"), url("entypo.svg") format("svg"); }

a {
  transition: all .25s; }

body, html {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #33333f;
  overflow: hidden; }
  body.slides #slides, html.slides #slides {
    bottom: 0; }
  body.slides #slide, html.slides #slide {
    bottom: 190px; }
  body.tools #tools, html.tools #tools {
    top: 0; }
  body.tools #slide, html.tools #slide {
    top: 50px; }

#tools {
  position: absolute;
  top: -50px;
  height: 50px;
  width: 100%;
  transition: all 0.5s;
  background-color: #eeeeee;
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  z-index: 100;
  box-sizing: border-box; }
  #tools a {
    font-family: 'Entypo';
    font-size: 40px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #aaaaaa;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); }
    #tools a:hover {
      color: #33333f; }

#slides {
  position: absolute;
  bottom: -190px;
  height: 190px;
  transition: all 0.5s;
  z-index: 80;
  font-size: 20px;
  width: 100%;
  overflow-x: scroll; }
  #slides .slide_sample {
    color: #6c6c85;
    display: inline-block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    text-shadow: 0 2px 0 #1c1c23; }
    #slides .slide_sample .sample {
      cursor: pointer;
      margin: 15px 15px 10px 15px;
      height: 125px;
      padding: 7px;
      border-radius: 8px;
      border: 3px solid transparent;
      box-sizing: border-box; }
      #slides .slide_sample .sample svg {
        box-shadow: 0 2px 0 #1c1c23; }
        #slides .slide_sample .sample svg path {
          transition: all .25s;
          fill: #6c6c85; }
    #slides .slide_sample:hover {
      color: #b5b5df; }
      #slides .slide_sample:hover .sample svg path {
        fill: #b5b5df; }
    #slides .slide_sample.current {
      color: white;
      text-shadow: 0 2px 0 #050507; }
      #slides .slide_sample.current .sample {
        border: 3px solid white;
        box-shadow: 0 2px 0 #050507; }
        #slides .slide_sample.current .sample svg {
          box-shadow: 0 2px 0 #050507; }
          #slides .slide_sample.current .sample svg path {
            fill: white; }

#slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 90; }
  #slide #canvas {
    position: relative;
    width: 100%;
    height: 100%; }
    #slide #canvas .inside {
      position: relative;
      width: 100%;
      height: 100%; }
    #slide #canvas .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: white;
      transition: all 1s ease-in-out; }
      #slide #canvas .slide.current {
        z-index: 10; }
      #slide #canvas .slide.headline .some_content {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 10%;
        right: 10%;
        margin-top: -3.5em; }
      #slide #canvas .slide.headline .some_headline {
        font-size: 6em;
        font-weight: normal;
        line-height: 1;
        margin: 0; }
      #slide #canvas .slide.headline .some_subheadline {
        font-size: 2em;
        font-weight: 200;
        line-height: 1;
        margin: 0;
        color: #666; }
      #slide #canvas .slide.bullet .some_content {
        position: absolute;
        left: 5%;
        top: 5%;
        right: 5%;
        bottom: 5%; }
      #slide #canvas .slide.bullet .some_headline {
        font-size: 3.5em;
        font-weight: normal;
        margin: 0;
        line-height: 1; }
      #slide #canvas .slide.bullet .some_list {
        font-size: 1.75em;
        font-weight: 200;
        box-sizing: border-box;
        position: absolute;
        padding-left: 1.25em;
        top: 50%; }
        #slide #canvas .slide.bullet .some_list:after {
          content: '';
          display: block;
          clear: both; }
        #slide #canvas .slide.bullet .some_list li {
          width: 100%;
          float: left;
          margin: .5em 0; }
      #slide #canvas .slide.bullets .some_content {
        position: absolute;
        left: 5%;
        top: 5%;
        right: 5%;
        bottom: 5%; }
      #slide #canvas .slide.bullets .some_headline {
        font-size: 3.5em;
        font-weight: normal;
        margin: 0;
        line-height: 1; }
      #slide #canvas .slide.bullets .some_list {
        font-size: 1.75em;
        font-weight: 200;
        box-sizing: border-box;
        position: absolute;
        padding-left: 1.25em;
        top: 50%; }
        #slide #canvas .slide.bullets .some_list:after {
          content: '';
          display: block;
          clear: both; }
        #slide #canvas .slide.bullets .some_list li {
          width: 47%;
          float: left;
          margin: .5em 0; }
          #slide #canvas .slide.bullets .some_list li:nth-child(2n) {
            float: right; }
      #slide #canvas .slide.split .some_content {
        position: absolute;
        left: 5%;
        top: 5%;
        right: 5%;
        bottom: 5%; }
      #slide #canvas .slide.split .some_headline {
        font-size: 3.5em;
        font-weight: normal;
        margin: 0;
        line-height: 1; }
      #slide #canvas .slide.split .some_list {
        font-size: 1.75em;
        font-weight: 200;
        box-sizing: border-box;
        position: absolute;
        padding-left: 1.25em;
        top: 50%;
        width: 47%; }
        #slide #canvas .slide.split .some_list:after {
          content: '';
          display: block;
          clear: both; }
        #slide #canvas .slide.split .some_list li {
          float: left;
          width: 100%;
          margin: .5em 0; }
      #slide #canvas .slide.split .some_image {
        width: 47%;
        position: absolute;
        top: 50%;
        right: 0;
        text-align: center; }
        #slide #canvas .slide.split .some_image img {
          max-height: 100%;
          max-width: 100%; }
      #slide #canvas .slide.image .some_content {
        position: absolute;
        left: 5%;
        top: 5%;
        right: 5%;
        bottom: 5%; }
      #slide #canvas .slide.image .some_headline {
        font-size: 3.5em;
        font-weight: normal;
        margin: 0;
        line-height: 1; }
      #slide #canvas .slide.image .some_image {
        position: absolute;
        top: 17.5%;
        right: 5%;
        left: 5%;
        bottom: 5%;
        text-align: center; }
        #slide #canvas .slide.image .some_image img {
          max-height: 100%;
          max-width: 100%; }

.touch #slide #canvas .slide {
  transition: all 0.5s ease-in-out; }
