/* Light icons over dark background */
body {
  height: 100%;
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #4b4b4b;
  touch-action: none;
}
a {
  color: #636363;
}
a:hover {
  color: #a4a4a4;
}
a:active {
  color: #3d3d3d;
}
a:visited {
  color: #636363;
}
.videoWrapper {
  -moz-box-shadow: 2px 2px 6px #000;
  -webkit-box-shadow: 2px 2px 6px #000;
  box-shadow: 2px 2px 6px #000;
  background: black;
}
div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buttonPlugin {
  cursor: pointer;
  padding-right: 0px;
  padding-left: 0px;
  background-origin: border-box;
  position: relative;
  display: block;
  float: left;
  align-items: stretch;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  color: #151515;
  text-align: center;
}
button,
div i.button-icon {
  color: white;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 0px;
  left: 5px;
}
span.expandable-content {
  color: #151515;
  width: 80px;
  display: block;
  float: left;
}
.buttonPlugin.expandable-content {
  background-color: transparent !important;
}
.buttonPlugin {
  position: relative;
}
.menuItem.icon {
  background-image: url(../images/paella_icons_light.png);
  width: 80px !important;
  height: 40px;
  cursor: pointer;
  background-size: 100% 100% !important;
  background-position: 0px 0px ! important;
  background-color: white;
  margin-right: 0px;
}
.menuItem.icon.selected {
  background-color: #cc0000;
}
.button-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
}
i.button-icon.icon-screen {
  font-size: 21.96px;
  padding-left: 0px;
}
button.play-button-on-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 51px;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.play-button-on-screen .play-icon {
  width: 300px;
  height: 300px;
  background-image: url(../images/play.svg);
}
@media screen and (max-width: 1000px) {
  .play-button-on-screen .play-icon {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .play-button-on-screen .play-icon {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .play-button-on-screen .play-icon {
    width: 80px;
    height: 80px;
  }
}
#playerContainer {
  background-color: white;
}
#playerContainer.modalVisible > :not(.modalMessageContainer) {
  filter: blur(10px);
}
#playerContainer:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background-color: white;
}
#playerContainer:-moz-full-screen {
  width: 100%;
  height: 100%;
  background-color: white;
}
#playerContainer:-ms-full-screen {
  width: 100%;
  height: 100%;
  background-color: white;
}
#playerContainer:-o-full-screen {
  width: 100%;
  height: 100%;
  background-color: white;
}
#playerContainer:full-screen {
  width: 100%;
  height: 100%;
  background-color: white;
}
#ignoreBrowserCheckLink {
  color: black;
  text-decoration: underline;
}
.alt-scroll-message-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 4px black;
}
.alt-scroll-message-container p {
  text-align: center;
}
.playbackControls {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: none;
  background-size: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 56px;
  z-index: 100;
}
.playbackBarPlugins {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  font-size: 12px;
  overflow: hidden;
}
.playbackBar {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 14px;
  background-color: rgba(125, 125, 125, 0.5);
  border-bottom: 1px solid rgba(90, 90, 90, 0.6);
  border-top: 1px solid rgba(90, 90, 90, 0.6);
  cursor: pointer;
}
.playbackBar:focus {
  box-shadow: inset 0px 0px 5px 0px #FF4C4C;
  outline: none;
}
.playbackBarFull {
  height: 12px;
  background-color: #cc0000;
  background: linear-gradient(to bottom, #ff0000 0%, #690000 100%);
  position: absolute;
  top: 0px;
}
.playbackBarFull.disabled {
  opacity: 0.2;
}
.buttonPlugin.left {
  float: left;
}
.buttonPlugin.right {
  float: right;
}
.buttonPlugin:hover {
  background-color: #FF4C4C;
}
.buttonPlugin:focus {
  box-shadow: inset 0px 0px 5px 0px #FF4C4C;
  outline: none;
}
.buttonPlugin.selected {
  background-color: #cc0000;
}
.popUpPluginContainer {
  position: absolute;
  right: 0px;
  z-index: 110;
  color: white;
}
.buttonPluginPopUp {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: -14px;
}
.buttonPluginPopUp.menuContainer .menuItem {
  font-size: 19px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.buttonPluginPopUp.menuContainer .menuItem:hover {
  background-color: #FF4C4C;
}
.buttonPluginPopUp.menuContainer .menuItem.selected {
  color: #cc0000;
}
.buttonPluginPopUp.menuContainer .menuItem.selected:hover {
  color: white;
}
.timelinePluginContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 56px;
  color: white;
}
.buttonTimeLine {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* old style time control */
.timeControlOld {
  color: white;
  display: block;
  position: relative;
  width: 69px;
  height: 44px;
  background-size: 100%;
  background-image: url(../images/time_monitor.png);
  font-size: 10px;
  padding-top: 11px;
  background-repeat: no-repeat;
  bottom: 70px;
  font-family: verdana;
  text-align: center;
  z-index: 100;
}
.timeControl {
  color: white;
  display: block;
  position: absolute;
  width: 69px;
  height: 12px;
  font-size: 10px;
  background-repeat: no-repeat;
  padding-left: 5px;
  font-family: verdana;
  text-align: left;
  z-index: 100;
  line-height: 12px;
  margin-top: -12px;
  cursor: pointer;
  top: 12px;
}
.editControlContainer {
  z-index: 20;
}
.paellaLoadErrorContainer {
  width: 1000px;
  margin: auto;
  margin-top: 200px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(220, 228, 234, 0.9);
  border-radius: 22px;
  box-shadow: 1px 1px 8px black;
  font-family: sans-serif;
  font-size: 20px;
}
.modalMessageContainer {
  background-color: rgba(0, 0, 0, 0.5);
}
.messageContainer {
  width: 95%;
  height: 95%;
  margin-top: 2%;
  position: relative;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
  padding-left: 80px;
  padding-right: 80px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.29);
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.frameContainer {
  width: 95%;
  height: 95%;
  margin-top: 2%;
  position: relative;
  margin: auto;
  text-align: center;
  /*vertical-align: middle;*/
  font-family: sans-serif;
  padding-left: 80px;
  padding-right: 80px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.29);
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}
.errorContainer {
  width: 55%;
  min-height: 55%;
  margin-top: 22%;
  position: relative;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding-left: 120px;
  padding-right: 60px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.29);
  font-family: sans-serif;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 7px solid maroon;
  color: maroon;
  font-weight: bold;
  background-image: url(../images/error_icon.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 50px 40px;
}
.paella_messageContainer_closeButton {
  /*background-image: url(../images/close_button.png);*/
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 999999999;
  border-radius: 20px;
}
.paella_messageContainer_closeButton:hover {
  color: white;
  background-color: black;
}
.paella_messageContainer_closeButton:active {
  background-position: 20px;
}
.overlayContainer.background {
  background-color: rgba(0, 0, 0, 0.5);
}
#overlayContainer {
  pointer-events: none;
}
#overlayContainer div {
  pointer-events: none;
}
.videoLoaderOverlay {
  background-color: black;
}
.videoOverlayButtonPlugins {
  z-index: 100;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  pointer-events: none;
}
.divTimeOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  text-align: center;
  padding-right: 3px;
  padding-left: 3px;
  padding-top: 1px;
  text-shadow: 1px 1px #888888;
  z-index: 100;
}
.divTimeImageOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  width: 256px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}
.imgOverlay {
  height: 100%;
  width: 100%;
  max-width: none;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.videoPosterFrameImage {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
.playerContainer_controls_playback_playbackBar_canvas {
  overflow: hidden;
  position: absolute;
  top: 0px;
}
.playerContainer_controls_playback_playbackBar_canvas.layer_0 {
  z-index: 0;
}
.playerContainer_controls_playback_playbackBar_canvas.layer_1 {
  z-index: 100;
}
#playerContainer_controls_playback_playbackBar {
  overflow: hidden;
  background-color: #333333;
}
.login-link {
  margin-top: 20px;
  margin-bottom: 20px;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 8px);
  /* Adjust as needed */
}
#lazyLoadThumbnailContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
  /* Over the video contaniner and video layout buttons, but under the play button */
}
.dimmed-element {
  filter: blur(4px);
}
.playerContainer_controls_playback_playbackBar_canvas {
  pointer-events: none;
}
/* TODO: Extract this CSS to editor plugins */
.editorTrackItem.mainTrackTrim {
  background-image: url(../images/main_track_bkg.png);
  background-size: 56px 100%;
}
/* END EXTRACT */
/* Begin new editor */
a.btn {
  color: #f3f3f3;
}
.listItem {
  color: #f3f3f3;
}
.editorContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.paellaEditorRightBar {
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: #4f4f4f;
  box-shadow: 1px -4px 12px black;
}
.paellaEditorBottomBar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #4f4f4f;
  box-shadow: 1px 1px 12px black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.paellaEditorRightBarContent {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}
