/* parfuso */
html {
  position: unset !important;
  width: 100% !important;
  overflow: auto !important;
}

.cf {
  zoom: 1;
}

.fb_dialog.fb_dialog_advanced {
  z-index: 10000000;
}

.container {
  max-width: 960px;
  min-width: 540px;
  margin: 0 auto;
}

#ecnPlayer .disabler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #222;
  cursor: default;
  /* cursor: not-allowed; */
  display: none;
}

/* bandaids because the main ecnplayer css file is overriding behavior of the new player` */

#ecnPlayer .blackBar {
  visibility: visible;
}

.playerArea:-webkit-full-screen {
  height: 100% !important;
}

/* ----------------------------------------------- */

/**************************************************
Old/original ecn player area styles
**************************************************/

.w960 {
  min-height: 650px;
  max-height: 770px;
}

.w800 {
  height: 560px;
}

.w960.myec {
  min-height: 570px;
}

.w800.myec {
  height: 480px;
}

.playerArea {
  position: relative;
  height: 540px;
  margin: 0 auto;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}

.w960 .playerArea {
  width: 960px;
  height: 540px;
}

.w800 .playerArea {
  width: 800px;
  height: 450px;
}

.playerArea .flashContainer {
  background: #222 url(../gif/orbitbg.gif) center center
    no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.playerArea .mapContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.playerArea .mapContainer .map_frame {
  background-color: #000;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.w960 .blackBar {
  width: 960px;
  visibility: visible;
}

.w800 .blackBar {
  width: 800px;
  visibility: visible;
}

/**************************************************
Black Bar styles
**************************************************/

.blackBar .leftSide {
  float: left;
  width: auto;
}

.blackBar .time {
  color: #fff;
  font-size: 12px;
  float: left;
  width: auto;
  height: 23px;
  padding: 7px 7px 0;
}

.blackBar .simpleWeather {
  color: #fff;
  height: 23px;
  width: auto;
  min-width: 26px;
  float: left;
  text-align: left;
  padding: 7px 7px 0;
}

.blackBar .totalLikes.liked {
  color: #ff0;
  text-shadow: 2px 2px 3px #000;
}

.blackBar .ticker {
  color: #fff;
  height: 23px;
  width: 443px;
  float: left;
  display: none;
  padding: 7px 7px 0;
}

.indeterminateLoader {
  background: transparent url(../gif/ecnplayer_loading.gif)
    repeat-x 0 0;
  z-index: 100000;
  position: relative;
  width: 200px;
  height: 9px;
  float: right;
  border-radius: 5px;
  display: none;
  margin: 10px 0 0;
}

.tourTimerContainer {
  width: 326px;
  height: 9px;
  float: right;
  display: none;
  margin: 10px 0 0;
}

.tourTimer {
  background: transparent url(../gif/worldtour_timerbar.gif)
    repeat-x 0 0;
  width: 100%;
  height: 9px;
  border-radius: 5px;
  opacity: 0.5;
  padding-left: 0;
}

.blackBar .modeSelector {
  float: right;
  height: 23px;
  padding: 7px 7px 0;
}

.blackBar .modeOptions {
  float: right;
  margin-left: 24px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #999;
}

.blackBar .modeOptions.selected {
  cursor: default;
  color: #ff0;
}

.blackBar .modeOptions.tour {
  cursor: pointer;
  color: #4b92ff;
}

.blackBar .modeOptions.tour:hover,
.blackBar .modeOptions.tour.selected:hover {
  cursor: pointer;
  color: #fff;
}

.blackBar .modeOptions.tour.selected {
  cursor: pointer;
  color: #ff0;
}

.blackBar .modeSelector .live {
  font-weight: 900;
}

.blackBar .modeSelector .disabled,
.blackBar .modeSelector .disabled:hover {
  color: #444;
  cursor: default;
}

.blackBar {
  background-color: transparent;
  height: 30px;
  position: relative;
  margin: 0 auto;
}

.blackBar .time .liveTime,
.blackBar .time .archiveTime,
.blackBar .modeSelector .timelapse.disabled,
.blackBar .modeSelector .timelapse.disabled:hover,
.blackBar .modeSelector .tour.disabled,
.blackBar .modeSelector .tour.disabled:hover,
.myec .blackBar .modeSelector .live.disabled,
.myec .blackBar .modeSelector .live.disabled:hover,
.myec .blackBar .modeSelector .archives.disabled,
.myec .blackBar .modeSelector .archives.disabled:hover,
.myec .blackBar .modeSelector .timelapse.disabled,
.myec .blackBar .modeSelector .timelapse.disabled:hover,
.myec .blackBar .modeSelector .panorama.disabled,
.myec .blackBar .modeSelector .panorama.disabled:hover,
.myec .blackBar .modeSelector .tour.disabled,
.myec .blackBar .modeSelector .tour.disabled:hover,
.myec .selectorArea {
  display: none;
}

.blackBar .totalLikesContainer,
.blackBar .totalViewsContainer {
  /*display: none;*/
  float: left;
  height: 23px;
  width: auto;
  padding: 7px 7px 0;
}

.blackBar .totalLikesContainer .heart,
.blackBar .totalViewsContainer .heart {
  margin-top: 2px;
  opacity: 0.8;
  vertical-align: top;
}

.blackBar .totalLikes,
.blackBar .totalViews {
  color: #fff;
  font-weight: 700;
  margin-left: 1px;
  text-align: left;
  vertical-align: middle;
}

.blackBar .modeOptions:hover,
.cameraSelector .thumbsContainer .thumb:hover p,
.archiveSelector .clip:hover .multiIcon,
.archiveSelector .subClips .subClip:hover {
  color: #fff;
}

/**************************************************
Selector area styles
**************************************************/

.selectorArea {
  width: 100%;
  height: auto;
  visibility: hidden;
  position: relative;
}

.selectorArea.large {
  height: 110px;
  visibility: visible;
}

.selectorArea.small {
  height: 80px;
  visibility: visible;
}

.cameraSelector {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: transparent;
}

.cameraSelector .prev {
  float: left;
  width: 22px;
  height: 27px;
  background: url(../png/camselector_arrows.png) 0 0;
  cursor: pointer;
  margin-left: 15px;
}

.cameraSelector .prev:hover {
  background-position: 0 -27px;
}

.cameraSelector .prev:active {
  background-position: 0 -54px;
}

.cameraSelector .prev.inactive {
  background-position: 0 -81px;
  cursor: default;
}

.cameraSelector .next {
  float: left;
  width: 22px;
  height: 27px;
  background: url(../png/camselector_arrows.png) -22px 0;
  cursor: pointer;
  margin-right: 15px;
}

.cameraSelector .next:hover {
  background-position: -22px -27px;
}

.cameraSelector .next:active {
  background-position: -22px -54px;
}

.cameraSelector .next.inactive {
  background-position: -22px -81px;
  cursor: default;
}

.selectorArea.large .cameraSelector .next,
.selectorArea.large .cameraSelector .prev {
  margin-top: 28px;
}

.selectorArea.small .cameraSelector .next,
.selectorArea.small .cameraSelector .prev {
  margin-top: 15px;
}

.cameraSelector .thumbsContainer {
  position: relative;
  float: left;
  width: 926px;
  overflow: hidden;
}

.selectorArea.large .cameraSelector .thumbsContainer,
.selectorArea.large .cameraSelector .thumbsContainer .thumbs {
  height: 110px;
}

.selectorArea.small .cameraSelector .thumbsContainer,
.selectorArea.small .cameraSelector .thumbsContainer .thumbs {
  height: 80px;
}

.cameraSelector .thumbsContainer .fadeLeft {
  width: 16px;
  height: 100%;
  background: transparent url(../png/gradientmask.png) 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cameraSelector .thumbsContainer .fadeRight {
  width: 16px;
  height: 100%;
  background: transparent url(../png/gradientmask.png) -16px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.cameraSelector .thumbsContainer .thumbs {
  position: absolute;
  width: 10000em;
  top: 0;
  left: 16px;
  z-index: 0;
}

.cameraSelector .thumbsContainer .thumb {
  float: left;
  cursor: pointer;
}

.cameraSelector .thumbsContainer .thumb.spacer img {
  border: 1px solid #222 !important;
  box-shadow: none !important;
}

.selectorArea.large .cameraSelector .thumbsContainer .thumb {
  width: 134px;
  height: 95px;
  margin-right: 18px;
}

.selectorArea.large .cameraSelector .thumbsContainer .thumb img {
  width: 128px;
  height: 72px;
  border-radius: 5px;
  box-shadow: 4px 4px 8px #000;
  margin-bottom: 2px;
}

.selectorArea.small .cameraSelector .thumbsContainer .thumb {
  width: 86px;
  height: 68px;
  margin-right: 15px;
}

.selectorArea.small .cameraSelector .thumbsContainer .thumb img {
  width: 80px;
  height: 45px;
  border-radius: 3px;
  box-shadow: 2px 2px 4px #000;
  margin-bottom: 2px;
}

.cameraSelector .thumbsContainer .thumb img {
  border: 1px solid #888;
  padding: 2px;
}

.cameraSelector .thumbsContainer .thumb p {
  width: 100%;
  text-align: center;
  color: #bbb;
  margin: 0;
}

.cameraSelector .thumbsContainer .thumb.selected img,
.cameraSelector .thumbsContainer .thumb.selected:hover img {
  border-color: #4b92ff;
}

.selectorArea .cameraSelector .thumbsContainer .thumb.relatedIndicator img,
.selectorArea
  .cameraSelector
  .thumbsContainer
  .thumb.relatedIndicator:hover
  img {
  border: 1px solid #222;
  box-shadow: none;
}

.selectorMessage {
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
}

.selectorMessage p {
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}

.archiveSelector {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.archiveSelector .clipsContainer {
  width: 100%;
  height: 100%;
  margin-left: 8px;
}

.archiveSelector .clips {
  width: 100%;
  height: 100%;
}

.archiveSelector .clip {
  width: 54px;
  height: 33px;
  text-align: left;
  float: left;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.selectorArea.small .archiveSelector .clip {
  margin-bottom: 5px;
}

.selectorArea.large .archiveSelector .clip {
  margin-bottom: 20px;
}

.archiveSelector .clip.normal {
  margin: 0 14px;
}

.archiveSelector .clip.multi {
  width: 65px;
  margin: 0 14px 0 3px;
}

.archiveSelector .clip.multi img {
  float: right;
}

.archiveSelector .clip.multi .multiIcon {
  float: left;
  color: #fff;
  font-size: 16px;
  padding: 5px 0 0;
}

.archiveSelector .clip img {
  border: 1px solid #888;
  border-radius: 3px;
  box-shadow: 2px 2px 4px #000;
  padding: 2px;
}

.archiveSelector .clip.selected img,
.archiveSelector .clip.selected:hover img {
  text-decoration: none;
  cursor: default;
  border-color: #4b92ff;
}

.archiveSelector .clip.multi.selected img {
  cursor: pointer;
}

.archiveSelector .clip.rotate90 img {
  transform: rotate(90deg);
}

.archiveSelector .clip.rotate180 img {
  transform: rotate(180deg);
}

.archiveSelector .clip.rotate270 img {
  transform: rotate(270deg);
}

.archiveSelector .subClips {
  position: absolute;
  top: 16px;
  left: 5px;
  width: auto;
  background-color: #222;
  z-index: 30;
  display: none;
  border: 1px solid #ccc;
  text-align: right;
  padding: 5px 10px;
}

.archiveSelector .subClips .subClip {
  color: #888;
}

.archiveSelector .subClips .subClip.selected {
  color: #4b92ff;
  cursor: default;
}

.panoramaSelector {
  display: none;
  width: 100%;
  background-color: transparent;
}

/**************************************************
Help area styles
**************************************************/

.disabler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #222;
  /* cursor: not-allowed; */
  display: none;
}

.help {
  display: none;
  position: absolute;
  top: -23px;
  left: 0;
  z-index: 12000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.help .w960,
.help .w800 {
  display: none;
  width: 100%;
  height: 100%;
}

.w960 .help .w960 {
  display: block;
  background: transparent url(../png/help_960.png) top center
    no-repeat;
}

.w800 .help .w800 {
  display: block;
  background: transparent url(../png/help_800.png) top center
    no-repeat;
}

.myec.w960 .help .w960 {
  display: block;
  background: transparent url(../png/myec_help_960.png) top
    center no-repeat;
}

.myec.w800 .help .w800 {
  display: block;
  background: transparent url(../png/myec_help_800.png) top
    center no-repeat;
}

.help .done {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 220px;
  height: 40px;
  cursor: pointer;
  background: transparent url(../png/help_close.png) 0 0
    no-repeat;
}

.help .done:hover {
  background-position: 0 -40px;
}

.wrwd {
  width: 100%;
  height: 30px;
  padding-bottom: 56.25%;
}

.wrwd .playerArea {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.wrwd #movie {
  width: 100%;
  height: calc(100%+30px);
}

.cameraSelector .thumbsContainer .thumb.spacer,
.cameraSelector .thumbsContainer .thumb.selected,
.selectorArea .cameraSelector .thumbsContainer .thumb.relatedIndicator:hover {
  cursor: default;
}

.cameraSelector .thumbsContainer .thumb:hover img,
.archiveSelector .clip:hover img {
  border-color: #fff;
}

.cameraSelector .thumbsContainer .thumb.selected p,
.archiveSelector .clip.selected .multiIcon {
  color: #4b92ff;
}

/** HTML5 VIDEO PLAYER STYLING **/

/**************************************************
General player styles
**************************************************/

.ecnPlayerHTML5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #222;
  margin: 0 auto;
  width: 1000px;
  height: 680px;
  position: relative;
}

.media-video {
  height: 100%;
  width: 100%;
  /* height: 540px;
  width: 960px; */
}

.htmlVideo {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-window {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.videoPlayerComponent {
  width: 960px;
  height: 540px;
  margin: 0 auto;
}

.videoPlayer_html5_api-dimensions {
  width: 100%;
  height: 100%;
}

.window {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.panes {
  position: absolute;
}

video {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  object-fit: cover;
}

#ec_stream_viewer_v3 {
  z-index: 1112;
}

.controlBar {
  z-index: 500;
}

.controlBarInner {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
}

.controlBarInner_FULLSCREEN {
  bottom: -87px;
}

.playerArea:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background-color: black;
}

.fullscreen_ie {
  height: 100% !important;
  width: 100% !important;
}

.panoComponent,
.panoWindow,
.megapixelViewer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}

.megapixelViewer {
  overflow: hidden;
}

.image,
.megapixelImage {
  height: 100%;
  width: 100%;
}

.ecLogo {
  position: absolute;
  bottom: 15px;
  right: 48px;
  width: 130px;
  height: 30px;
  z-index: 2;
}

.fullScreenBtn {
  margin-left: 25px;
}

.offLineMessage,
.offLineMessageSub {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 1px 1px 5px black;
  width: 100%;
  text-align: center;
}

.offLineMessage {
  bottom: 70px;
}

.offLineMessageSub {
  bottom: 45px;
}

.modeAlert {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 3;
  height: 30px;
  width: 100px;
  font-weight: 900;
  background-image: url("../png/live_med_app.png");
  background-repeat: no-repeat;
  display: none;
}

.progressBar {
  position: relative;
  bottom: -46px;
  width: 96%;
  height: 6px;
  /* background: #000;*/
  background: #737373;
  z-index: 4;
  cursor: pointer;
  margin: 0 auto;
}

.progress {
  position: relative;
  width: 0%;
  height: 100%;
  background: DeepSkyBlue;
  z-index: 5;
  height: 6px !important;
}

.progressHandle {
  position: absolute;
  right: -6px;
  bottom: -1px;
  width: 5px;
  height: 8px;
  z-index: 3;
  background-color: #d3d3d3;
  box-shadow: 1px 1px 1px #000;
}

/**************************************************
Button styles
**************************************************/
button,
input {
  vertical-align: middle;
  background-color: transparent;
  border: none;
  outline: none;
}

button {
  padding: 1px;
  cursor: pointer;
}

.btn_is_hover:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.2);
}

.snapShot_btn_is_hover:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.2);
}

