@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,900italic,900,700italic,700,600italic,600,400italic,300italic,300,200italic,200&subset=latin-ext);
/*@controlsColor: rgba(27, 27, 27, 0.7);//rgba(54,111,181,0.7);//#396FB5;*/
.panel-boxShadow {
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.1);
}
/*@timelineMargin: 48px;*/
.trans-out {
  transition: 0.375s ease-out;
}
.trans-in {
  transition: 0.15s ease-out;
}
a[href~='http://flowplayer.org'] {
  opacity: 0 !important;
}
/*vidconf*/
.flowplayer {
  height: 100%;
  display: block;
}
.flowplayer video {
  background-color: black;
}
.flowplayer .fp-message {
  color: white;
}
.flowplayer .fp-controls {
  background: -moz-linear-gradient(top, rgba(7, 37, 66, 0) 0%, #072542 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(7, 37, 66, 0) 0%, #072542 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(7, 37, 66, 0) 0%, #072542 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */
  bottom: 0 !important;
  height: 32px;
  opacity: 1;
  transition: 0.15s ease-out;
}
.flowplayer .fp-controls table {
  height: 100%;
  border-collapse: collapse;
  background-color: transparent !important;
}
.flowplayer .fp-controls td {
  vertical-align: middle;
}
.flowplayer.nocontrol .fp-controls,
.flowplayer.nocontrol.fixed-controls .fp-controls {
  display: none;
}
.flowplayer.nocontrol .fp-controls-table,
.flowplayer.nocontrol.fixed-controls .fp-controls-table {
  display: none;
}
.flowplayer.nocontrol .cp-settingsPanel,
.flowplayer.nocontrol.fixed-controls .cp-settingsPanel {
  display: none;
}
.flowplayer.nocontrol .cp-doubleScreenBar,
.flowplayer.nocontrol.fixed-controls .cp-doubleScreenBar {
  display: none;
}
.flowplayer.is-restarting .fp-controls-table {
  display: none;
}
.flowplayer.is-restarting .cp-settingsPanel {
  display: none;
}
.flowplayer.is-restarting .cp-doubleScreenBar {
  display: none;
}
.flowplayer.is-playing .fp-play {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/pause-timeline.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
}
.flowplayer.is-playing .fp-play:hover {
  opacity: 1 !important;
}
.flowplayer.is-paused .fp-play {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/play-timeline.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
}
.flowplayer.is-paused .fp-play:hover {
  opacity: 1 !important;
}
.flowplayer.is-paused .fp-ui {
  background-image: url(img/play-ui.svg);
  background-size: 12%;
}
.flowplayer.cp-isDoubleScreen .fp-controls-table .fp-timeline-td .cp-slideMarkersGlass {
  top: -14px;
}
.flowplayer .fp-controls-table .fp-timeline-td {
  width: 100%;
}
.flowplayer .fp-controls-table .fp-play {
  position: initial;
  display: block;
  background-size: auto 20px;
}
.flowplayer .fp-controls-table .fp-timeline {
  width: 100%;
  height: 4px;
  overflow: visible;
  background-color: rgba(184, 184, 184, 0.5);
  position: initial;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.15s;
}
.flowplayer .fp-controls-table .fp-timeline .fp-buffer {
  transition: 0.15s;
  background-color: rgba(185, 210, 57, 0.2) !important;
  position: relative;
  height: 4px;
  top: initial;
  cursor: pointer;
}
.flowplayer .fp-controls-table .fp-timeline .fp-progress {
  transition: 0.15s;
  position: relative;
  overflow: hidden;
  background-color: #b9d239;
  top: -8px;
  height: 4px;
  cursor: pointer;
}
.flowplayer .fp-controls-table .fp-timeline .fp-progress .cp-slideMarkers {
  top: -6px;
}
.flowplayer .fp-controls-table .fp-timeline .cp-slideMarkersGlass {
  transition: none;
  height: 4px;
  width: 100%;
  opacity: 1;
  cursor: pointer;
  position: relative;
  top: -4px;
}
.flowplayer .fp-controls-table .fp-timeline .cp-slideMarkers {
  transition: none;
  height: 10px;
  width: 100%;
  position: relative;
  top: -10px;
  opacity: 0;
}
.flowplayer .fp-controls-table .fp-timeline .cp-slideMarkers .cp-slideMarker {
  transition: none;
  position: absolute;
  top: 0px;
  height: 5px;
  width: 3px;
  background-color: #7dabd4;
  box-sizing: content-box;
}
.flowplayer .fp-controls-table .fp-timeline-td:hover .fp-timeline {
  height: 8px;
}
.flowplayer .fp-controls-table .fp-timeline-td:hover .fp-timeline .fp-buffer,
.flowplayer .fp-controls-table .fp-timeline-td:hover .fp-timeline .fp-progress {
  height: 8px;
}
.flowplayer .fp-controls-table .fp-timeline-td:hover .fp-timeline .fp-progress {
  top: -12px;
}
.flowplayer .fp-controls-table .fp-timeline-td:hover .fp-timeline .cp-slideMarkers {
  opacity: 1;
}
.flowplayer .fp-controls-table .fp-elapsed,
.flowplayer .fp-controls-table .fp-remaining,
.flowplayer .fp-controls-table .fp-duration {
  text-align: left;
  position: initial;
  padding: 0 0.5rem;
  line-height: 32px;
  color: #d4d4d4;
  cursor: pointer;
}
.flowplayer .fp-controls-table .fp-elapsed {
  cursor: default;
  width: 62px;
  float: left;
  text-align: right;
}
.flowplayer .fp-controls-table .fp-volume {
  position: initial;
  width: 32px;
  height: 32px;
  opacity: 1;
  overflow: auto;
  transition: 0.15s ease-out;
}
.flowplayer .fp-controls-table .fp-volume .fp-volumeslider {
  background-color: #5c5c5c;
  height: 4px;
  cursor: pointer;
  width: 0;
  margin-top: 14px;
  transition: 0.15s ease-out;
}
.flowplayer .fp-controls-table .fp-volume::-webkit-scrollbar {
  display: none;
}
.flowplayer .fp-controls-table .fp-volume:hover {
  width: 120px;
  transition: 0.375s ease-out;
}
.flowplayer .fp-controls-table .fp-volume:hover .fp-volumeslider {
  width: 78px;
  transition: 0.375s ease-out;
}
.flowplayer .fp-controls-table .fp-volume .fp-volumelevel {
  background-color: #bdd530;
  width: 78px;
  height: 4px;
}
.flowplayer .fp-controls-table .cp-settingsButton {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/settings.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 4px;
  background-size: auto 20px;
  background-position: center center;
  overflow: hidden;
}
.flowplayer .fp-controls-table .cp-settingsButton:hover {
  opacity: 1 !important;
}
.flowplayer.is-speedtest.is-paused .fp-ui {
  background-image: url(img/speedtest.svg);
  background-size: 25% auto;
  opacity: 0.75;
}
.flowplayer.is-speedtest.is-paused .fp-controls,
.flowplayer.is-speedtest.is-paused .cp-settingsPanel {
  display: none;
}
.flowplayer.is-mouseover .fp-controls {
  height: 32px;
}
.flowplayer .fp-mute {
  background-image: url(img/volume-low.svg);
  display: block !important;
  width: 32px;
  height: 24px;
  margin-top: 4px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
}
.flowplayer .fp-mute:hover {
  opacity: 1 !important;
  transition: 0.15s ease-out;
}
.flowplayer.is-volumelevel100 .fp-mute {
  background-image: url(img/volume-100.svg);
}
.flowplayer.is-volumelevel66 .fp-mute {
  background-image: url(img/volume-66.svg);
}
.flowplayer.is-volumelevel33 .fp-mute {
  background-image: url(img/volume-33.svg);
}
.flowplayer.is-muted .fp-mute {
  background-image: url(img/volumeMute.svg);
}
.flowplayer .cp-hidepanelButton {
  display: none;
}
.flowplayer.is-fullscreen .cp-hidepanelButton {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/panel-hide.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
}
.flowplayer.is-fullscreen .cp-hidepanelButton:hover {
  opacity: 1 !important;
}
.flowplayer .fp-fullscreen {
  position: initial;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/fullscreen.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-right: 12px;
}
.flowplayer .fp-fullscreen:hover {
  opacity: 1 !important;
}
.flowplayer.is-fullscreen .fp-cinemamode-wrapper {
  display: none;
}
.flowplayer.is-fullscreen .cp-openpanelButtonWrapper {
  display: none;
}
.flowplayer.is-fullscreen .fp-fullscreen {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/fullscreen_exit.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
}
.flowplayer.is-fullscreen .fp-fullscreen:hover {
  opacity: 1 !important;
}
.flowplayer .fp-cinemamode {
  position: initial;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/cinemamode.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-right: 8px;
  transition: 0;
}
.flowplayer .fp-cinemamode:hover {
  opacity: 1 !important;
}
.flowplayer.is-cinemamode .fp-cinemamode {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/cinemamode_exit.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-right: 8px;
  transition: 0;
}
.flowplayer.is-cinemamode .fp-cinemamode:hover {
  opacity: 1 !important;
}
.flowplayer .fp-controls:hover {
  opacity: 1 !important;
}
.flowplayer .fp-controls:hover .fp-volume,
.flowplayer .fp-controls:hover .fp-elapsed,
.flowplayer .fp-controls:hover .fp-time,
.flowplayer .fp-controls:hover .fp-remaining,
.flowplayer .fp-controls:hover .fp-duration {
  opacity: 1 !important;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.flowplayer.is-mouseout:not(.fixed-controls) .fp-controls {
  height: 32px;
  opacity: 0;
}
.flowplayer.is-mouseout.fixed-controls .fp-controls {
  height: 32px;
  transition: 0.375s ease-out;
}
.flowplayer.is-presentationImg .fp-controls-table .fp-timeline-td .fp-progress {
  top: -18px;
}
.flowplayer.is-presentationImg .fp-controls-table .fp-timeline-td:hover .fp-progress {
  top: -22px;
}
.flowplayer.is-presentationImg .fp-controls-table .fp-timeline-td:hover .cp-slideMarkers {
  top: -14px;
}
.flowplayer.is-editor.is-editor-dragged * {
  transition: none !important;
}
.flowplayer.is-editor.is-editor-dragged .cp-editorPoint {
  display: none !important;
}
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline:hover,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline:hover {
  height: 16px !important;
}
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline .fp-buffer,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline .fp-buffer,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline:hover .fp-buffer,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline:hover .fp-buffer,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline .fp-progress,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline .fp-progress,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline:hover .fp-progress,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline:hover .fp-progress {
  display: none !important;
  height: 1px !important;
}
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline .cp-slideMarkers,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline .cp-slideMarkers,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline:hover .cp-slideMarkers,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline:hover .cp-slideMarkers {
  background-color: rgba(255, 255, 255, 0.5);
  height: 16px;
  top: -1px !important;
}
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline .cp-slideMarkers .cp-slideMarker,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline .cp-slideMarkers .cp-slideMarker,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline:hover .cp-slideMarkers .cp-slideMarker,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline:hover .cp-slideMarkers .cp-slideMarker {
  height: 16px;
  background-color: #FFFFFF !important;
}
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline .cp-slideMarkersGlass,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline .cp-slideMarkersGlass,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td .fp-timeline:hover .cp-slideMarkersGlass,
.flowplayer.is-editor.is-editor-dragged .fp-timeline-td:hover .fp-timeline:hover .cp-slideMarkersGlass {
  height: 16px;
}
.flowplayer.is-editor .fp-volume {
  transition: none !important;
}
.flowplayer.is-editor .cp-slideMarkers {
  opacity: 1 !important;
}
.flowplayer.is-editor .cp-settingsButton {
  display: none;
}
.flowplayer.is-editor .cp-editorBind .cp-editorBindItemGap {
  -webkit-transition: width 0.5s !important;
  transition: width 0.5s !important;
}
.flowplayer.is-editor .cp-editorBind .cp-editorBindItemGap-hover {
  width: 160px !important;
  border: 1px dashed green !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.flowplayer.is-editor .cp-editorBindItem {
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.flowplayer.is-editor .cp-editorImagesItem {
  -webkit-transition: height 0.5s !important;
  transition: height 0.5s !important;
}
.flowplayer.is-editor .cp-editorImagesItem-dragged {
  opacity: 0.25;
  border: 1px solid red;
  border-style: dashed;
}
.flowplayer.is-editor .cp-editorImagesDisabled {
  /* styled from video-dashboard.less */
}
.flowplayer.is-editor .cp-editorImagesDisabled div {
  display: none;
}
.flowplayer.is-fullscreen .cp-openpanelButton {
  display: none;
  top: 0.8rem !important;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/panel-open.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  bottom: 0px;
  right: 1px;
  z-index: 10;
}
.flowplayer.is-fullscreen .cp-openpanelButton:hover {
  opacity: 1 !important;
}
.flowplayer .cp-embedMib {
  background-image: url(img/embed.png) !important;
}
.flowplayer .cp-shareMib {
  background-image: url(img/share.png) !important;
}
.flowplayer .cp-speedMib {
  background-image: url(img/speed.png) !important;
}
.flowplayer .cp-loopMib {
  background-image: url(img/looping.svg) !important;
  width: 20px !important;
  height: 20px !important;
  background-size: contain;
  opacity: 1;
}
.flowplayer .cp-loopMib:hover {
  opacity: 1 !important;
}
.flowplayer .cp-loopMib.cp-mibOff {
  opacity: 0.4;
}
.flowplayer .cp-loopMib.cp-mibOff:hover {
  opacity: 0.75 !important;
}
.flowplayer .cp-typeMib {
  /*background-image:url(img/html5.png) !important; */
}
.flowplayer .cp-versionMib {
  background-image: url(img/version.png) !important;
}
.flowplayer .cp-subtLangMib {
  background-image: url(img/subtLang.png) !important;
}
.flowplayer .cp-subtMib {
  background-image: url(img/subt.png) !important;
}
.flowplayer .cp-playlistMib {
  background-image: url(img/playlist.png) !important;
}
.flowplayer .cp-resolutionMib {
  background-image: url(img/resolution.png) !important;
}
.flowplayer .cp-slideListMib {
  background-image: url(img/slideList.svg) !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  background-size: contain;
  opacity: 0.4;
}
.flowplayer .cp-slideListMib:hover {
  opacity: 0.75 !important;
}
.flowplayer em {
  text-align: center;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  color: #5c5c5c;
  font-family: "Source Sans Pro", "PT Sans", "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.is-hd .cp-settingsButton:before,
.is-4k .cp-settingsButton:before,
.is-8k .cp-settingsButton:before {
  text-align: center;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  color: #5c5c5c;
  font-family: "Source Sans Pro", "PT Sans", "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  content: 'HD';
  color: #b9d239;
  font-size: 10px !important;
  text-shadow: -1px -1px 0 #072542, 1px -1px 0 #072542, -1px 1px 0 #072542, 1px 1px 0 #072542;
  font-style: italic;
  margin-top: -4px;
}
.is-4k .cp-settingsButton:before {
  content: '4K';
}
.is-8k .cp-settingsButton:before {
  content: '8K';
}
.flowplayer.cp-warningmessage .cp-warningMessagePanel {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background-color: black;
  text-align: center;
  color: #FFFFFF;
}
.flowplayer.cp-warningmessage .cp-warningMessagePanel .cp-warningMessagePanelMsg {
  text-align: center;
  padding: 20px;
  margin-top: 10%;
}
.flowplayer.cp-warningmessage .cp-warningMessagePanel .cp-warningMessagePanelOK {
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
  padding: 6px;
  background-color: #CCCCCC;
  cursor: pointer;
  color: black;
}
.flowplayer.cp-warningmessage .cp-warningMessagePanel .cp-warningMessagePanelOK:hover {
  background-color: #FFFFFF;
}
.flowplayer.cp-warningmessage .cp-doubleScreenBar {
  display: none;
}
.flowplayer.cp-panelLook .cp-layoutModes {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-right: 8px;
}
.flowplayer.cp-panelLook .cp-layoutModes:hover {
  opacity: 1 !important;
}
.flowplayer.cp-panelLook .cp-layoutModes.default {
  background-image: url(img/layoutMdefault.png);
}
.flowplayer.cp-panelLook .cp-layoutModes.pip1 {
  background-image: url(img/layoutMpip1.png);
}
.flowplayer.cp-panelLook .cp-layoutModes.pip2 {
  background-image: url(img/layoutMpip2.png);
}
.flowplayer.cp-panelLook .fp-play {
  /*        left: 50%;
                margin-left: -14px;        */
}
.flowplayer.cp-panelLook .cp-openpanelButton {
  display: none;
}
.flowplayer.cp-panelLook .cp-settingsPanel {
  position: absolute;
  height: 100%;
  width: 25rem;
  max-width: 100%;
  right: 0;
  top: 0;
  padding-top: 2rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, rgba(7, 37, 66, 0) 0%, #072542 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(7, 37, 66, 0) 0%, #072542 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(7, 37, 66, 0) 0%, #072542 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  padding-bottom: 2rem;
  overflow: auto;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem {
  margin-top: 10px;
  text-align: right;
  overflow: auto;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem span {
  text-align: center;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  color: #5c5c5c;
  font-family: "Source Sans Pro", "PT Sans", "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  opacity: 0.85;
  text-align: right;
  font-size: 1rem;
  display: block;
  width: 100%;
  float: right;
  margin-bottom: 0;
  font-weight: bold;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect {
  display: block;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect .cp-panelItemSelectItem {
  margin: 0;
  padding: 0.25rem;
  padding-right: 0;
  padding-left: 0.75rem;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  color: white;
  box-sizing: border-box;
  /* & span.cp-miSelected {
                        //color: #bcd531 !important;
                        opacity: 1;
                    }*/
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect .cp-panelItemSelectItem span {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 0.8rem;
  opacity: 0.5;
  transition: 0.375s ease-out;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect .cp-panelItemSelectItem span:hover {
  opacity: 0.75;
  transition: 0.15s ease-out;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect .cp-panelItemSelectItem.cp-miSelected span {
  opacity: 1;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect .cp-panelItemSelectItem .cp-socialProperty {
  margin-left: auto;
  position: initial;
  display: inline-block;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-panelItemSelect .cp-panelItemSelectItem .cp-socialPropertyName {
  position: initial;
  left: initial;
  display: inline-block;
  text-indent: 0.5em;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-settingMenuItemButton {
  cursor: pointer;
  background-repeat: no-repeat;
  display: none;
  width: 1.25rem;
  height: 1rem;
  z-index: 15;
  float: right;
}
.flowplayer.cp-panelLook .cp-settingsPanel .cp-panelItem .cp-loopMib {
  display: block;
}
.flowplayer.cp-panelLook.is-fullscreen.cp-isDoubleScreen .cp-settingsPanel {
  margin-top: 40px;
}
/*editor*/
body {
  /*editor cuttings*/
  /*editor subtitles*/
  /*editor 2video*/
  /*editor - cut*/
  /*editor - slides*/
  /**/
}
body .cp-editorSubmit {
  position: absolute;
  height: 40px;
  width: 100% !important;
  left: 0px;
  /*bottom: auto;*/
  top: 0px;
  background-color: white;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.1);
  /*border-top: 1px solid @bufferColor;*/
  z-index: 10;
  display: inline-block;
}
body .cp-editorSubmit .cp-editorMsg {
  text-shadow: 0 0 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  height: 22px;
  float: left;
}
body .cp-editorSubmitButton {
  float: right;
  right: 10px;
  height: 25px;
  margin: 8px 10px;
  background-color: #5c5c5c;
  border-radius: 0.15rem;
  color: white;
  padding: 0 0.5rem 0.1rem;
}
body .cp-editorMsg {
  float: right;
  height: 20px;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: bold;
  color: #5c5c5c;
  margin: 10px;
}
body .cp-editorCuttingsPanel {
  width: 200px !important;
}
body .cp-editorSubtitleAllLang {
  float: right;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/subtLang.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 10px;
  margin-left: 5px;
}
body .cp-editorSubtitleAllLang:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitleAdd {
  float: right;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/addImg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 10px;
  margin-left: 5px;
}
body .cp-editorSubtitleAdd:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitleAllBack {
  float: right;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 10px;
  margin-left: 5px;
}
body .cp-editorSubtitleAllBack:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitleAllForward {
  float: right;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/forward.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 10px;
  margin-left: 5px;
}
body .cp-editorSubtitleAllForward:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel,
body .cp-editorCuttingsPanel {
  position: absolute;
  width: 350px;
  left: 0px;
  background-color: #1d568b;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem {
  position: relative;
  width: 320px;
  height: 100px;
  margin: 5px 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #1d568b;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem.cp-editorSubSelect,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem.cp-editorSubSelect {
  background-color: cadetblue;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem.cp-editorSubSelect a,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem.cp-editorSubSelect a {
  visibility: visible;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem.cp-editorSubSelect .cp-editorSubtitleItemStartTime,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem.cp-editorSubSelect .cp-editorSubtitleItemStartTime {
  left: 65px !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem.cp-editorSubSelect .cp-editorSubtitleItemEndTime,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem.cp-editorSubSelect .cp-editorSubtitleItemEndTime {
  right: 65px !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemText,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemText {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 300px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.9);
  margin: 5px;
  color: #eee;
  padding: .1em .4em;
  font-size: 11px;
  line-height: 1.2;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemRemove,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemRemove {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/trash.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
  left: 150px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemRemove:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemRemove:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeBack,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeBack {
  left: 2px;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeBack:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeBack:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTime,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTime {
  position: absolute;
  left: 5px;
  margin-top: 4px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeCurrent,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeCurrent {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/time.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
  left: 22px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeCurrent:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeCurrent:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeForward,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeForward {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/forward.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
  left: 42px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeForward:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemStartTimeForward:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeBack,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeBack {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
  right: 42px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeBack:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeBack:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTime,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTime {
  position: absolute;
  right: 5px;
  margin-top: 4px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeCurrent,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeCurrent {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/time.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
  right: 22px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeCurrent:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeCurrent:hover {
  opacity: 1 !important;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeForward,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeForward {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/forward.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  margin-top: 2px;
  visibility: hidden;
  right: 2px;
}
body .cp-editorSubtitlePanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeForward:hover,
body .cp-editorCuttingsPanel .cp-editorSubtitleItem .cp-editorSubtitleItemEndTimeForward:hover {
  opacity: 1 !important;
}
body.fixed-controls.cp-editorVideoShifterX.is-fullscreen .cp-settingsMenuButton {
  bottom: 0px;
}
body.fixed-controls.cp-editorVideoShifterX .cp-settingsMenuButton {
  bottom: -80px;
}
body .cp-editorVideoShifter {
  position: absolute;
  height: 40px;
  left: 0px;
  bottom: -60px;
  z-index: 100;
}
body .cp-editorVideoShifter .cp-editorVideo2Left {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 0px;
  left: 5px;
}
body .cp-editorVideoShifter .cp-editorVideo2Left:hover {
  opacity: 1 !important;
}
body .cp-editorVideoShifter .cp-editorVideo2Right {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/forward.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 0px;
  right: 5px;
}
body .cp-editorVideoShifter .cp-editorVideo2Right:hover {
  opacity: 1 !important;
}
body .cp-editorVideoShifter .cp-editorVideo2DelayTime {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 22px;
  left: 30px;
}
body .cp-editorVideoShifter .cp-editorVideo2RemainingTime {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 22px;
  right: 45px;
}
body .cp-editorVideoShifter .cp-editorVideo2Timeline {
  position: absolute;
  height: 10px;
  top: 5px;
  background-color: #7eabd4;
}
body .cp-editorVideoShifter .cp-editorVideoShifterBackCut {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/cut.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 20px;
  left: 5px;
}
body .cp-editorVideoShifter .cp-editorVideoShifterBackCut:hover {
  opacity: 1 !important;
}
body .cp-editorVideoShifter .cp-editorVideoShifterForwardCut {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/cut.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 20px;
  right: 5px;
}
body .cp-editorVideoShifter .cp-editorVideoShifterForwardCut:hover {
  opacity: 1 !important;
}
body.is-fullscreen .cp-editorVideoShifter {
  bottom: 20px;
}
body .cp-editorCutWrapper {
  position: relative;
  height: 20px;
  top: -25px;
  display: block;
}
body .cp-editorCutWrapper .cp-editorCutTime {
  position: absolute;
  background-color: red;
  z-index: -5;
}
body .cp-editorCutWrapper .cp-editorCutLeft {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 0px;
  left: 0px;
}
body .cp-editorCutWrapper .cp-editorCutLeft:hover {
  opacity: 1 !important;
}
body .cp-editorCutWrapper .cp-editorCutRight {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/forward.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 0px;
  right: 0px;
}
body .cp-editorCutWrapper .cp-editorCutRight:hover {
  opacity: 1 !important;
}
body .cp-editorCutWrapper .cp-editorBackCut {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/cut.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 0px;
  left: 0px;
  width: 60px;
  background-position: 22px !important;
}
body .cp-editorCutWrapper .cp-editorBackCut:hover {
  opacity: 1 !important;
}
body .cp-editorCutWrapper .cp-editorForwardCut {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/cut.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  top: 0px;
  right: 0px;
  width: 60px;
  background-position: 22px !important;
}
body .cp-editorCutWrapper .cp-editorForwardCut:hover {
  opacity: 1 !important;
}
body .cp-editorBackCutSign {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: red;
  opacity: 0.5;
}
body .cp-editorForwardCutSign {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: red;
  opacity: 0.5;
}
body .cp-editorBindedImages {
  position: absolute;
  height: 144px;
  width: 100%;
  left: 0px;
  /*bottom: -185px;*/
  top: 0px;
  overflow-y: hidden;
  overflow-x: scroll;
  /*border-top: 1px solid @bufferColor;*/
}
body .cp-editorBindedImages .cp-editorBind {
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
body .cp-editorBindedImages .cp-editorBind .cp-editorBindItemGap {
  width: 10px;
  height: 110px;
  margin: 5px 0px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
body.is-fullscreen .cp-editorBindedImages {
  bottom: 40px;
  left: auto;
  right: 0px;
  border: 1px solid #5c5c5c;
  z-index: 10;
  box-sizing: content-box;
}
body .cp-editorImages {
  position: absolute;
  width: 200px;
  right: -210px;
  height: 605px !important;
  /* left: 0px; */
  /* top: -40px; */
  top: 0px;
  background-color: white;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 100;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.1);
  /*border-left: 1px solid @bufferColor;*/
  /*border-bottom: 1px solid @bufferColor;*/
}
body .cp-editorImagesPreviewToggle {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/editor_preview_no.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  background-size: 90%;
  float: right;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 20px;
}
body .cp-editorImagesPreviewToggle:hover {
  opacity: 1 !important;
}
body .cp-editorImagesPreviewToggle.active {
  background-image: url(img/editor_preview.svg);
}
body .cp-editorImagesAdd {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/editor_add.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  background-size: 90%;
  background-position: center center;
  float: right;
  margin-top: 10px;
  margin-left: 5px;
}
body .cp-editorImagesAdd:hover {
  opacity: 1 !important;
}
body .cp-editorImagesUpload {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/editor_upload.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  background-size: 90%;
  background-position: center center;
  float: right;
  margin-top: 10px;
  margin-left: 5px;
}
body .cp-editorImagesUpload:hover {
  opacity: 1 !important;
}
body .cp-editorImagesDel {
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/editor_trash.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  background-size: 90%;
  background-position: center center;
  float: right;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 20px;
}
body .cp-editorImagesDel:hover {
  opacity: 1 !important;
}
body .cp-editorImagesDel.hover {
  background-image: url(img/editor_trash_hover.svg);
}
body .cp-editorImagesAddFileUp {
  /*visibility: hidden;*/
  /*    width: 2px;
            height: 2px;*/
}
body.is-fullscreen .cp-editorImages {
  right: 0px;
  top: 0;
  border: 1px solid #5c5c5c;
  box-sizing: content-box;
}
body .cp-editorPoint {
  position: absolute;
  width: 3px;
  height: 5px;
  background-color: red;
  z-index: 100;
  box-sizing: content-box;
  margin-left: 135px;
  margin-top: -28px;
}
/**editor**/
.cp-editorItemPreview {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  max-height: 400px;
  padding: 20px;
}
.cp-editorItemPreview img {
  max-height: 360px;
  box-shadow: 5px 5px 5px #000000;
}
.cp-editorImagesItem {
  width: 160px;
  height: 90px;
  display: block;
  margin: 0.5rem auto;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  /*background-color: green;*/
  cursor: pointer;
  z-index: 125;
}
.cp-editorBindItem {
  width: 160px;
  height: 112px;
  margin: 5px 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 115;
}
.cp-editorBindItem.current {
  box-shadow: 0px 0px 5px #000000 !important;
}
.cp-editorBindItem .cp-editorBindItemImage {
  width: 100%;
  height: 90px;
  margin: 0px 0px;
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  /*background-color: red;*/
  cursor: pointer;
}
.cp-editorBindItem .cp-editorBindItemBack {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/back_darkgray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  background-size: 0.8rem;
  top: 89px;
  left: 20px;
}
.cp-editorBindItem .cp-editorBindItemBack:hover {
  opacity: 1 !important;
}
.cp-editorBindItem .cp-editorBindItemForward {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  margin-right: 4px;
  display: block;
  background-image: url(img/forward_darkgray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  opacity: 0.8 !important;
  transition: 0.375s ease-out;
  background-size: 0.8rem;
  top: 89px;
  right: 20px;
}
.cp-editorBindItem .cp-editorBindItemForward:hover {
  opacity: 1 !important;
}
.cp-editorBindItem .cp-editorBindItemTime {
  position: absolute;
  height: 20px;
  top: 90px;
  left: 57px;
  font-size: 0.8rem;
  color: #555;
  text-align: center;
  font-weight: 500;
  text-shadow: none !important;
}
.cp-editorBindItem .cp-editorBindItemTime input.cp-editorBindItemTimeInput {
  outline: none;
  color: #FF0000;
}
/***/
/*cp*/
.flowplayer.is-audioonly .fp-cinemamode-wrapper {
  display: none;
}
.flowplayer.is-poster .fp-engine,
.flowplayer.is-poster .cp-multiScreen,
.flowplayer.is-poster .cp-doubleScreenBar {
  visibility: hidden;
}
.flowplayer.is-poster.is-playing .fp-controls {
  display: block !important;
}
.flowplayer.is-fullscreen {
  background-color: #000;
}
.flowplayer.cp-background {
  background-color: #000 !important;
}
.flowplayer.cp-ie {
  background-color: black;
}
.flowplayer .fp-ui {
  cursor: auto;
}
.flowplayer .fp-remaining,
.flowplayer .fp-duration {
  right: 10rem;
  /*45px; /* orginally: 120px */
  color: #d4d4d4;
}
.flowplayer.is-layoutModes .fp-remaining,
.flowplayer.is-layoutModes .fp-duration {
  right: 182px;
  /*45px; /* originally: 10px */
  color: #d4d4d4;
}
.flowplayer.is-fullscreen .fp-remaining,
.flowplayer.is-fullscreen .fp-duration {
  right: 172px;
  /*45px; /* originally: 10px */
  color: #d4d4d4;
}
.flowplayer .cp-speed {
  background-color: blue;
  position: absolute;
  bottom: -20px;
  right: 28px;
  z-index: 5;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: bold;
  color: #5c5c5c;
}
.flowplayer .cp-speed em {
  text-align: center;
}
.flowplayer .fp-embed {
  left: 35px !important;
}
.flowplayer .fp-embed-code {
  left: 70px !important;
}
.flowplayer .cp-settingsMenu {
  position: absolute;
  bottom: 5px;
  width: 150px;
  z-index: 15;
  box-shadow: 2px 2px 4px #000;
}
.flowplayer .cp-settingsMenuItem {
  background-color: #1d568b;
  opacity: 0.95;
  width: 140;
  height: 25px;
  cursor: pointer;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: bold;
  color: #5c5c5c;
  padding-top: 7px;
  padding-left: 10px;
  text-align: left;
}
.flowplayer .cp-miSelected {
  color: #7eabd4;
}
.flowplayer .cp-settingsMenuButton {
  z-index: 15;
  position: absolute;
  bottom: 0px;
  right: 125px;
  display: block;
  width: 200px;
  height: 20px;
  display: inline-block;
}
.flowplayer .cp-settingsMenuButton .cp-settingMenuItemButton {
  float: right;
  cursor: pointer;
  background-image: url(img/settingsButton.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  z-index: 15;
}
.flowplayer .cp-settingsMenuItem.cp-hover {
  background-color: #1A4473;
}
.flowplayer .cp-selectedProperty {
  color: #999;
  margin-left: 5px;
  position: absolute;
  right: 5px;
}
.flowplayer .cp-socialProperty {
  margin-left: 2px;
  position: absolute;
}
.flowplayer .cp-socialPropertyName {
  color: #5c5c5c;
  margin-left: 5px;
  position: relative;
  left: 25px;
}
.flowplayer.is-ready.is-closeable .cp-settingsMenuButton {
  display: none;
}
.flowplayer.is-fullscreen .cp-settingsMenuButton {
  display: block !important;
}
.flowplayer.is-splash .cp-settingsMenuButton,
.flowplayer.is-poster .cp-settingsMenuButton {
  display: none !important;
}
.flowplayer.is-mouseover .cp-settingsMenuButton,
.flowplayer.fixed-controls .cp-settingsMenuButton {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/* double screen slider */
.flowplayer.fixed-controls.cp-isDoubleScreen .fp-embed {
  top: 5px;
}
.flowplayer.cp-isDoubleScreen .fp-embed,
.flowplayer.fixed-controls.cp-isDoubleScreen.is-fullscreen .fp-embed {
  top: 30px;
}
.flowplayer.fixed-controls.cp-isDoubleScreen .fp-embed-code {
  top: 5px;
}
.flowplayer.cp-isDoubleScreen .fp-embed-code,
.flowplayer.fixed-controls.cp-isDoubleScreen.is-fullscreen .fp-embed-code {
  top: 30px;
}
/*.flowplayer.fixed-controls.cp-isDoubleScreen .cp-settingsMenuButton {top:5px;}
.flowplayer.cp-isDoubleScreen .cp-settingsMenuButton, .flowplayer.fixed-controls.cp-isDoubleScreen.is-fullscreen .cp-settingsMenuButton  {top:30px;}*/
.flowplayer.fixed-controls.cp-isDoubleScreen .cp-settingsMenu {
  top: 5px;
}
.is-rtl.flowplayer .cp-doubleScreenBar {
  right: auto;
  left: 5px;
}
.flowplayer .cp-doubleScreenBar {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  z-index: 5;
  padding-left: 1rem;
  padding-right: 1rem;
}
.flowplayer .cp-doubleScreenBar .cp-doubleScreenBarBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: -400;
  background: -moz-linear-gradient(top, #072542 0%, rgba(7, 37, 66, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072542 0%, rgba(7, 37, 66, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #072542 0%, rgba(7, 37, 66, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.flowplayer .cp-doubleScreenBar .cp-doubleScreenSlider {
  height: 2rem;
  cursor: col-resize;
}
.flowplayer .cp-doubleScreenBar .cp-doubleScreenSlider .cp-dssArrows {
  width: 3.4rem;
  height: 2rem;
  background-image: url(img/video_pres_slider_arrows.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.flowplayer .cp-doubleScreenBar .cp-doubleScreenSlider .cp-doubleScreenBarLine {
  height: 0.15rem;
  width: 100%;
  float: left;
  background-color: #b9d239;
  opacity: 0.75;
  border-radius: 2px;
}
.flowplayer .cp-doubleScreenBar .cp-doubleScreenSlider .cp-dssRightLine {
  width: 100%;
}
.flowplayer .cp-doubleScreenBar table {
  background: transparent !important;
  width: 100%;
  padding: 0 1rem;
}
.flowplayer.is-mouseout .cp-doubleScreenBar {
  opacity: 0;
  transition: 0.375s ease-out;
}
.flowplayer.is-mouseout .cp-settingsPanel {
  opacity: 0;
  transition: 0.375s ease-out;
}
.flowplayer.is-mouseover .cp-doubleScreenBar {
  opacity: 1;
  transition: 0.15s ease-out;
}
.is-rtl.flowplayer .cp-doubleScreenSlider {
  float: right;
}
.no-volume.flowplayer .cp-doubleScreenSlider {
  display: none;
}
.flowplayer.color-light .cp-doubleScreenSlider {
  background-color: #ddd;
}
.flowplayer.is-disabled .cp-dssProgress {
  background-color: #999;
}
.flowplayer .cp-dssProgress {
  background-color: #7eabd4;
  position: absolute;
  display: none;
}
.flowplayer.is-touch.is-ready .fp-volume {
  width: 120px !important;
  opacity: 1 !important;
}
.flowplayer.is-touch.is-ready .fp-volume .fp-volumeslider {
  width: 78px !important;
  opacity: 1 !important;
  display: block !important;
}
.flowplayer.is-touch.is-ready.is-mouseover .cp-doubleScreenBar {
  opacity: 1 !important;
}
.flowplayer.is-touch.is-ready.is-mouseover .cp-doubleScreenSlider {
  display: block;
}
.flowplayer.is-touch.is-ready.is-playing .fp-play,
.flowplayer.is-touch.is-ready.is-paused .fp-play {
  transition-property: none !important;
}
.flowplayer.is-touch.is-mouseover .cp-dssProgress:before {
  background-color: #00a7c8;
}
.flowplayer.color-alt .cp-dssProgress {
  background-color: #5c5c5c;
}
.flowplayer.color-alt.is-touch.is-mouseover .cp-dssProgress:before {
  background-color: #5c5c5c;
}
.flowplayer.color-alt2 .cp-dssProgress {
  background-color: #900;
}
.flowplayer.color-alt2.is-touch.is-mouseover .cp-dssProgress:before {
  background-color: #900;
}
.cp-doubleScreenButton {
  cursor: pointer;
  background-position: 5px 2px;
  background-repeat: no-repeat;
  z-index: 5;
  position: absolute;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
  display: none;
}
.cp-doubleScreenButton.cp-dsb1 {
  background-image: url(img/dsb1.png);
  left: 2px;
}
.cp-doubleScreenButton.cp-dsb2 {
  background-image: url(img/dsb2.png);
  left: 22px;
}
.cp-doubleScreenButton.cp-dsb3 {
  background-image: url(img/dsb3.png);
  left: 42px;
}
.cp-doubleScreenButton.cp-dsb4 {
  background-image: url(img/dsb4.png);
  left: 62px;
}
.cp-doubleScreenButton.cp-dsb5 {
  background-image: url(img/dsb5.png);
  left: 82px;
}
.cp-doubleScreenButton.cp-dsb6 {
  background-image: url(img/dsb6.png);
  left: 102px;
}
.cp-doubleScreenButton.cp-dsb7 {
  background-image: url(img/dsb7.png);
  left: 122px;
}
.cp-doubleScreenButton.cp-dsb8 {
  background-image: url(img/dsb8.png);
  left: 142px;
}
.cp-doubleScreenButton.cp-dsb9 {
  background-image: url(img/dsb9.png);
  left: 162px;
}
.cp-doubleScreenButton-rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: 3px 2px;
}
.cp-slideMarkerPopUpContent {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  bottom: 35px;
  margin-left: 114px;
  position: absolute;
  text-align: left;
  display: none;
}
.cp-slideMarkerPopUpContent.time {
  height: 1.5rem;
  width: 3.2rem;
  bottom: 1.5rem;
}
.cp-slideMarkerPopUpContent.time.thumbnails {
  height: 6.25rem;
  width: 6.25rem;
}
.cp-slideMarkerPopUpContent.slideAndTime {
  width: 8rem;
}
.cp-slideMarkerPopUpContent.slideAndTime.thumbnails {
  height: 6.25rem;
  width: 12.5rem;
}
.cp-slideMarkerPopup {
  width: 100%;
  height: initial;
}
.cp-slideMarkerPopup img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.cp-videoThumbnails {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100px;
  height: 98px;
  display: block !important;
}
.flowplayer .cp-timePopup {
  line-height: 1.5rem;
  height: 1.5rem;
  bottom: 0.25rem;
  text-align: center;
  font-family: "Source Sans Pro", "PT Sans", "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #d4d4d4;
  width: 100%;
}
/*
.flowplayer.fixed-controls .cp-slideMarkerPopup {
    bottom: 5px;
}
.flowplayer.fixed-controls.is-fullscreen .cp-slideMarkerPopup {
    bottom: 30px;
}
*/
.cp-slideMarkerPopup div {
  position: absolute;
  bottom: 5px;
  left: 50px;
  width: 50px;
  text-align: center;
  background: #1d568b;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: bold;
  color: #5c5c5c;
}
.cp-slideListZoom {
  position: absolute;
  top: 0px;
  height: 24px;
  left: 0px;
  right: 0px;
  background: #000000;
  z-index: 45;
  /*display: inline-block;*/
}
.cp-slideListZoom a {
  margin-top: 4px;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  color: transparent;
  right: 6px;
  top: 2px;
  transition: 0.375s ease-out;
}
.cp-slideListZoom a:hover {
  opacity: 1;
  transition: 0.15s ease-out;
}
.cp-slideList {
  position: absolute;
  top: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.5));
  z-index: 45;
  display: inline-block;
  overflow-y: auto;
  box-shadow: 2px 2px 4px #000;
}
.cp-slideList .cp-slideListIn {
  margin: 0 auto;
  overflow: hidden;
}
.cp-slideList .cp-slideItem {
  float: left;
  cursor: pointer;
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid rgba(184, 184, 184, 0.5);
  margin: 8px;
  text-shadow: 0px 0px 1px #000000;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.cp-slideList .cp-slideItem > div {
  background: rgba(0, 0, 0, 0.75);
}
.flowplayer .cp-slideListZoomSlider {
  position: absolute;
  top: 11px;
  left: 8px;
  right: 30px;
  height: 4px;
  cursor: col-resize;
  float: left;
  background-color: #5c5c5c;
}
.flowplayer .cp-slideListZoomSliderProgress {
  background-color: #b9d239;
  position: absolute;
  height: 4px;
}
.cp-recommenderList-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: inline-block;
  overflow-y: auto;
  text-align: center;
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.5));
}
.cp-recommenderList-wrapper a.cp-recommender-close {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  color: transparent;
  transition: 0.375s ease-out;
}
.cp-recommenderList-wrapper a.cp-recommender-close:hover {
  opacity: 1;
  transition: 0.15s ease-out;
}
.cp-recommenderList-wrapper .cp-recommender-restart-wrapper {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 48px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(7, 37, 66, 0) 0%, #072542 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(7, 37, 66, 0) 0%, #072542 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(7, 37, 66, 0) 0%, #072542 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */
}
.cp-recommenderList-wrapper a.cp-recommender-restart {
  margin-top: 8px;
  width: 32px;
  height: 32px;
  background-image: url(img/restart.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.6;
  color: transparent;
  transition: 0.375s ease-out;
}
.cp-recommenderList-wrapper a.cp-recommender-restart:hover {
  opacity: 1;
  transition: 0.15s ease-out;
}
.cp-recommenderList {
  padding: 10px;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 0;
}
.cp-recommenderList .cp-slideItem {
  margin: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  border: 1px solid rgba(184, 184, 184, 0.5);
  width: 28%;
}
.cp-recommenderList .cp-slideItem div {
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  color: #5c5c5c;
  font-family: "Source Sans Pro", "PT Sans", "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0 !important;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.7rem;
  font-weight: 600;
  color: white;
  padding: 0.25rem;
  min-height: 0.75rem;
  width: 100%;
}
.cp-recommenderList .cp-slideItem div:empty {
  display: none;
}
.is-slidelist .fp-controls,
.is-recommender .fp-controls {
  display: none;
}
.is-slidelist .cp-doubleScreenBar,
.is-recommender .cp-doubleScreenBar {
  display: none;
}
.cp-playlistButtons {
  position: absolute;
  background: #1d568b;
  /*opacity: 0.95;*/
  z-index: 15;
  display: none;
  width: 200px;
  height: 20px;
}
.cp-playlist {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  width: 200px;
}
.cp-playlistItem {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  display: block;
  cursor: pointer;
  width: 200px;
  text-align: left;
}
.cp-playlistItemActive {
  background-color: #1A4473;
}
.cp-playlistItemImgDiv {
  position: relative;
  display: inline-block;
  text-align: center;
}
.cp-playlistItemImgDiv img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.cp-playlistItemTitle {
  position: absolute;
  top: 0px;
  text-align: left;
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: bold;
  color: #5c5c5c;
  display: inline-block;
  padding-left: 5px;
}
.cp-playlistNextButton {
  cursor: pointer;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 22px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(img/next.png);
}
.cp-playlistPrevButton {
  cursor: pointer;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-image: url(img/next.png);
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cp-flashWrapper {
  position: absolute;
}
.cp-embed {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  /*display: none !important;*/
  padding: 15px;
  /*overflow-y: auto;*/
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: bold;
  color: #5c5c5c;
  text-align: left;
  box-shadow: 2px 2px 4px #000;
}
.cp-embed h3 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.cp-embed input {
  display: inline;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #bed431;
}
.flowplayer .cp-hideDecoration {
  display: none !important;
}
.hideControls {
  display: none !important;
}
.flowplayer .cp-multiScreen.ui-state-disabled {
  opacity: 1 !important;
}
.flowplayer .cpLogo {
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.7;
}
.cp-dialog .ui-dialog-titlebar-close {
  display: none;
}
.cp-dialog.ui-dialog-content {
  overflow: hidden !important;
}
.cp-editorDialog {
  background: none !important;
}
.flowplayer .ui-dialog-titlebar {
  padding: 0px !important;
  position: absolute !important;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 10px;
  height: 10px;
}
.flowplayer .ui-dialog-titlebar span,
.flowplayer .ui-dialog-titlebar button {
  display: none;
}
.flowplayer ::-webkit-scrollbar {
  width: 12px;
}
.flowplayer ::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #bbb;
  box-sizing: content-box;
}
.flowplayer ::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
.flowplayer ::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.cp-settingsPanel .cp-panelItem-resolution .cp-panelItemSelect .cp-panelItemSelectItem span span {
  display: inline !important;
  color: #b9d239;
  float: none;
  font-size: 0.65rem !important;
  line-height: 0.65rem;
  vertical-align: top;
  opacity: 1 !important;
  font-style: italic;
  text-shadow: -1px -1px 0 #072542, 1px -1px 0 #072542, -1px 1px 0 #072542, 1px 1px 0 #072542;
}
.cpDebug {
  background-color: white;
  color: black;
  height: 200px;
  padding: 10px;
}
.flowplayer.is-loading .fp-fullscreen {
  display: none !important;
}
.cp-bindWrapPanel {
  width: 100% !important;
  margin-top: 460px;
  background-color: white !important;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.1);
}
.cp-bindWrapPanel .cp-editorBind .cp-editorBindItem {
  background-color: transparent !important;
  box-shadow: 0 0 0.25rem 0.15rem rgba(0, 0, 0, 0.1);
}
.cp-bindWrapPanel .cp-editorBind .cp-editorBindItemGap {
  border: none;
}
.cp-imagesPanel {
  margin-left: 810px;
}
.cp-submitPanel {
  margin-top: 410px;
}
.cp-editorImagesItem.ui-draggable {
  box-shadow: 2px 2px 2px black;
  border: 1px solid black;
  background-color: white;
}
@media (max-width: 480px) {
  .flowplayer .fp-controls .fp-volume,
  .flowplayer.is-touch.is-ready .fp-controls .fp-volume,
  .flowplayer.fixed-controls .fp-controls .fp-volume {
    width: 32px !important;
  }
  .flowplayer .fp-controls .fp-volume .fp-volumeslider,
  .flowplayer.is-touch.is-ready .fp-controls .fp-volume .fp-volumeslider,
  .flowplayer.fixed-controls .fp-controls .fp-volume .fp-volumeslider {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .flowplayer .fp-controls .cp-layoutModes-wrapper,
  .flowplayer .fp-controls .fp-play,
  .flowplayer .fp-controls .fp-volume .fp-volumeslider,
  .flowplayer .fp-controls .fp-time {
    display: none !important;
  }
}
/*# sourceMappingURL=vidconf.css.map */