/**
 * Based on White theme for reveal.js.
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
  color: #fff; }

/*********************************************
* USING REM FONT SIZING
*********************************************/
.reveal-html {
  font-size: 62.5%; }

/* =10px */
.reveal-body {
  font-size: 1.4rem; }

/* =14px */
/*OVERALL STYLES*/
.reveal-body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

/*KM LOGO STYLES*/
.kmlogo {
  position: absolute;
  /*	right: 4rem;
	top: 2.5rem;*/
  right: 22px;
  top: 22px;
  z-index: 100 !important;
  display: block;
  opacity: 0;
  float: right;
  width: 14%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 192px;
  border-radius: 3px;
  max-height: 127px; }

.kmlogo img {
  width: 100%;
  max-width: 192px;
  margin-top: -10px; }

.showlogo .kmlogo {
  opacity: 1; }

.reveal .margintop50 {
  margin-top: 50px; }

.reveal .marginbottom50 {
  margin-bottom: 50px; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
.reveal-body {
  background: #222;
  background-color: #222; }

.reveal {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: normal;
  color: #000000; }

.reveal .slides {
  overflow: hidden; }

.forceoverflow {
  overflow: visible !important; }

.reveal div {
  vertical-align: middle; }

::selection {
  color: #fff;
  background: #0066cc;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
  line-height: 1.3;
  font-weight: inherit;
  padding: 0; }

.reveal .blue-background {
  background-color: rgba(0, 102, 204, 0.9);
  mix-blend-mode: multiply; }

.reveal .white-background {
  background-color: rgba(255, 255, 255, 0.9); }

.reveal .whitegrey-gradient-background {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,8e8e8e+100&1+0,0.88+47,0.73+62,0.67+100 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.88) 47%, rgba(255, 255, 255, 0.86) 49%, rgba(226, 226, 226, 0.73) 62%, rgba(142, 142, 142, 0.67) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.88) 47%, rgba(255, 255, 255, 0.86) 49%, rgba(226, 226, 226, 0.73) 62%, rgba(142, 142, 142, 0.67) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.88) 47%, rgba(255, 255, 255, 0.86) 49%, rgba(226, 226, 226, 0.73) 62%, rgba(142, 142, 142, 0.67) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ab8e8e8e',GradientType=1 );
  /* IE6-9 */ }

