@font-face {
  font-family: 'celum';
  src:  url('fonts/celum.eot?yiha75');
  src:  url('fonts/celum.eot?yiha75#iefix') format('embedded-opentype'),
    url('fonts/celum.ttf?yiha75') format('truetype'),
    url('fonts/celum.woff?yiha75') format('woff'),
    url('fonts/celum.svg?yiha75#celum') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="celum-"], [class*=" celum-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'celum' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.celum-icon-back:before {
  content: "\e600";
}
.celum-icon-calendar:before {
  content: "\e601";
}
.celum-icon-cancel:before {
  content: "\e602";
}
.celum-icon-close:before {
  content: "\e603";
}
.celum-icon-filter:before {
  content: "\e604";
}
.celum-icon-list:before {
  content: "\e605";
}
.celum-icon-minus:before {
  content: "\e606";
}
.celum-icon-more:before {
  content: "\e607";
}
.celum-icon-next:before {
  content: "\e608";
}
.celum-icon-plus:before {
  content: "\e609";
}
.celum-icon-previous:before {
  content: "\e60a";
}
.celum-icon-search:before {
  content: "\e60b";
}
.celum-icon-select:before {
  content: "\e60c";
}
.celum-icon-slider:before {
  content: "\e60d";
}
.celum-icon-sort:before {
  content: "\e60e";
}
.celum-icon-transfer:before {
  content: "\e60f";
}
.celum-icon-tree:before {
  content: "\e610";
}
.celum-icon-view:before {
  content: "\e611";
}
.celum-icon-wishlist:before {
  content: "\e612";
}
.celum-icon-locked:before {
  content: "\e613";
}
.celum-icon-unavailable:before {
  content: "\e614";
}
.celum-icon-audio:before {
  content: "\e900";
}
.celum-icon-change_format:before {
  content: "\e901";
}
.celum-icon-documents:before {
  content: "\e902";
}
.celum-icon-dropdown:before {
  content: "\e903";
}
.celum-icon-images:before {
  content: "\e904";
}
.celum-icon-remove:before {
  content: "\e905";
}
.celum-icon-video:before {
  content: "\e906";
}
.celum-icon-format_original:before {
  content: "\e907";
}
.celum-icon-format_ai:before {
  content: "\e908";
}
.celum-icon-format_doc:before {
  content: "\e909";
}
.celum-icon-format_eps:before {
  content: "\e90a";
}
.celum-icon-format_ind:before {
  content: "\e90b";
}
.celum-icon-format_jpg:before {
  content: "\e90c";
}
.celum-icon-format_pdf:before {
  content: "\e90d";
}
.celum-icon-format_png:before {
  content: "\e90e";
}
.celum-icon-format_psd:before {
  content: "\e90f";
}
.celum-icon-format_svg:before {
  content: "\e910";
}
.celum-icon-warning:before {
  content: "\e911";
}
.celum-icon-info:before {
  content: "\e912";
}
.celum-icon-unchecked:before {
  content: "\e913";
}
.celum-icon-checked:before {
  content: "\e914";
}
.celum-icon-sort-reverse:before {
  content: "\e915";
}
.celum-icon-sort2:before {
  content: "\e916";
}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/*
Fix hover styles for IE pseudo elements - and partly even "common" hover styles
http://jsfiddle.net/jonathansampson/N4kf9/
*/
:hover {
  /* at least one property must be specified to preserve the selector during minification; this one won't cause side effects;*/
  color: inherit;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}

body.ngdialog-open {
  overflow: hidden;
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout .5s;
  animation: ngdialog-flyout .5s;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin .5s;
  animation: ngdialog-flyin .5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: 'Helvetica',sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */

/* Slider colors */

/* Slider size parameters */

rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 30px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

rzslider[disabled] {
  cursor: not-allowed;
}

rzslider[disabled] span.rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

rzslider span.rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

rzslider span.rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

rzslider span.rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

rzslider span.rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}

rzslider span.rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  content: '';
}

rzslider span.rz-pointer:hover:after {
  background-color: #ffffff;
}

rzslider span.rz-pointer.rz-active:after {
  background-color: #451aff;
}

rzslider span.rz-bubble {
  top: -32px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

rzslider span.rz-bubble.rz-selection {
  top: 16px;
}

rzslider span.rz-bubble.rz-limit {
  color: #55637d;
}

rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
}

rzslider .rz-ticks .tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}

rzslider .rz-ticks .tick.selected {
  background: #0db9f0;
}

