@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/**
 * Blackbird.co theme for reveal.js.
 * 
 * Copyright (c) 2013 Delmaire Loïc, http://blackbird.co 
 */
header#top {
  padding: 0px;
  height: 85px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: 1px solid black; }
  header#top div.wrapper {
    display: table-cell;
    vertical-align: middle; }
  header#top div.logo-wrapper {
    display: table;
    vertical-align: middle;
    width: 8%;
    height: 85px;
    text-align: center;
    background-color: #1b1b1b; }
    header#top div.logo-wrapper img {
      width: 80%; }
  header#top div#nav {
    position: absolute;
    top: 28px;
    left: 10%;
    right: 0; }
    header#top div#nav div.nav-elt {
      display: inline-block; }
    header#top div#nav div.title img {
      vertical-align: -60%; }
    header#top div#nav div.subtitle {
      margin-left: 20px; }
      header#top div#nav div.subtitle img {
        vertical-align: -20%; }
    header#top div#nav div.title span {
      font-weight: bold; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #d6d6d6;
  background-color: #d6d6d6; }

.reveal {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #333333; }

::selection {
  color: #333333;
  background: #fffab1;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #333333;
  font-family: "Montserrat", Impact, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none; }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #d31e14;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #eb392f;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #8d140d; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #333333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #d31e14;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #d31e14; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #d31e14; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #d31e14; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #d31e14; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #eb392f; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #eb392f; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #eb392f; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #eb392f; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #d31e14;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.reveal .center {
  margin: auto;
  text-align: center; }

.reveal ul {
  margin: 0 65px; }
  .reveal ul.no-style {
    margin-left: 30px;
    margin-right: 0;
    text-align: center; }
    .reveal ul.no-style li {
      list-style-type: none; }

img.deal {
  width: 70%; }

div.console {
  text-align: left;
  background-color: black;
  color: white;
  font-family: monospace;
  font-size: 0.5em;
  line-height: 1.3;
  padding: 10px; }

div.medium {
  width: 60%;
  margin: auto; }

div.small {
  font-size: 0.8em; }

.reveal table tr td {
  border: 1px solid black;
  margin: 0;
  padding: 5px; }

.reveal table.routes tr:first-child td:first-child {
  width: 20%; }
.reveal table.routes tr td:first-child {
  text-align: center; }
.reveal table.routes tr td:last-child {
  text-align: justify; }
.reveal table.routes tr td {
  font-size: 0.8em; }

.reveal section ul.main, .reveal section ol.main {
  margin-top: 25px; }
.reveal section img.rails {
  height: 30%; }
.reveal section li img {
  vertical-align: -8%;
  margin: 0; }
.reveal section div.container:before, .reveal section div.container:after {
  content: " ";
  display: table; }
.reveal section div.container:after {
  clear: both; }
.reveal section div.container {
  *zoom: 1; }
.reveal section div.container .span1 {
  float: left;
  width: 8.33333%; }
  .reveal section div.container .span1 img {
    max-width: 80%; }
.reveal section div.container .span2 {
  float: left;
  width: 16.66667%; }
  .reveal section div.container .span2 img {
    max-width: 80%; }
.reveal section div.container .span3 {
  float: left;
  width: 25%; }
  .reveal section div.container .span3 img {
    max-width: 80%; }
.reveal section div.container .span4 {
  float: left;
  width: 33.33333%; }
  .reveal section div.container .span4 img {
    max-width: 80%; }
.reveal section div.container .span5 {
  float: left;
  width: 41.66667%; }
  .reveal section div.container .span5 img {
    max-width: 80%; }
.reveal section div.container .span6 {
  float: left;
  width: 50%; }
  .reveal section div.container .span6 img {
    max-width: 80%; }
.reveal section div.container .span7 {
  float: left;
  width: 58.33333%; }
  .reveal section div.container .span7 img {
    max-width: 80%; }
.reveal section div.container .span8 {
  float: left;
  width: 66.66667%; }
  .reveal section div.container .span8 img {
    max-width: 80%; }
.reveal section div.container .span9 {
  float: left;
  width: 75%; }
  .reveal section div.container .span9 img {
    max-width: 80%; }
.reveal section div.container .span10 {
  float: left;
  width: 83.33333%; }
  .reveal section div.container .span10 img {
    max-width: 80%; }
.reveal section div.container .span11 {
  float: left;
  width: 91.66667%; }
  .reveal section div.container .span11 img {
    max-width: 80%; }
.reveal section div.container .span12 {
  float: left;
  width: 100%; }
  .reveal section div.container .span12 img {
    max-width: 80%; }

.reveal {
  top: 60px; }

section#mvc ul {
  font-size: 0.8em; }

.reveal section {
  background-color: white;
  -moz-box-shadow: 0px 2px 2px #b6b7b7;
  -webkit-box-shadow: 0px 2px 2px #b6b7b7;
  box-shadow: 0px 2px 2px #b6b7b7;
  /*
  	h3 a {
  		color: black;
  		text-decoration: underline;
  	}
  		*/ }
  .reveal section a:hover {
    text-decoration: underline; }
  .reveal section img {
    border: none;
    box-shadow: none; }

li {
  margin: 10px 0 !important; }

.reveal h2 {
  font-family: 'Bad Script', cursive; }