.icon_is_hover:hover::before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.2);
}

.btn--directional_is_hover:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.12);
}

.pinBtn {
  background-image: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/Pin.svg");
  /* background-position: 50px -1px; */
  background-repeat: no-repeat;
  /* height: 50%; */
  height: 19px;
  width: 50%;
  left: 8px;
  /* bottom: 27px; */
  top: 9px;
  position: relative;
}
.pinBtn:hover {
  filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
}
.upBtn {
  background-image: url("../png/ptz.png");
  background-position: 50px -1px;
  height: 10px;
  width: 19px;
  position: absolute;
  left: 18px;
  bottom: 27px;
  top: 3px;
}

.rightBtn {
  background-image: url("../png/ptz.png");
  background-position: 93px -9px;
  height: 18px;
  width: 11px;
  position: absolute;
  left: 33px;
  bottom: 12px;
  top: 9px;
}

.downBtn {
  background-image: url("../png/ptz.png");
  background-position: 50px -29px;
  height: 10px;
  width: 18px;
  position: absolute;
  left: 18px;
  bottom: 2px;
  top: 27px;
}

.leftBtn {
  background-image: url("../png/ptz.png");
  background-position: 119px -12px;
  height: 15px;
  width: 10px;
  position: absolute;
  left: 10px;
  bottom: 12px;
  top: 12px;
}

