@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder: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 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder: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-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder: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, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress: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 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder: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, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.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;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.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%;
}

.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:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

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

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.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.63332em;
  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);
  border-radius: 0.3em;
  transition: all 0.4s;
}

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

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  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;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

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

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

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

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

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

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

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

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

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.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.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  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,
.js-focus-visible .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-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

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

.video-js .vjs-menu-button-inline {
  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;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  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: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  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;
}

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

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder: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;
  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 {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

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

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

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

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

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

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

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

.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: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

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

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

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.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 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

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

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

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

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.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;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

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

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

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

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

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

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

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

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

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

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

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

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.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;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  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;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

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

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

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

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  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;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.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-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@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 ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

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

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

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

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

/* ================= HTML Resets ================ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font: 14px/22px "Open Sans", Helvetica, Arial, sans-serif;
  color: #333;
  background: #F6F7FB;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100vw;
}

ol,
ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

p {
  margin: 0 0 16px;
  line-height: 25px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  user-select: none;
}

/*----------------------------------------
  #MIXINS
----------------------------------------*/
/*----------------------------------------
  #VARIABLES
----------------------------------------*/
/*----------------------------------------
  #EXTENDS
----------------------------------------*/
.popover--thumbnails, .popover--search, #popover--share__linkFeedback,
.popover--chapters, .popover--share, .popover--downloads,
.popover--information,
.popover--print, .popover--bookmarks, .toolbar--bottom {
  -webkit-box-shadow: 0 0 8px 0 rgba(190, 188, 205, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(190, 188, 205, 0.5);
  -ms-box-shadow: 0 0 8px 0 rgba(190, 188, 205, 0.5);
  box-shadow: 0 0 8px 0 rgba(190, 188, 205, 0.5);
}

.notesbutton--toggle button {
  -webkit-box-shadow: 0 8px 8px 0 rgba(190, 188, 205, 0.5);
  -moz-box-shadow: 0 8px 8px 0 rgba(190, 188, 205, 0.5);
  -ms-box-shadow: 0 8px 8px 0 rgba(190, 188, 205, 0.5);
  box-shadow: 0 8px 8px 0 rgba(190, 188, 205, 0.5);
}

.pageOverlay--svg.pageOverlay--svg--animation-pulsating:after, .pageOverlay--svg.pageOverlay--svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

/*----------------------------------------
  #FLEXBOX
----------------------------------------*/
.icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal, .popover--share__link, .zoomslide, .zoom, .toolbar--bottom__right, .toolbar--bottom__center, .toolbar--bottom__left, .toolbar--top__right, .toolbar--bottom, .toolbar--top, #preloader,
.pagePreloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-spacer {
  flex: 1;
}

/*----------------------------------------
  #ANIMATIONS
----------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active.popover--share, .active.popover--downloads,
.active.popover--information,
.active.popover--print, .active.popover--bookmarks {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-fill-mode: forwards; /* this prevents the animation from restarting! */
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeInDown;
  -moz-animation-fill-mode: forwards; /* this prevents the animation from restarting! */
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeInDown;
  animation-fill-mode: forwards; /* this prevents the animation from restarting! */
}

.popover--thumbnails.active, .active.popover--search, .active#popover--share__linkFeedback,
.active.popover--chapters {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards; /* this prevents the animation from restarting! */
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeInUp;
  -moz-animation-fill-mode: forwards; /* this prevents the animation from restarting! */
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeInUp;
  animation-fill-mode: forwards; /* this prevents the animation from restarting! */
}

@-webkit-keyframes pulsating {
  from {
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}
@-moz-keyframes pulsating {
  from {
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes pulsating {
  from {
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}
/*----------------------------------------
  #TYPOGRAPHY
----------------------------------------*/
/*embed fonts for text annotations*/
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*----------------------------------------
  #PRELOADER
----------------------------------------*/
#preloader,
.pagePreloader {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 900000;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
#preloader svg,
.pagePreloader svg {
  margin-top: 30px;
  stroke: #777;
}
#preloader img,
.pagePreloader img {
  max-width: 500px;
  max-height: 70px;
}

.white-label {
  display: flex;
  align-items: flex-end;
  color: #94A3B8;
  position: absolute;
  bottom: 50px;
  font-size: 12px;
}
.white-label img {
  margin-left: 6px;
}

@media (max-width: 1200px) {
  .white-label {
    display: flex;
    align-items: flex-end;
    color: #94A3B8;
    position: absolute;
    bottom: 150px;
    font-size: 12px;
  }
  .white-label img {
    margin-left: 6px;
  }
}
/*----------------------------------------
  #TOOLBARS
----------------------------------------*/
#top-ui button {
  border: 0px;
  padding: 0;
  background: none;
}
#top-ui button.disabled {
  opacity: 0.45;
}
#top-ui button.disabled:hover {
  cursor: default;
}
#top-ui button span {
  text-transform: uppercase;
}
#top-ui button.menu:focus {
  outline: none;
  outline: hidden;
}
#top-ui button.menu i {
  font-size: 14px;
}

.toolbar--bottom, .toolbar--top {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  padding: 0 30px;
  width: 100vw;
  height: 55px;
  background-color: #fff;
}

.toolbar-icon--edit svg, .toolbar-icon--annotation svg, .toolbar-icon--control svg, .toolbar--bottom__right__icon svg, .toolbar--bottom__center__icon svg, .toolbar--bottom__left__icon svg, .toolbar--top__right__icon svg {
  width: 26px;
  height: auto;
}
.toolbar-icon--edit svg path, .toolbar-icon--annotation svg path, .toolbar-icon--control svg path, .toolbar--bottom__right__icon svg path, .toolbar--bottom__center__icon svg path, .toolbar--bottom__left__icon svg path, .toolbar--top__right__icon svg path,
.toolbar-icon--edit svg circle,
.toolbar-icon--annotation svg circle,
.toolbar-icon--control svg circle,
.toolbar--bottom__right__icon svg circle,
.toolbar--bottom__center__icon svg circle,
.toolbar--bottom__left__icon svg circle,
.toolbar--top__right__icon svg circle,
.toolbar-icon--edit svg rect,
.toolbar-icon--annotation svg rect,
.toolbar-icon--control svg rect,
.toolbar--bottom__right__icon svg rect,
.toolbar--bottom__center__icon svg rect,
.toolbar--bottom__left__icon svg rect,
.toolbar--top__right__icon svg rect,
.toolbar-icon--edit svg polygon,
.toolbar-icon--annotation svg polygon,
.toolbar-icon--control svg polygon,
.toolbar--bottom__right__icon svg polygon,
.toolbar--bottom__center__icon svg polygon,
.toolbar--bottom__left__icon svg polygon,
.toolbar--top__right__icon svg polygon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #fff;
}
.toolbar-icon--edit svg:hover, .toolbar-icon--annotation svg:hover, .toolbar-icon--control svg:hover, .toolbar--bottom__right__icon svg:hover, .toolbar--bottom__center__icon svg:hover, .toolbar--bottom__left__icon svg:hover, .toolbar--top__right__icon svg:hover, .toolbar-icon--edit svg.active, .toolbar-icon--annotation svg.active, .toolbar-icon--control svg.active, .toolbar--bottom__right__icon svg.active, .toolbar--bottom__center__icon svg.active, .toolbar--bottom__left__icon svg.active, .toolbar--top__right__icon svg.active {
  cursor: pointer;
}
.toolbar-icon--edit svg:hover path, .toolbar-icon--annotation svg:hover path, .toolbar-icon--control svg:hover path, .toolbar--bottom__right__icon svg:hover path, .toolbar--bottom__center__icon svg:hover path, .toolbar--bottom__left__icon svg:hover path, .toolbar--top__right__icon svg:hover path,
.toolbar-icon--edit svg:hover circle,
.toolbar-icon--annotation svg:hover circle,
.toolbar-icon--control svg:hover circle,
.toolbar--bottom__right__icon svg:hover circle,
.toolbar--bottom__center__icon svg:hover circle,
.toolbar--bottom__left__icon svg:hover circle,
.toolbar--top__right__icon svg:hover circle,
.toolbar-icon--edit svg:hover polygon,
.toolbar-icon--annotation svg:hover polygon,
.toolbar-icon--control svg:hover polygon,
.toolbar--bottom__right__icon svg:hover polygon,
.toolbar--bottom__center__icon svg:hover polygon,
.toolbar--bottom__left__icon svg:hover polygon,
.toolbar--top__right__icon svg:hover polygon, .toolbar-icon--edit svg.active path, .toolbar-icon--annotation svg.active path, .toolbar-icon--control svg.active path, .toolbar--bottom__right__icon svg.active path, .toolbar--bottom__center__icon svg.active path, .toolbar--bottom__left__icon svg.active path, .toolbar--top__right__icon svg.active path,
.toolbar-icon--edit svg.active circle,
.toolbar-icon--annotation svg.active circle,
.toolbar-icon--control svg.active circle,
.toolbar--bottom__right__icon svg.active circle,
.toolbar--bottom__center__icon svg.active circle,
.toolbar--bottom__left__icon svg.active circle,
.toolbar--top__right__icon svg.active circle,
.toolbar-icon--edit svg.active polygon,
.toolbar-icon--annotation svg.active polygon,
.toolbar-icon--control svg.active polygon,
.toolbar--bottom__right__icon svg.active polygon,
.toolbar--bottom__center__icon svg.active polygon,
.toolbar--bottom__left__icon svg.active polygon,
.toolbar--top__right__icon svg.active polygon {
  fill: #fff;
}

