@charset "UTF-8";

/**
 * reveal.js
 * http://lab.hakim.se/reveal-js
 * MIT licensed
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */


/*********************************************
 * RESET STYLES
 *********************************************/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


/*********************************************
 * GLOBAL STYLES
 *********************************************/

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

body {
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  body {
    font-size: 30px;
  }
}


/*********************************************
 * VIEW FRAGMENTS
 *********************************************/

.reveal .slides section .fragment {
  opacity: 0;

  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
  .reveal .slides section .fragment.visible {
    opacity: 1;
  }

/*
.reveal .slides .center {
  text-align: center;
}*/

/*********************************************
 * DEFAULT ELEMENT STYLES
 *********************************************/

.reveal .slides section {
  line-height: 1.2em;
  font-weight: normal;
}

.reveal img {
  /* preserve aspect ratio and scale image so it's bound within the section */
  max-width: 100%;
  max-height: 450px;
}

.reveal strong,
.reveal b {
  font-weight: bold;
}

.reveal em,
.reveal i {
  font-style: italic;
}

.reveal ol,
.reveal ul {
  display: inline-block;

  margin: 0 0 0 1em;
}

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

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

.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 p {
  margin-bottom: 10px;
  line-height: 1.2em;
  color: #4DB1AD;
  font-weight: 100
}

.reveal .card {
  text-align: left;
  width: 700px;
margin:20px auto;
padding:40px;
box-shadow: 0px 0px 10px #cecece;
background: #f7f7f7;
display: inline-block;

}
.reveal .card p{
font-size: 24px;
line-height: 1.7em;
color: #444;
}

.reveal .card div {
  float: left;
}

.reveal .card div:last-child {
width: 500px;
margin-left: 40px;
}

.reveal blockquote {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  font-family: Georgia, serif;
  line-height: 1.6em
}



.reveal small {
  font-size: 0.6em;
  line-height: 1em;
  vertical-align: top;
}

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


/*********************************************
 * CONTROLS
 *********************************************/

.reveal .controls {
  display: none;
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 30;

  right: 0;
  bottom: 0;
  opacity: 0;
}
.reveal a {
  text-decoration: none;
  color: #4DB1AD;
}

.reveal p.source {
font-size: 15px;
text-transform: uppercase;
padding-top: 30px;
font-weight: 600;
color: #4DB1AD;
}

.reveal p a {
font-size: 17px;
text-transform: uppercase;
font-weight: 600
}

.reveal p a:hover {
  color:#fff;
}

.reveal .double {
  float: left;
  width: 45%;
  margin-top: 100px
}

.reveal .double:last-child {
  float: right;
}


/*********************************************
 * SLIDES
 *********************************************/

.reveal .slides {
  position: absolute;
  max-width: 950px;
  width: 90%;
  height: 60%;
  left: 50%;
  top: 50%;
  margin-top: -320px;
  padding: 20px 0px;
  overflow: visible;

  text-align: left;

  -webkit-transition: -webkit-perspective .4s ease;
     -moz-transition: -moz-perspective .4s ease;
      -ms-transition: -ms-perspective .4s ease;
       -o-transition: -o-perspective .4s ease;
          transition: perspective .4s ease;

  -webkit-perspective: 600px;
     -moz-perspective: 600px;
      -ms-perspective: 600px;
          perspective: 600px;

  -webkit-perspective-origin: 0% 25%;
     -moz-perspective-origin: 0% 25%;
      -ms-perspective-origin: 0% 25%;
          perspective-origin: 0% 25%;
}

.reveal .slides>section,
.reveal .slides>section>section {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 600px;
  text-align: center;
  z-index: 10;

  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
          transform-style: preserve-3d;

  -webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
     -moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
      -ms-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
       -o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
          transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
}

.reveal .slides>section.present {
  display: block;
  z-index: 11;
  opacity: 1;
}

.reveal .slides>section {
  margin-left: -50%;
}


/*********************************************
 * DEFAULT TRANSITION
 *********************************************/

.reveal .slides>section.past {
  display: block;
  opacity: 0;

  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
     -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
}
.reveal .slides>section.future {
  display: block;
  opacity: 0;

  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
     -moz-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
}

.reveal .slides>section>section.past {
  display: block;
  opacity: 0;

  -webkit-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
}
.reveal .slides>section>section.future {
  display: block;
  opacity: 0;

  -webkit-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
     -moz-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
      -ms-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
}



/*********************************************
 * LINEAR TRANSITION
 *********************************************/

.reveal.linear .slides>section.past {
  -webkit-transform: translate(-150%, 0);
     -moz-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
       -o-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
}
.reveal.linear .slides>section.future {
  -webkit-transform: translate(150%, 0);
     -moz-transform: translate(150%, 0);
      -ms-transform: translate(150%, 0);
       -o-transform: translate(150%, 0);
          transform: translate(150%, 0);
}

.reveal.linear .slides>section>section.past {
  -webkit-transform: translate(0, -150%);
     -moz-transform: translate(0, -150%);
      -ms-transform: translate(0, -150%);
       -o-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.reveal.linear .slides>section>section.future {
  -webkit-transform: translate(0, 150%);
     -moz-transform: translate(0, 150%);
      -ms-transform: translate(0, 150%);
       -o-transform: translate(0, 150%);
          transform: translate(0, 150%);
}




/*********************************************
 * DEFAULT STATES
 *********************************************/

.state-background {
  position: absolute;
  width: 100%;
  height: 100%;
background: #000;

  -webkit-transition: background 800ms ease;
     -moz-transition: background 800ms ease;
      -ms-transition: background 800ms ease;
       -o-transition: background 800ms ease;
          transition: background 800ms ease;
}



/*********************************************
 * GLOBAL STYLES
 *********************************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 200;
  color: #eee;

}


.reveal h1 {
font-size: 5em;
text-transform: uppercase;
letter-spacing: 15px;
 margin: 40px 0 0px 0;
}
.reveal h2 {
  font-size: 2em;
text-transform: uppercase;
letter-spacing: 5px;
 margin: 40px 0 20px 0;
 line-height: 1.4em;
}


.reveal h1,
.reveal h2 {
  line-height: 1.4em;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.3);
  color:#fff;
}

.reveal h3 {
  margin-bottom: 20px;
  font-size: 1.35em
}

.reveal h4 { font-size: 40px; line-height: 1.6em  }

.reveal section img.noshadow {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0);

}

.reveal section img {
  margin: 30px 0 10px 0;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          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: #13DAEC;

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
       -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  }





