/* line 1, ../../app/styles/_reset.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;

}
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 */

/* line 23, ../../app/styles/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 27, ../../app/styles/_reset.scss */

body {
  line-height: 1;
}

/* line 30, ../../app/styles/_reset.scss */

ol,
ul {
  list-style: none;
}

/* line 33, ../../app/styles/_reset.scss */

blockquote,
q {
  quotes: none;
}

/* line 36, ../../app/styles/_reset.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 42, ../../app/styles/_reset.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../../app/styles/main.scss */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 19, ../../app/styles/main.scss */

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0, 0, 0);
  position: relative;
}

/* line 25, ../../app/styles/main.scss */

a {
  text-decoration: none;
}

/* line 28, ../../app/styles/main.scss */

.content {
  overflow-x: hidden;
  overflow-y: auto;
  height: inherit;
}

/* line 32, ../../app/styles/main.scss */

.content-inner {
  width: 120000px;
  overflow-x: hidden;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;

  bottom: 0px;
}

/* line 39, ../../app/styles/main.scss */

.content-inner .section {
  float: left;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
}

/* line 47, ../../app/styles/main.scss */

.content-inner .tube {
  position: relative;
  top: 0;
  height: 48.5vw;
  width: inherit;
  display: none;
  z-index: 1;
  background-color: #1b1b1b;
}

/* line 55, ../../app/styles/main.scss */

.content-inner .tube .video-container {
  height: 100%;
}

/* line 58, ../../app/styles/main.scss */

.content-inner .tube iframe {
  width: 100%;
  height: 100%;
}

/* line 62, ../../app/styles/main.scss */

.content-inner .tube .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/close.png");
  background-size: cover;
  cursor: pointer;
  z-index: 1000;
}

/* line 76, ../../app/styles/main.scss */

.content-inner .background {
  position: relative;
}

/* line 78, ../../app/styles/main.scss */

.content-inner .background img {
  width: 100%;
  height: auto;
}

/* line 82, ../../app/styles/main.scss */

.content-inner .background .playbutton {
  cursor: pointer;
  position: absolute;
  background-image: url("../images/play-small.png");
  background-size: cover;
  height: 53px;
  width: 55px;
  left: 49.5%;
  top: 49.5%;
  left: calc(50% - 27px);
  top: calc(50% - 27px);
  opacity: 0.8;
}

/* line 99, ../../app/styles/main.scss */

.content-inner .text {
  padding: 10px;
  font-size: 0.9em;
  color: #666666;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  font-family: Lato, sans-serif;
}

/* line 106, ../../app/styles/main.scss */

.content-inner .text .text-content {
  margin-bottom: 70px;
  
}

/* line 108, ../../app/styles/main.scss */

.content-inner .text .text-content a,
.content-inner .text .text-content a:hover,
.content-inner .text .text-content a:focus {
  color: #1ba8dc;
}

/* line 112, ../../app/styles/main.scss */

.content-inner .text .head {
  font-family: Lato-Black, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 10px;
  color: #000;
}

/* line 120, ../../app/styles/main.scss */

.content-inner .text .fadeout {
  display: none;
  position: fixed;
  bottom: 52px;
  width: 100%;
  height: 4em;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  -webkit-backface-visibility: hidden;
}

/* line 149, ../../app/styles/main.scss */

.controls-inner::-webkit-scrollbar {
  display: none;
}

/* line 152, ../../app/styles/main.scss */

#drag-marker {
  position: fixed;
  left: 40%;
  left: calc(50% - 39px);
  bottom: 6px;
  z-index: 1;
  width: 78px;
  height: 82px;
  background-image: url(../images/slide-cursor-mobile.png);
  background-size: cover;
  -webkit-backface-visibility: hidden;

}

/* line 165, ../../app/styles/main.scss */

.controls-inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1ba8dc;
  height: 55px;
  color: #096181;
  text-align: center;
  font-family: Lato-Black, sans-serif;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 20;

}

/* line 179, ../../app/styles/main.scss */

.controls-inner #tip {
  display: none;
  position: absolute;
  background-color: white;
  width: 180px;
  height: auto;
  bottom: 45px;
  z-index: 10;
  padding: 6px 10px 10px 10px;
  text-align: left;
  opacity: 0;
}

/* line 191, ../../app/styles/main.scss */

.controls-inner #tip:before {
  bottom: -9px;
  left: 82px;
  position: absolute;
  content: ' ';
  background-image: url("../images/arrow-down.png");
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
}

/* line 204, ../../app/styles/main.scss */