.toolbar--top {
  top: 0px;
  /* @extend %shadow does not work with important so static styles have to be applied */
  -ms-box-shadow: 0 0 8px 0 rgba(190, 188, 205, 0.5) !important;
  box-shadow: 0 0 8px 0 rgba(190, 188, 205, 0.5) !important;
}
.toolbar--top__left {
  height: 40px;
  max-width: 400px;
}
.toolbar--top__left .logo {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.toolbar--top__left img {
  max-width: 100%;
  max-height: 100%;
}
.toolbar--top__right {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.toolbar--top__right__icon {
  margin-left: 30px;
}

.toolbar--top__right__icon.information svg {
  width: 24px;
}

.toolbar--bottom {
  bottom: 0px;
  border: none !important;
}
.toolbar--bottom > div {
  flex: 1;
}
.toolbar--bottom button {
  border: none;
  padding: 0;
  background: transparent;
}
.toolbar--bottom button:hover, .toolbar--bottom button:focus {
  cursor: pointer;
  outline: none;
}
.toolbar--bottom button.disabled {
  opacity: 0.3;
}
.toolbar--bottom button.disabled:hover {
  cursor: default;
}
.toolbar--bottom__left {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.toolbar--bottom__left__icon {
  margin-right: 30px;
}
.toolbar--bottom__center {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.toolbar--bottom__center button:first-of-type {
  margin-right: 15px;
}
.toolbar--bottom__center button:nth-of-type(2) {
  margin-right: 30px;
}
.toolbar--bottom__center button:nth-of-type(3) {
  margin-left: 30px;
}
.toolbar--bottom__center button:last-of-type {
  margin-left: 15px;
}
.toolbar--bottom__center .activePageLabel {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  padding: 5px 30px;
  background: rgba(128, 128, 128, 0.2);
  font-size: 16px;
}
.toolbar--bottom__center .activePageLabel:hover {
  opacity: 0.7;
  cursor: pointer;
}
.toolbar--bottom__right {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.toolbar--bottom__right__icon {
  margin-left: 30px;
}
.toolbar--bottom__right #fullscreen-button svg:last-of-type {
  display: none;
}
.toolbar--bottom__right #fullscreen-button.active svg:first-of-type {
  display: none;
}
.toolbar--bottom__right #fullscreen-button.active svg:last-of-type {
  display: inline-block;
}

.zoom {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.zoom ._zoomOut {
  margin-right: 15px;
}
.zoom ._zoomOut svg {
  width: 18px;
}
.zoom ._zoomIn {
  margin-left: 15px;
}
.zoom ._zoomIn svg {
  width: 18px;
}

.zoomslide {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 120px;
  height: 4px;
  background: rgba(128, 128, 128, 0.2);
}

._zoomButton {
  z-index: 1;
  position: relative;
  border-radius: 100px;
  width: 15px !important;
  height: 15px;
  /* needs important to overwrite inherited button styles */
  background: #fff !important;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

/* ipad portrait orientation */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .window-controls .annotations-toggle__container {
    /* needs important to overwrite inherited margin-right !important */
    margin-right: 0 !important;
  }
}
/* ipad landscape orientation */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .icon-container > div:not(:last-of-type) {
    margin-right: 0;
  }
  .window-controls .annotations-toggle__container {
    /* needs important to overwrite inherited margin-right !important */
    margin-right: 0 !important;
  }
  .window-controls .zoomslide,
  .window-controls .toolbar--bottom__view-controls__fullscreen {
    display: none;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #bottom-ui .zoomslide,
  #bottom-ui .zoom,
  #bottom-ui .toolbar--bottom__right {
    display: none;
  }
  .toolbar--bottom__center {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  #bottom-ui .zoomslide,
  #bottom-ui .zoom,
  #bottom-ui .toolbar--bottom__right {
    display: none;
  }
}
@media (max-width: 768px) {
  .toolbar--top, .toolbar--bottom {
    padding: 0 5px;
  }
  .toolbar--top button, .toolbar--bottom button {
    padding: 5px 10px !important;
  }
  .toolbar--top button svg, .toolbar--bottom button svg {
    width: 22px;
  }
  .toolbar--top__right__icon.information svg {
    width: 20px;
  }
  .toolbar--top__left {
    padding-left: 10px;
    max-width: 120px;
  }
  .toolbar--top__right__icon {
    margin-left: 0;
  }
  .toolbar--bottom__left__icon {
    margin-right: 0;
  }
  .toolbar--bottom__center {
    justify-content: flex-end;
  }
  .toolbar--bottom__center button:first-of-type {
    display: none;
  }
  .toolbar--bottom__center button:nth-of-type(2) {
    margin-right: 5px;
  }
  .toolbar--bottom__center button:nth-of-type(3) {
    margin-left: 5px;
  }
  .toolbar--bottom__center button:last-of-type {
    display: none;
  }
}
/*----------------------------------------
  #ICONS
----------------------------------------*/
.toolbar-icon--annotation:hover path,
.toolbar-icon--annotation:hover circle,
.toolbar-icon--annotation:hover rect, .toolbar-icon--annotation:focus path,
.toolbar-icon--annotation:focus circle,
.toolbar-icon--annotation:focus rect, .toolbar-icon--annotation.active path,
.toolbar-icon--annotation.active circle,
.toolbar-icon--annotation.active rect {
  fill: #fff;
}
.toolbar-icon--annotation path,
.toolbar-icon--annotation circle,
.toolbar-icon--annotation rect {
  fill: #fff;
}
.toolbar-icon--annotation--toggle:hover path, .toolbar-icon--annotation--toggle:focus path, .toolbar-icon--annotation--toggle.active path {
  fill: #fff;
}
.toolbar-icon--annotation--toggle.active > div:first-of-type {
  display: none;
}
.toolbar-icon--annotation--toggle.active > div:last-of-type {
  display: inline-block;
}
.toolbar-icon--annotation--toggle svg {
  width: 24px;
  height: auto;
}
.toolbar-icon--annotation--toggle path {
  fill: #fff;
}
.toolbar-icon--annotation--toggle > div:last-of-type {
  display: none;
}

.toolbar-icon--edit {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.toolbar-icon--edit:disabled {
  opacity: 0.3;
}
.toolbar-icon--edit:disabled:hover svg path {
  fill: #fff;
}
.toolbar-icon--edit path {
  fill: #fff;
}

.icon-container > div:not(:last-of-type) {
  margin-right: 30px;
}

.toolbar--bottom__view-controls__fullscreen button.active svg:first-of-type {
  display: none;
}
.toolbar--bottom__view-controls__fullscreen button.active svg:last-of-type {
  display: inline-block;
}
.toolbar--bottom__view-controls__fullscreen button svg:last-of-type {
  display: none;
}

/* ipad landscape orientation */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .icon-container > div:not(:last-of-type) {
    margin-right: 15px;
  }
  .annotations-toolbar > div.annotations-toolbar__options {
    flex: 2;
  }
}
.pageOverlay--svg.pageOverlay--svg {
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.pageOverlay--svg.pageOverlay--svg--animation-pulsating:after {
  position: absolute;
  content: "";
  animation: pulsating 4s infinite;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  border-radius: 100%;
  transform: scale(0);
  z-index: -1;
}

/*----------------------------------------
  #BUTTONS
----------------------------------------*/
.button--flat, .button--flat--confirm, .button--flat--undo {
  border: none;
  font-size: 1em;
  text-transform: uppercase;
}
.button--flat:hover, .button--flat--confirm:hover, .button--flat--undo:hover, .button--flat:focus, .button--flat--confirm:focus, .button--flat--undo:focus {
  cursor: pointer;
}

.button--flat--undo {
  color: #FB617F;
}
.button--flat--undo:hover, .button--flat--undo:focus {
  color: #FB617F;
}

.button--flat--confirm {
  color: #16C67B;
}
.button--flat--confirm:hover, .button--flat--confirm:focus {
  color: #16C67B;
}

/*----------------------------------------
  #SWITCHES
----------------------------------------*/
.annotation-toggle__label {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 100px;
  display: block;
  height: 20px;
  width: 44px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.annotation-toggle__label:active:after {
  transform: scale(1.15, 0.85);
}
.annotation-toggle__label:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: -2px;
  top: -3px;
  display: block;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: "";
}
.annotation-toggle__input {
  display: none;
}
.annotation-toggle__input:checked ~ label {
  background: rgba(190, 188, 205, 0.2);
}
.annotation-toggle__input:checked ~ label:after {
  right: 20px;
  background: #BEBCCD;
}

.toggle label {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  margin-right: 8px;
}

.toggle input {
  display: none;
}

.toggle .slider { /* Grundfläche */
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 24px;
  background-color: #BEBCCD;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.toggle .slider::before { /* verschiebbarer Button */
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1.5px 4.5px rgba(0, 0, 0, 0.12), 0px 1.5px 3px rgba(0, 0, 0, 0.24);
}

.toggle input:checked + .slider {
  background-color: #009EE3;
}

.toggle input:checked + .slider::before {
  transform: translateX(20px);
}

/*----------------------------------------
  #ANNOTATIONS
----------------------------------------*/
div.notes {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: inline-block;
}

.notesbutton--toggle {
  position: absolute;
  bottom: 90px;
  right: 30px;
  z-index: 2;
}
.notesbutton--toggle:focus, .notesbutton--toggle:hover {
  outline: none;
}
.notesbutton--toggle button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: none;
  background-color: #fff;
}
.notesbutton--toggle button:focus, .notesbutton--toggle button:hover, .notesbutton--toggle button.active {
  background-color: #fff !important;
  outline: none;
  cursor: pointer;
}

.annotations-toolbar {
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transform: translateY(55px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  z-index: 1001;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  height: 55px;
  background: #222A3D;
  bottom: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.annotations-toolbar > div {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
}
.annotations-toolbar > div:nth-of-type(2) {
  justify-content: center;
}
.annotations-toolbar > div:last-of-type {
  justify-content: flex-end;
}
.annotations-toolbar button {
  border: none;
  padding: 0;
  background: transparent;
}
.annotations-toolbar button:focus, .annotations-toolbar button:hover, .annotations-toolbar button.active {
  background: none !important;
  outline: none;
  cursor: pointer;
}

.annotations-toggle__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* needs important to overwrite inherited margin-right from class icon-container */
  margin-right: 60px !important;
}
.annotations-toggle__container span {
  margin-right: 15px;
}

.annotations-toolbar__options {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 -30px;
}
.annotations-toolbar__options > div,
.annotations-toolbar__options > button {
  margin-right: 30px;
  margin-left: 30px;
}
.annotations-toolbar__options__divider {
  width: 1px;
  height: 20px;
  background: #47577e;
}

.colorpicker-freedraw,
.colorpicker-marker,
.shapes,
.linewidth,
.textwidth {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.colorpicker-freedraw > div:not(:last-of-type),
.colorpicker-freedraw > button:not(:last-of-type),
.colorpicker-marker > div:not(:last-of-type),
.colorpicker-marker > button:not(:last-of-type),
.shapes > div:not(:last-of-type),
.shapes > button:not(:last-of-type),
.linewidth > div:not(:last-of-type),
.linewidth > button:not(:last-of-type),
.textwidth > div:not(:last-of-type),
.textwidth > button:not(:last-of-type) {
  margin-right: 15px;
}

.colorpicker-freedraw__color--red, .colorpicker-freedraw__color--blue, .colorpicker-freedraw__color--yellow, .colorpicker-freedraw__color--green, .colorpicker-freedraw__color--white, .colorpicker-freedraw__color--black {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100px;
}
.colorpicker-freedraw__color--red:hover, .colorpicker-freedraw__color--blue:hover, .colorpicker-freedraw__color--yellow:hover, .colorpicker-freedraw__color--green:hover, .colorpicker-freedraw__color--white:hover, .colorpicker-freedraw__color--black:hover {
  cursor: pointer;
}
.active.colorpicker-freedraw__color--red:after, .active.colorpicker-freedraw__color--blue:after, .active.colorpicker-freedraw__color--yellow:after, .active.colorpicker-freedraw__color--green:after, .active.colorpicker-freedraw__color--white:after, .active.colorpicker-freedraw__color--black:after {
  opacity: 1;
  visibility: visible;
}
.colorpicker-freedraw__color--red:after, .colorpicker-freedraw__color--blue:after, .colorpicker-freedraw__color--yellow:after, .colorpicker-freedraw__color--green:after, .colorpicker-freedraw__color--white:after, .colorpicker-freedraw__color--black:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid white;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.colorpicker-freedraw__color--black {
  background: #090707;
}

.colorpicker-freedraw__color--white {
  background: #fff;
}

.colorpicker-freedraw__color--green {
  background: #75D701;
}

.colorpicker-freedraw__color--yellow {
  background: #EFDC05;
}

.colorpicker-freedraw__color--blue {
  background: #30A9DE;
}

.colorpicker-freedraw__color--red {
  background: #E53A40;
}

.colorpicker-marker__container {
  margin-right: 0 !important;
  padding: 10px;
}
.colorpicker-marker__container:hover {
  cursor: pointer;
}

.colorpicker-marker__color--magenta, .colorpicker-marker__color--cyan, .colorpicker-marker__color--neonyellow, .colorpicker-marker__color--lime {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 10px;
  height: 22px;
  border: none;
  border-radius: 2px;
}
.colorpicker-marker__color--magenta:hover, .colorpicker-marker__color--cyan:hover, .colorpicker-marker__color--neonyellow:hover, .colorpicker-marker__color--lime:hover {
  cursor: pointer;
}
.active.colorpicker-marker__color--magenta:after, .active.colorpicker-marker__color--cyan:after, .active.colorpicker-marker__color--neonyellow:after, .active.colorpicker-marker__color--lime:after {
  opacity: 1;
  visibility: visible;
}
.colorpicker-marker__color--magenta:after, .colorpicker-marker__color--cyan:after, .colorpicker-marker__color--neonyellow:after, .colorpicker-marker__color--lime:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid white;
  border-radius: 4px;
  width: 16px;
  height: 28px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.colorpicker-marker__color--lime {
  background: #01FF06;
}

.colorpicker-marker__color--neonyellow {
  background: #FDFC01;
}

.colorpicker-marker__color--cyan {
  background: #02FEFF;
}

.colorpicker-marker__color--magenta {
  background: #FE1ECE;
}

.linewidth__size--large, .linewidth__size--medium, .linewidth__size--small {
  position: relative;
  border-radius: 100px;
  background: #fff;
}
.linewidth__size--large:hover, .linewidth__size--medium:hover, .linewidth__size--small:hover {
  cursor: pointer;
}
.linewidth__size--large:after, .linewidth__size--medium:after, .linewidth__size--small:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.active.linewidth__size--large:after, .active.linewidth__size--medium:after, .active.linewidth__size--small:after {
  opacity: 1;
  visibility: visible;
}

.linewidth__size--small {
  width: 10px;
  height: 10px;
}
.linewidth__size--small:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid white;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.linewidth__size--medium {
  width: 15px;
  height: 15px;
}
.linewidth__size--medium:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid white;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.linewidth__size--large {
  width: 20px;
  height: 20px;
}
.linewidth__size--large:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 2px solid white;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.textwidth__size--small {
  width: 10px;
  height: auto;
}
.textwidth__size--small path {
  fill: #fff;
}

.textwidth__size--medium {
  width: 15px;
  height: auto;
}
.textwidth__size--medium path {
  fill: #fff;
}

.textwidth__size--large {
  width: 20px;
  height: auto;
}
.textwidth__size--large path {
  fill: #fff;
}

@media (max-width: 992px) {
  .annotations-toggle__container {
    margin-right: 0;
  }
  .annotations-toolbar > div:nth-of-type(2) {
    justify-content: flex-end;
  }
  .annotations-toolbar > div:last-of-type {
    display: none;
  }
  .colorpicker-marker > div:not(:last-of-type) {
    margin-right: 25px;
  }
}
/*----------------------------------------
  #POPOVERS
----------------------------------------*/
ul.ulWrapper {
  display: block;
  opacity: 1;
}
ul.ulWrapper li a:hover:not(.popover__icon) {
  background-color: #ededed;
  cursor: pointer;
}
.popover--thumbnails, .popover--search, #popover--share__linkFeedback,
.popover--chapters, .popover--share, .popover--downloads,
.popover--information,
.popover--print, .popover--bookmarks {
  z-index: 10000;
  position: absolute;
  border-radius: 10px;
  padding: 12px;
  font-size: 1rem;
  background: #fff;
}
.popover--thumbnails a, .popover--search a, #popover--share__linkFeedback a,
.popover--chapters a, .popover--share a, .popover--downloads a,
.popover--information a,
.popover--print a, .popover--bookmarks a {
  font-size: 1rem;
}
.popover--thumbnails .headline, .popover--search .headline, #popover--share__linkFeedback .headline,
.popover--chapters .headline, .popover--share .headline, .popover--downloads .headline,
.popover--information .headline,
.popover--print .headline, .popover--bookmarks .headline {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #F1F5F9;
  text-transform: uppercase;
}
.popover--thumbnails li, .popover--search li, #popover--share__linkFeedback li,
.popover--chapters li, .popover--share li, .popover--downloads li,
.popover--information li,
.popover--print li, .popover--bookmarks li {
  margin-top: 5px;
}
.popover--thumbnails a, .popover--search a, #popover--share__linkFeedback a,
.popover--chapters a, .popover--share a, .popover--downloads a,
.popover--information a,
.popover--print a, .popover--bookmarks a {
  padding: 5px 0;
}
.popover--thumbnails a:hover, .popover--search a:hover, #popover--share__linkFeedback a:hover,
.popover--chapters a:hover, .popover--share a:hover, .popover--downloads a:hover,
.popover--information a:hover,
.popover--print a:hover, .popover--bookmarks a:hover {
  text-decoration: none;
}

.popover--share, .popover--downloads,
.popover--information,
.popover--print, .popover--bookmarks {
  top: 70px;
  right: 30px;
  width: 250px;
  min-height: 150px;
}
.popover--search, #popover--share__linkFeedback,
.popover--chapters {
  bottom: 70px;
  width: 250px;
}
.popover--bookmarks {
  width: 350px;
}

.popover--share {
  border: 1px solid #F1F5F9;
}
.popover--share__link {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.popover--share__link__icon {
  margin-right: 15px;
  width: 30px;
  height: auto;
}
.popover--share__linkFeedback {
  background: #222A3D;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  z-index: 1000;
  color: white;
  align-items: center;
  padding: 14px 18px;
  opacity: 0;
  font-size: 12px;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* Shadow/LG */
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.popover--share__linkFeedback svg {
  margin-right: 8px;
}

.fadeIn {
  opacity: 0.9;
}

#popover--share__linkFeedback,
.popover--chapters {
  padding: 0px;
  overflow: hidden; /* needed becase children may overlap popover at corners */
  left: 30px;
  width: 375px;
}
#popover--share__linkFeedback .headline,
.popover--chapters .headline {
  padding: 15px 15px 0px 15px;
}

.popover--search {
  left: 30px;
  width: 350px;
}
.popover--search input {
  width: 100%;
  height: 30px;
  border: none;
  color: #222A3D;
  background: rgba(128, 128, 128, 0.2);
  box-shadow: none;
}
.popover--search input:focus {
  outline: rgba(128, 128, 128, 0.4) solid 1px;
}

.popover--thumbnails {
  z-index: 900;
  position: absolute;
  bottom: 70px;
  margin-left: 30px;
  width: calc(100% - 60px);
}
.popover--thumbnails ul {
  white-space: nowrap;
  overflow-y: hidden;
}

.popover__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  margin-top: 24px !important;
  margin-bottom: 8px;
}

.popover__divider {
  border-top: 1px solid #F1F5F9;
  height: 1px;
  width: 100%;
  display: flex;
}

.popover__white-label {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #94A3B8;
  font-size: 12px;
  width: 100%;
  margin-top: 12px;
}
.popover__white-label span {
  margin-bottom: 6px;
}
.popover__white-label a {
  border-bottom: none;
  padding: 0;
}
.popover__white-label img {
  margin-left: 6px;
  width: 98px;
}

.popover__picker-element {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 6px 12px !important;
}
.popover__picker-element:hover {
  cursor: pointer;
}
.popover__picker-content {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.popover__picker-content img {
  width: 38px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.popover__picker-content p {
  font-size: 14px;
  line-height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.popover__picker-content.active {
  position: relative;
}
.popover__picker-content.active::before {
  content: "✓";
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.popover__icon-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 226px;
}
.popover__icon {
  margin: 4px;
  padding: 0 !important;
}

.pages li {
  vertical-align: top;
}
.pages li a {
  padding: 25px 20px;
}

ul._resultList, ul._bookmarkList {
  margin-top: 15px;
  overflow-y: auto;
  max-height: 70vh;
}
ul._resultList li a, ul._resultList li span.noResults, ul._bookmarkList li a, ul._bookmarkList li span.noResults {
  padding: 10px;
  border: 0;
  line-height: 16px;
  display: table;
  width: 100%;
  font-size: 1rem;
}
ul._resultList li a img, ul._resultList li span.noResults img, ul._bookmarkList li a img, ul._bookmarkList li span.noResults img {
  border: 1px solid #bbb;
  float: left;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
ul._resultList li a span.pageNumber, ul._resultList li a span.pageTitle, ul._resultList li span.noResults span.pageNumber, ul._resultList li span.noResults span.pageTitle, ul._bookmarkList li a span.pageNumber, ul._bookmarkList li a span.pageTitle, ul._bookmarkList li span.noResults span.pageNumber, ul._bookmarkList li span.noResults span.pageTitle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
ul._resultList li a span.pageNumber, ul._resultList li span.noResults span.pageNumber, ul._bookmarkList li a span.pageNumber, ul._bookmarkList li span.noResults span.pageNumber {
  text-align: right;
}

ul._chapterList {
  margin-top: 15px;
  padding: 0px 25px 15px 15px;
  overflow-y: auto;
  max-height: 70vh;
  overflow-x: hidden;
}
ul._chapterList li a, ul._chapterList li span.noResults {
  padding: 10px 0 10px 4px;
  border: 0;
  border-radius: 6px;
  line-height: 16px;
  display: table;
  width: 100%;
  font-size: 1rem;
}

.chapterList__headline {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 5px;
}

.chapterList__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.chapterList__item:last-child {
  border-bottom: none;
}

.hide {
  display: none;
}

.chapterList__pageTitle {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
}

.chapterList__pageNumber {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
  text-align: right;
  padding: 0 20px;
}

.chapterList__icon {
  display: table-cell;
  vertical-align: middle;
  width: 8px !important;
}

.chapterList__icon--active {
  display: table-cell;
  vertical-align: middle;
  width: 10px !important;
}

.chapterList__svg-wrapper {
  height: 16px;
  width: 16px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.chapterList__clickable:hover {
  cursor: pointer;
}

@media (hover: hover) {
  .chapterList__clickable:hover .chapterList__svg-wrapper {
    background: #009EE3;
  }
}
.chapterList__iconContainer {
  padding-right: 4px;
}

.tooltip {
  display: flex;
  flex-direction: column;
  max-width: 256px;
  position: fixed;
  text-align: center;
  top: 500px;
  left: 500px;
  z-index: 100;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tooltip__title {
  font-weight: 600;
  text-overflow: ellipsis;
  max-height: 20px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
}

.tooltip__description {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 36px;
  line-height: 18px;
  word-wrap: break-word;
}

.horizontalWrapper ul.ulWrapper.horizontal li {
  display: inline-block;
}
.horizontalWrapper ul.ulWrapper.horizontal li a {
  border: 0;
  height: 160px;
}
.horizontalWrapper ul.ulWrapper.horizontal li a .pageNumber {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #666;
}
.horizontalWrapper ul.ulWrapper.horizontal li a img:first-child {
  border-right: 1px solid #A5A5A5;
}
.horizontalWrapper ul.ulWrapper.horizontal li a img {
  box-shadow: none;
  border: 1px solid #A5A5A5;
}
.horizontalWrapper ul.ulWrapper.horizontal li a .twoPages img:first-child {
  border-right: 0;
}
.horizontalWrapper ul.ulWrapper.horizontal li.active a img {
  border: 3px solid #AAA;
}
.horizontalWrapper ul.ulWrapper.horizontal li.active a .twoPages img:nth-child(even) {
  border-left: 0;
}
.horizontalWrapper ul.ulWrapper.horizontal li.active a .twoPages img:first-of-type {
  border-right: 0;
}
.horizontalWrapper ul.ulWrapper.horizontal li.active a span {
  color: #FDC800;
}
.horizontalWrapper ul.ulWrapper.horizontal li.active a span.twoPages .rightShadow {
  border: 0;
}
@media (max-width: 767px) {
  .popover--bookmarks, .popover--downloads,
  .popover--information,
  .popover--print, .popover--share, #popover--share__linkFeedback,
  .popover--chapters, .popover--search, .popover--thumbnails {
    font-size: 0.8rem;
    max-height: 70vh;
    overflow: scroll;
  }
  .popover--bookmarks a, .popover--downloads a,
  .popover--information a,
  .popover--print a, .popover--share a, #popover--share__linkFeedback a,
  .popover--chapters a, .popover--search a, .popover--thumbnails a,
  .popover--bookmarks span.noResults,
  .popover--downloads span.noResults,
  .popover--information span.noResults,
  .popover--print span.noResults,
  .popover--share span.noResults,
  #popover--share__linkFeedback span.noResults,
  .popover--chapters span.noResults,
  .popover--search span.noResults,
  .popover--thumbnails span.noResults {
    font-size: 0.8rem !important;
  }
  .popover--bookmarks,
  .popover--downloads,
  .popover--print,
  .popover--share,
  .popover--information {
    right: 15px;
    width: calc(100% - 30px);
  }
  .popover--search,
  .popover--chapters {
    left: 15px;
    width: calc(100% - 30px);
  }
  .popover--thumbnails {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
/*----------------------------------------
  #MODALS
----------------------------------------*/
.backdrop {
  z-index: 90000 !important;
}

.close {
  z-index: 90002 !important;
}

.modal.hotspot-popup,
.modal.cart-popup,
.modal.product-popup,
.modal#gotoModal {
  z-index: 90001 !important;
}

.slideshow-container,
.video-container,
.audio-container {
  z-index: 90001 !important;
}

@media (max-width: 768px) {
  .modal.hotspot-popup .minus,
  .modal.hotspot-popup .plus,
  .modal.cart-popup .minus,
  .modal.cart-popup .plus,
  .modal.product-popup .minus,
  .modal.product-popup .plus,
  .modal#gotoModal .minus,
  .modal#gotoModal .plus {
    width: auto;
  }
}
.modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 42, 61, 0.9);
}
.modal--light-bg {
  background-color: rgba(34, 42, 61, 0.5);
}
.modal__container {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  width: 450px;
  background-color: #fff;
}
.modal__container--large {
  width: 80vw;
  height: 80vh;
}
.modal__container--medium {
  width: 60vw;
  height: 60vh;
}
.modal__header {
  position: relative;
}
.modal__headline {
  font-size: 0.875rem;
  font-weight: 600;
}
.modal__close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  padding: 20px;
  background: url("../../assets/icons/modal-close_icon.svg") center center no-repeat;
  background-size: 15px 15px;
}
.modal__close-button:hover {
  cursor: pointer;
}
.modal__select {
  margin-top: 20px;
  padding: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(169, 183, 197, 0.2);
  background: rgba(169, 183, 197, 0.2);
  position: relative;
}
.modal__select:after {
  top: 50%;
  left: 95%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #435E79;
  border-width: 5px;
  margin-top: -2px;
  z-index: 1;
}
.modal__select-option {
  border: none;
  padding: 10px;
  width: 105%;
  font-size: 0.875rem;
  color: #435E79;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.modal__select-option:focus {
  outline: none;
}
.modal__content {
  margin-top: 20px;
  border-top: 1px solid #A9B7C5;
  padding-top: 20px;
}
.modal__inline-input {
  display: inline-block;
  margin-right: 40px;
}
.modal__input {
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  font-size: 0.875rem;
  color: #435E79;
  box-shadow: none;
  background-color: rgba(169, 183, 197, 0.2);
}
.modal__input--radio {
  display: inline-block;
  padding: 0;
  width: auto;
}
.modal__label {
  color: #435E79;
}
.modal__textarea {
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  height: 120px;
  width: 100%;
  font-size: 0.875rem;
  color: #435E79;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: rgba(169, 183, 197, 0.2);
  box-shadow: none;
  resize: none;
}
.modal__delete-hotspot-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  color: #FB617F;
}
.modal__delete-hotspot-button:hover {
  color: #FB617F;
  cursor: pointer;
}
.modal__delete-confirm {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
}
.modal__text {
  margin-top: 20px;
  color: #435E79;
}
.modal__footer {
  margin-top: 40px;
  text-align: right;
}
.modal__footer--delete {
  text-align: center;
}

.external-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90001 !important;
  display: none;
  overflow: hidden;
}

.external-player--centered {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 736px) {
  .modal__container,
  .modal__container--medium,
  .modal__container--large {
    width: 95vw;
    height: 95vh;
  }
}
/*----------------------------------------
  #IFRAME
----------------------------------------*/
.epub-reader-iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    bottom: 50px;
    display: block;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    bottom: 50px;
    display: block;
  }
}
@-o-keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    bottom: 50px;
    display: block;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    bottom: 50px;
    display: block;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    top: 50px;
    display: block;
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    top: 50px;
    display: block;
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    top: 50px;
    display: block;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    top: 40px;
    display: none;
  }
  100% {
    opacity: 1;
    top: 50px;
    display: block;
  }
}
/* ================= Slider Config ================ */
label,
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#overflow {
  width: 100%;
  overflow: hidden;
}

/* ================= Slider Styling ================ */
/* #slider {
	text-align: center;
	margin: 0 auto;
}
 */
/* ================= View ========================== */
.view {
  float: left;
  position: relative;
  box-sizing: border-box;
  -webkit-transform: translate(0, 0) scale(1, 1);
}
.view img.book-page.page-left {
  box-shadow: 5px 0px 20px 0px rgba(50, 50, 50, 0.3);
}
.view img.book-page.page-right {
  box-shadow: -5px 0px 20px 0px rgba(50, 50, 50, 0.3);
}

/* ================= Image ========================= */
.book-page,
.doublepages .view:first-of-type .book-page,
.doublepages .view:last-of-type .book-page {
  position: relative;
  z-index: -1;
  -webkit-transform: translate(0, 0) scale(1, 1);
}

/* =================== TURN-JS =================== */
/**
	translateZ(0) sorgt dafür, dass das Element 'in einer eigenen Ebene' sitzt. Dies führt bei einigen Browsern dazu,
	dass das Element effektiver gerendert werden kann und so die Darstellungsqualität (z. B. bei Bilder) steigt.

	Siehe hierzu auch https://stackoverflow.com/questions/15464055/css-transition-effect-makes-image-blurry-moves-image-1px-in-chrome#answer-19211952
*/
.pageOverlay, .hotspot, div.page img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

div.page img {
  z-index: 1;
}
div.page div.gradient {
  z-index: 2;
}

/* ================= View Hotspots ================= */
.hotspot {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.modal.hotspot-popup,
.modal.cart-popup,
.modal.product-popup,
.modal#gotoModal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9000;
  visibility: visible;
  display: none;
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal.hotspot-popup h1,
.modal.cart-popup h1,
.modal.product-popup h1,
.modal#gotoModal h1 {
  font-size: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}
.modal.hotspot-popup .products table,
.modal.cart-popup .products table,
.modal.product-popup .products table,
.modal#gotoModal .products table {
  width: 100%;
}
.modal.hotspot-popup .products table img,
.modal.cart-popup .products table img,
.modal.product-popup .products table img,
.modal#gotoModal .products table img {
  max-height: 50px;
}