.zoomInBtn {
  background-image: url("../png/ptz.png");
  background-position: 79px -3px;
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 20px;
  left: 47px;
  top: 7px;
}

.zoomOutBtn {
  background-image: url("../png/ptz.png");
  background-position: 79px -28px;
  height: 4px;
  width: 16px;
  position: absolute;
  left: 47px;
  bottom: 10px;
  top: 28px;
}

.playPauseBtn {
  background-image: url("../png/play.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 25px;
  width: 22px;
  position: absolute;
  left: 80px;
  bottom: 5px;
}

.volumeBtn {
  background-image: url("../png/volume.png");
  background-position: -1px 0;
  height: 25px;
  width: 30px;
  position: absolute;
  left: 114px;
  bottom: 5px;
}
.volumeBtn:before {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 150px);
  position: absolute;
  top: -125px;
  left: -20px;
}

/* Adding this style in volumeslider.js so that it is only declared for myEC player
.volumeBtn:hover {
  filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
} */

.mutedTooltip {
  height: 15px;
  width: 50px;
  background-color: black;
  color: white;
  border: 1px solid #fff;
  position: absolute;
  left: 107px;
  bottom: 42px;
  text-align: center;
  padding: 3px;
  display: none;
}

.mutedTooltip::before,
.mutedTooltip::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.mutedTooltip::before {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.mutedTooltip::after {
  border-color: transparent;
  border-top-color: #000;
  border-width: 5px;
  margin-left: -5px;
}

.volumeSlider.ecn {
  position: absolute;
  left: 152px;
  bottom: 14px;
}

.volumeSlider.myEC {
  position: absolute;
  left: 152px;
  bottom: 14px;
  margin: 40px 40px;
}

.snapShotBtn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  height: 33px;
  width: 41px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
}