.controls-inner #tip-content {
  color: #0f6e91;
  font-family: 'Lato-Black', sans-serif;
  font-size: 12px;
}

/* line 210, ../../app/styles/main.scss */

.controls-inner #selected {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #108ab7;
  height: 55px;
}

/* line 224, ../../app/styles/main.scss */

.controls-inner ul {
  display: box;
  display: -webkit-box;
  -webkit-flex-direction: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  position: absolute;
  padding-left: 20px;
  z-index: 1;
  -webkit-backface-visibility: hidden;


}

/* line 243, ../../app/styles/main.scss */

.controls-inner ul:last-child {
  padding-right: 20px;
}

/* line 246, ../../app/styles/main.scss */

.controls-inner ul:first-child {
  padding-left: 20px;
}

/* line 249, ../../app/styles/main.scss */

.controls-inner ul > li {
  padding: 20px 0;
  z-index: 1;
  min-width: 0.1px;

}

/* line 255, ../../app/styles/main.scss */

.controls-inner li.active {
  color: #ffffff;
}

/* line 258, ../../app/styles/main.scss */

.controls-inner a.active {
  color: #ffffff;
}

/* line 261, ../../app/styles/main.scss */

.controls-inner ul > li a {
  padding: 5px 0;
  color: #096181;
  margin: 0 5px;

  
}

/* line 267, ../../app/styles/main.scss */

.controls-inner a:hover,
.controls-inner a:focus,
.controls-inner a.hover,
.controls-inner li.hover,
.controls-inner li.active a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* line 272, ../../app/styles/main.scss */

.controls-inner .nodots {
  width: 25px;
}

/* line 275, ../../app/styles/main.scss */

.controls-inner .dots {
  font-family: Lato, sans-serif;
}

/* line 278, ../../app/styles/main.scss */

.controls-inner .left {
  margin-left: 5px;
}

/* line 281, ../../app/styles/main.scss */

.controls-inner .right {
  margin-right: 5px;
}

@media screen and (min-width: 740px) {
  /* line 287, ../../app/styles/main.scss */

  #drag-marker {
    display: none;
  }

  /* line 290, ../../app/styles/main.scss */

  .controls-inner {
    position: fixed;
    width: 80%;
    margin-left: 10%;
    top: 45.5vw;
    overflow: visible;
  }

  /* line 299, ../../app/styles/main.scss */

  .controls-inner #slider {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  /* line 305, ../../app/styles/main.scss */

  .controls-inner #slider .ui-slider-range {
    height: 55px;
    z-index: 0;
    z-index: -1;
    background-color: #108ab7;
  }

  /* line 313, ../../app/styles/main.scss */

  .controls-inner #slider .ui-slider-handle:focus {
    outline: none;
  }

  /* line 317, ../../app/styles/main.scss */

  .controls-inner #slider .ui-slider-handle:after {
    content: ' ';
    position: absolute;
    top: -9px;
    z-index: 2;
    width: 22px;
    height: 82px;
    background-image: url(../images/slide-cusor-desktop.png);
    background-size: cover;
    right: -1px;
  }

  /* line 330, ../../app/styles/main.scss */

  .controls-inner #tip {
    display: block;
  }

  /* line 337, ../../app/styles/main.scss */

  .controls-inner ul:first-child {
    padding-left: 0;
  }

  /* line 340, ../../app/styles/main.scss */

  .controls-inner ul {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 352, ../../app/styles/main.scss */

  .controls-inner #selected {
      background-color: transparent;
  }

  /* line 359, ../../app/styles/main.scss */

  .content .content-inner {
    overflow: hidden;
  }

  /* line 363, ../../app/styles/main.scss */

  .content .tube .close-btn {
    height: 42px;
    width: 42px;
  }

  /* line 367, ../../app/styles/main.scss */

  .content .tube .video-container {
    height: 95%;
  }

  /* line 373, ../../app/styles/main.scss */

  .content .background .playbutton {
    height: 79px;
    width: 84px;
    right: 20%;
    left: inherit;
    top: 40%;
    top: calc(50% - 42px);
  }

  /* line 382, ../../app/styles/main.scss */

  .content .text {
    color: #FFF;
    position: absolute;
    top: 0;
    padding-left: 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
    flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60vw;
    height: 48vw;
  }

  /* line 401, ../../app/styles/main.scss */

  .content .text .text-content {
    margin-bottom: 0;
  }

  /* line 404, ../../app/styles/main.scss */

  .content .text .head {
    color: #FFF;
  }

  /* line 407, ../../app/styles/main.scss */

  .content .text .fadeout {
    display: none;
  }
}