@font-face {
    font-family: "Avenir Next LT Pro Thin";
    src: url("../../fonts/avenirnextltpro-thin-webfont.woff") format("woff"),
         url("../../fonts/avenirnextltpro-thin-webfont.html") format("truetype");
}

@font-face {
    font-family: "Avenir Next LT Pro Ultra Light";
    src: url("../../fonts/avenirnextltpro-ultlt-webfont.woff") format("woff"),
         url("../../fonts/avenirnextltpro-ultlt-webfont.html") format("truetype");
}

@font-face {
    font-family: "Avenir Next LT Pro Light";
    src: url("../../fonts/avenirnextltpro-light-webfont.woff") format("woff"),
         url("../../fonts/avenirnextltpro-light-webfont.html") format("truetype");
}

@font-face {
    font-family: "Avenir Next LT Pro Regular";
    src: url("../../fonts/avenirnextltpro-regular-webfont.woff") format("woff"),
         url("../../fonts/avenirnextltpro-regular-webfont.html") format("truetype");
}

@font-face {
    font-family: "Avenir Next LT Pro Medium";
    src: url("../../fonts/avenirnextltpro-medium-webfont.woff") format("woff"),
         url("../../fonts/avenirnextltpro-medium-webfont.html") format("truetype");
}

@font-face {
    font-family: "Segoe Regular";
    src: url("../../fonts/segoerg-webfont.woff") format("woff"),
         url("../../fonts/segoerg-webfont.html") format("truetype");
}

@font-face {
    font-family: "Segoe Bold";
    src: url("../../fonts/segoebd-webfont.woff") format("woff"),
         url("../../fonts/segoebd-webfont.html") format("truetype");
}

/* Colors */
.red   { color:#00FFFF; }
.reveal .green{ color: #ffffff; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
    background: url(../../img/template_light-summary.jpg);
    background-size: cover;
}

.reveal {
    /* Celtra logo */
    background: url(../../img/celtra-logosprite.png);
    background-repeat: no-repeat;
    background-size: 105px 46px;
    background-position: 96.5% 4%;

    font-family: "Avenir Next LT Pro Regular", "Segoe Regular", "Helvetica", sans-serif;
    font-size: 36px;
    font-weight: 200;
    color:#00FFFF;
}

.reveal strong {
    font-weight: normal;
    font-family: "Avenir Next LT Pro Medium", "Segoe Regular", "Helvetica", sans-serif;
}

.img-logo {
    margin: auto;
    width: 400;
    height: 118px;
    background-image: url(../../img/ac4logo.png);
    background-position: top center;
    background-repeat: no-repeat;
}

::selection {
  color: white;
  background: gray;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color:#00FFFF;
  font-family: "Avenir Next LT Pro Thin", "Helvetica Neue", "Arial", sans-serif;
  letter-spacing: 0;
  font-weight:600;
}

.front-title h1, .front-title .intro { color:#00FFFF; }
.front-title h1, .front-title h3 { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
.front-title .intro { background-color:#BC8F8F; padding: 0.2em 0.5em; display: inline-block; }
.front-title .october { font-family: "Avenir Next LT Pro Ultra Light"; position: relative; top: -15px; font-size: 0.65em; color: white; background-color: rgba(0, 0, 0, 0.3); padding: 0.2em 0.5em; display: inline; }

.reveal h1 { font-size: 2.9em; }
.reveal h2 { font-size: 1.8em; margin: 0.4em 0 0.8em 0;}

.reveal h1, .reveal h2 { font-family: 'Avenir Next LT Pro Ultra Light';}

.reveal h3 { font-size: 1.5em; }
.reveal h3.intro { font-size: 0.60em; }

/* Extra */
.img-photo-portrait {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    transform: translateZ(0px);
    border: 10px solid #2f2f2f;

    -webkit-transform : rotate(7deg);
        -ms-transform : rotate(7deg);
           transform  : rotate(7deg);
}

.img-photo-portrait-left {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    transform: translateZ(0px);
    top: -20px;
    position: relative;
    border: 10px solid #2f2f2f;

    -webkit-transform : rotate(-11deg);
        -ms-transform : rotate(-11deg);
           transform  : rotate(-11deg);   
}

ul.celtra-desc { vertical-align: bottom; }

.reveal p.adcreator-tagline { font-size: 0.63em; font-style: italic; }

ul.multiple {
    width   : 100%;
    display : block;
    -webkit-column-count : 2; /* Safari and Chrome */
       -moz-column-count : 2; /* Firefox */
            column-count : 2;
}

.multiple li { font-size : 0.8em; }

.definitions dt, .definitions dd { display: block; float: left; }
.definitions dt:after { position: relative; width: 10px; height: 10px; content: " — "; }
.definitions dt { clear: left; }
.definitions dd { padding-left: .7em; font-size: 0.8em; }
.definitions sup { font-size: 0.5em; }

.reveal .app-example { background: rgba(0, 0, 0, 0.7); padding: 1.5em 0em; }

.proscons {
    text-align: left;
    padding-left: 40px;
}
.pros, .cons { font-family: "Segoe Bold"; }
.pros { color: #276d27; }
.cons { color: #dd3940; }

.vimeo {
    position: relative;
    top: -30px;
    margin: 0;
    padding: 0;
}

.my-name { font-family: "Impact"; }

.twitter-tweet { margin: 0 auto !important; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color:#FDF5E6;
  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:#00FFFF;
  text-shadow: none;
  border: none;
}

.reveal .roll span:after {
  color: white;
  background: red; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  /*margin: 15px 0px;*/
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #1b1b1b;
  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:gray;
  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: #00FFFF; }

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

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

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

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

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

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

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

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

.reveal .progress span {
  background:#00FFFF;
  -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); }

/*********************************************
 * LAYOUT
 *********************************************/
.half {
  width: 45%;
}
.half.left {
  float: left;
  padding-right: 5%;
}
.half.right {
  float: right;
  padding-left: 5%;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
/*********************************************
 * FONTS
 *********************************************/
.reveal small {
  display: inline;
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  letter-spacing: 0.03em;
}
.darker {
  opacity: 0.5;
}
.reveal p {
  font-size: 0.8em;
}
.reveal p.top-margin {
  margin-top: 3em;
}
.reveal ul {
  list-style: list;
  margin: 0;
}
.reveal ul.small {
  font-size: 0.8em;
  line-height: 0.5em;
}
.reveal ul.small li {
  line-height: 1.3em;
  margin-bottom: 0.7em;
}
.reveal ul li {
    /*letter-spacing    : 0.03em;*/
    line-height: 1.5em; font-size: 1.2em;
       background-size     : 1em;
    background-position : left 12px;
    padding-left : 0.2em; color:#FDF5E6;
}
.reveal ul ul {
  font-size: 0.9em;
  opacity: 0.7;
  list-style: list;
}
  .reveal ul ul li {
    line-height: 1.2em;
    background-size: 0.8em;
    padding-left: 0.2em; color:#00FFFF; font-size: 1.0em;
  }
  .reveal ul ul ul li {
    line-height: 1.2em;
    background-size: 0.8em;
    padding-left: 0.2em; color:#FDF5E6; font-size: 1.1em;line-height: 1.2em;
  }
.reveal section img {
  border: none;
  box-shadow: none;
  background: none;
}
.reveal pre code {
  font-size: 1.7em;
  line-height: 1.3em;
  padding: 1em;
}

/*********************************************
 * FOOTER
 *********************************************/
 footer {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 0.3em !important;
  opacity: 0.3;
  z-index: 1;
 }