.likeCamBtn {
  background-image: url("../png/like_empty.png");
  background-repeat: no-repeat;
  background-position: -3px -1px;
  width: 23px;
  height: 23px;
  position: absolute;
  /* right: 221px;  mapButton currently disabled so likeCamBtn's position will be adjusted*/
  right: 151px;
  /* bottom: 10px; */
  top: 9.5px;
}

.mapBtn {
  display: none; /*J.Vitales 6/24/2020 - mapBtn will be disabled temporarily*/
  background-image: url("../png/map.png");
  background-repeat: no-repeat;
  background-position: -1px 0;
  height: 25px;
  width: 50px;
  position: absolute;
  right: 151px;
  bottom: 5px;
}

.shareBtn {
  background-image: url("../png/share-2.png");
  background-repeat: no-repeat;
  background-position: -2px -2px;
  height: 21px;
  width: 20px;
  position: absolute;
  right: 112px;
  bottom: 7px;
}

.settingsBtn {
  background-image: url("../png/settings.png");
  background-repeat: no-repeat;
  background-position: -2px -2px;
  height: 21px;
  width: 21px;
  position: absolute;
  right: 71px;
  bottom: 7px;
}

.myECSettingsBtn {
  /* background-image: url("/js/earthcam/ecnplayerhtml5/images/settings.png"); */
  background-image: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/Settings.svg");
  background-repeat: no-repeat;
  /* height: 18px;
  width: 18px; */
  height: 19px;
  width: 19px;
  position: absolute;
  right: 54px;
  top: 9px;
}
.myECSettingsBtn:hover {
  filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
}
.fullScreenBtn {
  background-image: url("../png/fullscreen.png");
  background-repeat: no-repeat;
  background-position: 0px -2px;
  height: 22px;
  width: 41px;
  position: absolute;
  right: 13px;
  bottom: 7px;
}

.myECFullScreenBtn {
  /* background-image: url("/js/earthcam/ecnplayerhtml5/images/fullscreen.png"); */
  background-repeat: no-repeat;
  background-image: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/Zoom.svg");
  /* height: 15px;
  width: 15px; */
  height: 18px;
  width: 18px;
  bottom: 7px;
  background-repeat: no-repeat;
  right: 10px;
  top: 9px;
  position: absolute;
}
.myECFullScreenBtn:hover {
  filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
}
.toolTip--rightButton:hover::after {
  bottom: 25px;
}