rzslider .rz-ticks .tick .tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.ngsb-wrap {
  -ms-touch-action: none;
}
.ngsb-wrap .ngsb-container {
  width: auto;
  overflow: hidden;
  transition: 0.5s all;
}
.ngsb-wrap:hover .ngsb-scrollbar {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.ngsb-wrap .ngsb-scrollbar {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.ngsb-wrap .ngsb-scrollbar a.ngsb-thumb-container {
  margin: 20px 0;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-track {
  height: 100%;
  margin: 0 auto;
  width: 6px;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos .ngsb-thumb {
  transition: 0.5s all;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:hover .ngsb-thumb {
  background: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
  /* old ie */
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:active {
  background: rgba(255, 255, 255, 0.6);
  filter: "alpha(opacity=60)";
  -ms-filter: "alpha(opacity=60)";
  /* old ie */
}
@charset "UTF-8";
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACsAAAA2C4eUa2hoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABi/vcdWfH8Nl8ZuNkZQODSliXbkWl2BrA4BwMTiAIAKDsJfgB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: '\f101'; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: '\f102'; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: '\f103'; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: '\f104'; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: '\f105'; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: '\f106'; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: '\f107'; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: '\f108'; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: '\f109'; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: '\f10a'; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: '\f10b'; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: '\f10c'; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: '\f10d'; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: '\f10e'; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: '\f10f'; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: '\f110'; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: '\f111'; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: '\f112'; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: '\f113'; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: '\f114'; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: '\f115'; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: '\f116'; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: '\f117'; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: '\f118'; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: '\f119'; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: '\f11a'; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: '\f11b'; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: '\f11c'; }

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before {
    content: '\f11d'; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0; }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }
html, body {
  font-size: 11px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #3d4043;
  position: relative;
}

div, span {
  font-size: 14px;
}

a:focus {
  outline: 0;
}

.action-icon, .action-text {
  cursor: pointer;
  opacity: 0.5;
}

.action-icon {
  font-size: 16px;
}

.text-action-button {
  text-transform: uppercase;
  padding: 0 10px;
}

.action-icon:hover, .action-text:hover {
  opacity: 1;
}

.warning {
  color: #ff7d09;
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  padding-left: 3px;
}

.warning-overflow {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 10px;
  margin-top: -5px;
  position: relative;
}

.warning-overflow .warning {
  line-height: 12px;
  padding-left: 1px;
  position: absolute;
  top: 0px;
}

.warning-overflow span {
  display: inline-block;
  font-size: 10px;
  padding-left: 26px;
}

/* NAVIGATION */
.baseNavigation {
  height: 50px;
}

.navbar {
  border-bottom: 1px solid #dcdcdc;
  /*  overflow: hidden;*/
  font-size: 16px;
  color: #3d4043;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.navbar-left {
  display: flex;
  flex-wrap: nowrap;
}

.navbar-right {
  width: 250px;
  justify-content: flex-end;
  margin-left: 10px;
  display: flex;
}

.navbar-middle .action-icon {
  position: absolute;
  top: 17px;
  z-index: 1;
  padding-left: 7px;
}

.navbar-right .navEntry {
  float: right;
}

.navbar .navButtonWrapper {
  width: 50px;
  text-align: center;
}

.navbar .navButtonWrapper .action-icon {
  font-size: 24px;
}

.navbar-nav, .navbar-form {
  float: left;
  /*  overflow: hidden;*/
}

.navbar li {
  /*  overflow: hidden;*/
  height: 50px;
}

.navbar li *, .navbar form {
  line-height: 50px;
  height: 50px
}

.navbar li a {
  text-decoration: none;
  padding: 0 12px;
}

.navbar li.active > a {
  background: #0075be;
  color: #ffffff;
}

.language-selector .ui-select-choices-group {
  height: 70px;
}

.language-selector li * {
  line-height: 22px !important;
  height: 22px !important;
}

.language-selector .ui-select-container {
  height: auto;
}

.language-selector .ui-select-toggle::after {
  height: 50px;
}

.language-selector .ui-select-match {
  line-height: 50px;
  height: 50px;
}

.navbar .navbar-collapse {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.active .naventry .action-icon {
  opacity: 1;
}

.navEntry {
  cursor: pointer;
  display: block;
}

.filter-wrapper .navEntry {
  width: 50px;
  text-align: center;
}

.navbar-form {
  display: table;

}

.navbar-form .form-group {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  display: inline-block;
  width: 250px;
  background: url('logo.png') no-repeat 10px center transparent;
}

/* CONTENT */
.appContent {
  height: 100%;
}

.appContentView {
  height: calc(100% - 50px);
  overflow: hidden;
  overflow-y: auto;
}

.preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: white;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  z-index: 1;
}

.preview-sidebar {
  width: 0;
  margin-top: 40px;
  padding-top: 20px;
  transition: width 0.5s;
}

.preview-sidebar.open {
  width: 20%;
  min-width: 150px;
  border-left: 1px #dedede solid;
}

.preview-sidebar .meta-info-box {
  padding: 20px;
}

.preview-sidebar .meta-info-box .data-label {
  color: #808080;
}

.preview-sidebar .meta-info-box .data-value {
  font-size: 16px;
  margin-top: 10px;
}

/* List */
.fillHeight,
.list {
  height: 100%;
}

.list {
  /*display: -ms-flexbox;*/
  display: flex;
  flex-flow: column;
  padding-top: 30px;
}

.filter-box,
.controls-box {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-box {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  height: 100%;
}

.list .empty-info {
  opacity: 0.3;
  width: 100%;
  height: auto;
  background: url("ooops.png") no-repeat center 50px;
  color: #0075be;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 250px;
}

/*.list > div {
  overflow-y: auto;
}*/

.list > div.scrollDisabled {
  overflow-y: hidden !important;
  height: 0;
}

.list ul.assetList {
  padding: 10px 50px 50px;
  float: left;
  width: 100%;
}

.list ul.empty {
  display: none;
}

.item-wrapper {
  border: 1px solid #dcdcdc;
  float: left;
  /*height: 280px;*/ /* disable for now to see if dynamic height for bullets works */
  min-width: 150px;
  overflow: hidden;
  padding: 15px;
  width: 220px;
  position: relative;
  margin: 0 0 -1px -1px;
  cursor: pointer;
  /* todo fix IE - we may use an icon using cursor url() for all browsers */
}

.list.dlFormat .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 28px 0 42px;
}

.dlFormat .list-box {
  margin-left: 9px;
}

.dlFormat .item-wrapper.active,
.dlFormat .item-wrapper {
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 48.3%;
  margin: 0 20px -1px 0;
  min-width: 450px;
  padding: 0;
  cursor: default;
  overflow: visible;
}

.dlFormat .item-wrapper {
  background-color: white;
}

.dlFormat .item-wrapper .name {
  color: #3d4043;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 21px;
  margin-bottom: 10px;
  padding-right: 35px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dlFormat .item-wrapper .celum-icon-warning {
  color: #ff973b;
  font-size: 21px;
  position: absolute;
  right: 16px;
  top: 1px;
}

.dlFormat .item-wrapper .item-content {
  flex-basis: 100%;
  padding: 10px 20px;
  max-width: calc(100% - 130px);
}

.dlFormat .item-wrapper img {
  margin: 0 auto;
  max-height: 130px;
}

.item-wrapper .thumb .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  display: none;
}

.item-wrapper:hover .thumb .cover {
  display: inherit;
}

.item-wrapper .thumb .cover::after {
  content: "\e60b";
  background-color: #0075be;
  border-radius: 50%;
  color: white;
  display: block;
  font-family: "celum";
  height: 30px;
  left: inherit;
  top: inherit;
  line-height: 30px;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  pointer-events: none;
  width: 30px;
}

.dlFormat .item-wrapper .thumb .cover::after {
  left: inherit;
  top: inherit;
}

.dlFormat .item-wrapper .thumb {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 130px;
  max-height: none;
  min-width: 130px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 130px;
  height: auto;
  position: relative;
}

.thumbnail {
  color: #a1a1a1;
  font-size: 82px;
}

.dlFormat .thumbnail {
  font-size: 53px;
  width: 100%;
}

.dlFormat .item-wrapper .thumb.portrait {
  float: none;
  width: inherit;
  height: inherit;
}

.dlFormat .item-wrapper.active .thumb {
  max-width: 130px;
  min-width: 130px;
  width: 130px;
}

/*.dlFormat .item-wrapper .thumb.portrait img{*/
/*width: auto;*/
/*}*/

.item-wrapper img {
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-height: 200px;
  width: 100%;
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}

.item-wrapper .thumb {
  display: table-cell;
  height: 225px;
  max-height: 225px;
  min-width: 155px;
  text-align: center;
  vertical-align: middle;
  width: 220px;
}

.item-wrapper .thumb.portrait {
  height: 225px;
  text-align: center;
  width: 220px;
}

.item-wrapper .thumb.portrait img {
  height: auto;
  width: auto;
}

.item-wrapper .name {
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.item-wrapper .bullets {
  height: 16px;
  text-align: right;
}

.bullet {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 5px;
}

.item-wrapper .preview-action {
  display: none;
}

.item-wrapper:hover .preview-action {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 219px;
  background-color: transparent;
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  pointer-events: inherit;
  z-index: 10001;
}

.item-wrapper.selected.active:hover .preview-action {
  height: 213px;
}

.item-wrapper:hover:before,
.item-wrapper:hover::before {
  background: #0075be none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  font-family: "celum";
  content: "\e60c";
  height: 50px;
  left: 0;
  line-height: 50px;
  opacity: 0.95;
  position: absolute;
  text-align: center;
  width: 100%;
  cursor: pointer !important;
  z-index: 1000;
}

.dlFormat .item-wrapper .remove {
  display: none;
}

.dlFormat .item-wrapper:hover .remove {
  display: block;
}

.dlFormat .item-wrapper:hover .remove:hover {
  opacity: 1;
}

.dlFormat .item-wrapper .remove {
  color: #3d4043;
  height: 24px;
  line-height: 24px;
  opacity: 0.7;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 24px;
  z-index: 1000;
  cursor: pointer;
}

.item-wrapper.selected:hover:before,
.item-wrapper.selected:hover::before {
  content: "\e603";
}

.item-wrapper.disabled:hover:before,
.item-wrapper.disabled:hover::before,
.dlFormat .item-wrapper:hover:before,
.dlFormat .item-wrapper:hover::before {
  content: "";
  height: 0;
}

.item-wrapper.inMultiSelection,
.item-wrapper.selected {
  background-color: #e8e8e8;
}

.item-wrapper.disabled {
  background: url(inactive.png);
}

.item-wrapper.disabled img {
  opacity: 0.5;
}

/*Action bar*/
.actionbar {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.actionbar .actionbar-content-wrapper {

}

.actionbar .actionbar-content-wrapper.visible {

}

.actionbar .basket, .actionbar .transfer, .actionbar .back, .actionbar .loading {
  display: block;
  font-size: 32px;
  border-radius: 100%;
  background-color: #0075be;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  float: right;
  margin-left: 20px;
  cursor: pointer;
}

.actionbar .basket.hidden, .actionbar .loading.hidden {
  display: none;
}

.actionbar .back {
  background-color: #37ad60;
}

.actionbar .basket span, .actionbar .transfer span {
  background-color: #37ad60;
  border-radius: 100%;
  bottom: -10px;
  display: block;
  font-size: 12px;
  height: 32px;
  line-height: 25px;
  min-width: 32px;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: center;
  width: auto;

}

.actionbar .loading {
  font-size: 10px;
  overflow: hidden;
}

.actionbar .loading .loading-animation-wrapper {
  display: inline-block;
  height: 70px;
  left: -35px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 140px;
}

.actionbar .loading .loader:after {
  -webkit-animation-name: loader; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
  animation-name: loader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  display: inline-block;
  content: " ";
  height: 70px;
  left: -35px;
  position: relative;
  top: 0;
  background: #ffffff;
}

.actionbar .animate { /* , .list li.animate  add this selector (and enjoy the fun) */
  display: block;
  -webkit-animation: jumpIn 0.5s; /* Chrome, Safari, Opera */
  animation: jumpIn 0.5s;
}

/* Dialogs */

/* COMMON */
.ngdialog.ngdialog-theme-default {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.ngdialog.ngdialog-theme-default.errorDialog {
  display: block;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  border-radius: 0;
}

/* FILTERS */
.ngdialog.filter {
  /* TODO */
}

.filter-content {
  line-height: 38px;
  font-size: 15px;
  display: block;
}

.filter-content .title {
  text-transform: uppercase;
  margin-top: 10px;
}

.filter-content .filter-tab div[type="checkbox"]::after {
  clear: both;
}

.filter-content label {
  float: left;
  min-width: 45%;
  width: 45%;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-select-choices-row {
  line-height: 25px;
  cursor: pointer;
}

.form-item {
  float: right;
  width: 53%;
  min-width: 200px;
  position: relative;
}

.filter-tab div.row {
  clear: both;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

/* FULLSIZE */
.ngdialog.fullsize {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.ngdialog.fullsize .ngdialog-content {
  bottom: 0;
  display: table-cell;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

/* Preview */
.preview .preview-wrapper {
  height: calc(100% - 40px);
  position: relative;
  width: 100%;
  margin-top: 40px;
  transition: width 0.5s;
}

.preview .preview-wrapper.shrinked {
  width: 80%;
}

.preview .image-wrapper img {
  cursor: move;
}

.preview .image-wrapper {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 65px;
  padding-top: 15px;
  text-align: center;
  cursor: zoom-out;
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
}

.preview-header {
  width: 100%;
  position: absolute;
  height: 40px;
  background-color: #dedede;
  overflow: hidden;
  white-space: nowrap;
}

.preview-header .name {
  height: 100%;
  line-height: 40px;
  display: inline-block;
  width: calc(100vw - 180px);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.preview-header .name .text {
  padding-left: 20px;
  text-overflow: ellipsis;
}

.preview-header.shrinked .name {
  width: 80%;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.preview-header .hide-close-wrapper {
  display: inline-block;
  cursor: pointer;
}

.preview-header .right-wrapper {
  display: inline-block;
  margin-left: -12px;
}

.preview-header .hide-close-wrapper .action-icon.celum-icon-info {
  top: 2px;
  position: relative;
  padding-right: 3px;
}

@media screen and (max-width: 1000px) {
  .preview-header .hide-close-wrapper .text {
    display: none;
  }

  .preview-header .name {
    width: calc(100vw - 60px);
  }
}

.preview .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 25px;
  background-color: white;
}

.preview .nav {
  background: white none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 32px;
  left: 20px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 48%;
  width: 48px;
}

.preview .nav.next {
  right: 20px;
  left: inherit;
}

.preview .itemDisabled.nav:hover {
  opacity: 0.5;
}

.preview .close {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 7px;
  width: 24px;
  z-index: 100;
  opacity: 0.5;
}

.preview .action-icon.celum-icon-close {
  display: block;
  font-size: 1.2em;
  height: 24px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 1px;
  text-align: center;
  width: 24px;
}

.preview .close .action-icon {
  opacity: 1;
}

.preview .close:hover {
  opacity: 1;
}

.preview .footer .interactive {
  display: inline-block;
  width: 100%;
}

.preview .footer .interactive .zoom-bar {
  text-align: center;
  color: black;
  padding-top: 5px;
}

.preview .footer .interactive .zoom-bar rzslider {
  margin-top: 0;
}

.preview .footer .interactive .zoom-bar .zoom-slider-wrap {
  width: 100px;
  display: inline-block;
}

.preview .footer .interactive .zoom-bar rzslider span.rz-bar-wrapper {
  margin-top: -10px;
  height: 25px;
}

.preview .footer .interactive .zoom-bar rzslider span.rz-bar {
  background: #3d4043;
  border: none;
  height: 2px;
}

.preview .footer .interactive .zoom-bar rzslider span.rz-pointer {
  background: none;
  border: none;
  height: 10px;
  width: 4px;
  color: #3d4043;
  top: 2px;
}

.preview .footer .interactive .zoom-bar rzslider span.rz-pointer:after,
.preview .footer .interactive .zoom-bar rzslider span.rz-pointer::after {
  border: none;
  background: none;
  font-family: "celum";
  content: "\e60d"; /* slider icon*/
  left: -5px;
  top: -8px;
}

.preview .footer .interactive .zoom-bar .zoom-value {
  display: inline-block;
  width: 50px;
}

.preview .footer .interactive .zoom-bar .zoom-to-fit {
  margin-right: 20px;
  cursor: pointer;
}

.itemDisabled::before {
  opacity: 0.5;
}

/* Node Filter */
.nodeFilter {
  float: left;
  height: calc(100% - 50px);

  width: 0;
  overflow: hidden;
  padding-top: 50px;
  -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
}

.nodeFilter.on {
  width: 300px;
  -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
  transition: width 0.5s;
}

.nodeFilter > div {
  height: 100%;
}

.nodeFilter .activeNode {
  line-height: 23px;
}

.nodeFilter .activeNode span.nodeName {
  border-bottom: 1px solid #0075be;
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  font-size: 1.3em;
}

.nodeFilter .activeNode span strong {
  font-weight: inherit;
  position: relative;
  display: inline-block;
  height: 42px;
}

.nodeFilter .activeNode i {
  display: inline-block;
  float: left;
  line-height: 22px;
  padding-left: 30px;
  width: 45px;
}

.nodeFilter .nodeFilter-wrapper {
  min-width: 300px;
  height: 100%;

}

.nodeFilter .empty-node {
  font-size: 15px;
  padding-left: 55px;
  font-style: italic;
  color: #999;
  min-height: 40px;
}

.nodeFilter .name {
  line-height: 30px;
  padding-left: 55px;
  cursor: pointer;
}

.nodeFilter .name span {
  display: inline-block;
  overflow: hidden;
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nodeFilter .name i {
  padding-right: 5px;
}

.nodeFilter .name:hover {
  color: #0075be;
}

.nodeFilter .name.hasChildren {
  padding-left: 35px;
}

#activeNodePath {
  display: none;
}

/* custom Scrollbar */
.ngsb-wrap .ngsb-scrollbar {
  opacity: 0.25;
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)";
}

.nodesList {
  max-height: calc(100% - 80px);
  overflow-y: auto;
}

.activeNode .loader {
  display: inline-block;
  margin-left: 55px;
  overflow: hidden;
  width: 75%;
  height: 1px;
  margin-bottom: 15px;
}

.activeNode .loader.loading:after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #0075BE;
  -webkit-animation-name: loader; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
  animation-name: loader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  display: inline-block;
}

.list .loader {
  visibility: hidden;
  width: 200px;
  margin-top: 20px;
  color: #999;
  float: left;
  padding-left: 15px;
  font-style: italic;
  font-size: smaller;
}

.list .loader.loading {
  visibility: visible;
}

.list .loader.loading:after {
  content: ' ';
  height: 2px;
  background: #0075BE;
  -webkit-animation-name: loader; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
  animation-name: loader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  display: block;
  margin-top: 5px;
}

.toggle {
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 34px;
  top: 4px;
  cursor: pointer;
}

.toggle::before {
  background: white none repeat scroll 0 0;
  border-radius: 50%;
  content: ".";
  height: 16px;
  right: 2px;
  position: absolute;
  top: 2px;
  width: 16px;
  text-indent: 200px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.46);
}

.toggle.on {
  background: #57AC47 none repeat scroll 0 0;
}

.toggle.off {
  background: #AAAAAA none repeat scroll 0 0;
}

.toggle.off::before {
  left: 2px;
  right: inherit;
}

.toggle-checkbox {
  display: none;
}

div[toggle-button] {
  float: right;
  margin-right: 45%;
}

/* Select box */
.ui-select-container {
  background: white none repeat scroll 0 0;
  height: 23px;
  position: relative;
  width: 100%;
}

.ui-select-container.open {
  z-index: 100;
  position: relative;
  display: inline-block;
}

.ui-select-container::after {
  clear: both;
}

.ui-select-offscreen {
  display: none;
}

.ui-select-toggle {
  position: absolute;
  right: auto;
  width: 100%;
  height: 23px;
}

.ui-select-match {
  height: 23px;
  line-height: 23px;
  width: 100%;
}

.ui-select-match-text.pull-left {
  left: 0;
  position: absolute;
}

.ui-select-match-text {
  padding-left: 3px;
  color: #818181;
}

.ui-select-search {
  border: none;
  font-family: sans-serif;
  font-size: 13px;
  height: 100%;
  padding-left: 3px;
  width: 100%;
}

.ui-select-placeholder {
  color: #818181;
  font-size: 11px;
  padding-left: 3px;
}

.ui-select-container.open .ui-select-choices {
  display: block;
}

.ui-select-choices {
  background: white;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px;
  display: none;
}

.direction-up .ui-select-choices {
  top: inherit !important;
  bottom: 23px;
  width: 100%;
}

.ui-select-container.open .ui-select-choices {
  display: block;
  margin-bottom: 1px;
  margin-top: 1px;
}

.ui-select-choices-row.active {
  background: #0075BE;
  color: white;
}

.ui-select-choices-row > a {
  text-decoration: none;
  color: inherit;
  padding-left: 3px;
}

.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  border-top-width: 1px; /* FIXME hardcoded value :-/ */
  border-top-style: solid;

  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

  margin-top: -4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

/*
.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
*/

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

.content-item-dropdown-holder {
  display: inline-block;
  white-space: nowrap;
  min-width: 185px;
  height: 30px;
}

.content-item-dropdown-holder .ui-select-choices-row > a {
  padding: 0;
  font-size: 11px;
}

.content-item-dropdown-holder .ui-select-container {
  line-height: 30px;
  height: 100%;
  background-color: #EFEFEF;
}

.content-item-dropdown-holder .ui-select-match {
  height: 100%;
}

.content-item-dropdown-holder .ui-select-placeholder {
  color: #818181;
  display: inline-block;
  font-size: 11px;
  height: 30px;
  line-height: 34px;
  padding-left: 8px;
  width: 100%;
}

.content-item-dropdown-holder .ui-select-toggle::after {
  content: "";
  cursor: pointer;
  font-family: "celum";
  height: 0;
  position: absolute;
  top: 3px;
  transform: rotate(90deg);
  width: 0;
}

.content-item-dropdown-holder .ui-select-search {
  background-color: #efefef;
  display: block;
  font-size: 11px;
  height: 30px;
  padding-left: 8px;
  padding-top: 5px;
}

.content-item-dropdown-holder .row-value {
  padding: 10px;
  font-size: 11px;
  line-height: 13px;
  color: #818181;
  position: relative;
}

.content-item-dropdown-holder .row-value div {
  font-size: 11px;
  line-height: 13px;
}

.content-item-dropdown-holder .row-value .warning {
  color: #ff7d09;
  padding-left: 0;
}

.content-item-dropdown-holder .row-value .rowName {
  color: #3d4043;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-item-dropdown-holder .ui-select-choices {
  margin: 0;
  padding: 0;
  background: #EFEFEF;
}

.content-item-dropdown-holder .ui-select-choices-row.active {
  background: transparent;
}

.content-item-dropdown-holder .ui-select-choices-row.active {
  background: #DDDDDD;
}

.content-item-dropdown-holder .ui-select-choices-row-inner i.warning {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 0px;
}

/* Date Picker */

.ui-datepicker {
  background: white;
  padding: 5px;
  font-size: 13px;
  border: 1px solid #dcdcdc;
}

.ui-datepicker-header {
  background: #dcdcdc none repeat scroll 0 0;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  margin-bottom: 4px;
  position: relative;
}

.ui-datepicker-header a {
  position: absolute;
}

.ui-datepicker-title {
  text-align: center;
  padding-top: 1px;
}

.ui-datepicker-calendar th {
  font-weight: bold;
  text-align: center;
}

.ui-datepicker-calendar a {
  display: inline-block;
  text-decoration: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: inherit;
}

.ui-datepicker-calendar a.ui-state-active {
  background: #0075BE;
  color: white;
}

.ui-datepicker-calendar a.ui-state-highlight,
.ui-datepicker-calendar a.ui-state-hover {
  background: #DCDCDC;
}

.hasDatepicker {
  border: medium none;
  display: block;
  line-height: 23px;
  padding: 0 3px;
  width: 100%;
  cursor: pointer;
  color: #757575;
}

.ui-datepicker-wrapper {
  position: relative;
  margin-bottom: 4px;
}

.ui-datepicker-wrapper i {
  font-size: 16px;
  height: 18px;
  line-height: 23px;
  position: absolute;
  right: 6px;
  width: 16px;
  pointer-events: none; /*works from IE11*/
}

.ui-datepicker-next, .ui-datepicker-prev {
  cursor: pointer;
  font-family: "celum";
  display: block;
  height: 100%;
  line-height: 23px;
  overflow: hidden;
  text-indent: 20px;
  width: 20px;
}

.ui-datepicker-next {
  right: 0;
}

.ui-icon-circle-triangle-e::before,
.ui-icon-circle-triangle-w::before {
  position: absolute;
  text-indent: 0;
}

.ui-icon-circle-triangle-e::before {
  content: "\e608";
  right: 0;
}

.ui-icon-circle-triangle-w::before {
  content: "\e60a";
  left: 0;
}

.navigation-search-input-wrapper {
  display: inline-block;
  position: relative;
  width: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation-search-input-wrapper.opened {
  width: calc(100vw / 2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation-search-input-wrapper.opened input {
  width: calc(100vw / 2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation-search-input-wrapper input {
  width: 0;
  background: #dadada none repeat scroll 0 0;
  border: medium none;
  color: inherit;
  height: 28px;
  line-height: 28px;
  padding-left: 33px;
  padding-right: 22px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation-search-input-wrapper.opened {
  width: calc(100vw / 2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation-search-input-wrapper .custom-error {
  position: absolute;
  top: 20px;
  font-size: 0.8em;
  color: red;
}

/*
Remove unwanted clear icon...
http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs */
.navigation-search-input-wrapper input::-ms-clear {
  display: none;
}

/*
.navigation-search-input-wrapper.loading::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0075BE;
  -webkit-animation-name: loader; !* Chrome, Safari, Opera *!
  -webkit-animation-duration: 2s; !* Chrome, Safari, Opera *!
  -webkit-animation-iteration-count: infinite; !* Chrome, Safari, Opera *!
  animation-name: loader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  bottom: -2px;
}
*/

.navigation-search {
  position: relative;
}

.navigation-search .navigation-search-input-wrapper.opened .celum-icon-close {
  opacity: 0.5;
  webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/*.navigation-search .celum-icon-close {
  line-height: 26px;
  position: absolute;
  top: 12px;
  right: 2px;
  opacity: 0;
  webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}*/

/* File Categories Filter */

.controls {
  /*  overflow: hidden;*/
}

.controls .row {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.controls .row .text-action-button {
  padding: 0;
  margin-right: 20px;
}

.text-action-button .icon::before {
  font-size: 1.2em;
}

.text-action-button .icon,
.text-action-button .empty-icon,
.text-action-button .text {
  display: inline-block;
  line-height: 20px;
  height:20px;
  position: relative;
  vertical-align: bottom;
}

.category {
  padding: 0 30px 0px 10px;
  line-height: 43px;
  height: 40px;
  animation: jumpIn 0.5s;
  background-color: #E8E8E8;
  margin: 1px;
  white-space: nowrap;
  min-width: 160px;
  flex-basis: auto;
  -webkit-flex: 0 1 auto;
  position: relative;
  cursor: pointer;
}

.category-count {
  background-color: white;
  border-radius: 50%;
  color: #3d4043;
  font-size: 0.7em;
  height: 25px;
  line-height: 27px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  padding: 0 3px;
  min-width: 25px;
  width: auto;
}

.category .icon {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  margin-right: 5px;
  position: absolute;
}

.category .no-icon.icon + .name {
  padding-left: 0;
}

.category .name {
  line-height: 45px;
  padding-left: 25px;
  margin-right: 15px;
}

.category:hover,
.category.active {
  background-color: #0075BE;
  color: white;
}

/* ANIMATIONS */

@-webkit-keyframes loader { /* Chrome, Safari, Opera */
  0% {
    width: 0;
  }
  100% {
    width: 100%
  }
}

/* Standard syntax */
@keyframes loader {
  0% {
    width: 0;
    overflow: hidden;
  }
  100% {
    width: 100%;
    overflow: visible;
  }
}

/* Further animations will be added*/
@-webkit-keyframes jumpIn { /* Chrome, Safari, Opera */
  0% {
    -webkit-transform: scale(0) translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes jumpIn {
  0% {
    transform: scale(0) translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.increased span {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.increased span {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.tool-container {
  background-color: #dcdcdc;
  background-size: 100% 100%;
  position: absolute;
}

.tool-container.tool-top .arrow {
  border-color: #dcdcdc transparent transparent;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
}

.tool-container.tool-top, .tool-container.tool-bottom {
  border-bottom: none;
  height: 40px;
}

.tool-item {
  height: 40px;
  width: auto;
}

.tool-item.selected,
.tool-item:hover {
  background: transparent;
}

/* error handling */

.error-image {
  height: 100px;
  width: 180px;
  background: url("ooops.png") no-repeat top left transparent;
  background-size: 150px;
  opacity: 0.3;
  float: left;
}

.errors {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}

/* Breadcrumb */
.breadcrumb {
  position: absolute;
  height: 32px;
  line-height: 32px;
  background: #dedede;
  opacity: 0.5;
  padding: 0 5px;
}

.breadcrumb:hover {
  opacity: 1;
}

.breadcrumb::before {
  content: " ";
  position: absolute;
  border-color: #dedede transparent transparent;
  left: 30px;
  bottom: -14px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
}

.breadcrumb a {
  cursor: pointer;
  margin-right: 3px;
  font-size: 12px;
}

.breadcrumb a:hover {
  color: #0075BE;
}

.breadcrumb a i::before {
  position: absolute;
  line-height: 32px;
}

.breadcrumb a span {
  font-size: inherit;
  padding-left: 14px;
}

/**
Overwrite default videojs style
**/
.video-js {
  height: inherit;
  /*margin: 0 auto;*/
  max-height: 480px;
  max-width: 640px;
  width: inherit;
  background-color: transparent;
}

.ie10 .video-js {
  margin: 0 auto;
}

.video-js.vjs-fullscreen {
  max-height: inherit;
  max-width: inherit;
}

.video-js .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0.7);
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 3em;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-top: -1em;
  opacity: 1;
  padding: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 2em;
}

.video-js .vjs-big-play-button:hover {
  background-color: rgba(43, 51, 63, 0.9);
}

.video-js .vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  top: 50%;
}

/* Video URL is not available */
.video-js.unsupported {
  background: transparent;
}

.video-js.unsupported .vjs-poster {
  display: inline-block;
}

.vjs-has-started .vjs-big-play-button {
  display: none;
}

.vjs-big-play-button {
  display: block;
}

/* Fix for Chrome even if I don't like !important, but the counted margin is inline style... */
.video-js.vjs-fullscreen {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.video-js.audio-player {
  background-color: white;
  cursor: default;
}

.video-js.video-player {
  background-color: #000;
  cursor: default;
}

.video-js.audio-player video {
  display: none;
}

.video-js.audio-player .vjs-poster {
  background-image: none !important;
  background-size: auto;
}

.video-js.audio-player .vjs-big-play-button {
  margin-top: -40px;
}

.video-js.audio-player .audioName {
  display: block;
  height: 20px;
  left: 50%;
  margin: 50px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  text-align: center;
  color: #3d4043;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-js.audio-player .audioBars {
  display: block;
  height: 40px;
  left: 50%;
  margin: 0 0 0 -45px;
  position: absolute;
  top: 50%;
  width: 90px;
}

.video-js.audio-player .audioBar {
  background: #666;
  bottom: 1px;
  height: 5px;
  position: absolute;
  width: 5px;
  opacity: .4;
}

.video-js.audio-player.vjs-playing .audioBar {
  animation: sound 0ms linear 0ms infinite alternate;
}

@keyframes sound {
  0% {
    opacity: .4;
    height: 5px;
  }
  100% {
    opacity: .8;
    height: 40px;
  }
}

.video-js.audio-player .audioBar:nth-child(1) {
  left: 1px;
  animation-duration: 774ms;
  animation-delay: 0ms;
}

.video-js.audio-player .audioBar:nth-child(2) {
  left: 7px;
  animation-duration: 833ms;
  animation-delay: 30ms;
}

.video-js.audio-player .audioBar:nth-child(3) {
  left: 13px;
  animation-duration: 907ms;
  animation-delay: 60ms;
}

.video-js.audio-player .audioBar:nth-child(4) {
  left: 19px;
  animation-duration: 858ms;
  animation-delay: 90ms;
}

.video-js.audio-player .audioBar:nth-child(5) {
  left: 25px;
  animation-duration: 900ms;
  animation-delay: 120ms;
}

.video-js.audio-player .audioBar:nth-child(6) {
  left: 31px;
  animation-duration: 827ms;
  animation-delay: 150ms;
}

.video-js.audio-player .audioBar:nth-child(7) {
  left: 37px;
  animation-duration: 741ms;
  animation-delay: 180ms;
}

.video-js.audio-player .audioBar:nth-child(8) {
  left: 43px;
  animation-duration: 819ms;
  animation-delay: 210ms;
}

.video-js.audio-player .audioBar:nth-child(9) {
  left: 49px;
  animation-duration: 887ms;
  animation-delay: 240ms;
}

.video-js.audio-player .audioBar:nth-child(10) {
  left: 55px;
  animation-duration: 742ms;
  animation-delay: 270ms;
}

.video-js.audio-player .audioBar:nth-child(11) {
  left: 61px;
  animation-duration: 833ms;
  animation-delay: 300ms;
}

.video-js.audio-player .audioBar:nth-child(12) {
  left: 67px;
  animation-duration: 974ms;
  animation-delay: 330ms;
}

.video-js.audio-player .audioBar:nth-child(13) {
  left: 73px;
  animation-duration: 858ms;
  animation-delay: 360ms;
}

.video-js.audio-player .audioBar:nth-child(14) {
  left: 79px;
  animation-duration: 719ms;
  animation-delay: 390ms;
}

.video-js.audio-player .audioBar:nth-child(15) {
  left: 85px;
  animation-duration: 727ms;
  animation-delay: 420ms;
}

/*!!! following properties overrides the default behaviour of the player
  removed the jumping of the slider*/

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div {
  height: 4px;
}

.video-js .vjs-progress-holder {
  height: 4px;
}

.video-js .vjs-progress-control {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  height: 4px;
  margin-top: 20px;
}

.video-js .vjs-progress-control .vjs-slider {
  margin: 0;
}

.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress::after {
  top: -28px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px !important;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.video-js .vjs-control-bar:hover {
  background-color: rgba(43, 51, 63, 0.9);
}

.video-wrapper {
  height: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 35px;
  width: calc(100% - 150px);
}

.video-wrapper .vjs-video-wrap {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
}

.addButton {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #0075BE;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.ie10 .addButton {
  float: left;
}

.addButton.empty {
  width: inherit;
}

.addButton:hover {
  opacity: 0.8;
}

.light-small-header {
  color: #818181;
  font-size: 11px;
}

/* Download Format Selection */

.download-format-selector {
  /*display: -ms-flexbox;*/
  display: flex;
  flex-flow: row wrap;
}

.selected-format {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

.ie10 .selected-format {
  float: left;
}

.download-format-selector .addButton {
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
}

.download-format-selector .addButton.empty {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  padding: 0 8px;
  background-color: #FF7D09;
  text-transform: uppercase;
}

.download-format-selector .format-selection-header {
  width: 100%;
  color: #818181;
  font-size: 11px;
  margin-bottom: 3px;
}

.selected-format > span {
  background-color: #EFEFEF;
  color: #3d4043;
  height: 30px;
  line-height: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 20px;
  position: relative;
  padding-left: 8px;
}

.selected-format i.celum-icon-cancel {
  font-size: 17px;
  height: 30px;
  line-height: 32px;
  position: absolute;
  width: 20px;
  opacity: 0.35;
  text-align: center;
  right: 0;
  cursor: pointer;
}

.selected-format span.text {
  display: inline-block;
  font-size: 11px;
  line-height: 33px;
}

/* Download Format Dialog */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ngdialog.ngdialog-theme-default.downloadFormatDialog .ngdialog-content {
    height: 100%;
  }
}

.ngdialog.ngdialog-theme-default.downloadFormatDialog .ngdialog-content {
  background-color: white;
  padding: 0;
  min-height: 350px;
  width: 550px;
}

.ngdialog.ngdialog-theme-default.downloadFormatDialog .ngdialog-close {
  display: none;
}

.dialog-wrapper {
  /*display: -ms-flexbox;*/
  display: flex;
  flex: 1 1 0;
  flex-flow: column nowrap;
  height: 100%;
  max-height: 100%;
  min-height: 249px;
}

.dialog-header {
  flex-shrink: 0;
  border-bottom: 1px solid #e6e6e6;
}

.dialog-header .dialog-name {
  display: inline-block;
  font-size: 15px;
  height: 50px;
  line-height: 55px;
  margin: 0 20px;
  text-transform: uppercase;
}

.dialog-content {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px;
  min-height: 249px;
  background-color: white !important;
}

.dialog-footer {
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
}

.dialog-action {
  flex: 0 0 50%;
  text-align: center;
  background-color: rgba(0, 118, 185, 1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}

/* Safari & Chrome hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .ngdialog.ngdialog-theme-default.downloadFormatDialog {
    align-items: center;
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 550px;
    flex-flow: column nowrap;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
  }

  .ngdialog.ngdialog-theme-default.downloadFormatDialog .ngdialog-content {
    padding: 0;
    min-height: 100px;
    width: 550px;
    margin: 0 auto;
    display: table-cell;
    height: auto;
    align-content: center;
    vertical-align: middle;
    background-color: transparent;
  }

  .dialog-wrapper {
    min-height: 100px;
    max-height: 80%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 550px;
  }

  .dialog-header {
    background-color: white;
    flex-shrink: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .dialog-content {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
    min-height: 100px;
    background-color: white !important;
  }

}

.ie10 .dialog-action {
  width: 50%;
}

.dialog-action:last-child {
  border-right: none;
}

.dialog-action:hover {
  background-color: rgba(0, 118, 185, 0.8);
}

.dialog-action .icon,
.dialog-action .text {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}

.dialog-action .text {
  font-size: 12px;
  font-weight: normal;
  line-height: 48px;
  padding-top: 2px;
}

.dialog-content .category {
  flex-basis: inherit;
  display: inline-block;
  background-color: transparent;
  padding: 0 45px 0 0;
  cursor: default;
  min-width: inherit;
}

.dialog-content .category .name {
  margin-right: 0;
}

.dialog-content .category:hover {
  color: inherit;
}

.dialog-content .format-selection-header {
  display: none;
}

.dialog-content .download-format-selector {
  margin: 5px 0px 25px 0;
}

.dialog-content .category-count {
  background-color: #e8e8e8;
  top: 9px;
}

/* Overwrite ngDialog style */
.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

/* Apply blur when ngDialog is opened */
.ngdialog-open .appContent {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

/* Audio preview */
.video-js.audio-player .audioName {
  display: block;
  height: 20px;
  left: 50%;
  margin: 50px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  text-align: center;
  color: #3d4043;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-js.audio-player .audioBars {
  display: block;
  height: 40px;
  left: 50%;
  margin: 0 0 0 -45px;
  position: absolute;
  top: 50%;
  width: 90px;
}

.video-js.audio-player .audioBar {
  background: #666;
  bottom: 1px;
  height: 5px;
  position: absolute;
  width: 5px;
  opacity: .4;
}

.video-js.audio-player.vjs-playing .audioBar {
  animation: sound 0ms linear 0ms infinite alternate;
}

@keyframes sound {
  0% {
    opacity: .4;
    height: 5px;
  }
  100% {
    opacity: .8;
    height: 40px;
  }
}

.video-js.audio-player .audioBar:nth-child(1) {
  left: 1px;
  animation-duration: 774ms;
  animation-delay: 0ms;
}

.video-js.audio-player .audioBar:nth-child(2) {
  left: 7px;
  animation-duration: 833ms;
  animation-delay: 30ms;
}

.video-js.audio-player .audioBar:nth-child(3) {
  left: 13px;
  animation-duration: 907ms;
  animation-delay: 60ms;
}

.video-js.audio-player .audioBar:nth-child(4) {
  left: 19px;
  animation-duration: 858ms;
  animation-delay: 90ms;
}

.video-js.audio-player .audioBar:nth-child(5) {
  left: 25px;
  animation-duration: 900ms;
  animation-delay: 120ms;
}

.video-js.audio-player .audioBar:nth-child(6) {
  left: 31px;
  animation-duration: 827ms;
  animation-delay: 150ms;
}

.video-js.audio-player .audioBar:nth-child(7) {
  left: 37px;
  animation-duration: 741ms;
  animation-delay: 180ms;
}

.video-js.audio-player .audioBar:nth-child(8) {
  left: 43px;
  animation-duration: 819ms;
  animation-delay: 210ms;
}

.video-js.audio-player .audioBar:nth-child(9) {
  left: 49px;
  animation-duration: 887ms;
  animation-delay: 240ms;
}

.video-js.audio-player .audioBar:nth-child(10) {
  left: 55px;
  animation-duration: 742ms;
  animation-delay: 270ms;
}

.video-js.audio-player .audioBar:nth-child(11) {
  left: 61px;
  animation-duration: 833ms;
  animation-delay: 300ms;
}

.video-js.audio-player .audioBar:nth-child(12) {
  left: 67px;
  animation-duration: 974ms;
  animation-delay: 330ms;
}

.video-js.audio-player .audioBar:nth-child(13) {
  left: 73px;
  animation-duration: 858ms;
  animation-delay: 360ms;
}

.video-js.audio-player .audioBar:nth-child(14) {
  left: 79px;
  animation-duration: 719ms;
  animation-delay: 390ms;
}

.video-js.audio-player .audioBar:nth-child(15) {
  left: 85px;
  animation-duration: 727ms;
  animation-delay: 420ms;
}

@media screen and (max-width: 1270px) {
  .dlFormat .item-wrapper.active, .dlFormat .item-wrapper {
    flex-basis: 100%;
    min-width: 450px;
  }
}

@media screen and (min-width: 1900px) {
  .dlFormat .item-wrapper.active, .dlFormat .item-wrapper {
    flex-basis: 32%;
  }
}

.ie10 .clear-item {
  clear: both;
}

.metadatafilter-box {
  padding-left: 50px;
  padding-bottom: 10px;
}

.ui-select-search {
  display: none;
  border: 1px solid lightgray;
}

.open .ui-select-search {
  display: inline-block;
}

/*
.ui-select-toggle{
  position: relative;
}
*/

.ui-select-toggle::after {
  height: 23px;
  line-height: 23px;
  content: "";
  font-family: "celum";
  position: absolute;
  right: unset;
  cursor: pointer;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
}

.listsorting {
  display: flex;
  color: #757575;
}

.listsorting .ui-select-container {
  margin-right: 25px;
}

.assetTypeFilter .icon {
  padding: 10px;
}

.metadatafilter-entry {
  display: flex;
  color: #757575;
  flex-wrap: wrap;
}

.ui-select-container {
  margin-right: 40px;
  white-space: nowrap;
}

.metadatafilter-box .filterBubbles {
  padding-top: 12px;
}

.metadatafilter-box .bubble {
  background: #1D93B8;
  border-radius: 4px;
  padding: 4px;
  margin-right: 5px;
  float: left;
  color: white;
  opacity: 0.7;
}

.select2-search {
  padding: 3px;
}

.open .ui-select-dropdown {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  background: white;
  position: absolute;
  min-width: 200px;
}

.ui-select-choices-group {
  padding-left: 3px;
}

.simpledropdown {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  line-height: 21px;
  padding-right: 40px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  padding: 4px;
  z-index: 1;
}

.simpledropdown.show .dropdown-content {
  display: block;
}

.simpledropdown .search {
  border: lightgray 1px solid;
  width: 100%;
}

.simpledropdown .inputHint {
  font-size: 11px;
}

.spacer {
  border-right: 1px solid lightgrey;
  margin-right: 20px;
}

.metadatafilter-entry .ui-select-choices {
  max-height: 200px;
  overflow: auto;
}

.dropdwon-entry {
  cursor: pointer;
}
