@charset "UTF-8";
/*Colors Pallet*/
/*Colors*/
/*Header*/
/*Sidebar*/
/*V├¡deos*/
/* Buttons */
/* Glossary */
/*Loader*/
/*JW Player*/
/* Attachments List */
/*MIXINS*/
@import url(../webfonts/Fontello/css/fontello.css);
@import url(../webfonts/Info/stylesheet.css);
@import url(../vendors/bootstrap/bootstrap.min.css);
@import url(../vendors/featherlight/featherlight.css);
.media-collection-wrapper .main-content:before, .media-collection-wrapper .main-content:after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

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;
  height: 100%; }

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,
body {
  min-height: 100%;
  height: 100%; }

img {
  max-width: 100%; }

b, strong, .bold {
  font-weight: bold; }

i, em, .italic {
  font-style: italic; }

/*Mobile First*/
/*Desktop First*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; }
  @media (min-width: 768px) {
    html {
      font-size: 15px; } }

body {
  color: #808080;
  font-family: "Info";
  font-weight: 100;
  background: url("../img/bg.jpg") no-repeat center 0 fixed;
  background-size: cover; }
  body.fixed {
    position: fixed;
    width: 100%; }

html, body {
  height: 100%;
  overflow: hidden; }

p {
  color: #808080;
  font-size: 1.6rem;
  line-height: 1.5; }

.outer-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto; }
  .outer-wrapper .inner {
    display: table-cell;
    vertical-align: middle; }

.main-content-area {
  width: 100%; }

.main-wrapper {
  width: 100%;
  padding: 5rem 0 2rem; }
  @media (min-width: 641px) {
    .main-wrapper {
      padding: 5rem 0 3rem; } }

.main-header {
  overflow: hidden;
  padding: 0.5rem 1rem 1rem;
  display: table;
  width: 100%;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  .main-header-inner {
    display: table-cell;
    vertical-align: middle; }
    .main-header-inner-content {
      max-width: 640px;
      margin: 0 auto; }
  .main-header .logo {
    max-width: 9rem;
    margin: 0 auto;
    display: block; }
    @media (min-width: 768px) {
      .main-header .logo {
        max-width: 18rem;
        position: absolute; } }

.page-title {
  font-size: 1.7rem;
  font-weight: 100;
  color: #333;
  margin-top: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.main-sidebar {
  width: 90%;
  max-width: 45rem;
  height: 100%;
  background: #f7f7fb;
  position: fixed;
  z-index: 5;
  left: -100%;
  top: 0;
  transition: 0.5s;
  z-index: 99999;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .main-sidebar-inner {
    max-height: 100%; }
  .main-sidebar.opened {
    left: 0; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 4;
  transform: translateX(100%);
  transition: 0.5s ease-out;
  width: 100%;
  z-index: 9999; }
  .overlay.is-visible {
    transform: translateX(0%); }

/*Twitter Bootstrap Reset*/
.container {
  max-width: 100%;
  text-align: center; }
  .container [class^='col'] {
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: inline-block;
    margin-left: -2px;
    overflow: hidden; }
    @media (min-width: 641px) {
      .container [class^='col'] {
        padding-left: 15px;
        padding-right: 15px; } }
    .container [class^='col']:first-child .video-item {
      margin-top: 1rem; }
      @media (min-width: 641px) {
        .container [class^='col']:first-child .video-item {
          margin-top: 2.5rem; } }