.toolTip--downButton:hover::after {
  bottom: 35px;
}

.toolTip--leftButton:hover::after {
  bottom: 25px;
}

.toolTip--zoomInButton:hover::after {
  bottom: 15px;
}

.toolTip--zoomOutButton:hover::after {
  bottom: 25px;
}

.toolTip--playPauseButton:hover::after {
  bottom: 25px;
}

.toolTip--volumeButton:hover::after {
  bottom: 25px;
}

.toolTip--volumeSlider:hover::after {
  bottom: 15px;
  left: 45px;
}

.toolTip--snapShotButton:hover::after {
  bottom: 56px !important;
}

.toolTip--likeCamButton:hover::after {
  bottom: 25px;
}

.toolTip--mapButton:hover::after {
  bottom: 25px;
}

.toolTip--shareButton:hover::after {
  bottom: 25px;
}

.toolTip--settingsButton:hover::after {
  bottom: 25px;
}

.toolTip--fullScreenButton:hover::after {
  bottom: 30px !important;
  left: -35px !important;
}

/**************************************************
Share widget styles
**************************************************/

.shareWidget {
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 140px;
  height: 230px;
  position: absolute;
  right: 0;
  bottom: 40px;
  display: none;
}

.shareTitle {
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.shareTitle,
.shareWidget button {
  text-shadow: 1px 1px 1px #000;
}

.shareWidget button {
  color: white;
  display: block;
  padding-left: 48px;
  padding-bottom: 15px;
}

/* .shareWidget .hofBtn {
  padding-top: 7px;
} */

.hofBtn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 27px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/HOF.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
}

.emailBtn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 135px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/email.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
}
.emailBtn.no-hof::before {
  top: 105px;
}

.saveBtn::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 168px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/save.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
}
.saveBtn.no-hof::before {
  top: 140px;
}

.faceBookBtn::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 59px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/facebook.svg") no-repeat 0
    0;
  width: 25px;
  height: 25px;
}

.faceBookBtn.no-hof {
  padding-top: 5px;
}
.faceBookBtn.no-hof::before {
  top: 34px;
}

.twitterBtn::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 91px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/twitter.svg") no-repeat 0
    0;
  width: 25px;
  height: 25px;
}
.twitterBtn.no-hof::before {
  top: 65px;
}

.linkBtn::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 200px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/link.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
}
.linkBtn.no-hof::before {
  top: 173px;
}

.shareWidget .twitterBtn {
  padding-bottom: 15px;
}

.shareWidget .emailBtn {
  padding-top: 8px;
  border-top: 1px solid white;
  width: 110px;
  text-align: left;
}

/**************************************************
Settings widget styles
**************************************************/

.settingsWidget {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 15px;
  width: 275px;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 40px;
  display: none;
  text-align: left;
}

.myECSettingsWidget {
  /* background: rgba(65, 76, 82, 0.9); */
  background: rgba(0, 0, 0, 0.7);

  box-sizing: border-box;
  padding-top: 15px;
  width: 330px;
  height: 310px;
  position: absolute;
  /* right: 20px; */
  right: 0;
  /* bottom: 30px; */
  bottom: 38px;
  display: none;
  text-align: left;
  color: white;
  font-family: Arial;
  /* box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75); */
  box-shadow: -3px -3px 16px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -3px -3px 16px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -3px -3px 16px 1px rgba(0, 0, 0, 0.4);
}
.myECSettingsWidget label {
  color: white !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.myECSettingsWidget .settingDiv {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 3px 15px 3px;
  transition: 0.2s ease;
  position: relative;
  right: 25px;
}
.myECSettingsWidget label.wrap {
  width: 100%;
}
.myECSettingsWidget .settingDiv.padded {
  margin-bottom: 20px;
}
.myECSettingsWidget .unmarginBtm {
  margin-bottom: 0px !important;
}
.myECSettingsWidget .marginBtm {
  margin-bottom: 10px !important;
}
.myECSettingsWidget .settingDiv:hover {
  /* background-color: rgba(84, 93, 98, 0.95); */
  background-color: rgba(120, 120, 120, 0.5);
}
.myECSettingsWidget input[type="checkbox"] {
  /* display: inline-block; */
  display: none;
}
.myECSettingsWidget .selectDropDown select {
  background: rgba(65, 76, 82, 0.1);
  color: white;
  border: 0px;
  font-size: 14px;
  bottom: 6px;
  position: relative;
  right: 10px;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
@-moz-document url-prefix() {
  .myECSettingsWidget .selectDropDown select {
    right: 14px;
  }
  .myECSettingsWidget .settingDiv {
    right: 22px;
  }
}
select .selectOption {
  background: rgba(65, 76, 82, 0.7);
}

.settingDiv span {
  font-size: 14px;
}

.settingsWidgetHeader,
.settingsWidgetSubHeader {
  text-shadow: 1px 1px 1px #000;
}

.settingsWidgetHeader {
  font-size: 16px;
  font-weight: 500;
}

.settingsWidgetSubHeader {
  margin-bottom: 8px;
}

label {
  margin-bottom: 8px;
}

.linkNotification {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  width: 130px;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 43px;
  display: none;
  padding: 12px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
}

.close {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.5px 3px;
  /* font-size: 8px; */
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.textToCopy {
  position: absolute;
  left: -9999px;
  background: transparent;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.display_camera_info_container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  text-align: left;
}

.displayNameOfCam {
  z-index: 2;
  padding-bottom: 7px;
  position: relative;
  /*left: 2%;
  bottom: 92%;*/
  font-size: 24px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.displayLocationNameOfCam {
  z-index: 2;
  position: relative;
  /*left: 2%;
  bottom: 92%;*/
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* UI refresh for myEC */
#displayWeatherDataID {
  font-size: 13px;
  width: 47px;
  position: relative;
  left: 25px;
  top: -1px;
}
.displayWeatherData {
  z-index: 5;
  position: absolute;
  height: 80px;
  width: 225px;
  right: 0px;
  bottom: 85.2%;
  top: 0;
  font-size: 36px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  /*display: none;*/
}

/* UI refresh for myEC */
#degreesID {
  position: relative;
  bottom: 0px;
  font-size: 17.33px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.degrees {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.weatherConditions {
  position: absolute;
  bottom: -5px;
  right: 20px;
  font-size: 24px;
}

.weatherRadioButtonContainer {
  vertical-align: top;
  position: absolute;
  top: 125px;
  /* left: 100px; */
  left: 99px;
}

#celsius {
  margin-left: 46px;
}

sup {
  font-size: 16px;
  font-weight: bold;
}

.dateRadioButtonContainer {
  box-sizing: border-box;
  position: absolute;
  top: 176px;
  left: 40px;
  width: 100%;
}

.timeRadioButtonContainer {
  box-sizing: border-box;
  position: absolute;
  top: 198px;
  left: 0px;
  width: 100%;
  padding-left: 40px;
}

.dateText,
.timeText {
  text-shadow: 1px 1px 1px #000;
}

.timeText {
  margin-right: 33px;
}

.dateText {
  margin-right: 34px;
}

.displayMonthFirstText {
  margin-right: 26px;
}

.displayTwelveHoursText {
  margin-right: 56px;
}

.displayFahrenheitText {
  margin-right: 57px;
}

#displayMonthFirst,
#displayTwelveHours {
  margin-left: 45px;
}

#displayDayFirst {
  margin-left: 17px;
}

#displayTwentyFourHours {
  margin-left: 43px;
}

/** INPUT STYLING FOR RADIO AND CHECK BUTTONS **/

/** RADIO BUTTON STYLE**/
/* .settingsWidget */

label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-top: 1.49px;
  margin-right: 15px;
  font-size: 13px;
  text-shadow: 1px 1px 1px #000;
}