.modal.cart-popup h1,
.modal.product-popup h1 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  font-weight: bold;
  font-size: 28px;
}
@media (max-width: 767px) {
  .modal.cart-popup h1,
  .modal.product-popup h1 {
    margin-top: 6px;
    font-size: 22px;
  }
}

.modal.product-popup {
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal.product-popup.product-popup-padding {
  padding: 40px;
}
@media (max-width: 767px) {
  .modal.product-popup.product-popup-padding {
    padding: 20px;
  }
}

.hotspot[data-type=media][data-subtype=video_embedded] {
  background: none;
  border: none;
}

.hotspot[data-type=media][data-subtype=image] {
  background: none;
  border: none;
  pointer-events: none;
}

.hotspot > .inline-image {
  position: absolute;
  width: 100%;
  height: 100%;
  /* the 'left' and 'top' properties are neede on iOS, where 'object-position on its own seems
  not to place the image at its parent's top left corner */
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: top left;
}

/* ================= Big Images ==================== */
.bigImage {
  display: none;
}

/* ================= Animation ===================== */
.slider-transition {
  -webkit-transition: margin-left 150ms linear;
  -moz-transition: margin-left 150ms linear;
  -ms-transition: margin-left 150ms linear;
  -o-transition: margin-left 150ms linear;
  transition: margin-left 150ms linear;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.licensee {
  margin-top: 80px;
}

.shadow {
  width: 3%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.shadow.shadow-left {
  margin-left: -3%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#4d000000", GradientType=1);
  /* IE6-9 */
}
.shadow.shadow-right {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d000000", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
}

/* =================== landscape detect ============ */
.landscapeDetect {
  display: none;
  height: 100vh;
  width: 100vw;
  position: absolute;
  background: #FFF;
  z-index: 100;
  padding-top: 100px;
  text-align: center;
  color: #666;
}

/* =================== Top-UI ====================== */
/* ================= Content-Box ===================== */
a,
input {
  display: block;
  padding: 5px 12px 5px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

li a {
  background: #fff;
  color: #333;
}
li a .search-term {
  color: #f5871f;
  display: inline-block;
}

/* ================= Zoombar ===================== */
/* ================= Firefox Hacks ===================== */
@-moz-document url-prefix() {
  button.menu:active {
    text-indent: -0.5px;
    border-right: 1px solid transparent;
  }
  #zoombar ._zoomButton {
    padding-bottom: 1px;
  }
  #zoombar ._zoomIn,
  #zoombar ._zoomOut {
    padding-bottom: 3px;
  }
  #bottom-ui #navbar {
    margin-left: -104px;
  }
}
/* ================= ProgressMessage ===================== */
#progressMessage {
  display: none;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
/* ================= Media Querys ===================== */
@media (min-width: 0px) and (max-width: 767px) {
  body {
    height: 100%;
  }
  .magazine-viewport {
    display: none;
  }
  @-webkit-keyframes fadeInBottom {
    0% {
      opacity: 0;
      top: 50px;
      display: none;
    }
    100% {
      opacity: 1;
      top: 50px;
      display: block;
    }
  }
  @-moz-keyframes fadeInBottom {
    0% {
      opacity: 0;
      top: 50px;
      display: none;
    }
    100% {
      opacity: 1;
      top: 50px;
      display: block;
    }
  }
  @-o-keyframes fadeInBottom {
    0% {
      opacity: 0;
      top: 50px;
      display: none;
    }
    100% {
      opacity: 1;
      top: 50px;
      display: block;
    }
  }
  @keyframes fadeInBottom {
    0% {
      opacity: 0;
      top: 50px;
      display: none;
    }
    100% {
      opacity: 1;
      top: 50px;
      display: block;
    }
  }
  ul.ulWrapper ul._resultList,
  ul.ulWrapper ul._chapterList,
  ul.ulWrapper ul._bookmarkList {
    max-height: 60vh !important;
  }
  #bottom-ui button.menu i,
  #bottom-ui button i,
  #top-ui button.menu i,
  #top-ui button i {
    font-size: 14px;
  }
  #bottom-ui .logo,
  #top-ui .logo {
    max-width: 20vh;
  }
  #bottom-ui span,
  #top-ui span {
    display: none;
  }
  .horizontalWrapper ul li a img:first-child {
    border: 1px solid #A5A5A5;
  }
  .share ul.ulWrapper {
    overflow: auto;
  }
  .share ul.ulWrapper li:last-child {
    height: 100px;
  }
  .logo {
    width: 200px;
  }
  .md-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #top-ui button.menu i {
    font-size: 14px;
  }
  #top-ui button.menu span {
    display: none;
  }
  #bottom-ui button.menu i {
    font-size: 14px;
  }
  ul.ulWrapper li a:hover {
    background-color: #fff !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .landscapeDetect {
    display: none;
  }
}
@media only screen and (min-device-width: 0) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscapeDetect {
    display: none;
  }
}
@media only screen and (min-device-width: 0) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  .landscapeDetect {
    display: none;
  }
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  background: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.modal-header {
  min-height: 60px;
  border-bottom: 1px solid #DDD;
  position: fixed;
  background-color: #FFF;
  width: 80%;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.modal-header .close {
  font-size: 20px;
  font-weight: lighter;
  color: #999;
  border: 0;
  padding: 0;
  padding-top: 5px;
}

.md-content h4 {
  font-size: 22px;
  margin-top: 5px;
  padding: 15px 15px 0;
}

.md-content .subheadline {
  color: #bbbbbb;
  padding-left: 15px;
}

.md-content > div:not(.modal-header) {
  padding: 15px 15px 0 15px;
  font-weight: 300;
  font-size: 1.15em;
  padding-top: 60px;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 0;
  box-shadow: none;
  background-color: #E6E6E6;
  height: 45px;
}

textarea.form-control {
  height: auto;
}

.btn {
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}

.btn-primary {
  background: #D2D2D2;
}

.btn-primary:hover {
  background: #D2D2D2;
}

.video-container {
  width: 80%;
  height: 80%;
}

.video-container,
.slideshow-container,
.audio-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9000;
  display: none;
  overflow: hidden;
}
.video-container .slider-slides .slider-slide,
.slideshow-container .slider-slides .slider-slide,
.audio-container .slider-slides .slider-slide {
  position: relative;
  float: left;
  display: inline-block;
}
.video-container .slider-slides .slider-slide img,
.slideshow-container .slider-slides .slider-slide img,
.audio-container .slider-slides .slider-slide img {
  display: block;
  position: relative;
}
.video-container .slider-slides .slider-slide .caption,
.slideshow-container .slider-slides .slider-slide .caption,
.audio-container .slider-slides .slider-slide .caption {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0;
  font-size: 18px;
  padding: 10px 0;
}
.video-container .slider-navigation,
.slideshow-container .slider-navigation,
.audio-container .slider-navigation {
  width: 100%;
  height: 28px;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 4px;
  color: #fff;
  margin: 0;
  font-size: 18px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
.video-container .slider-navigation i,
.slideshow-container .slider-navigation i,
.audio-container .slider-navigation i {
  font-size: 32px;
  margin: 0 20px;
  cursor: pointer;
}
.video-container .slider-navigation .prev_slider,
.slideshow-container .slider-navigation .prev_slider,
.audio-container .slider-navigation .prev_slider {
  visibility: hidden;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.close {
  width: 50px;
  right: 25px;
  top: 25px;
  z-index: 5;
  position: absolute;
  cursor: pointer;
  background-color: #666;
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  display: none;
}

.close-inside-div {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 25px;
  background-color: #121212;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.close-inside-div:hover {
  cursor: pointer;
}

.close-inside-div-grey {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 25px;
  background-color: #666;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.close-inside-div-grey:hover {
  cursor: pointer;
}

.slideshow-container,
.info-popup {
  width: 80%;
  height: 80%;
}

.slideshow-container,
.video-container,
.audio-container {
  background-color: #111;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 25px #222;
  -moz-box-shadow: 0 0 25px #222;
  box-shadow: 0 0 25px #222;
}
.slideshow-container .slider-navigation,
.video-container .slider-navigation,
.audio-container .slider-navigation {
  font-size: 12px !important;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}
.slideshow-container .slider-navigation span,
.video-container .slider-navigation span,
.audio-container .slider-navigation span {
  vertical-align: top;
}
.slideshow-container .slider-navigation i,
.video-container .slider-navigation i,
.audio-container .slider-navigation i {
  font-size: 20px;
}
.slideshow-container .slider-slide p.caption,
.video-container .slider-slide p.caption,
.audio-container .slider-slide p.caption {
  font-size: 12px !important;
  bottom: 28px !important;
}

div.video-js {
  background-color: rgba(0, 0, 0, 0);
}

.audio-container .vjs-fullscreen-control {
  visibility: hidden;
}

body.mobile .backdrop .close {
  font-size: 32px;
  top: 10px;
  right: 10px;
}

#widgetOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#bottom-ui,
#top-ui {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-marker {
  position: absolute;
  background-color: rgba(250, 230, 100, 0.5);
}

.btn-link {
  background: transparent;
  border: none;
}

#gotoModal {
  text-align: center;
}
#gotoModal .modal-header {
  text-align: left;
}
#gotoModal .btn-link,
#gotoModal input {
  display: inline-block;
}
#gotoModal .fa {
  font-size: 18px;
}
#gotoModal .btn-primary {
  background-color: #000;
  border-radius: 3px;
  border: 0;
  color: #fff;
  padding: 7px;
  font-size: 16px;
  height: 50px;
  width: 200px;
}
#gotoModal .pageInput {
  width: 80px;
  text-align: center;
  margin: 20px;
  background-color: #cbd6eb;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
}

