/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  font-family: "Open Sans";
  height: 100%; }

body {
  width: 100%; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  overflow: hidden;
  background: #000; }

.hotspot-container {
  background: #000;
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 1;
  transition: opacity 1s; }
  .hotspot-container.hotspot-container-hidden {
    opacity: 0; }

.hotspot-image {
  position: absolute; }

.hotspot-navigator-container {
  height: 100%; }

.hotspot-navigator {
  bottom: 0;
  height: 35%;
  min-height: 220px;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .hotspot-navigator .hotspot-navigator-list {
    height: 100%;
    list-style: none;
    margin: 0 auto;
    position: relative;
    width: 100%; }

.hotspot-navigator-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 15%;
  height: 100%;
  z-index: 1;
  top: 50%; }
  .hotspot-navigator-arrow > span {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 40px; }
  .hotspot-navigator-arrow.prev {
    left: 0; }
    .hotspot-navigator-arrow.prev > span {
      background-image: url("../assets/images/left-arrow.svg"); }
  .hotspot-navigator-arrow.next {
    right: 0; }
    .hotspot-navigator-arrow.next > span {
      background-image: url("../assets/images/right-arrow.svg"); }

.hotspot-text-container {
  bottom: 24px;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px; }

.hotspot-info {
  position: absolute;
  height: 100%;
  max-width: 800px;
  vertical-align: top;
  width: 70%; }
  .hotspot-info .hotspot-title {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap; }
  .hotspot-info .hotspot-info-text {
    height: 100%;
    padding-right: 15px; }
  .hotspot-info .sub-title {
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    margin: 8px 0;
    text-align: center; }
    .hotspot-info .sub-title + .paragraph {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      margin-top: 16px;
      padding-top: 16px; }
  .hotspot-info .paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px; }
    .hotspot-info .paragraph:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      margin-top: 16px;
      padding-top: 16px; }
    .hotspot-info .paragraph:last-child {
      margin-bottom: 30px; }

.hotspot-navigator-indicator {
  background: #000;
  bottom: 0;
  height: 24px;
  list-style: none;
  position: fixed;
  text-align: center;
  width: 100%; }
  .hotspot-navigator-indicator > li {
    display: inline-block;
    opacity: 0.3;
    transition: opacity 0.5s; }
    .hotspot-navigator-indicator > li.active {
      opacity: 1; }
  .hotspot-navigator-indicator .indicator-link {
    display: block;
    padding: 8px 4px; }
    .hotspot-navigator-indicator .indicator-link > span {
      background: #fff;
      border-radius: 100%;
      display: block;
      height: 8px;
      width: 8px; }
  .hotspot-navigator-indicator:before {
    background: linear-gradient(rgba(0, 0, 0, 0), #000000);
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 1; }

.hidden {
  visibility: hidden; }

@media screen and (min-width: 600px) {
  .hotspot-text-container {
    bottom: 30px;
    top: 50px; }

  .hotspot-info .hotspot-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px; }
  .hotspot-info .sub-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px; }
  .hotspot-info .paragraph {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }

  .hotspot-navigator-indicator {
    height: 30px; }
    .hotspot-navigator-indicator .indicator-link {
      padding: 10px 4px; }
      .hotspot-navigator-indicator .indicator-link > span {
        height: 10px;
        width: 10px; }

  .hotspot-navigator-arrow > span {
    height: 60px;
    width: 60px; }
 }

@media screen and (min-width: 950px) {
  .hotspot-text-container {
    bottom: 36px;
    top: 60px; }

  .hotspot-info .hotspot-title {
    font-size: 24px;
    height: 60px;
    line-height: 60px; }
  .hotspot-info .sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
  .hotspot-info .paragraph {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px; }

  .hotspot-navigator-indicator {
    height: 36px; }
    .hotspot-navigator-indicator .indicator-link {
      padding: 12px 6px; }
      .hotspot-navigator-indicator .indicator-link > span {
        height: 12px;
        width: 12px; }

  .hotspot-navigator-arrow > span {
    height: 80px;
    width: 80px; }
 }