input[type="radio"] {
  display: none;
}

label.ecn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  left: 2px;
  bottom: 1px;
  background-color: transparent;
  border: 1px solid white;
  /* ^ parfuso */
}

label.ecn:hover::before {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.3);
}

input[type="radio"] + label::before {
  border-radius: 8px;
}

input[type="radio"]:checked + label::before {
  content: "\2022";
  color: #f3f3f3;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

/** CHECKBOX INPUT STYLE **/

input[type="checkbox"].ecn {
  display: none;
}

input[type="checkbox"].ecn:checked + label.ecn::before {
  content: "\2713";
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 10px;
}

input[type="checkbox"].ecn:checked + .disabledCheck::before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #8c8c8c !important;
  opacity: 0.5;
  cursor: default;
}

.checkbox + .switch.disabledCheck {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #8c8c8c;
  opacity: 0.5;
  cursor: not-allowed;
}

/*CHECKBOX SWITCH INPUT STYLE*/
.switch {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 15px;
  background-color: rgb(207, 205, 205);
  border-radius: 20px;
  top: 4px;
  margin-left: 10px;
}
.switch::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: white;
  left: -5px;
  transition: all 0.3s;
  top: -3px;
}

.checkbox:checked + .switch::after {
  left: 15px;
}
.checkbox:checked + .switch {
  background-color: rgb(5, 173, 5);
}
/** RANGE INPUT STYLING **/

/* ECN Player volume range*/
input[type="range"] {
  -webkit-appearance: none;
  /*Hides the slider so that custom slider can be made */
  width: 129px !important;
  max-width: 129px !important;
  /* Specific width is required for Firefox. */
  overflow: visible;
  border-radius: 8px;
}
/* My EC Player volume range */
input[type="range"].myEC {
  -webkit-appearance: none;
  /*Hides the slider so that custom slider can be made */
  width: 80px !important;
  max-width: 80px !important;
  /* Specific width is required for Firefox. */
  overflow: visible;
  border-radius: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 37px;
  right: 33px;
  left: auto;
  box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  background: transparent;
  color: transparent;
  overflow: visible;
}

input[type="range"]::-ms-tooltip {
  display: none;
}

input[type="range"]::-ms-fill-lower {
  background: #b30000;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  box-shadow: inset 1px 1px 1px #000000;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #b30000;
}

input[type="range"]::-ms-fill-upper {
  background: #fff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  box-shadow: inset 1px 1px 1px #000000;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #fff;
}

/* Special styling for WebKit/Blink */

input[type="range"].ecn::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: 1px 1px 4px #000000;
  border: 0px solid #000000;
  height: 24px;
  width: 9px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -7px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
input[type="range"].myEC::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: 1px 1px 4px #000000;
  border: 0px solid #000000;
  height: 15px !important;
  width: 15px !important;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -6px !important;
  margin-left: -0.5px !important;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type="range"].ecn::-moz-range-thumb {
  border: 1px solid #000000;
  height: 24px;
  width: 10px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"].myEC::-moz-range-thumb {
  -webkit-appearance: none;
  box-shadow: 1px 1px 4px #000000;
  border: 0px solid #000000;
  height: 15px !important;
  width: 15px !important;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -6px !important;
  margin-left: -0.5px !important;
}