.hidden {
  display: none;
}

.pageOverlay {
  position: absolute;
  z-index: 2;
}

.cursor {
  position: absolute !important;
  pointer-events: none !important;
  z-index: 50000;
}

.shadow.shadow-right {
  pointer-events: none;
}

.shadow.shadow-left {
  pointer-events: none;
}

.notes {
  outline: none;
}

.embedded-data-protection {
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin: 24px;
  padding: 20px;
  pointer-events: all;
}
.embedded-data-protection__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.embedded-data-protection h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.embedded-data-protection p {
  font-size: 10px;
  line-height: 13px;
}
.embedded-data-protection__interactions {
  display: flex;
  margin-top: 24px;
}
.embedded-data-protection__interactions-text {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 13px;
  align-items: flex-start;
}
.embedded-data-protection__interactions-text a {
  font-size: 8px;
  line-height: 13px;
  padding: 0;
}

.data-protection {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  height: 80%;
  max-width: 500px;
  max-height: 550px;
  padding: 48px;
  margin: auto;
  border-radius: 6px;
  justify-self: center;
  z-index: 90001;
}
.data-protection__information {
  z-index: 90001;
}

.data-protection__img {
  width: 100%;
  max-height: 200px;
  border-radius: 6px;
  margin-bottom: 20px;
  object-fit: contain;
}

