/**
* !! This project uses Sass.
* # --- >
* Do not modify css file(s) directly -- Modify 
* the sass file(s) instead and transpile them 
* to CSS. Make sure to use the "expanded" 
* output style.
* # < --- Happy coding!
* 
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, input, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

i {
  font-style: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: Arial;
}

[hidden] {
  display: block;
}

button::-moz-focus-inner {
  border: 0;
}

button {
  padding: 0;
  color: inherit;
  font-family: "Helvetica Neue", Arial;
}

.nav-camera-scenes {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: absolute;
  background: #2f2f2f;
}

.list-camera-scenes {
  margin: 0 auto;
  color: #fff;
  display: table;
  padding: 10px;
}
.list-camera-scenes li {
  display: block;
  float: left;
  height: 2.25em;
  margin-right: 0.625em;
}
.list-camera-scenes li:last-child {
  margin: 0;
}

.lcs__button {
  height: 100%;
  border: 0;
  padding: 0 1.66667em;
  text-transform: uppercase;
  overflow: hidden;
  outline: 0;
  font-size: 0.75em;
  background: #4a4a4a;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
.lcs__button:hover {
  background: #7d7d7d;
  cursor: pointer;
}
.lcs__button:focus {
  outline-offset: 1px;
  outline: 3px solid #4990E2;
  background: #E1261C;
}
.lcs__button:focus:active {
  outline: 0.3125em solid #fff;
}
.lcs__button:active .lcs__icon {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.lcs__button:active, .lcs__button:focus {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.lcs__button--icon {
  padding: 0;
  width: 3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.lcs__button--icon .text {
  position: absolute;
  left: -999em;
  top: 0;
}

.lcs__icon {
  height: 100%;
  width: 100%;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.33333em 1.33333em;
}
.lcs__icon.up {
  background-image: url("_images/icon-arrow_up.svg");
  background-size: 1.08333em 1.33333em;
}
.lcs__icon.down {
  background-image: url("_images/icon-arrow_down.svg");
  background-size: 1.08333em 1.33333em;
}
.lcs__icon.left {
  background-image: url("_images/icon-arrow_left.svg");
  background-size: 1.33333em 1.08333em;
}
.lcs__icon.right {
  background-image: url("_images/icon-arrow_right.svg");
  background-size: 1.33333em 1.08333em;
}
.lcs__icon.fullscreen {
  background-image: url("_images/icon-fullscreen.svg");
}

.list-scenes li {
  width: 25%;
  height: 4.375em;
  float: left;
}

.ls__button {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
  text-align: left;
  line-height: 1;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.625em;
}
.ls__button:focus {
  color: #fff;
  background: #E1261C;
}
.ls__button:active {
  background: #266BA1;
  color: #fff;
}
.ls__button:hover:active {
  background: #266BA1;
  color: #fff;
}
.ls__button:hover {
  color: #000;
  background: #e5e5e5;
}

.ls__button-wrapper {
  display: block;
  height: inherit;
}

.ls__button-titles {
  display: block;
  float: left;
  margin-left: 0.625em;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.15;
}

.ls__button-thumbnail {
  display: block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.125em;
  height: 3.125em;
  background: grey;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ls__button-thumbnail.hub {
  background-image: url("_images/thumbnail-hub.jpg");
}
.ls__button-thumbnail.gal1 {
  background-image: url("_images/thumbnail-gallery_1.jpg");
}
.ls__button-thumbnail.gal2 {
  background-image: url("_images/thumbnail-gallery_2.jpg");
}
.ls__button-thumbnail.gal3 {
  background-image: url("_images/thumbnail-gallery_3.jpg");
}

.ls__button-title {
  display: block;
  font-weight: bold;
  font-size: 0.875em;
}

.ls__button-subtitle {
  display: block;
  font-size: 0.6875em;
  margin-top: 0.36364em;
}

@media (min-width: 1680px) {
  html {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .list-camera-scenes {
    font-size: 12px;
  }

  .list-scenes {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .list-camera-scenes {
    font-size: 10px;
  }

  .list-scenes {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  /*
  .nav-camera-scenes {}
  .list-camera-scenes {opacity:0;visibility:hidden;}
  .list-scenes {opacity:0;visibility:hidden;}
  */
  .list-camera-scenes {
    font-size: 1em;
  }

  .list-camera-scenes li {
    display: none;
  }

  .list-camera-scenes li:last-child {
    display: block;
  }

  .list-scenes {
    font-size: 1em;
  }

  .list-scenes li:nth-child(1), .list-scenes li:nth-child(3) {
    border-right: 1px solid #d8d8d8;
  }

  .list-scenes li:nth-child(1), .list-scenes li:nth-child(2) {
    border-bottom: 1px solid #d8d8d8;
  }

  .list-scenes li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .ls__button-thumbnail {
    width: 32px;
    height: 32px;
  }

  .list-scenes {
    font-size: 13px;
  }
}