/* All the same stuff for IE */

input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 28px;
  width: 10px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  overflow: visible;
}
input[type="range"].ecn::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  box-shadow: inset 1px 1px 1px #000000;
}

input[type="range"].myEC::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 5px !important;
  border: solid white 0.5px !important;
}

input[type="range"].ecn::-moz-range-track {
  width: 100%;
  height: 7px;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 8px;
}
input[type="range"].myEC::-moz-range-track {
  -webkit-appearance: none;
  width: 80px !important;
  max-width: 80px !important;
  /* Specific width is required for Firefox. */
  overflow: visible;
  border-radius: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 40px;
  right: 33px;
  left: auto;
}

.volumeSlider.ecn {
  border-radius: 8px;
  height: 10px;
  -webkit-appearance: none;
}
.volumeSlider.myEC {
  border-radius: 8px;
  height: 5px;
  -webkit-appearance: none;
  background-image: unset;
  cursor: pointer;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}

.title-is-hover:hover::after {
  font-size: 10px;
  content: attr(data-title);
  padding: 2px 4px;
  color: white;
  position: absolute;
  left: 15px;
  bottom: 30px;
  white-space: nowrap;
  z-index: 5;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: #000;
}

.progressTimeDisplay {
  display: none;
  box-sizing: border-box;
  font-size: 13px;
  width: 66px;
  height: 20px;
  text-align: center;
  padding: 3px 4px;
  color: white;
  position: relative;
  bottom: -5px;
  white-space: nowrap;
  z-index: 10000;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid #fff;
}

.progressTimeDisplay:after,
.progressTimeDisplay:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.progressTimeDisplay:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 5px;
  margin-left: -5px;
}

.progressTimeDisplay:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

/**************************************************
User idle overlay & mobile overlay styles
**************************************************/

.userIdleOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlayText {
  font-size: 16px;
  z-index: 9999;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
}

.overlayText::before {
  content: "";
  position: absolute;
  left: -46px;
  top: -13px;
  background: url("../png/resumeplay.png") no-repeat -2px
    0px;
  width: 36px;
  height: 39px;
}

.playOverlay {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resumePlayBtn {
  z-index: 9999;
}

.overlayText:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
  -moz-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
  box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.2);
}

.overlayText:hover::before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
  -moz-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
  box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.2);
}

#overlay {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#overlay2 {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#overlay3 {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.overlay360Video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay360VideoText {
  font-size: 16px;
  z-index: 9999;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
}

.overlay360VideoText::before {
  /*  content: "";
  position: absolute;
  left: -96px;
  top: -63px;
  background: url('/js/earthcam/ecnplayerhtml5/images/360VideoStream.png') no-repeat -2px 0px;
  width: 194px;
  height: 102px;*/
}

/**************************************************
Statue of Liberty specific styles
**************************************************/

.libertyCrownIconOverRide {
  top: 415px !important;
  left: 38px !important;
}

.libertyMpIconOverRide,
.ellisIslandIconOverRide,
.libertyHarborIconOverRide,
.libertyPanoIconOverRide {
  left: 465px !important;
  top: 15px !important;
}

/**************************************************
Statue of Liberty specific styles
**************************************************/

.slideUp {
  transform: translateY(0px);
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
}

.slideDown {
  /* transform: translateY(100px); */
  /* top: 100px !important; */
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.panoInProgress {
  color: red;
  font-size: 24px;
  z-index: 9999;
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
}

/**************************************************
VideoJS override styles
**************************************************/

.vjs-loading-spinner {
  display: none !important;
}

.vjs-poster {
  z-index: 10000 !important;
}

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

/*#videoPlayer_ima-ad-container {
  z-index: 0;
}*/

.vjs-control-bar {
  display: none !important;
}

/**************************************************
Loading animation styles
**************************************************/

@keyframes loading8 {
  0% {
    transform: rotateZ(0deg);
  }
  55% {
    transform: rotateZ(359deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}

/**, *::before, *::after {
 box-sizing: border-box;
}*/

.loading8-spinner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  width: 100px;
  height: 65px;
  overflow: hidden;
  z-index: 9999;
}

.loading8-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/loading8.svg") no-repeat
    center;
  z-index: 9999;
}

.loading8-spinner span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  left: 8px;
  font-size: 15px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
  font-size: 15px;
  font-family: Arial;
}

.loading8-spinner .loading8-icon {
  animation: 3.4s linear infinite loading8;
}

.loading8-spinner .loading8-icon:nth-child(2) {
  animation-delay: 0.275s;
  opacity: 0.8;
}

.loading8-spinner .loading8-icon:nth-child(3) {
  animation-delay: 0.55s;
  opacity: 0.4;
}

.loading8-spinner .loading8-icon:nth-child(4) {
  animation-delay: 0.825s;
  opacity: 0.2;
}

.loading8-spinner .loading8-icon:nth-child(5) {
  animation-delay: 1.1s;
  opacity: 0.1;
}

.videoPlayer-dimensions {
  width: 100% !important;
  height: 100% !important;
}

/**************************************************
New CSS Control bar styles
**************************************************/