.data-protection__text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}

.data-protection__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
}

.data-protection__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.data-protection__toggle-container {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.data-protection__toggle-container--margin {
  margin-bottom: 24px;
}

.data-protection__toggle-container--video {
  display: flex;
  margin-bottom: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: white;
  opacity: 0.5;
}
.data-protection__toggle-container--video:hover {
  opacity: 1;
}

.data-protection__link {
  padding-left: 0;
  border-bottom: none;
  font-weight: 500;
}

.top-bar-icons {
  width: 100%;
  position: absolute;
  top: -44px;
  display: flex;
}

.close-player {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  z-index: 5;
  cursor: pointer;
  background-color: #666;
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.share__picker-element {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 4px 10px;
}
.share__picker-element:hover {
  background-color: #F1F5F9;
  cursor: pointer;
}
.share__picker-element label {
  display: flex;
  align-items: center;
  flex: 1;
}
.share__picker-element label p {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  margin-left: 10px;
}
.share__icon-container {
  display: flex;
  flex-wrap: wrap;
}
.share__icon {
  margin: 3px;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .slideshow-container,
  .info-popup {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .video-container {
    width: 100%;
    height: 100%;
  }
}
:root {
  /* CSS-Variablen für die Skalierung definieren */
  --page-scale: 1;
}

.isFixedHtml {
  height: 100vh;
}
.isFixedHtml .inner {
  margin-top: 55px;
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
}
.isFixedHtml .inner .view {
  height: calc(100% - 20px) !important;
  width: 100vw !important;
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.isFixedHtml .inner .view .pdf2html_page {
  position: relative;
  height: auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  transform: scale(var(--page-scale));
  overflow: hidden;
  box-shadow: 5px 0px 20px 0px rgba(50, 50, 50, 0.2);
  cursor: grab;
  user-select: none;
  transition: transform 0.05s linear;
}
.isFixedHtml .inner .view .pdf2html_page .PageContainer {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  display: block;
}
.isFixedHtml .inner .view .pdf2html_page.pdf2html_left {
  justify-content: flex-end;
  transform-origin: 100% 50%;
}
.isFixedHtml .inner .view .pdf2html_page.pdf2html_left .PageContainer {
  margin-right: -1px;
}
.isFixedHtml .inner .view .pdf2html_page.pdf2html_right {
  justify-content: flex-start;
  transform-origin: 0 50%;
}
.isFixedHtml .inner .view .pdf2html_page.pdf2html_right .PageContainer {
  margin-left: -1px;
}
.isFixedHtml .inner .view .pdf2html_page .hotspotarticle {
  pointer-events: unset;
  background-color: rgba(73, 77, 103, 0.2) !important;
  border: 1px solid rgba(18, 18, 18, 0);
}
.isFixedHtml .inner .view .pdf2html_page .hotspotarticle:hover {
  background-color: rgba(73, 77, 103, 0.35) !important;
}
.isFixedHtml .inner .view:first-of-type .pdf2html_page.pdf2html_left, .isFixedHtml .inner .view:nth-last-of-type(1) .pdf2html_page.pdf2html_left {
  transform-origin: 50% 50%;
  justify-content: center;
}
.isFixedHtml.resizeActive .view {
  opacity: 0;
  transition: none;
}
.isFixedHtml.resizeActive .view.resized {
  opacity: 1;
}
.isFixedHtml.grabActive .pdf2html_page {
  opacity: 0;
  transition: none;
}
.isFixedHtml.grabActive .pdf2html_page.grabbed {
  opacity: 1;
}
.isFixedHtml.zoomActive .view {
  opacity: 0;
  transition: none;
}
.isFixedHtml.zoomActive .view.zoomed {
  opacity: 1;
}

body.singlepages .isFixedHtml .inner .view .pdf2html_page {
  transform-origin: 50% 50%;
  overflow: unset;
}
body.singlepages .isFixedHtml .inner .view .pdf2html_page.pdf2html_left {
  justify-content: center;
  transform-origin: unset;
}

/* Apryse Style overwrite */
/* Hide Apryse generated links */
.AnnotContainer .trn_link {
  display: none;
}

.product-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: initial;
  max-height: 80%;
  padding: 25px;
  overflow: auto;
}

/******************************
			Cart
******************************/
.Cart {
  padding: 40px;
}
@media (max-width: 767px) {
  .Cart {
    padding: 20px;
  }
}

.Cart__content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.Cart__main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Cart > .close,
.product-popup > .close {
  top: initial;
  right: initial;
  width: initial;
  height: initial;
  background-color: initial;
  box-shadow: none;
}

.Cart > .modal__close-button,
.product-popup > .modal__close-button {
  display: initial;
  top: 10px;
  right: 10px;
  background-size: 22px 22px;
  background-color: white;
  border-radius: 25px;
}

.Cart__button {
  padding: 15px 30px;
  margin: 0;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 25px;
  font-size: 16px;
  -webkit-transition: all 0.3s; /* Safari */
  transition: all 0.3s;
}
.Cart__button:first-child {
  margin-right: 0;
}
.Cart__button:last-child {
  margin-right: 0;
}

.Cart__tbody .Cart__quantity {
  padding-left: 40px;
  padding-right: 40px;
}

.Cart__hr {
  width: 100%;
  background: #ccc;
}

.Cart__table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 60%;
}

.Cart__summary {
  width: 35%;
  padding: 15px;
  background-color: #F0F2F4;
}

.Cart__thead tr th {
  width: 10%;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding-bottom: 10px;
}
.Cart__thead tr th:first-of-type {
  width: 70%;
}

.Cart__tbody td {
  padding: 8px 16px;
  vertical-align: top;
}

.Cart__noProducts {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* GRID */
.col-10 {
  width: 100%;
}

.col-6 {
  width: 60%;
  float: left;
}

.col-4 {
  width: 35%;
  float: right;
}

.col-3 {
  width: 32%;
  display: inline-block;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, p, table {
  margin: 0;
}

h1 {
  font-size: 38px;
  font-weight: 400;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h3 {
  font-weight: 400;
}

p {
  line-height: 26px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s; /* Safari */
  transition: all 0.3s;
}

a:hover, a:focus {
  color: #789ECA;
}

/* HELPERS */
.half {
  width: 49%;
}

.full {
  width: 100%;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.small {
  font-size: 14px;
}

.lead {
  font-size: 20px;
}

.highlight {
  color: #000;
}

.relative {
  position: relative;
}

.pull-right {
  float: right;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.inline-block {
  display: inline-block;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-10 {
  padding-left: 10px;
}

.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  margin-bottom: 10px;
}

.list-unstyled li:last-child {
  margin-bottom: 0;
}

/* CONTENT */
.box {
  padding: 5px 25px;
  font-size: 16px;
}

.box-filled {
  background: #F0F2F4;
  border-radius: 5px;
}

.box-filled:before {
  content: "-";
  color: #000;
  font-size: 22px;
  position: absolute;
  left: -20px;
  top: 0;
}

.box-filled:after {
  content: "+";
  color: #000;
  font-size: 22px;
  position: absolute;
  right: -25px;
  top: 5px;
}

.btn-big {
  padding: 15px 80px;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

.btn-filled {
  background: #000;
  color: #fff;
  border: none;
}

.btn-filled:hover, .btn-filled:focus {
  background: #789ECA;
}

.btn-centered {
  display: block;
  margin: auto;
}

.btn-ghost {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-ghost:hover, .btn-ghost:focus {
  background: #000;
  color: #fff;
}

.article-image {
  max-width: 300px;
}

.Cart__article-image-col {
  height: 100px;
  text-align: center;
}

.Cart__article-image {
  max-height: 80px;
  max-width: 80px;
  height: auto;
  width: auto;
}

.modal-footer {
  background: #fff;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.modal-footer .half:first-of-type {
  padding-left: 20px;
}

/******************************
	'What to do next?'-Modal
******************************/
.overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90000;
  width: 45%;
  min-width: 300px;
  max-width: 800px;
  height: 250px;
  padding: 20px;
  color: black;
  background: white;
  border-radius: 6px;
}

.overlay > .modal__close-button {
  top: 5px;
  right: 5px;
}

.overlay-content {
  margin: 48px auto 0;
}

.overlay-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.overlay-content__button-container {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .Cart__table {
    width: 100%;
  }
  .Cart__summary {
    width: 100%;
    margin-top: 40px;
  }
  .article-image {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .Cart__summary {
    width: 100%;
  }
  .Cart__noProducts {
    margin-top: 0;
  }
  .order.btn-big {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .hidden-smartphone {
    display: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .margin-top-20-xs {
    margin-top: 20px;
  }
  .margin-top-50-xs {
    margin-top: 50px;
  }
  .article-image {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .overlay {
    height: auto;
  }
  .cart-item {
    margin-top: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
  }
  .cart-item:first-child {
    margin-top: 0;
  }
  .cart-item:last-child {
    border-bottom: 0;
  }
  .cart-item__metadata {
    display: flex;
  }
  .cart-item__thumbnail-wrapper {
    flex: 1;
    margin-right: 12px;
  }
  .cart-item__thumbnail {
    display: block;
    width: 100%;
  }
  .cart-item__text {
    flex: 4;
    margin-right: 12px;
  }
  .cart-item__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .cart-item__article-number {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
  }
  .cart-item__price-wrapper {
    flex: 1;
  }
  .cart-item__price {
    font-weight: 600;
  }
  .cart-item__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
  .cart-item__amount-wrapper {
    margin-left: 24px;
  }
  .cart-item__amount {
    font-size: 14px;
    line-height: 20px;
  }
  .cart-item__remove-button {
    border: none;
    background: #fff;
  }
  .fixed-footer-padding {
    padding-bottom: 20px;
  }
  .overlay-content {
    padding-top: 20px;
    margin: 0 0 0 0;
  }
  .overlay-content__button-container {
    margin-top: 20px;
  }
  .overlay-content__button-container .Cart__button {
    padding: 10px 12px;
    font-size: 14px;
  }
  .overlay-content h2 {
    font-size: 20px;
  }
}
.deselect ::selection {
  background: transparent;
  color: inherit;
}

.deselect ::-moz-selection {
  background: transparent;
  color: inherit;
}

.deselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.Cart__link {
  display: inline-block;
  border-bottom: none;
  transition: none;
}

.Cart__table.col-10 {
  width: calc(100% - 40px);
}

.Cart tr th:first-of-type {
  padding-left: 20px;
}

.Cart tr td:first-of-type {
  width: 80px;
}

.Cart tr td:nth-of-type(3) {
  width: 100px;
}

.Cart tr td:last-of-type {
  width: 120px;
}

.Cart tr th:last-of-type {
  padding-right: 20px;
}

.Cart__price {
  font-size: 18px;
}

.hide-prices .Cart__price {
  display: none;
}

.Cart__button.order {
  margin-top: 40px;
  margin-bottom: 20px;
}

.Cart__action-links > * {
  margin-top: 10px;
  color: #000;
  background: transparent;
  opacity: 0.5;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  outline: none;
}

.Cart__summary__summary {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

.Cart__summary__details-paragraph {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}

.hide-prices .Cart__summary__details-paragraph__sum {
  display: none;
}

.endprice {
  font-weight: bold;
}

.Cart__summary__info-paragraph {
  text-align: center;
}

.Cart__table__col-description__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.Cart__table__col-description__article-nr {
  display: block;
  opacity: 0.5;
}

.Cart__table__col-price__quantity_and_price {
  display: block;
}

.Cart__table__col-price__show_and_remove {
  display: block;
}

/******************************
		Product Popup
******************************/
.product-popup {
  display: flex;
  flex-direction: column;
}
.product-popup .product {
  display: inline-block;
  width: 65%;
  float: left;
}
.product-popup .product p {
  padding: 10px;
}
.product-popup h3 {
  font-size: 18px;
}
.product-popup .info {
  width: 30%;
  display: inline-block;
  padding-top: 10px;
  padding-left: 20px;
}
.product-popup .info table {
  width: 100%;
}

.product-popup hr,
.Cart hr {
  margin: 20px 0px;
  width: 100%;
}

.product-popup__content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-popup__content-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.product-popup__title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.product-popup__action-area {
  flex: 3;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .product-popup__action-area {
    margin-left: initial;
  }
}
.product-popup__action-area__price-container {
  margin-top: 20px;
}
.product-popup__action-area__price-container .product-popup__action-area__quantity-picker {
  display: none;
}
@media (max-width: 767px) {
  .product-popup__action-area__price-container {
    display: flex;
    justify-content: space-between;
  }
  .product-popup__action-area__price-container .product-popup__action-area__quantity-picker {
    display: initial;
  }
}
.product-popup__action-area__button-container {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .product-popup__action-area__button-container {
    margin-top: 20px;
    text-align: center;
  }
  .product-popup__action-area__button-container .product-popup__action-area__quantity-picker {
    display: none;
  }
}
.product-popup__action-area__description {
  font-size: 20px;
  font-weight: 600;
}
.product-popup__action-area__price {
  font-size: 16px;
}
.product-popup__action-area__quantity-picker {
  margin-left: 20px;
  margin-right: 50px;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
}

.hide-prices .product-popup__action-area__price {
  display: none;
}

.product-popup__footer {
  margin-top: 40px;
  border-top: 1px solid #ccc;
}
.product-popup__footer b, .product-popup__footer strong {
  font-weight: bold;
}
.product-popup__footer i, .product-popup__footer em {
  font-style: italic;
}
.product-popup__footer ul {
  padding-left: 40px;
  list-style: disc;
}
.product-popup__footer ol {
  padding-left: 40px;
  list-style-type: decimal;
}
.product-popup__footer__articlenr {
  opacity: 0.5;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .product-popup {
    transform: none;
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .modal.hotspot-popup,
  .modal.product-popup,
  .modal.cart-popup {
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .product-popup__content-container {
    flex-direction: column;
  }
  .product-popup__action-area {
    margin-top: 40px;
  }
  .Cart__button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .product-popup__footer {
    margin-top: 40px;
  }
  .product-popup > .modal__close-button,
  .modal.cart-popup > .modal__close-button {
    position: fixed;
    transition: none;
  }
  .overlay-content__button-container {
    flex-direction: column;
  }
  .overlay-content__button-container .Cart__button:last-child {
    margin-top: 20px;
  }
}
body * {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal--reader__wrapper a {
  padding: 10px;
}

.modal--reader__wrapper a:hover {
  color: #3c3c3c;
  outline: none;
}

.modal--reader__wrapper {
  display: none;
  z-index: 100000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal--reader__arrow--left {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-left: -350px;
  border-bottom: none;
  color: #fff;
  font-size: 45px;
  transition: all 0.2s ease-in-out;
}

.modal--reader__arrow--right {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-left: 350px;
  border-bottom: none;
  color: #fff;
  font-size: 45px;
  transition: all 0.3s ease-in-out;
}

.modal--reader__arrow--left.disabled,
.modal--reader__arrow--right.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.modal--reader__arrow--left:hover,
.modal--reader__arrow--left.disabled:hover,
.modal--reader__arrow--right:hover,
.modal--reader__arrow--right.disabled:hover {
  background: #fff;
  color: #3c3c3c;
  opacity: 1;
}

.modal--reader__container {
  position: relative;
  margin: 0 auto;
  width: 650px;
  height: 100%;
  background: #fff;
}

.modal--reader__container__head {
  z-index: 1;
  position: fixed;
  width: 650px;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  background-color: #fff;
  /*overflow: hidden;*/
}

.modal--reader__container__head a {
  color: #333;
}

.modal--reader__container__headitems {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal--reader__container__headitems > div {
  flex: 1;
}

.modal--reader__container__headitems > div > a {
  display: inline-block;
}

/*.modal--reader__container__head div:last-of-type {

}
.modal--reader__container__head div:last-of-type a {
  display: inline-block;
  text-align: right;
}*/
.modal--reader__container__menuhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  background-color: #fff;
}

.modal--reader__container__head *,
.modal--reader__container__menu * {
  font-size: 16px;
}

.modal--reader__container__content {
  position: relative;
  top: 80px;
  padding: 50px;
  height: calc(100% - 80px);
  font-size: 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal--reader__container__content h2 {
  margin: 5px 0 30px 0;
  font-size: 28px;
  font-weight: bold;
}

.modal--reader__container__content p {
  margin-top: 30px;
  line-height: 30px;
}

.modal--reader__container__content i {
  font-style: italic;
}

.modal--reader__container__content b {
  font-weight: bold;
}

.modal--reader__container__content strong {
  font-weight: bold;
}

.modal--reader__button {
  border-bottom: none;
}

.modal--reader__container__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
}

.modal--reader__container__menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 400px;
  height: 100vh;
  background: #ebebe9;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  overflow: auto;
}

.modal--reader__container__menu.active {
  opacity: 1;
  visibility: visible;
}

.modal--reader__container__menu__chapter li a.active {
  background: #fff;
}

.modal--reader__container__menu__chapter li a {
  background: none;
  border-bottom: 1px solid #d1d1d0;
  padding: 25px 20px;
}

.modal--reader__container__menu__chapter li a:hover {
  background: #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal--reader__container {
    position: fixed;
  }
  .modal--reader__container,
  .modal--reader__container__head {
    width: 100%;
  }
  .modal--reader__container__content {
    padding: 25px;
  }
  .modal--reader__container__menu {
    width: 100%;
  }
  .modal--reader__arrow--left,
  .modal--reader__arrow--right {
    display: none;
  }
  .fullscreen {
    display: none;
  }
}
.hotspotarticle {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0) !important;
}

.hotspotsvg {
  pointer-events: none;
}

.hotspotpolygon {
  stroke-width: 1;
  opacity: 1;
  pointer-events: all;
}

.popover--share button {
  border: 1px solid #fff;
  background: none;
  color: #272f3e;
}
.popover--share button:hover {
  color: #009ee3;
  background: none;
}

button,
a, input {
  outline: 0 solid rgba(0, 96, 223, 0) !important;
  outline-width: 0;
  outline-offset: 0;
  transition: all 0.3s ease;
}
button:focus-visible,
a:focus-visible, input:focus-visible {
  outline: 3px solid rgb(0, 96, 223) !important;
  outline-width: 3px;
  outline-offset: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
}/*# sourceMappingURL=style.css.map */