.editorTimelineContainer {
  margin-top: -21px;
  position: relative;
  overflow: auto;
}
.editorTimelineContent {
  background-image: url(../images/light_background.png);
  top: 0px;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  position: relative;
}
.editorTimeLineTimeMarks {
  position: absolute;
  top: 0px;
  height: 20px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding-left: 3px;
  background-image: url(../images/timeline_tracks_bkg.png);
}
.editorTimeLineMark {
  float: left;
  /*	background-color: rgb(61,62,62);*/
  font-size: 9px;
  height: 20px;
  line-height: 18px;
}
.editorTimeLineMark.odd {
  /*	background-color: rgb(73,82,82);*/
}
.editorTrackListItem.master {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 38px;
  height: 51px;
}
.editorTrackListItem.secondary {
  height: 23px;
  position: relative;
}
.editorTrackListItem.secondary.track0 {
  margin-top: 90px;
}
.editorTrackItem {
  position: absolute;
  height: 97%;
  border-radius: 5px;
  border: 1px solid #6f6f6f;
  overflow: hidden;
}
.editorTrackItemResizer {
  width: 2px;
  top: 20%;
  bottom: 23%;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.editorTrackItemResizer.left {
  border-right: 8px double #7c7c7c;
  left: 0px;
}
.editorTrackItemResizer.right {
  border-left: 8px double #7c7c7c;
  right: 0px;
}
.editorTrackItemMoveArea {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.editorTrackItemLabel {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
  line-height: 48px;
  cursor: pointer;
}
.editorTrackItemLock {
  top: 5%;
  position: absolute;
}
.editorTrackItemLabel.secondary {
  line-height: 23px;
}
.editorTimeLineMark.last {
  overflow: hidden;
}
.editorTimeLineTracks {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 20px;
  background-image: url(../images/timeline_tracks_bkg.png);
}
.editorBottomToolbarContainer {
  background-color: #52595F;
  height: 27px;
}
.zoomDropup {
  margin-top: 2px;
  float: right;
  margin-right: 10px;
}
.navbar.tiny {
  font-size: 11px;
}
.navbar-inner.tiny {
  min-height: 21px;
}
.navbar .nav > li {
  line-height: 11px;
}
.navbar .nav > li > a.rightBarPlugin {
  padding: 5px 5px 5px;
}
.editorToolbar_selectedToolUtils {
  margin-left: 10px;
}
.editorToolbarPlaybackControls {
  position: absolute;
  left: 45%;
}
.editorTimelineCursor {
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px dashed rgba(238, 0, 12, 0.92);
  left: 352px;
  z-index: 0;
  top: 0px;
  line-height: 54px;
  font-size: 11px;
  padding-left: 3px;
}
.editorTimelineCursor.currentTime {
  border-left: 1px solid white;
}
.editorRightBarTabIcon {
  /*	display: inline-block;  to add icon, set this property and the background image in the plugin css file, using .editorRightBarTabIcon.pluginName as class name */
  width: 15px;
  height: 14px;
  margin-bottom: -3px;
  margin-right: 2px;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?u9ewd1');
  src: url('fonts/icomoon.eot?u9ewd1#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?u9ewd1') format('truetype'), url('fonts/icomoon.woff?u9ewd1') format('woff'), url('fonts/icomoon.svg?u9ewd1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mini-camera:before {
  content: "\e900";
}
.icon-captions:before {
  content: "\e901";
}
.icon-paintbrush:before {
  content: "\e902";
}
.icon-airplay:before {
  content: "\e903";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e907";
}
.icon-back-10-s:before {
  content: "\e908";
}
.icon-back-30-s:before {
  content: "\e909";
}
.icon-comments-disabled:before {
  content: "\e90a";
}
.icon-comments:before {
  content: "\e90b";
}
.icon-edit:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-folder:before {
  content: "\e90e";
}
.icon-forward-30-s:before {
  content: "\e90f";
}
.icon-frames:before {
  content: "\e910";
}
.icon-fullscreen:before {
  content: "\e911";
}
.icon-headphone:before {
  content: "\e912";
}
.icon-help:before {
  content: "\e913";
}
.icon-info:before {
  content: "\e914";
}
.icon-link:before {
  content: "\e915";
}
.icon-mini-frames:before {
  content: "\e916";
}
.icon-mini-videocamera:before {
  content: "\e917";
}
.icon-mini-window:before {
  content: "\e918";
}
.icon-mini-zoom-in:before {
  content: "\e919";
}
.icon-mini-zoom-out:before {
  content: "\e91a";
}
.icon-pause:before {
  content: "\e91b";
}
.icon-photo:before {
  content: "\e91c";
}
.icon-pip:before {
  content: "\e91d";
}
.icon-play:before {
  content: "\e91e";
}
.icon-player-mode-1:before {
  content: "\e91f";
}
.icon-player-mode-2:before {
  content: "\e920";
}
.icon-player-mode-3:before {
  content: "\e921";
}
.icon-present-mode-1:before {
  content: "\e922";
}
.icon-present-mode-2:before {
  content: "\e923";
}
.icon-present-mode-3:before {
  content: "\e924";
}
.icon-present-mode-4:before {
  content: "\e925";
}
.icon-present-mode-5:before {
  content: "\e926";
}
.icon-present-mode-6:before {
  content: "\e927";
}
.icon-present-mode-7:before {
  content: "\e928";
}
.icon-present-mode-8:before {
  content: "\e929";
}
.icon-present-mode-9:before {
  content: "\e92a";
}
.icon-present-mode-10:before {
  content: "\e92b";
}
.icon-presentation-mode:before {
  content: "\e92c";
}
.icon-screen:before {
  content: "\e92d";
}
.icon-slideshow:before {
  content: "\e92e";
}
.icon-social:before {
  content: "\e92f";
}
.icon-star-empty:before {
  content: "\e930";
}
.icon-star:before {
  content: "\e931";
}
.icon-stats:before {
  content: "\e932";
}
.icon-twitter:before {
  content: "\e933";
}
.icon-user:before {
  content: "\e934";
}
.icon-volume-high:before {
  content: "\e935";
}
.icon-volume-low:before {
  content: "\e936";
}
.icon-volume-mid:before {
  content: "\e937";
}
.icon-volume-mute:before {
  content: "\e938";
}
.icon-windowed:before {
  content: "\e939";
}
.icon-zoom-in:before {
  content: "\e93a";
}
.icon-zoom:before {
  content: "\e93b";
}
.icon-home:before {
  content: "\e93c";
}
.icon-home2:before {
  content: "\e93d";
}
.icon-home3:before {
  content: "\e93e";
}
.icon-office:before {
  content: "\e93f";
}
.icon-newspaper:before {
  content: "\e940";
}
.icon-pencil:before {
  content: "\e941";
}
.icon-pencil2:before {
  content: "\e942";
}
.icon-quill:before {
  content: "\e943";
}
.icon-pen:before {
  content: "\e944";
}
.icon-blog:before {
  content: "\e945";
}
.icon-eyedropper:before {
  content: "\e946";
}
.icon-droplet:before {
  content: "\e947";
}
.icon-paint-format:before {
  content: "\e948";
}
.icon-image:before {
  content: "\e949";
}
.icon-images:before {
  content: "\e94a";
}
.icon-camera:before {
  content: "\e94b";
}
.icon-headphones:before {
  content: "\e94c";
}
.icon-music:before {
  content: "\e94d";
}
.icon-play2:before {
  content: "\e94e";
}
.icon-film:before {
  content: "\e94f";
}
.icon-video-camera:before {
  content: "\e950";
}
.icon-dice:before {
  content: "\e951";
}
.icon-pacman:before {
  content: "\e952";
}
.icon-spades:before {
  content: "\e953";
}
.icon-clubs:before {
  content: "\e954";
}
.icon-diamonds:before {
  content: "\e955";
}
.icon-bullhorn:before {
  content: "\e956";
}
.icon-connection:before {
  content: "\e957";
}
.icon-podcast:before {
  content: "\e958";
}
.icon-feed:before {
  content: "\e959";
}
.icon-mic:before {
  content: "\e95a";
}
.icon-book:before {
  content: "\e95b";
}
.icon-books:before {
  content: "\e95c";
}
.icon-library:before {
  content: "\e95d";
}
.icon-file-text:before {
  content: "\e95e";
}
.icon-profile:before {
  content: "\e95f";
}
.icon-file-empty:before {
  content: "\e960";
}
.icon-files-empty:before {
  content: "\e961";
}
.icon-file-text2:before {
  content: "\e962";
}
.icon-file-picture:before {
  content: "\e963";
}
.icon-file-music:before {
  content: "\e964";
}
.icon-file-play:before {
  content: "\e965";
}
.icon-file-video:before {
  content: "\e966";
}
.icon-file-zip:before {
  content: "\e967";
}
.icon-copy:before {
  content: "\e968";
}
.icon-paste:before {
  content: "\e969";
}
.icon-stack:before {
  content: "\e96a";
}
.icon-folder2:before {
  content: "\e96b";
}
.icon-folder-open:before {
  content: "\e96c";
}
.icon-folder-plus:before {
  content: "\e96d";
}
.icon-folder-minus:before {
  content: "\e96e";
}
.icon-folder-download:before {
  content: "\e96f";
}
.icon-folder-upload:before {
  content: "\e970";
}
.icon-price-tag:before {
  content: "\e971";
}
.icon-price-tags:before {
  content: "\e972";
}
.icon-barcode:before {
  content: "\e973";
}
.icon-qrcode:before {
  content: "\e974";
}
.icon-ticket:before {
  content: "\e975";
}
.icon-cart:before {
  content: "\e976";
}
.icon-coin-dollar:before {
  content: "\e977";
}
.icon-coin-euro:before {
  content: "\e978";
}
.icon-coin-pound:before {
  content: "\e979";
}
.icon-coin-yen:before {
  content: "\e97a";
}
.icon-credit-card:before {
  content: "\e97b";
}
.icon-calculator:before {
  content: "\e97c";
}
.icon-lifebuoy:before {
  content: "\e97d";
}
.icon-phone:before {
  content: "\e97e";
}
.icon-phone-hang-up:before {
  content: "\e97f";
}
.icon-address-book:before {
  content: "\e980";
}
.icon-envelop:before {
  content: "\e981";
}
.icon-pushpin:before {
  content: "\e982";
}
.icon-location:before {
  content: "\e983";
}
.icon-location2:before {
  content: "\e984";
}
.icon-compass:before {
  content: "\e985";
}
.icon-compass2:before {
  content: "\e986";
}
.icon-map:before {
  content: "\e987";
}
.icon-map2:before {
  content: "\e988";
}
.icon-history:before {
  content: "\e989";
}
.icon-clock:before {
  content: "\e98a";
}
.icon-clock2:before {
  content: "\e98b";
}
.icon-alarm:before {
  content: "\e98c";
}
.icon-bell:before {
  content: "\e98d";
}
.icon-stopwatch:before {
  content: "\e98e";
}
.icon-calendar:before {
  content: "\e98f";
}
.icon-printer:before {
  content: "\e990";
}
.icon-keyboard:before {
  content: "\e991";
}
.icon-display:before {
  content: "\e992";
}
.icon-laptop:before {
  content: "\e993";
}
.icon-mobile:before {
  content: "\e994";
}
.icon-mobile2:before {
  content: "\e995";
}
.icon-tablet:before {
  content: "\e996";
}
.icon-tv:before {
  content: "\e997";
}
.icon-drawer:before {
  content: "\e998";
}
.icon-drawer2:before {
  content: "\e999";
}
.icon-box-add:before {
  content: "\e99a";
}
.icon-box-remove:before {
  content: "\e99b";
}
.icon-download:before {
  content: "\e99c";
}
.icon-upload:before {
  content: "\e99d";
}
.icon-floppy-disk:before {
  content: "\e99e";
}
.icon-drive:before {
  content: "\e99f";
}
.icon-database:before {
  content: "\e9a0";
}
.icon-undo:before {
  content: "\e9a1";
}
.icon-redo:before {
  content: "\e9a2";
}
.icon-undo2:before {
  content: "\e9a3";
}
.icon-redo2:before {
  content: "\e9a4";
}
.icon-forward:before {
  content: "\e9a5";
}
.icon-reply:before {
  content: "\e9a6";
}
.icon-bubble:before {
  content: "\e9a7";
}
.icon-bubbles:before {
  content: "\e9a8";
}
.icon-bubbles2:before {
  content: "\e9a9";
}
.icon-bubble2:before {
  content: "\e9aa";
}
.icon-bubbles3:before {
  content: "\e9ab";
}
.icon-bubbles4:before {
  content: "\e9ac";
}
.icon-user2:before {
  content: "\e9ad";
}
.icon-users:before {
  content: "\e9ae";
}
.icon-user-plus:before {
  content: "\e9af";
}
.icon-user-minus:before {
  content: "\e9b0";
}
.icon-user-check:before {
  content: "\e9b1";
}
.icon-user-tie:before {
  content: "\e9b2";
}
.icon-quotes-left:before {
  content: "\e9b3";
}
.icon-quotes-right:before {
  content: "\e9b4";
}
.icon-hour-glass:before {
  content: "\e9b5";
}
.icon-spinner:before {
  content: "\e9b6";
}
.icon-spinner2:before {
  content: "\e9b7";
}
.icon-spinner3:before {
  content: "\e9b8";
}
.icon-spinner4:before {
  content: "\e9b9";
}
.icon-spinner5:before {
  content: "\e9ba";
}
.icon-spinner6:before {
  content: "\e9bb";
}
.icon-spinner7:before {
  content: "\e9bc";
}
.icon-spinner8:before {
  content: "\e9bd";
}
.icon-spinner9:before {
  content: "\e9be";
}
.icon-spinner10:before {
  content: "\e9bf";
}
.icon-spinner11:before {
  content: "\e9c0";
}
.icon-binoculars:before {
  content: "\e9c1";
}
.icon-search:before {
  content: "\e9c2";
}
.icon-zoom-in2:before {
  content: "\e9c3";
}
.icon-zoom-out:before {
  content: "\e9c4";
}
.icon-enlarge:before {
  content: "\e9c5";
}
.icon-shrink:before {
  content: "\e9c6";
}
.icon-enlarge2:before {
  content: "\e9c7";
}
.icon-shrink2:before {
  content: "\e9c8";
}
.icon-key:before {
  content: "\e9c9";
}
.icon-key2:before {
  content: "\e9ca";
}
.icon-lock:before {
  content: "\e9cb";
}
.icon-unlocked:before {
  content: "\e9cc";
}
.icon-wrench:before {
  content: "\e9cd";
}
.icon-equalizer:before {
  content: "\e9ce";
}
.icon-equalizer2:before {
  content: "\e9cf";
}
.icon-cog:before {
  content: "\e9d0";
}
.icon-cogs:before {
  content: "\e9d1";
}
.icon-hammer:before {
  content: "\e9d2";
}
.icon-magic-wand:before {
  content: "\e9d3";
}
.icon-aid-kit:before {
  content: "\e9d4";
}
.icon-bug:before {
  content: "\e9d5";
}
.icon-pie-chart:before {
  content: "\e9d6";
}
.icon-stats-dots:before {
  content: "\e9d7";
}
.icon-stats-bars:before {
  content: "\e9d8";
}
.icon-stats-bars2:before {
  content: "\e9d9";
}
.icon-trophy:before {
  content: "\e9da";
}
.icon-gift:before {
  content: "\e9db";
}
.icon-glass:before {
  content: "\e9dc";
}
.icon-glass2:before {
  content: "\e9dd";
}
.icon-mug:before {
  content: "\e9de";
}
.icon-spoon-knife:before {
  content: "\e9df";
}
.icon-leaf:before {
  content: "\e9e0";
}
.icon-rocket:before {
  content: "\e9e1";
}
.icon-meter:before {
  content: "\e9e2";
}
.icon-meter2:before {
  content: "\e9e3";
}
.icon-hammer2:before {
  content: "\e9e4";
}
.icon-fire:before {
  content: "\e9e5";
}
.icon-lab:before {
  content: "\e9e6";
}
.icon-magnet:before {
  content: "\e9e7";
}
.icon-bin:before {
  content: "\e9e8";
}
.icon-bin2:before {
  content: "\e9e9";
}
.icon-briefcase:before {
  content: "\e9ea";
}
.icon-airplane:before {
  content: "\e9eb";
}
.icon-truck:before {
  content: "\e9ec";
}
.icon-road:before {
  content: "\e9ed";
}
.icon-accessibility:before {
  content: "\e9ee";
}
.icon-target:before {
  content: "\e9ef";
}
.icon-shield:before {
  content: "\e9f0";
}
.icon-power:before {
  content: "\e9f1";
}
.icon-switch:before {
  content: "\e9f2";
}
.icon-power-cord:before {
  content: "\e9f3";
}
.icon-clipboard:before {
  content: "\e9f4";
}
.icon-list-numbered:before {
  content: "\e9f5";
}
.icon-list:before {
  content: "\e9f6";
}
.icon-list2:before {
  content: "\e9f7";
}
.icon-tree:before {
  content: "\e9f8";
}
.icon-menu:before {
  content: "\e9f9";
}
.icon-menu2:before {
  content: "\e9fa";
}
.icon-menu3:before {
  content: "\e9fb";
}
.icon-menu4:before {
  content: "\e9fc";
}
.icon-cloud:before {
  content: "\e9fd";
}
.icon-cloud-download:before {
  content: "\e9fe";
}
.icon-cloud-upload:before {
  content: "\e9ff";
}
.icon-cloud-check:before {
  content: "\ea00";
}
.icon-download2:before {
  content: "\ea01";
}
.icon-upload2:before {
  content: "\ea02";
}
.icon-download3:before {
  content: "\ea03";
}
.icon-upload3:before {
  content: "\ea04";
}
.icon-sphere:before {
  content: "\ea05";
}
.icon-earth:before {
  content: "\ea06";
}
.icon-link2:before {
  content: "\ea07";
}
.icon-flag:before {
  content: "\ea08";
}
.icon-attachment:before {
  content: "\ea09";
}
.icon-eye:before {
  content: "\ea0a";
}
.icon-eye-plus:before {
  content: "\ea0b";
}
.icon-eye-minus:before {
  content: "\ea0c";
}
.icon-eye-blocked:before {
  content: "\ea0d";
}
.icon-bookmark:before {
  content: "\ea0e";
}
.icon-bookmarks:before {
  content: "\ea0f";
}
.icon-sun:before {
  content: "\ea10";
}
.icon-contrast:before {
  content: "\ea11";
}
.icon-brightness-contrast:before {
  content: "\ea12";
}
.icon-star-empty2:before {
  content: "\ea13";
}
.icon-star-half:before {
  content: "\ea14";
}
.icon-star-full:before {
  content: "\ea15";
}
.icon-heart:before {
  content: "\ea16";
}
.icon-heart-broken:before {
  content: "\ea17";
}
.icon-man:before {
  content: "\ea18";
}
.icon-woman:before {
  content: "\ea19";
}
.icon-man-woman:before {
  content: "\ea1a";
}
.icon-happy:before {
  content: "\ea1b";
}
.icon-happy2:before {
  content: "\ea1c";
}
.icon-smile:before {
  content: "\ea1d";
}
.icon-smile2:before {
  content: "\ea1e";
}
.icon-tongue:before {
  content: "\ea1f";
}
.icon-tongue2:before {
  content: "\ea20";
}
.icon-sad:before {
  content: "\ea21";
}
.icon-sad2:before {
  content: "\ea22";
}
.icon-wink:before {
  content: "\ea23";
}
.icon-wink2:before {
  content: "\ea24";
}
.icon-grin:before {
  content: "\ea25";
}
.icon-grin2:before {
  content: "\ea26";
}
.icon-cool:before {
  content: "\ea27";
}
.icon-cool2:before {
  content: "\ea28";
}
.icon-angry:before {
  content: "\ea29";
}
.icon-angry2:before {
  content: "\ea2a";
}
.icon-evil:before {
  content: "\ea2b";
}
.icon-evil2:before {
  content: "\ea2c";
}
.icon-shocked:before {
  content: "\ea2d";
}
.icon-shocked2:before {
  content: "\ea2e";
}
.icon-baffled:before {
  content: "\ea2f";
}
.icon-baffled2:before {
  content: "\ea30";
}
.icon-confused:before {
  content: "\ea31";
}
.icon-confused2:before {
  content: "\ea32";
}
.icon-neutral:before {
  content: "\ea33";
}
.icon-neutral2:before {
  content: "\ea34";
}
.icon-hipster:before {
  content: "\ea35";
}
.icon-hipster2:before {
  content: "\ea36";
}
.icon-wondering:before {
  content: "\ea37";
}
.icon-wondering2:before {
  content: "\ea38";
}
.icon-sleepy:before {
  content: "\ea39";
}
.icon-sleepy2:before {
  content: "\ea3a";
}
.icon-frustrated:before {
  content: "\ea3b";
}
.icon-frustrated2:before {
  content: "\ea3c";
}
.icon-crying:before {
  content: "\ea3d";
}
.icon-crying2:before {
  content: "\ea3e";
}
.icon-point-up:before {
  content: "\ea3f";
}
.icon-point-right:before {
  content: "\ea40";
}
.icon-point-down:before {
  content: "\ea41";
}
.icon-point-left:before {
  content: "\ea42";
}
.icon-warning:before {
  content: "\ea43";
}
.icon-notification:before {
  content: "\ea44";
}
.icon-question:before {
  content: "\ea45";
}
.icon-plus:before {
  content: "\ea46";
}
.icon-minus:before {
  content: "\ea47";
}
.icon-info2:before {
  content: "\ea48";
}
.icon-cancel-circle:before {
  content: "\ea49";
}
.icon-blocked:before {
  content: "\ea4a";
}
.icon-cross:before {
  content: "\ea4b";
}
.icon-checkmark:before {
  content: "\ea4c";
}
.icon-checkmark2:before {
  content: "\ea4d";
}
.icon-spell-check:before {
  content: "\ea4e";
}
.icon-enter:before {
  content: "\ea4f";
}
.icon-exit:before {
  content: "\ea50";
}
.icon-play22:before {
  content: "\ea51";
}
.icon-pause2:before {
  content: "\ea52";
}
.icon-stop:before {
  content: "\ea53";
}
.icon-previous:before {
  content: "\ea54";
}
.icon-next:before {
  content: "\ea55";
}
.icon-backward:before {
  content: "\ea56";
}
.icon-forward2:before {
  content: "\ea57";
}
.icon-play3:before {
  content: "\ea58";
}
.icon-pause22:before {
  content: "\ea59";
}
.icon-stop2:before {
  content: "\ea5a";
}
.icon-backward2:before {
  content: "\ea5b";
}
.icon-forward3:before {
  content: "\ea5c";
}
.icon-first:before {
  content: "\ea5d";
}
.icon-last:before {
  content: "\ea5e";
}
.icon-previous2:before {
  content: "\ea5f";
}
.icon-next2:before {
  content: "\ea60";
}
.icon-eject:before {
  content: "\ea61";
}
.icon-volume-high2:before {
  content: "\ea62";
}
.icon-volume-medium:before {
  content: "\ea63";
}
.icon-volume-low2:before {
  content: "\ea64";
}
.icon-volume-mute2:before {
  content: "\ea65";
}
.icon-volume-mute22:before {
  content: "\ea66";
}
.icon-volume-increase:before {
  content: "\ea67";
}
.icon-volume-decrease:before {
  content: "\ea68";
}
.icon-loop:before {
  content: "\ea69";
}
.icon-loop2:before {
  content: "\ea6a";
}
.icon-infinite:before {
  content: "\ea6b";
}
.icon-shuffle:before {
  content: "\ea6c";
}
.icon-arrow-up-left:before {
  content: "\ea6d";
}
.icon-arrow-up2:before {
  content: "\ea6e";
}
.icon-arrow-up-right:before {
  content: "\ea6f";
}
.icon-arrow-right2:before {
  content: "\ea70";
}
.icon-arrow-down-right:before {
  content: "\ea71";
}
.icon-arrow-down2:before {
  content: "\ea72";
}
.icon-arrow-down-left:before {
  content: "\ea73";
}
.icon-arrow-left2:before {
  content: "\ea74";
}
.icon-arrow-up-left2:before {
  content: "\ea75";
}
.icon-arrow-up22:before {
  content: "\ea76";
}
.icon-arrow-up-right2:before {
  content: "\ea77";
}
.icon-arrow-right22:before {
  content: "\ea78";
}
.icon-arrow-down-right2:before {
  content: "\ea79";
}
.icon-arrow-down22:before {
  content: "\ea7a";
}
.icon-arrow-down-left2:before {
  content: "\ea7b";
}
.icon-arrow-left22:before {
  content: "\ea7c";
}
.icon-circle-up:before {
  content: "\ea7d";
}
.icon-circle-right:before {
  content: "\ea7e";
}
.icon-circle-down:before {
  content: "\ea7f";
}
.icon-circle-left:before {
  content: "\ea80";
}
.icon-tab:before {
  content: "\ea81";
}
.icon-move-up:before {
  content: "\ea82";
}
.icon-move-down:before {
  content: "\ea83";
}
.icon-sort-alpha-asc:before {
  content: "\ea84";
}
.icon-sort-alpha-desc:before {
  content: "\ea85";
}
.icon-sort-numeric-asc:before {
  content: "\ea86";
}
.icon-sort-numberic-desc:before {
  content: "\ea87";
}
.icon-sort-amount-asc:before {
  content: "\ea88";
}
.icon-sort-amount-desc:before {
  content: "\ea89";
}
.icon-command:before {
  content: "\ea8a";
}
.icon-shift:before {
  content: "\ea8b";
}
.icon-ctrl:before {
  content: "\ea8c";
}
.icon-opt:before {
  content: "\ea8d";
}
.icon-checkbox-checked:before {
  content: "\ea8e";
}
.icon-checkbox-unchecked:before {
  content: "\ea8f";
}
.icon-radio-checked:before {
  content: "\ea90";
}
.icon-radio-checked2:before {
  content: "\ea91";
}
.icon-radio-unchecked:before {
  content: "\ea92";
}
.icon-crop:before {
  content: "\ea93";
}
.icon-make-group:before {
  content: "\ea94";
}
.icon-ungroup:before {
  content: "\ea95";
}
.icon-scissors:before {
  content: "\ea96";
}
.icon-filter:before {
  content: "\ea97";
}
.icon-font:before {
  content: "\ea98";
}
.icon-ligature:before {
  content: "\ea99";
}
.icon-ligature2:before {
  content: "\ea9a";
}
.icon-text-height:before {
  content: "\ea9b";
}
.icon-text-width:before {
  content: "\ea9c";
}
.icon-font-size:before {
  content: "\ea9d";
}
.icon-bold:before {
  content: "\ea9e";
}
.icon-underline:before {
  content: "\ea9f";
}
.icon-italic:before {
  content: "\eaa0";
}
.icon-strikethrough:before {
  content: "\eaa1";
}
.icon-omega:before {
  content: "\eaa2";
}
.icon-sigma:before {
  content: "\eaa3";
}
.icon-page-break:before {
  content: "\eaa4";
}
.icon-superscript:before {
  content: "\eaa5";
}
.icon-subscript:before {
  content: "\eaa6";
}
.icon-superscript2:before {
  content: "\eaa7";
}
.icon-subscript2:before {
  content: "\eaa8";
}
.icon-text-color:before {
  content: "\eaa9";
}
.icon-pagebreak:before {
  content: "\eaaa";
}
.icon-clear-formatting:before {
  content: "\eaab";
}
.icon-table:before {
  content: "\eaac";
}
.icon-table2:before {
  content: "\eaad";
}
.icon-insert-template:before {
  content: "\eaae";
}
.icon-pilcrow:before {
  content: "\eaaf";
}
.icon-ltr:before {
  content: "\eab0";
}
.icon-rtl:before {
  content: "\eab1";
}
.icon-section:before {
  content: "\eab2";
}
.icon-paragraph-left:before {
  content: "\eab3";
}
.icon-paragraph-center:before {
  content: "\eab4";
}
.icon-paragraph-right:before {
  content: "\eab5";
}
.icon-paragraph-justify:before {
  content: "\eab6";
}
.icon-indent-increase:before {
  content: "\eab7";
}
.icon-indent-decrease:before {
  content: "\eab8";
}
.icon-share:before {
  content: "\eab9";
}
.icon-new-tab:before {
  content: "\eaba";
}
.icon-embed:before {
  content: "\eabb";
}
.icon-embed2:before {
  content: "\eabc";
}
.icon-terminal:before {
  content: "\eabd";
}
.icon-share2:before {
  content: "\eabe";
}
.icon-mail:before {
  content: "\eabf";
}
.icon-mail2:before {
  content: "\eac0";
}
.icon-mail3:before {
  content: "\eac1";
}
.icon-mail4:before {
  content: "\eac2";
}
.icon-amazon:before {
  content: "\eac3";
}
.icon-google:before {
  content: "\eac4";
}
.icon-google2:before {
  content: "\eac5";
}
.icon-google3:before {
  content: "\eac6";
}
.icon-google-plus:before {
  content: "\eac7";
}
.icon-google-plus2:before {
  content: "\eac8";
}
.icon-google-plus3:before {
  content: "\eac9";
}
.icon-hangouts:before {
  content: "\eaca";
}
.icon-google-drive:before {
  content: "\eacb";
}
.icon-facebook2:before {
  content: "\eacc";
}
.icon-facebook22:before {
  content: "\eacd";
}
.icon-instagram:before {
  content: "\eace";
}
.icon-whatsapp:before {
  content: "\eacf";
}
.icon-spotify:before {
  content: "\ead0";
}
.icon-telegram:before {
  content: "\ead1";
}
.icon-twitter2:before {
  content: "\ead2";
}
.icon-vine:before {
  content: "\ead3";
}
.icon-vk:before {
  content: "\ead4";
}
.icon-renren:before {
  content: "\ead5";
}
.icon-sina-weibo:before {
  content: "\ead6";
}
.icon-rss:before {
  content: "\ead7";
}
.icon-rss2:before {
  content: "\ead8";
}
.icon-youtube:before {
  content: "\ead9";
}
.icon-youtube2:before {
  content: "\eada";
}
.icon-twitch:before {
  content: "\eadb";
}
.icon-vimeo:before {
  content: "\eadc";
}
.icon-vimeo2:before {
  content: "\eadd";
}
.icon-lanyrd:before {
  content: "\eade";
}
.icon-flickr:before {
  content: "\eadf";
}
.icon-flickr2:before {
  content: "\eae0";
}
.icon-flickr3:before {
  content: "\eae1";
}
.icon-flickr4:before {
  content: "\eae2";
}
.icon-dribbble:before {
  content: "\eae3";
}
.icon-behance:before {
  content: "\eae4";
}
.icon-behance2:before {
  content: "\eae5";
}
.icon-deviantart:before {
  content: "\eae6";
}
.icon-500px:before {
  content: "\eae7";
}
.icon-steam:before {
  content: "\eae8";
}
.icon-steam2:before {
  content: "\eae9";
}
.icon-dropbox:before {
  content: "\eaea";
}
.icon-onedrive:before {
  content: "\eaeb";
}
.icon-github:before {
  content: "\eaec";
}
.icon-npm:before {
  content: "\eaed";
}
.icon-basecamp:before {
  content: "\eaee";
}
.icon-trello:before {
  content: "\eaef";
}
.icon-wordpress:before {
  content: "\eaf0";
}
.icon-joomla:before {
  content: "\eaf1";
}
.icon-ello:before {
  content: "\eaf2";
}
.icon-blogger:before {
  content: "\eaf3";
}
.icon-blogger2:before {
  content: "\eaf4";
}
.icon-tumblr:before {
  content: "\eaf5";
}
.icon-tumblr2:before {
  content: "\eaf6";
}
.icon-yahoo:before {
  content: "\eaf7";
}
.icon-yahoo2:before {
  content: "\eaf8";
}
.icon-tux:before {
  content: "\eaf9";
}
.icon-appleinc:before {
  content: "\eafa";
}
.icon-finder:before {
  content: "\eafb";
}
.icon-android:before {
  content: "\eafc";
}
.icon-windows:before {
  content: "\eafd";
}
.icon-windows8:before {
  content: "\eafe";
}
.icon-soundcloud:before {
  content: "\eaff";
}
.icon-soundcloud2:before {
  content: "\eb00";
}
.icon-skype:before {
  content: "\eb01";
}
.icon-reddit:before {
  content: "\eb02";
}
.icon-hackernews:before {
  content: "\eb03";
}
.icon-wikipedia:before {
  content: "\eb04";
}
.icon-linkedin:before {
  content: "\eb05";
}
.icon-linkedin2:before {
  content: "\eb06";
}
.icon-lastfm:before {
  content: "\eb07";
}
.icon-lastfm2:before {
  content: "\eb08";
}
.icon-delicious:before {
  content: "\eb09";
}
.icon-stumbleupon:before {
  content: "\eb0a";
}
.icon-stumbleupon2:before {
  content: "\eb0b";
}
.icon-stackoverflow:before {
  content: "\eb0c";
}
.icon-pinterest:before {
  content: "\eb0d";
}
.icon-pinterest2:before {
  content: "\eb0e";
}
.icon-xing:before {
  content: "\eb0f";
}
.icon-xing2:before {
  content: "\eb10";
}
.icon-flattr:before {
  content: "\eb11";
}
.icon-foursquare:before {
  content: "\eb12";
}
.icon-yelp:before {
  content: "\eb13";
}
.icon-paypal:before {
  content: "\eb14";
}
.icon-chrome:before {
  content: "\eb15";
}
.icon-firefox:before {
  content: "\eb16";
}
.icon-IE:before {
  content: "\eb17";
}
.icon-edge:before {
  content: "\eb18";
}
.icon-safari:before {
  content: "\eb19";
}
.icon-opera:before {
  content: "\eb1a";
}
.icon-file-pdf:before {
  content: "\eb1b";
}
.icon-file-openoffice:before {
  content: "\eb1c";
}
.icon-file-word:before {
  content: "\eb1d";
}
.icon-file-excel:before {
  content: "\eb1e";
}
.icon-libreoffice:before {
  content: "\eb1f";
}
.icon-html-five:before {
  content: "\eb20";
}
.icon-html-five2:before {
  content: "\eb21";
}
.icon-css3:before {
  content: "\eb22";
}
.icon-git:before {
  content: "\eb23";
}
.icon-codepen:before {
  content: "\eb24";
}
.icon-svg:before {
  content: "\eb25";
}
.icon-IcoMoon:before {
  content: "\eb26";
}
.playButtonOnScreen_Always {
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 51px;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.playButtonOnScreen_AlwaysIcon {
  display: block;
  cursor: pointer;
  width: 100%;
}
.play-button-on-screen.dimmed .play-icon {
  opacity: 0.2;
  pointer-events: all;
  cursor: pointer;
}
.play-button-on-screen.dimmed .play-icon:hover {
  opacity: 1;
}
.buttonPlugin.flexSkip_Rewind_10 {
  background-position: -205% 22%;
}
.buttonPlugin.flexSkip_Forward_30 {
  background-position: -200% 22%;
}
.buttonPlugin.arrowSlideNavidator.nextButton {
  pointer-events: all !important;
  font-size: 30px;
  text-shadow: 0px 0px 8px white;
}
.buttonPlugin.arrowSlideNavidator.prevButton {
  pointer-events: all !important;
  font-size: 30px;
  text-shadow: 0px 0px 8px white;
}
.arrow-slide-navigator-container {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.buttonPlugin.audioTags {
  text-align: center;
  background-position: -900% -200%;
  font-size: 0.8em;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
}
.videoAudioTrackItem {
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.videoAudioTrackItem.selected {
  background-color: rgba(211, 211, 211, 0.8);
  box-shadow: inset 0px 0px 2px 2px #cc0000;
}
.videoAudioTrackItem:hover {
  background-color: #cc0000;
}
.blackBoardDiv {
  position: absolute;
  /* 16:9 */
  width: 816px;
  height: 459px;
  top: 135px;
  left: 450px;
  background-size: 100%;
}
.lensClass {
  background-color: rgba(255, 236, 195, 0.3);
  position: absolute;
  border: 1px dotted white;
}
.lensContainer img {
  width: 100% !important;
}
#overlayContainer div.lensContainer {
  pointer-events: all;
}
.textBreak {
  background-color: rgba(128, 128, 128, 0.7);
  text-align: center;
  color: white;
  line-height: 17px;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
}
.buttonPlugin.captionsPluginButton {
  background-position: 0% -100%;
}
.captionsPluginContainer {
  width: 400px;
  overflow: hidden;
}
.captionsBar input {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #cc0000;
  width: 49%;
  margin-bottom: 0px;
  margin-left: 1px;
  float: left;
}
.captionsBar select {
  width: 39%;
  display: inline;
  background-color: #cc0000;
  border: 1px solid #ccc;
  color: white;
  margin-bottom: 0px;
  height: 31px;
}
.captionsBar button {
  float: right;
  width: 7%;
  min-height: 30px;
  min-width: 30px;
  margin-right: 2px;
  background: url(../images/paella_icons_light.png);
  background-position: -400% -100%;
  background-size: 2000% 1000%;
  position: static;
}
.captionsBar button:hover {
  background-color: #cc0000;
}
.bodyInnerContainer {
  margin-bottom: 5px;
  display: block;
  margin-left: 3px;
  height: auto;
}
.captionsBar input:hover {
  border-color: #FF4C4C;
}
.captionsBar input:focus {
  border-color: #cc0000;
}
.captionsBody {
  max-height: 280px;
  overflow-y: scroll;
  border: 1px solid black;
}
.captionsBar input:hover {
  border-color: #FF4C4C;
}
.captionsBar input:focus {
  border-color: #FF4C4C;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #cc0000;
  border: thin solid gray;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cc0000;
}
/* CSS OVERLAY */
.CaptionsOnScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 99;
}
.CaptionsOnScreenInner {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  text-align: center;
  color: white;
  font-size: 17px;
  width: 70%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border-radius: 12px;
}
.Highlight {
  color: #FF4C4C;
  font-weight: bold;
}
#CommentPlugin_Publish_entry_buttons_area {
  margin-top: 5px;
}
.comments_entry {
  margin: 5px;
  margin-bottom: 20px;
  width: 90%;
}
.comments_entry_username {
  color: #438bc5;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: bold;
}
.comments_entry_datepublish {
  color: #999;
  font-size: 11px;
  font-family: arial, sans-serif;
  margin-left: 20px;
}
.comments_entry_comment {
  margin-top: 5px;
  margin-bottom: 10px;
}
.comments_entry_silhouette {
  float: left;
  width: 6%;
}
.comments_entry_container {
  vertical-align: top;
  margin: 10px;
  margin-left: 50px;
  width: 100%;
}
.comments_entry_container textarea {
  width: 98%;
  height: 45px;
  /*margin-top:10px;*/
  margin-bottom: 5px;
  color: #52575c;
}
.CommentPlugin_Publish {
  /*box-shadow: inset 0px 0px 10px 2px rgba(10, 10,10, 0.39); */
  border-radius: 7px;
  padding: 10px;
  padding-bottom: 1px;
}
textarea {
  resize: vertical;
}
.reply_button {
  color: #999;
  font-size: 12px;
  font-family: arial, sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
  cursor: pointer;
}
.reply_button:hover {
  color: #438bc5;
  text-decoration: underline;
}
.buttonPlugin.extendedTabAdapterPlugin {
  background-position: -500% -200%;
}
.buttonPluginPopUp.extendedTabAdapterPlugin {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
}
.extendedTabAdapterPlugin > .tabsPluginContainer {
  width: 600px;
  display: block;
}
.extendedTabAdapterPlugin > .tabsPluginContainer > .tabsLabelContainer > .tabLabel {
  display: inline;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  cursor: hand;
  font-family: sans-serif;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.48);
  border-radius: 6px 6px 0px 0px;
  font-size: 12px;
  margin-left: 1px;
}
.extendedTabAdapterPlugin > .tabsPluginContainer > .tabsLabelContainer > .tabLabel.enabled {
  cursor: default;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.9);
}
.extendedTabAdapterPlugin > .tabsPluginContainer > .tabsLabelContainer > .tabLabel.disabled {
  background-color: #e6e6e6;
  color: black;
}
.extendedTabAdapterPlugin > .tabsPluginContainer > .tabsContentContainer {
  height: 200px;
  background-color: rgba(0, 0, 0, 0.75);
  padding-left: 5px;
  padding-top: 9px;
  padding-right: 5px;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #cc0000;
  border: thin solid gray;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #FF4C4C;
}
.extendedTabAdapterPlugin > .tabsPluginContainer > .tabsContentContainer > .tabContent.enabled {
  display: block;
}
.extendedTabAdapterPlugin > .tabsPluginContainer > .tabsContentContainer > .tabContent.disabled {
  display: none;
}
.buttonPlugin.footPrints {
  background-position: -700% 0%;
}
.footPrintsContainer {
  height: 20px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.footPrintsCanvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.frameControlContainer {
  height: 87px;
  width: 90%;
  overflow: hidden;
  display: inline-block;
  margin-left: 5%;
}
.frameControl.navButton {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  background-image: url(../images/paella_icons_light.png);
  background-size: 2000% 1000%;
  background-position: 100% 100%;
  position: absolute;
  top: 28px;
}
.frameControl.navButton.left {
  background-position: -1600% -100%;
  opacity: 0.5;
}
.frameControl.navButton.right {
  right: 0px;
  opacity: 0.5;
  background-position: -1500% -100%;
}
.frameControl.navButton.left:hover {
  opacity: 1;
}
.frameControl.navButton.right:hover {
  opacity: 1;
}
.frameControlContent {
  height: 100px;
  overflow: hidden;
  padding-top: 6px;
}
.frameControlItem {
  width: 140px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
  float: left;
  opacity: 0.8;
}
/*.frameControlItem:hover {
	width:94px;
	border: 3px dotted #23ff00;
	opacity: 1;
}*/
.frameControlItem.selected {
  width: 134px;
  border: 3px dotted #cc0000;
  opacity: 1;
}
.frameControlItem.current {
  width: 134px;
  border: 3px solid #cc0000;
  opacity: 1;
}
.frameControlImage {
  width: 100%;
}
.frameCaption {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 5px;
  color: black;
  text-shadow: 1px 1px 2px #ffffff;
}
.showFramesButton {
  position: absolute;
  display: block;
  width: 40px;
  height: 37px;
  background-size: 300%;
  background-image: url(../../resources/images/frame_button.png);
}
/*
.showFramesButton:hover {
}
*/
.showFramesButton_active {
  position: absolute;
  display: block;
  width: 40px;
  height: 37px;
  right: 0px;
  background-size: 300%;
  background-image: url(../../resources/images/frame_button.png);
}
.frameListContainer {
  background-image: url(../../resources/images/playback_bkg.png);
}
.frameThumbnail {
  /*
	margin-top:8px;
	margin-right:3px;
	margin-bottom:8px;
	margin-left:3px;
*/
  margin: 8px 3px 8px 3px;
  height: 40px;
}
.frameThumbnail:hover {
  margin: 0px;
  border: 3px #cc0000 solid;
  height: 50px;
}
.enabledFrameThumbnail {
  border: 3px #cc0000 solid;
  height: 50px;
}
.enabledFrameThumbnail:hover {
  border: 3px #cc0000 solid;
}
.buttonPlugin.showFullScreenButton {
  background-position: -900% 0%;
}
.buttonPlugin.showFullScreenButton.active {
  background-position: -1000% 0%;
}
.buttonPlugin.helpButton {
  background-position: -1300% 0%;
}
.buttonPlugin.right.liveIndicator {
  width: 100px;
  height: 40px;
  background-image: url(live_video.png);
  background-size: 100% 100%;
  margin-top: 5px;
  margin-right: 5px;
}
.buttonPlugin.showMultipleQualitiesPlugin {
  text-align: center;
  font-size: 0.8em;
  line-height: 30px;
  min-width: 36px;
}
.showMHDescriptionTabBarLeft {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.showMHDescriptionTabBarRight {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.showMHDescriptionTabBarElement {
  color: white;
  margin-bottom: 2px;
}
.showMHDescriptionTabBarValue {
  margin-left: 3px;
  color: lightgrey;
}
.showMHDescriptionTabBarValue > a,
.showMHDescriptionTabBarValue > a:visited {
  color: lightsalmon;
}
.downloadsButtonContainer {
  margin: 7px;
}
.downloadsButtonItemContainer > p {
  margin: 2px;
  color: lightgrey;
  font-weight: bold;
}
.downloadsButtonItemContainer > a {
  margin-left: 10px;
  display: block;
}
.downloadsButtonItemContainer > a:visited {
  color: lightsalmon;
}
.downloadsButtonItemContainer > a > span {
  margin: 5px;
}
.downloadsButtonItemLinkSpanFormat {
  color: lightcoral;
}
.noTracks {
  white-space: nowrap;
}
.downloadsTabBarContainer {
  margin-bottom: 9px;
}
.downloadsLinkItem {
  color: lightgrey;
}
.downloadsLinkItem:focus,
.downloadsLinkItem:hover {
  color: lightgrey;
}
/*
.downloadLinkText {
}
.downloadLinkText.TypeFile {
}
.downloadLinkText.TypeFile.Video {
}
.downloadLinkText.TypeFile.Audio {
}
*/
.downloadLinkText.Track {
  font-weight: bold;
}
.downloadLinkText.Resolution {
  color: #4aed4a;
}
.downloadLinkText.MIMEType {
  color: lightcoral;
}
.recordings_loading {
  color: #2D8F8B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.recordings_header {
  color: #2D8F8B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.recordings_header_results {
  display: inline-block;
}
.recordings_header_navigation {
  display: block;
  float: right;
}
.recordings_header_navigation_prev {
  border-right: 1px solid black;
  padding-right: 7px;
}
.recordings_header_navigation_next {
  border-left: 1px solid black;
  padding-left: 7px;
}
.recordings_header_navigation_prev,
.recordings_header_navigation_pageid,
.recordings_header_navigation_next {
  color: #CCCCCC;
}
.recordings_header_navigation_prev,
.recordings_header_navigation_page,
.recordings_header_navigation_pageid,
.recordings_header_navigation_next {
  display: inline-block;
  margin-left: 2px;
  margin-right: 3px;
}
.recordings_header_navigation_prev a,
.recordings_header_navigation_page a,
.recordings_header_navigation_pageid a,
.recordings_header_navigation_next a {
  cursor: pointer;
  color: #2D8F8B;
}
.recordings_header_navigation_prev a:hover,
.recordings_header_navigation_page a:hover,
.recordings_header_navigation_pageid a:hover,
.recordings_header_navigation_next a:hover {
  color: #A72123;
  text-decoration: underline;
}
.recordings_entry {
  min-height: 90px;
}
.recordings_entry.even_entry {
  background-color: #eff7f9;
}
.recordings_entry.odd_entry {
  background-color: #f7fbfc;
}
.recordings_entry.pendent.even_entry,
.recordings_entry.pendent.odd_entry {
  background-color: #ffcc66;
}
.recordings_entry.no_publish_info.even_entry,
.recordings_entry.no_publish_info.odd_entry {
  background-color: #ffcc66;
}
.recordings_entry.unpublished.even_entry,
.recordings_entry.unpublished.odd_entry {
  background-color: red;
}
.recordings_entry_preview_container {
  display: inline-block;
  width: 150px;
}
.recordings_entry_preview {
  width: 100%;
}
.recordings_entry_text_container {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 5px;
  overflow: hidden;
  position: absolute;
}
.recordings_entry_text_title_container {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.recordings_entry_text_title_container a {
  color: #174B49;
  text-decoration: none;
}
.recordings_entry_text_title_container a:hover {
  color: #A72123;
  text-decoration: underline;
}
.recordings_entry_text_author_container {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
.recordings_entry_text_author_container a {
  color: #2D8F8B;
  text-decoration: none;
}
.recordings_entry_text_author_container a:hover {
  color: #A72123;
  text-decoration: underline;
}
.recordings_entry_text_date {
  margin-top: 3px;
}
/************************************************/
.buttonPluginPopUp.EpisodesFromSeries {
  position: absolute;
  width: 500px;
  height: 300px;
  overflow-y: scroll;
}
.episodesFromSeriesTitle {
  font-family: sans-serif;
  font-size: 1.5em;
  color: #2D8F8B;
  margin-bottom: 5px;
}
.episodesFromSeriesTitle_Bold {
  font-weight: bold;
}
.episodesFromSeriesListing {
  padding-left: 3px;
  padding-right: 3px;
}
.episodesFromSeriesListing .recordings_header {
  display: none;
}
.episodesFromSeriesListing .recordings_entry_preview_container {
  width: 120px;
  display: inline-block;
}
.episodesFromSeriesListing .recordings_entry_text_container {
  font-size: 12px;
  display: inline-block;
}
.episodesFromSeriesListing .recordings_entry {
  min-height: 95px;
}
.episodesFromSeriesListing .recordings_entry.even_entry {
  background-color: #eff7f9 !important;
}
.episodesFromSeriesListing .recordings_entry.odd_entry {
  background-color: #f7fbfc !important;
}
.episodesFromSeriesListing .recordings_entry.pendent.even_entry,
.episodesFromSeriesListing .recordings_entry.pendent.odd_entry {
  background-color: #ffcc66 !important;
}
.episodesFromSeriesListing .recordings_entry.unpublished.even_entry,
.episodesFromSeriesListing .recordings_entry.unpublished.odd_entry {
  background-color: #ffa5a1 !important;
}
.episodesFromSeriesListing .recordings_entry.no_publish_info.even_entry,
.episodesFromSeriesListing .recordings_entry.no_publish_info.odd_entry {
  background-color: #ffcc66 !important;
}
.episodesFromSeriesListing .recordings_entry:hover {
  background-color: #f3dea8;
  /*cursor: pointer; */
}
.episodesFromSeriesListing .recordings_entry:focus {
  background-color: #f3dea8;
}
recordings_entry_text_date {
  color: lightslategray;
}
.buttonPlugin.logIn {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: -1000% -200%;
  pointer-events: all;
}
.searchTabBarSearchBar {
  display: block;
  height: 42px;
}
.searchTabBarSearchBar .searchBar {
  float: left;
}
.searchTabBarSearchBar .relevanceInfo {
  float: right;
  margin: 5px 10;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  border: 0 solid black;
  display: none;
}
.searchTabBarSearchBar .relevanceInfo .text {
  display: inline;
}
.searchTabBarSearchBar .relevanceInfo .lt30 {
  display: inline;
  background-color: #C0C0C0;
}
.searchTabBarSearchBar .relevanceInfo .lt70 {
  display: inline;
  background-color: #ADD8E6;
}
.searchTabBarSearchBar .relevanceInfo .gt70 {
  display: inline;
  background-color: #90EE90;
}
.searchTabBarLoading {
  background-image: url("../images/pluginloading.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10;
  width: 100%;
  height: 11px;
  display: block;
}
.searchTabBarResultEntry {
  padding: 2px 5px 2px 5px;
  border: 1px solid lightsalmon;
  margin: 0px 0px 1px 0px;
}
.searchTabBarResultEntry:hover {
  background-color: #f3dea8;
  cursor: pointer;
}
.searchTabBarResultEntry:focus {
  background-color: #f3dea8;
  cursor: pointer;
}
.searchTabBarResultEntryPreview {
  display: inline-block;
  width: 15%;
}
.searchTabBarResultEntryPreview img {
  width: 100%;
}
.searchTabBarResultEntryText {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding: 10 0 0 5px;
}
.searchTabBarResultEntryText .time {
  color: #09acc2;
}
.searchTabBarResultEntryText a {
  color: lightgrey;
}
.searchTabBarResultEntryText a:hover {
  color: lightgrey;
  text-decoration: none;
}
.searchTabBarResultEntry:hover > .searchTabBarResultEntryText a {
  color: lightslategrey;
}
.none_relevance {
  display: none;
}
/*
.low_relevance {
    background-color: rgb(192, 192, 192);
}
.medium_relevance {
    background-color: rgb(173, 216, 230);
}
.high_relevance {
    background-color: rgb(144, 238, 144);
}
*/
.buttonPlugin.playButton {
  background-position: -500% -100%;
}
.buttonPlugin.pauseButton {
  background-position: -100% 0%;
}
.playButtonOnScreen {
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 51px;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.playButtonOnScreenIcon {
  display: block;
  cursor: pointer;
  width: 100%;
}
.play-button-on-screen.dimmed .play-icon {
  opacity: 0.2;
  pointer-events: all;
  cursor: pointer;
}
.play-button-on-screen.dimmed .play-icon:hover {
  opacity: 1;
}
.buttonPlugin.showPlaybackRateButton {
  text-align: center;
  line-height: 30px;
  background-position: -600% -100%;
  font-size: 1em;
}
.buttonPlugin.showPlaybackRateButton {
  min-width: 36px;
}
.buttonPlugin.rateButtonPlugin {
  text-align: center;
  background-position: -700% -200%;
  font-size: 0.8em;
  line-height: 40px;
}
.buttonPluginPopUp {
  right: 0px;
}
.rateButtons {
  /*padding: 10px;*/
  width: 250px;
}
.starButton {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 25px;
}
.rateButtonPlugin h4 {
  margin-left: 10px;
}
.rateButtonPlugin h5 {
  margin-left: 19px;
}
.rateButtons .starButton:first-of-type {
  margin-left: 19px;
}
.buttonPlugin.searchButton {
  background-size: 2000% 1000%;
  background-position: -900% -100%;
  display: block;
}
.buttonPluginPopUp.searchButton {
  position: absolute;
}
.searchPluginContainer {
  width: 400px;
  overflow: hidden;
}
.searchBar input {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #cc0000;
  width: 96%;
  margin-bottom: 0px;
  margin-left: 1px;
}
.searchBar input:hover {
  border-color: #FF4C4C;
}
.searchBar input:focus {
  border-color: #FF4C4C;
}
.searchBody {
  max-height: 280px;
  overflow-y: scroll;
  border: 1px solid black;
}
.sBodyInnerContainer {
  display: block;
  margin-left: 3px;
  min-height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.hover {
  background-color: #FF4C4C;
}
.redScore {
  background-color: rgba(255, 0, 0, 0.2);
}
.greenScore {
  background-color: rgba(0, 255, 0, 0.2);
}
.sBodyText {
  width: 100%;
  display: block;
  text-align: left;
}
.timeSpan {
  color: #cc0000;
  margin-right: 5px;
}
.TimePicContainer {
  float: left;
  width: 24%;
  text-align: center;
  margin-right: 5px;
}
.TimePicContainer img {
  width: 100%;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #cc0000;
  border: thin solid gray;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #FF4C4C;
}
svg path,
svg rect {
  fill: #FF6700;
}
.loader {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.noResults {
  margin: 5px;
}
.buttonPlugin.shareButtonPlugin {
  text-align: center;
  background-position: -700% -200%;
  font-size: 0.8em;
  line-height: 40px;
}
.buttonPluginPopUp.shareButtonPlugin {
  right: 0;
  min-width: 500px;
  padding: 10px;
}
.alert-share {
  background-color: #a4a4a4;
  border-color: #4b4b4b;
  color: #333333;
  user-select: text;
}
.share-button {
  color: white;
  font-size: 18px;
  padding: 3px;
}
.share-button:hover {
  background-color: #cc0000;
}
.buttonPlugin.themeChooserPlugin {
  background-position: -800% -100%;
}
.buttonPluginPopUp.themeChooserPlugin {
  background-image: none;
  min-width: 40px;
  width: 120px;
  text-align: right;
}
.buttonPluginPopUp.themeChooserPlugin .themebutton {
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.buttonPluginPopUp.themeChooserPlugin .themebutton:hover {
  background-color: #FF4C4C;
}
.translecturesCaptionsMessageBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 700px;
  height: 200px;
  font-size: 14px;
}
.translecturesCaptionsMessageBox .title {
  color: #635e5e;
  font-size: 20px;
  margin-bottom: 20px;
}
.translecturesCaptionsMessageBox .authMethodsContainer {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 200px;
  margin-top: 10px;
  position: relative;
}
.translecturesCaptionsMessageBox .authMethodsContainer .authMethod {
  display: inline-block;
  width: 200px;
  height: 200px;
  /*
	position:absolute;
	left: 0px;
*/
}
.buttonPlugin.left.videoData {
  height: auto;
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.buttonPlugin.left.videoData h1 {
  color: white;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
@media (max-width: 400px) {
  .buttonPlugin.left.videoData h1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 401px) and (max-width: 800px) {
  .buttonPlugin.left.videoData h1 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 801px) {
  .buttonPlugin.left.videoData h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
.buttonPlugin.right.videoZoom {
  width: 200px;
  background-image: none;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
}
.buttonPlugin.right.videoZoom:hover {
  background-color: transparent !important;
}
.buttonPlugin.right.videoZoom:active {
  background-color: transparent !important;
}
.zoom-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.zoom-container {
  width: 160px;
  height: 90px;
  margin: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px black;
  border-radius: 2px;
  position: relative;
  right: 0px;
}
.zoom-rect {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #0e0e0e;
}
/* The canvas "freeze frame" to overlay video element, instead of flex side aligned */
.freezeFrame {
  align-self: center;
  position: absolute;
}
.videoZoomButton {
  z-index: 1;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 4px;
  opacity: 0.2;
  background: white;
  font-size: 2em;
  padding: 0px 4px 0px 4px;
  box-shadow: 2px 2px 5px 0px black;
  width: 30px;
  height: 30px;
  position: relative;
  left: 40%;
}
.videoZoomButton:hover {
  opacity: 0.999;
}
.videoZoomButton:active {
  opacity: 0.999;
}
@media (max-width: 600px) {
  .buttonPlugin.right.videoZoom {
    width: 89px;
  }
  .zoom-container {
    width: 80px;
    height: 45px;
  }
}
@media (max-width: 800px) and (min-width: 601px) {
  .buttonPlugin.right.videoZoom {
    width: 100px;
  }
  .zoom-container {
    width: 120px;
    height: 68px;
  }
}
.buttonPlugin.videoZoomToolbar {
  line-height: 30px;
  text-align: center;
  font-size: 0.8em;
  min-width: 36px;
}
.videoZoomToolbarItem {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 20px;
}
.buttonPluginPopUp.showViewModeButton {
  background-image: none;
}
.buttonPlugin.showViewModeButton {
  background-position: -1100% 0%;
}
.viewModeItemButton:hover {
  background-color: #FF4C4C;
}
.buttonPlugin.volumeRangeButton.mute {
  background-position: -300% 0%;
}
.buttonPlugin.volumeRangeButton.max {
  background-position: -600% 0%;
}
.buttonPlugin.volumeRangeButton.med {
  background-position: -500% 0%;
}
.buttonPlugin.volumeRangeButton.min {
  background-position: -400% 0%;
}
.buttonPluginPopUp.volumeRangeButton {
  position: absolute;
  /* right: -220px; */
}
.videoRangeContainer {
  width: 260px;
}
span.videoRangeButton.expandable-content {
  padding-top: 12px;
}
/* Range control */
.volumeRangeButton input[type=range] {
  display: inline-block;
  width: 80px;
  height: 18px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.2px 0;
  background-color: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4.6px;
  cursor: pointer;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d;
  background: #ffffff;
  border-radius: 1.9px;
  border: 1.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1.1px 1.1px 2.7px #000000, 0px 0px 1.1px #0d0d0d;
  border: 2.8px solid rgba(0, 0, 0, 0.41);
  height: 17px;
  width: 16px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4.6px;
  cursor: pointer;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d;
  background: #ffffff;
  border-radius: 1.9px;
  border: 1.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1.1px 1.1px 2.7px #000000, 0px 0px 1.1px #0d0d0d;
  border: 2.8px solid rgba(0, 0, 0, 0.41);
  height: 17px;
  width: 16px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4.6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 1.2px solid #010101;
  border-radius: 3.8px;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 1.2px solid #010101;
  border-radius: 3.8px;
  box-shadow: 0px 0px 0.2px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1.1px 1.1px 2.7px #000000, 0px 0px 1.1px #0d0d0d;
  border: 2.8px solid rgba(0, 0, 0, 0.41);
  height: 14px;
  width: 14px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.paella-profile-button {
  background-color: lightgray;
  border: none;
  border-radius: 10%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.9);
}
.paella-profile-button:hover {
  background-color: #9b9b9b;
}
.paella-profile-button:active {
  background-color: #000000;
}
.buttonPlugin.AirPlayButton {
  background-position: -1100% -100%;
}
.buttonPlugin.AirPlayButton.not-available {
  opacity: 0.4;
}
.buttonPlugin.legal {
  pointer-events: all;
  padding-right: 5px;
  height: 20px;
  text-align: right;
  padding: 1px;
  margin: 1px;
  margin-right: 12px;
  margin-top: -7px;
  margin-bottom: 4px;
  width: auto;
}
.buttonPlugin.legal a {
  color: lightgrey !important;
  text-decoration: underline !important;
}
.buttonPlugin.legal a:hover {
  background-color: transparent !important;
  font-weight: bold !important;
}
.buttonPlugin.legal:hover {
  background-color: transparent !important;
}
.buttonPlugin.PIPModeButton {
  background-position: -1000% -100%;
}
.related-video-container {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.7);
}
.related-video-container .related-video-link {
  width: 30%;
  overflow: hidden;
  display: block;
  background-color: white;
  padding: 3px;
  box-shadow: 1px 1px 3px 0px black;
  position: absolute;
  pointer-events: all;
}
.related-video-container .related-video-link.related-video-single {
  width: 50%;
  left: 25%;
  top: 30%;
}
.related-video-container .related-video-link.related-video-dual-1 {
  width: 30%;
  left: 10%;
  top: 30%;
}
.related-video-container .related-video-link.related-video-dual-2 {
  width: 30%;
  right: 10%;
  top: 30%;
}
.related-video-container .related-video-link img {
  width: 100%;
}
.related-video-container .related-video-link p {
  width: 100%;
  text-align: center;
}
.buttonPluginPopUp.videoZoomToolbar {
  width: 50px;
  text-align: center;
}
.buttonPlugin.right.videoZoomToolbar i.button-icon.icon-mini-videocamera {
  font-size: 27px;
  margin-left: -2px;
}
.buttonPlugin.right.videoZoomToolbar i.button-icon.icon-mini-zoom-in {
  font-size: 29px;
  margin-left: -6px;
}
.autoTrackingActivated {
  color: red !important;
}
html {
  margin: 0px;
}
body {
  font-family: 'Ubuntu', sans-serif;
  margin: 0px;
}
pre {
  padding: 20px;
  border-bottom: 2px solid #cc0000;
  border-top: 2px solid #cc0000;
}
iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
h2 {
  color: #909090;
}
h1 {
  color: #cc0000;
}
.alignCenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
.image {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#logo {
  background-image: url(logo_paella.png);
  width: 140px;
  height: 140px;
  float: left;
}
.pageHeader {
  background-color: white;
  padding: 20px;
  border-bottom: 1px solid #cc0000;
  height: 170px;
}
.content {
  width: 100%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
}
.content.page {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 100px;
}
#headerText {
  font-family: 'Varela Round', sans-serif;
  font-size: 60pt;
  display: block;
  width: 100%;
  line-height: 90px;
  margin-left: 157px;
}
#headerSubtitle {
  display: block;
  width: 100%;
  margin-left: 160px;
  font-size: 28px;
  color: gray;
}
.logoGroup {
  width: 660px;
  float: left;
  margin-top: 20px;
}
a {
  color: #fa8528;
}
a:visited {
  color: #fa8528;
}
a:hover {
  color: #fba352;
}
a:active {
  color: #ffb055;
}
.linkButton {
  font-size: 20px;
  color: white;
  background-color: #fa8528;
  padding: 20px;
  border-radius: 5px;
  border: 1.6pt solid #BA631E;
  box-shadow: inset -3px -5px 10px 0px #D9711D;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.linkButton.small {
  padding: 10px;
  font-size: 12px;
}
.linkButton:hover {
  color: white;
  background-color: #FFA863;
}
.linkButton:active {
  color: white;
  box-shadow: inset 3px 5px 20px 0px #D9711D;
}
.buttonGroup#downloads {
  width: 233px;
  padding-top: 5px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#githubLink {
  display: block;
}
#resourcesLink {
  display: block;
}
#downloadPaella3 {
  display: block;
  width: 189px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.downloadGroup {
  width: 250px;
  float: right;
}
.footerText {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  margin-right: 10px;
  font-size: 10px;
}
.sponsorLogo {
  width: 100px;
  display: inline-block;
}
.content.footer {
  border-top: 4px solid #fa8528;
  padding-top: 10px;
}
.menu {
  margin-top: 165px;
}
.menuItem {
  list-style-type: none;
  display: inline;
  margin-right: 30px;
}
.menuItemLink {
  cursor: pointer;
}
.menuItemLink.current {
  color: gray;
}
.element {
  margin-left: auto;
  display: block;
  margin-right: auto;
  width: 65%;
}
.imgen {
  margin-left: auto;
  width: 100%;
}
.txtblock {
  color: black;
  font-size: large;
  font-family: 'Istok Web', sans-serif;
  font-style: oblique;
}