.jwplayer.jw-skin-custom {
  position: relative; }
  .jwplayer.jw-skin-custom .jw-background-color {
    background: transparent; }
  .jwplayer.jw-skin-custom .jw-button-color {
    transition: 0.2s;
    color: #fff; }
    .jwplayer.jw-skin-custom .jw-button-color:hover {
      color: #ec961b; }
  .jwplayer.jw-skin-custom .jw-rail {
    background: #fff; }
  .jwplayer.jw-skin-custom .jw-buffer {
    background: #ccc; }
  .jwplayer.jw-skin-custom .jw-knob {
    background: #ec961b; }
  .jwplayer.jw-skin-custom .jw-progress {
    background: #ec961b; }
  .jwplayer.jw-skin-custom .jw-display-icon-container {
    border-radius: 100%; }

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #808080;
  z-index: 99;
  top: 0;
  left: 0; }

.loader-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-style: 1rem; }
  .loader-content p {
    color: #fff; }
  .loader-content img {
    margin-top: 0.5rem;
    display: block; }

.media-collection-wrapper {
  width: 100%; }
  .media-collection-wrapper .main-content {
    max-width: 106rem;
    margin: 0 auto; }
  .media-collection-wrapper .video-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
    z-index: 2; }
  .media-collection-wrapper .video-info-title {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500; }
    @media (min-width: 768px) {
      .media-collection-wrapper .video-info-title {
        font-size: 1.2rem; } }
    .blocked .media-collection-wrapper .video-info-title {
      color: #fff; }
  .media-collection-wrapper .number-wrapper {
    line-height: 1; }
  .media-collection-wrapper .order-number {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 500;
    color: #fff;
    position: relative; }

.video-item {
  display: table;
  table-layout: fixed;
  cursor: pointer;
  width: 100%;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden; }
  .video-item:before {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: 0.5s;
    z-index: 1;
    height: calc(100% - 40px); }
    @media (min-width: 768px) {
      .video-item:before {
        height: calc(100% - 31px); } }
  .video-item:not(.blocked):hover .video-thumb {
    transform: scale(1.1); }
  .video-item .video-item-thumb {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    background: url("../img/loader.gif") no-repeat center #fff;
    overflow: hidden; }
    .video-item .video-item-thumb .video-thumb {
      display: block;
      transition: 0.3s;
      width: 100%; }
    .video-item .video-item-thumb .icon {
      font-size: 2rem;
      color: #fff;
      margin: 0 auto 1rem;
      border: solid 0.1rem #fff;
      display: inline-block;
      padding: 1rem;
      border-radius: 0.5rem; }
      .video-item .video-item-thumb .icon:before {
        display: block;
        content: "";
        content: "\e803";
        margin: 0 auto; }
    .video-item .video-item-thumb .video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .video-item .video-item-thumb .video-wrapper.hidden-element {
        display: none; }
  .video-item .video-item-button-wrapper {
    display: block;
    width: 100%;
    padding: 2rem 1.5rem;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.8);
    position: relative; }
    @media (min-width: 768px) {
      .video-item .video-item-button-wrapper {
        padding: 0.5rem .5rem;
        height: 2rem; } }
    .video-item .video-item-button-wrapper .btn {
      position: relative;
      border: none;
      background: transparent;
      transition: 0.3s;
      transition-property: opacity color;
      color: #000; }
      .video-item .video-item-button-wrapper .btn .text {
        display: none; }
      .video-item .video-item-button-wrapper .btn:disabled {
        opacity: 0.3; }
      .video-item .video-item-button-wrapper .btn:enabled:hover {
        color: #ec961b; }
      .video-item .video-item-button-wrapper .btn:before {
        display: block;
        content: "";
        margin: 0 auto;
        content: "\e803";
        font-family: "fontello";
        font-size: 1.8rem; }
        @media (min-width: 768px) {
          .video-item .video-item-button-wrapper .btn:before {
            font-size: 0.8rem; } }
    .video-item .video-item-button-wrapper .btn-glossary {
      float: right;
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%); }
      .video-item .video-item-button-wrapper .btn-glossary:before {
        display: block;
        content: "";
        content: "\e804"; }
  .video-item.blocked {
    cursor: default; }
    .video-item.blocked .video-item-thumb:after {
      display: block;
      content: ""; }
    .video-item.blocked .video-item-thumb .icon {
      font-family: 'fontello'; }
      .video-item.blocked .video-item-thumb .icon:before {
        display: block;
        content: "";
        content: "\e805";
        margin: 0 auto; }
    .video-item.blocked .order-number {
      color: #fff; }
  .video-item.completed .order-number {
    color: #fff; }
    .video-item.completed .order-number:before {
      display: block;
      content: "";
      display: block;
      right: -2rem;
      top: 1rem;
      position: absolute;
      z-index: 2;
      content: "\e806";
      font-family: "fontello";
      font-size: 1.5rem; }
  .video-item.next-item:hover .video-thumb {
    transform: scale(1.1); }
  .video-item.next-item .order-number {
    color: #fff; }

.video-modal.featherlight {
  z-index: 999; }
  .video-modal.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.9); }
.video-modal .featherlight-content {
  max-width: 800px;
  width: 100%;
  padding: 0;
  transition: 0.5s;
  border-bottom: none; }
.video-modal .featherlight-close-icon {
  transition: 0.3s; }
  .video-modal .featherlight-close-icon:hover {
    background: white; }

.bt-open-menu, .bt-close-menu {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  color: #000;
  background: transparent;
  border: none;
  transition: 0.3s; }
  .bt-open-menu:hover, .bt-close-menu:hover {
    color: #ec961b; }

.bt-fullscreen {
  position: absolute;
  z-index: 3;
  display: none;
  border: none;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  background: transparent;
  display: none; }
  .bt-fullscreen:before {
    display: block;
    content: "";
    content: "\e801";
    color: #fff;
    font-family: "fontello"; }
  .playing .bt-fullscreen {
    display: block; }

.bt-glossary {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.5rem;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5); }
  .bt-glossary:hover {
    color: #fff;
    border-color: #ec961b;
    box-shadow: 0 0 5px #fff; }
  .bt-glossary.active {
    overflow: inherit;
    width: 9.5rem; }
    .bt-glossary.active .icon {
      float: left; }
    .bt-glossary.active .text {
      opacity: 1;
      left: 40px; }
  .bt-glossary .text {
    white-space: nowrap;
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 6px black; }
  .bt-glossary .icon-plus:before {
    text-shadow: 0 0 6px black; }

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
@-moz-keyframes pulse {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
@-o-keyframes pulse {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
@keyframes pulse {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
.glossary-wrapper {
  padding: 3.5rem 3rem; }

.video-aditional-info {
  font-size: 1.7rem; }
  .video-aditional-info .title {
    text-transform: uppercase;
    color: #808080;
    font-weight: 500;
    margin-bottom: 2rem; }
  .video-aditional-info .description {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-top: 1rem;
    border-bottom: solid 0.1rem #ccc;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    color: #808080;
    display: none; }
  .video-aditional-info .word {
    margin-bottom: 2rem; }
    .video-aditional-info .word.hidden-word {
      display: none; }
  .video-aditional-info .word-term {
    color: #ec961b;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .video-aditional-info .word-definition {
    color: #808080; }
  .video-aditional-info .word-definition-image {
    margin-top: 1rem; }

.attachments-list {
  margin-top: 0.5rem; }
  .attachments-list li {
    padding-left: 1rem; }
  .attachments-list a {
    font-size: 1.2rem;
    color: #808080;
    transition: 0.3s; }
    .attachments-list a:hover {
      color: #ec961b;
      text-transform: none; }
    .attachments-list a:before {
      display: block;
      content: "";
      display: inline-block;
      font-family: "fontello";
      margin-right: 0.5rem; }
    .attachments-list a[data-type='pdf']:before {
      content: "\F1C1"; }
    .attachments-list a[data-type='word']:before {
      content: "\F1C2"; }
    .attachments-list a[data-type='excel']:before {
      content: "\F1C3"; }
    .attachments-list a[data-type='powerpoint']:before {
      content: "\F1C4"; }

.unseen-words {
  position: absolute;
  right: -8px;
  top: -8px;
  background: red;
  padding: 3px;
  font-size: 1rem;
  border-radius: 100%;
  width: 1.3rem;
  height: 1.3rem;
  display: none; }

/*# sourceMappingURL=app.css.map */