.collapsible-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.collapsible-toolbar-row {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.snapshot-dome {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
}

.snapshot-dome-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snapshot-dome-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.snapshot-dome-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.snapshot-dome-btn {
  display: inline-block;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  position: relative;
}

.snapshot-dome-btn:focus {
  outline: none;
  color: #000;
}

.snapshot-dome-btn[disabled] {
  cursor: default;
}

.snapshot-dome-btn-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 13px auto;
  background-image: url("https://static.earthcam.com/js/earthcam/ecnplayerhtml5/images/snapshot.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 101;
}
.snapshot-dome-btn-icon.myEC:hover {
  filter: invert(61%) sepia(94%) saturate(543%) hue-rotate(348deg)
    brightness(220%) contrast(101%);
}
/*.snapshot-dome-btn:hover .snapshot-dome-btn-icon,
.snapshot-dome-btn:focus .snapshot-dome-btn-icon {
  background-position: -56px 0;
}

.snapshot-dome-btn:active .snapshot-dome-btn-icon {
  background-position: -112px 0;
}*/

.snapshot-dome-btn:hover .snapshot-dome-btn-icon,
.snapshot-dome-btn:active .snapshot-dome-btn-icon {
  /*
   * Prevent button shifting in IE
   * http://stackoverflow.com/questions/10305658/prevent-button-from-shifting-during-click-in-ie#answer-21281554
   */
  position: relative;
  top: 0;
  left: 0;
}

/* .snapshot-dome-btn[disabled] .snapshot-dome-btn-icon {
  background-position: -168px 0;
} */

.timeline-navbar {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.tools-navbar {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: rgba(248, 248, 248, 0.8);
}

/**************************************************
Right click context menu styles
**************************************************/

.show {
  display: block;
  position: absolute;
  border: 1px solid #e5e5e5;
  background-color: #fefefe;
  max-width: 200px;
  z-index: 9999;
  line-height: 1.5;
  margin: 0;
  list-style-type: none;
  list-style: none;
}

.hide {
  display: none;
}

.show li {
  list-style: none;
  padding: 10px 15px;
}

.show a {
  border: 0 !important;
  color: #59595a;
}

.show a:hover {
  text-decoration: underline !important;
  text-decoration-color: #59595a !important;
  color: #59595a;
  cursor: pointer;
}

.show li:hover {
  background-color: #f1f1f1;
}

/**::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}


/* Old shadow dom for play button */

/**::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}


/* New shadow dom for play button */

/* This one works */

/**::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/**************************************************
Pano In Progress styles
**************************************************/

.ec-pano-in-progress {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: 0 auto;
  max-width: 345px;
  min-height: 65px;
  z-index: 3;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  /* padding: 2%; */
  color: #fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ec-pano-in-progress--inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.inner--bottom {
  text-align: center;
  color: #d8c542;
  font-size: 20px;
  display: none;
}

a {
  color: inherit;
}

.inner--pano_header {
  display: inline-block;
  /*margin-right: 6%;*/
  /* text-align: center; */
}

/* .inner--top h1 {
  font-size: 25px;
  font-weight: 500;
} */
.inner--pano_header > h1 {
  margin-bottom: 3%;
  font-size: 26px;
  font-weight: 400;
}

.inner--pano_header > p {
  font-size: 13px;
  color: #c4c4c4;
}
/* .inner--top p {
  color: #c4c4c4;
  font-size: 17px;
  font-weight: 400;
} */

.inner--pano_percent {
  display: inline-block;
}

.inner--pano_percent > h1 {
  margin-bottom: 12%;
  font-size: 26px;
  font-weight: 400;
}

.inner--pano_percent > p {
  font-size: 13px;
  color: #c4c4c4;
}

.test {
  position: absolute;
  top: 25%;
  left: 0;
  font-size: 16px;
  background-color: #fff;
  width: 250px;
  height: 150px;
  color: red;
  z-index: 9999;
  overflow: scroll;
}

.adContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/*.ima-ad-container {
  position: absolute;
  top: 0;
  left: -50%;
  display: inline-block !important;
}

.ima-ad-container iframe {
  position: absolute !important;
  left: -50%;
  top: 0;
  border: 5px solid red !important;
}

.ima-ad-container iframe .videoAdUi {
  border: 5px solid pink;
}*/

/* parfuso setting up the krpano fullscreen button */
.krpanoFullScreenBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 20;
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.modal-content {
  background-color: #f0f0f0;
}

/* .modal {
  z-index: 2010;
} */

.ec__ShareWindow--fbLogOutLabel {
  bottom: 25px;
}

.btnGroup {
  width: 100% !important;
}

@media only screen and (max-width: 720px) {
  .display_camera_info_container {
    bottom: 15px !important;
  }
  .displayNameOfCam {
    font-size: 17px !important;
  }
  .displayLocationNameOfCam {
    font-size: 17px !important;
  }
  .widgetsTime {
    font-size: 12px !important;
  }
  .widgetsTemp {
    font-size: 12px !important;
  }
  #displayWeatherDataID {
    font-size: 12px !important;
  }
  #degreesID {
    font-size: 12px !important;
    top: 2px !important;
  }
  .widgetsViews {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 620px) {
  .display_camera_info_container {
    bottom: 10px !important;
  }
  .displayNameOfCam {
    font-size: 15px !important;
  }
  .displayLocationNameOfCam {
    font-size: 15px !important;
  }
  .widgetsTime {
    font-size: 11px !important;
  }
  .widgetsTemp {
    font-size: 11px !important;
  }
  #displayWeatherDataID {
    font-size: 11px !important;
  }
  #degreesID {
    font-size: 12px !important;
    top: 2px !important;
  }
  .widgetsViews {
    font-size: 11px !important;
    position: relative;
    top: 1px;
  }
}
