/* Default aspect ratio settings */
html, body {
  height: 100%;
  overflow: hidden; }

html {
  margin-top: 0; }

body {
  background-color: transparent;
  margin-top: -1px;
  padding-top: 1px; }

.deck-container {
  font-size: 16px;
  margin: 0;
  background-color: #000;
  overflow: hidden; }
  .deck-container section.slide {
    margin-left: 50%; }
    .deck-container section.slide h2 {
      border-bottom: none;
      color: inherit; }
  .deck-container .slide-body {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%; }

.deck-permalink {
  display: none;
  position: absolute;
  z-index: 4;
  bottom: 30px;
  right: 0;
  width: 48px;
  text-align: center; }

.no-history .deck-container:hover .deck-permalink {
  display: block; }

.slide {
  overflow: hidden;
  margin-left: 50%; }
  .slide .seoslides_iframe_thumb {
    height: 100%; }
  .slide .seoslides_iframe_play {
    height: 40px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -32px; }
    .slide .seoslides_iframe_play:hover {
      background-color: rgba(0, 173, 239, 0.9);
      cursor: pointer; }
    .slide .seoslides_iframe_play:after {
      content: "";
      display: block;
      position: absolute;
      top: 10.5px;
      left: 24px;
      margin: 0 auto;
      border-style: solid;
      border-width: 9.5px 0 9.5px 17px;
      border-color: transparent transparent transparent white; }
  .slide.deck-current {
    position: relative; }
    .slide.deck-current p.video-no-mobile {
      display: block;
      background: #fff;
      color: #000;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 50%; }
  .slide aside.note {
    overflow: hidden;
    color: #fff;
    padding: 30px;
    overflow-y: auto;
    height: 80%; }
    .slide aside.note.hidden {
      display: none; }
  .slide .mejs-container, .slide .mejs-embed, .slide .mejs-embed body {
    background-color: #000; }

.seoslides-iframe-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  color: #f15b3c;
  background-color: #000;
  font-size: 30px;
  border-radius: 15px;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  font-family: "dashicons"; }
  .seoslides-iframe-close:before {
    content: "\f153"; }
  .seoslides-iframe-close:hover {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }

.embeded .slide aside.note {
  height: 60%; }

.deck-container .deck-nav-disabled {
  display: none;
  opacity: 0;
  cursor: default; }
  .deck-container .deck-nav-disabled:hover {
    display: none;
    opacity: 0;
    cursor: default; }

footer.deck-footer {
  position: absolute;
  height: 32px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  bottom: 0;
  overflow: hidden; }
  footer.deck-footer .ssi {
    font-size: 20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    cursor: pointer;
    color: #f15b3c;
    height: 100%;
    display: inline-block; }
    footer.deck-footer .ssi:first-child {
      margin-left: 0.25em; }
    footer.deck-footer .ssi.embiggen, footer.deck-footer .ssi.dismiss {
      display: none; }
    footer.deck-footer .ssi:hover {
      background-color: #000; }
  footer.deck-footer .ssi-right {
    float: right;
    height: 100%;
    margin-right: 0.25em; }
  footer.deck-footer.opened .dismiss {
    display: inline-block; }

.extras {
  font-family: 'Noto Sans', sans-serif; }
  .extras .deck-overview,
  .extras .deck-notes-overlay,
  .extras .deck-embed-overlay,
  .extras .deck-status,
  .extras .deck-fullscreen-overlay,
  .extras .deck-actions {
    pointer-events: auto;
    width: 32px;
    text-align: center;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .extras .deck-overview {
    height: 36px;
    padding-top: 14px; }
  .extras .deck-status,
  .extras .deck-actions {
    color: #fff;
    height: 30px;
    bottom: 10px;
    right: 0;
    font-size: 0.8em;
    line-height: 30px;
    font-weight: bold; }
  .extras .deck-actions {
    background-color: #888;
    bottom: 0;
    right: 8px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    font-family: 'dashicons'; }
    .extras .deck-actions:hover {
      background-color: #f15b3c; }
    .extras .deck-actions:before {
      content: '\f132'; }
  .extras .hidden {
    display: none; }

.deck-container:hover .extras .deck-actions {
  display: block; }

.fullscreen .slide {
  padding-bottom: 0; }
.fullscreen .deck-footer {
  display: none; }

html.phone .extras,
html.phone footer {
  display: none; }

body.embeded .deck-footer .deck-overview {
  display: none; }
body.embeded .ssi.embiggen {
  display: inline-block; }

.mejs-controls,
.mejs-overlay-button {
  z-index: 10; }

.slide:not(.deck-thumb) .mejs-container .mejs-controls {
  bottom: 75px;
  left: 20%;
  width: 60%; }

.mejs-overlay .mejs-overlay-button {
  margin: -50px 0 0 -50px; }

.deck-thumb .mejs-overlay .mejs-overlay-button {
  display: none; }

.button-primary {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 23px;
  height: 24px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #21759b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
  background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
  background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
  background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
  background-image: -o-linear-gradient(top, #2a95c5, #21759b);
  background-image: linear-gradient(to bottom, #2a95c5, #21759b);
  border-color: #21759b;
  border-bottom-color: #1e6a8d;
  -webkit-box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.5) inset;
  -moz-box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.5) inset;
  box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.5) inset;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .button-primary.hover, .button-primary:hover, .button-primary.focus, .button-primary:focus {
    background-color: #278ab7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b));
    background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
    background-image: -moz-linear-gradient(top, #2e9fd2, #21759b);
    background-image: -ms-linear-gradient(top, #2e9fd2, #21759b);
    background-image: -o-linear-gradient(top, #2e9fd2, #21759b);
    background-image: linear-gradient(to bottom, #2e9fd2, #21759b);
    border-color: #1b607f;
    -webkit-box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.6) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.6) inset;
    box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.6) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  .button-primary.focus, .button-primary:focus {
    border-color: #0e3950;
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4); }
  .button-primary.active, .button-primary.active:hover, .button-primary.active:focus, .button-primary:active {
    background: #1b607f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#21759b), to(#278ab7));
    background-image: -webkit-linear-gradient(top, #21759b, #278ab7);
    background-image: -moz-linear-gradient(top, #21759b, #278ab7);
    background-image: -ms-linear-gradient(top, #21759b, #278ab7);
    background-image: -o-linear-gradient(top, #21759b, #278ab7);
    background-image: linear-gradient(to bottom, #21759b, #278ab7);
    border-color: #124560 #2382ae #2382ae #2382ae;
    color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.1) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.1) inset;
    box-shadow: 0 1px 0 0 rgba(120, 200, 230, 0.1) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .button-primary[disabled], .button-primary:disabled, .button-primary.disabled {
    color: #94cde7 !important;
    background: #298cba !important;
    border-color: #1b607f !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
    cursor: default; }

/*********************************************************************/
/*                         Loading Indicator                         */
/*********************************************************************/
#loading-interstitial .loading-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  z-index: 100; }
#loading-interstitial .loading-modal {
  width: 190px;
  height: 30px;
  background-color: #000;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  top: 50%;
  margin-top: -35px;
  z-index: 101;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 20px 20px 20px;
  font-size: 30px;
  font-family: sans-serif;
  text-align: center;
  color: #f15b3c; }
#loading-interstitial .spinner {
  display: inline-block;
  text-align: center; }
#loading-interstitial .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f15b3c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
#loading-interstitial .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }
#loading-interstitial .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/*********************************************************************/
/*                         Deck JS Overrides                         */
/*********************************************************************/
.csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide {
  padding: 0; }

.slide {
  width: auto;
  min-height: 100%;
  position: relative; }
  .slide h1 {
    font-size: 2.4em;
    padding-bottom: 1em; }
  .slide h1,
  .slide .vcenter {
    font-weight: bold;
    padding-top: 1em;
    max-height: 100%; }
  .slide .vcenter h1 {
    position: relative;
    top: auto;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .slide h2 {
    font-size: 2.25em;
    font-weight: bold;
    padding-top: .5em;
    margin: 0 0 .66666em 0;
    border-bottom: 3px solid #888; }
  .slide h3 {
    font-size: 1.4375em;
    font-weight: bold;
    margin-bottom: .30435em; }
  .slide h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: .25em; }
  .slide h5 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: .2222em; }
  .slide h6 {
    font-size: 1em;
    font-weight: bold; }
  .slide img,
  .slide iframe,
  .slide video {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .slide p,
  .slide blockquote,
  .slide iframe,
  .slide img,
  .slide ul,
  .slide ol,
  .slide pre,
  .slide video {
    margin-bottom: 1em; }
  .slide pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 1em;
    border: 1px solid #888; }
  .slide em {
    font-style: italic; }
  .slide li {
    padding: .25em 0;
    vertical-align: middle; }

.deck-container:hover .deck-prev-link, .deck-container:hover .deck-next-link {
  display: none; }
.deck-container.shownav .deck-prev-link, .deck-container.shownav .deck-next-link {
  display: inline; }

.deck-prev-link, .deck-next-link {
  background: rgba(0, 0, 0, 0.75);
  color: #f15b3c; }
  .deck-prev-link:focus, .deck-prev-link:hover, .deck-next-link:focus, .deck-next-link:hover {
    background-color: #000;
    color: #f15b3c; }

footer.deck-footer .ssi.deck-status {
  bottom: 4px;
  right: auto;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  letter-spacing: -2px; }

#share .slide-body {
  text-align: center; }
#share .slide-body:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }
#share .share_items {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  max-width: 600px;
  margin: auto; }
#share .share_item {
  font-size: 2em;
  display: block;
  color: #ffffff;
  width: 33.3333333333333%;
  float: left;
  margin: 0; }
  #share .share_item a {
    color: #e7ecf0 !important;
    font-weight: normal;
    font-size: 2em;
    text-decoration: none;
    text-align: center; }
  #share .share_item a.seoslides {
    color: #ffac46 !important; }
  #share .share_item img {
    margin: 1em auto .5em;
    width: 50%; }

@media screen and (max-width: 360px) {
  #share .share_item p {
    display: none; }
  #share .share_item img {
    margin-bottom: 1em;
    width: 75%; } }
@media screen and (min-width: 750px) {
  #share .share_item a {
    font-size: 28px; } }
.slide .slide-body .slide-object-content .slide {
  width: auto;
  min-height: 100%;
  position: relative; }
  .slide .slide-body .slide-object-content .slide h1 {
    font-size: 2.4em;
    padding-bottom: 1em; }
  .slide .slide-body .slide-object-content .slide h1, .slide .slide-body .slide-object-content .slide .vcenter {
    font-weight: bold;
    padding-top: 1em;
    max-height: 100%; }
  .slide .slide-body .slide-object-content .slide .vcenter h1 {
    position: relative;
    top: auto;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .slide .slide-body .slide-object-content .slide h2 {
    font-size: 2.25em;
    font-weight: bold;
    padding-top: .5em;
    margin: 0 0 .66666em 0;
    border-bottom: 3px solid #888; }
  .slide .slide-body .slide-object-content .slide h3 {
    font-size: 1.4375em;
    font-weight: bold;
    margin-bottom: .30435em; }
  .slide .slide-body .slide-object-content .slide h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: .25em; }
  .slide .slide-body .slide-object-content .slide h5 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: .2222em; }
  .slide .slide-body .slide-object-content .slide h6 {
    font-size: 1em;
    font-weight: bold; }
  .slide .slide-body .slide-object-content .slide img, .slide .slide-body .slide-object-content .slide iframe, .slide .slide-body .slide-object-content .slide video {
    display: block;
    max-width: 100%; }
  .slide .slide-body .slide-object-content .slide video, .slide .slide-body .slide-object-content .slide iframe, .slide .slide-body .slide-object-content .slide img {
    display: block;
    margin: 0 auto; }
  .slide .slide-body .slide-object-content .slide p, .slide .slide-body .slide-object-content .slide blockquote, .slide .slide-body .slide-object-content .slide iframe, .slide .slide-body .slide-object-content .slide img, .slide .slide-body .slide-object-content .slide ul, .slide .slide-body .slide-object-content .slide ol, .slide .slide-body .slide-object-content .slide pre, .slide .slide-body .slide-object-content .slide video {
    margin-bottom: 1em; }
  .slide .slide-body .slide-object-content .slide pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 1em;
    border: 1px solid #888; }
  .slide .slide-body .slide-object-content .slide em {
    font-style: italic; }
  .slide .slide-body .slide-object-content .slide li {
    padding: .25em 0;
    vertical-align: middle; }
.slide .slide-body .slide-object-content h1 {
  padding: 0;
  margin: .67em 0; }
.slide .slide-body .slide-object-content p {
  margin: 1em 0; }

/** Archive Pages **/
body.post-type-archive-seoslides-slideset {
  height: auto; }

.seoslides-archive aside {
  display: none; }
.seoslides-archive .embed-container {
  display: none; }
.seoslides-archive .featured {
  width: 16em;
  float: left; }
.seoslides-archive .details {
  margin-left: 17em; }
  .seoslides-archive .details .note {
    font-weight: normal; }
  .seoslides-archive .details h2, .seoslides-archive .details p {
    clear: none; }
  .seoslides-archive .details p {
    line-height: 1.5em;
    padding: 1em 0; }
    .seoslides-archive .details p.entry-meta {
      margin-top: 0;
      font-size: 13px;
      font-size: 0.9rem;
      line-height: 1.8;
      padding-top: 0.45rem;
      padding-bottom: 0;
      color: #757575; }
.seoslides-archive ul.meta {
  list-style-type: none;
  margin-top: -24px;
  margin-top: -1.714285714rem;
  float: right; }
  .seoslides-archive ul.meta li {
    display: inline-block;
    margin: 0;
    float: left; }
.seoslides-archive .slide {
  overflow: visible;
  position: relative;
  float: left;
  margin: 0;
  width: 220px;
  height: 123.75px;
  color: #000;
  padding-bottom: 0;
  border: 1px solid #000; }
  .seoslides-archive .slide:after {
    bottom: -100px;
    left: 120px;
    color: #3C3D40;
    text-shadow: 0 2px 1px #8D8E90;
    font-weight: bold;
    font-size: 50px; }
    @media (max-width: 1324px) {
      .seoslides-archive .slide:after {
        bottom: -180px;
        text-shadow: 0 4px 2px #8D8E90;
        font-size: 100px; } }
.seoslides-archive .slide-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
.seoslides-archive:after {
  content: " ";
  font-size: 0;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Hide the slide reel and presenter notes, except on the presenter's screen when it is cloned. */
body:not(.has-clones) .slide-reel,
body:not(.has-clones) .slide-notes {
  display: none; }

.slide-notes {
  background-color: #74dff7;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5) inset;
  float: left;
  min-width: 10em;
  width: 20%; }
  .slide-notes div {
    padding: 0 1em 1em; }

.slide-reel {
  background-color: #219bb5;
  clear: both;
  height: 120px;
  margin-top: -158px;
  position: relative;
  z-index: 10; }

.embed-button, .slide-button {
  display: none; }

.deck-container .embed-input {
  display: block;
  width: 94%;
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  border: 0;
  margin: 0 2%; }

.deck-container div.embed-container {
  cursor: pointer;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out 0ms;
  -moz-transition: opacity 0.3s ease-in-out 0ms;
  -o-transition: opacity 0.3s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 0ms; }
  .deck-container div.embed-container.opened {
    cursor: default;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 110; }
  .deck-container div.embed-container .closer,
  .deck-container div.embed-container .pseudolink {
    color: #ffac46;
    cursor: pointer; }
    .deck-container div.embed-container .closer:hover,
    .deck-container div.embed-container .pseudolink:hover {
      text-decoration: underline; }
  .deck-container div.embed-container .closer {
    position: absolute;
    right: 70px;
    top: 10px;
    font-size: 11px; }
  .deck-container div.embed-container aside {
    display: none;
    clear: both;
    margin-left: 30px;
    margin-right: 30px; }
    .deck-container div.embed-container aside.current {
      display: block; }
    .deck-container div.embed-container aside h2.overlay-label {
      font-size: 1.5em; }
  .deck-container div.embed-container .hidden {
    display: none; }

.deck-container.overview div.embed-container ul {
  padding: 20px 20px 5px 20px; }

section.overview section.slide .embed-button, section.overview section.slide .slide-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 36px;
  margin-top: -18px;
  line-height: 32px;
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: #000;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out 0ms;
  -moz-transition: opacity 0.3s ease-in-out 0ms;
  -o-transition: opacity 0.3s ease-in-out 0ms;
  transition: opacity 0.3s ease-in-out 0ms; }
section.overview section.slide:hover .embed-button, section.overview section.slide:hover .slide-button {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6; }
  section.overview section.slide:hover .embed-button:hover, section.overview section.slide:hover .slide-button:hover {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
section.overview section.slide:hover .embed-input.opened {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }
section.overview section.slide .embed-button {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../img/embed.png);
  background-position: 50% -27px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    section.overview section.slide .embed-button {
      background-image: url(../img/embed-2x.png);
      background-size: 30px auto; } }
section.overview section.slide .slide-button {
  margin-left: -48px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #000 url("../img/play.png") no-repeat 50% 50%; }

section#noprint,
#owa-tracker-post-container,
#wpstats {
  display: none; }

/*# sourceMappingURL=front-end.css.map */