.reveal .greywhite-gradient-background {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,ffffff+51,ffffff+100&0.67+0,0.73+38,0.88+53,1+100 */
  background: -moz-linear-gradient(left, rgba(142, 142, 142, 0.67) 0%, rgba(226, 226, 226, 0.73) 38%, rgba(255, 255, 255, 0.86) 51%, rgba(255, 255, 255, 0.88) 53%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(142, 142, 142, 0.67) 0%, rgba(226, 226, 226, 0.73) 38%, rgba(255, 255, 255, 0.86) 51%, rgba(255, 255, 255, 0.88) 53%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(142, 142, 142, 0.67) 0%, rgba(226, 226, 226, 0.73) 38%, rgba(255, 255, 255, 0.86) 51%, rgba(255, 255, 255, 0.88) 53%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab8e8e8e', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.reveal .color-white {
  color: #ffffff; }
  .reveal .color-white h1, .reveal .color-white h2, .reveal .color-white h3 {
    color: #ffffff; }

.reveal .color-black {
  color: #000000; }
  .reveal .color-black h1, .reveal .color-black h2, .reveal .color-black h3 {
    color: #000000; }
  .reveal .color-black .col.border-left {
    border-left: 1px solid #000000; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #000000;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 3.7894736842em; }
  .reveal h1.subheadline {
    font-size: 4.8rem; }

.reveal h2 {
  font-size: 1.2631578947em;
  line-height: 1.3333333333;
  margin-bottom: 0; }

.reveal h3 {
  font-size: 1em;
  line-height: 1.3333333333;
  margin-bottom: 0; }

.reveal h4 {
  font-size: 1rem; }

/*********************************************
 * OTHER
 *********************************************/
.reveal .icons h3, .reveal .bluefat {
  color: #0066cc;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -1px; }

.reveal .icons h3 {
  font-size: 0.8157894737em; }

.reveal p {
  font-size: 0.6842105263em;
  line-height: 1.4;
  font-weight: 400; }

/* Ensure certain elements are never larger than the slide itself */
.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin-left: 10px; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style: none;
  list-style-image: url(../../img/list-icon.png); }

.reveal ul li {
  padding-left: 20px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.6842105263em;
  margin-bottom: 20px;
  font-weight: 400; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #0066cc;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #1a8cff;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #0066cc; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  /*margin: 15px 0px;
	background: rgba(255,255,255,0.12);
	border: 4px solid $mainColor;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/ }

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

/*.reveal a img {
		-webkit-transition: all .15s linear;
		   -moz-transition: all .15s linear;
		        transition: all .15s linear;
	}

	.reveal a:hover img {
		background: rgba(255,255,255,0.2);
		border-color: $linkColor;

		box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
	}*/
.reveal img {
  vertical-align: top; }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  border: none;
  background-image: url(../../img/navi-bg-oval.png);
  background-repeat: no-repeat;
  /*background-blend-mode: multiply;
mix-blend-mode: multiply;*/
  /*right: 20px;*/
  /*width: 144px;
height: 59px;*/
  width: 102px;
  height: 102px;
  right: 18px;
  bottom: 18px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.showlogo .controls {
  display: block !important; }

.hidenavi .controls {
  opacity: 0 !important; }

.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
  opacity: 1; }

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
  opacity: 1; }

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
  opacity: 1; }

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
  opacity: 1; }

.reveal .controls .navigate-left.enabled:hover {
  opacity: 1; }

.reveal .controls .navigate-right.enabled:hover {
  opacity: 1; }

.reveal .controls .navigate-up.enabled:hover {
  opacity: 1; }

.reveal .controls .navigate-down.enabled:hover {
  opacity: 1; }

.reveal .controls button {
  border: none;
  width: 11px;
  height: 24px;
  outline: none;
  opacity: 1; }

.reveal .controls .navigate-right {
  /*left: 76px;
top: 19px;
width: 23px;
height: 10px;*/
  left: 68px;
  top: 34px;
  width: 34px;
  height: 34px;
  border-left-width: 0;
  border-left-color: #fff;
  background-image: url(../../img/navi-right.png);
  background-repeat: no-repeat;
  opacity: 0.2; }

.reveal .controls .navigate-left {
  /*left: 36px;
top: 19px;
width: 23px;
height: 10px;*/
  left: 0;
  top: 34px;
  width: 34px;
  height: 34px;
  border-left-width: 0;
  border-left-color: #fff;
  background-image: url(../../img/navi-left.png);
  background-repeat: no-repeat;
  opacity: 0.2; }

.reveal .controls .navigate-up {
  /*left: 59px;
top: 7px;
width: 17px;
height: 12px;*/
  left: 34px;
  top: 0;
  width: 34px;
  height: 34px;
  border-left-width: 0;
  border-left-color: #fff;
  background-image: url(../../img/navi-up.png);
  background-repeat: no-repeat;
  opacity: 0.2; }

.reveal .controls .navigate-down {
  /*left: 59px;
top: 29px;
width: 17px;
height: 18px;*/
  left: 34px;
  top: 68px;
  width: 34px;
  height: 34px;
  border-left-width: 0;
  border-left-color: #fff;
  background-image: url(../../img/navi-down.png);
  background-repeat: no-repeat;
  opacity: 0.2; }

.footerbg {
  position: fixed;
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.shownavi .footerbg {
  opacity: 1; }

.navi-map {
  position: absolute;
  right: 220px;
  bottom: 6px;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.showlogo .navi-map {
  opacity: 1; }

.footerbg .navi-txt {
  font-family: Arial,sans-serif;
  font-size: 16px;
  position: absolute;
  left: 15px;
  top: 13px; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(62, 76, 87, 0.2);
  height: 5px; }

.reveal .progress span {
  background: #99CC33;
  -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);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #0066cc; }
