@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

[data-icon]:before {
  font-family: "untitled-font-2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mylocation:before {
  content: "\61";
  line-height: 34px;
}

#map {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  margin: auto;
}

#overlay-loader {
  width: 100%;
  padding: 0;
  position: relative;
}

.overlaybg {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100vh;
  width: 100%;
}

.overlay {
  z-index: 3;
}

button:focus-visible {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:visited {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #909090;
  background-color: #333;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.topbar {
  background: url(../img/topbg.jpg);
  width: 100%;
  height: 75px;
  opacity: .8;
}

.topbar li {
  float: left;
  width: 21%;
  padding: 3px 0 0;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.topbar li span {
  display: block;
  font-size: 14px;
}

.topbar li:first-child {
  width: 35%;
  padding: 20px 0 0;
  text-align: left;
}

.topbar li:first-child img {
  padding: 0 0 4px 16px;
}

.topbar li:nth-child(3) {
  border-left: 1px solid #656669;
  border-right: 1px solid #656669;
}

.topbar h3 {
  font-size: 14px;
  color: #fff;
  position: relative;
  font-weight: 400;
  padding: 0 0 0 34px;
  line-height: 18px;
}

.topbar h3 span {
  font-size: 12px;
  display: block;
}

.topbar h3:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/location.svg") no-repeat left top;
  left: 12px;
  top: 0;
}

.topbar .sky-icon {
  padding: 2px 0;
}

.topbar .sky-icon img {
  height: 20px;
}

.topbar #locname {
  padding: 0 0 0 34px;
}

.topbar1 {
  background: url(../img/topbg.jpg);
  width: 100%;
  height: 75px;
  opacity: .8;
}

#pauseplaycontrol {
  float: left;
  margin: 0 10px 0 0;
  width: 3%;
}

#pauseplaycontrol img {
  height: 24px;
  padding: 0 0 0 12px;
}

.rangeslider {
  padding: 11px 0 0 0;
  float: left;
  width: 87%;
}

.rangeslider input {
  width: 97%;
}

.rangeslider p {
  font-size: 13px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 2px 0 2px 0;
  margin: 0;
}

.rangeslider p span {
  color: #5d5e5f;
}

.fabg {
  background: #4589ee;
  border-radius: 50%;
  display: block;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

.pull-right {
  float: right;
}

.bottomslider {
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.sliderbg {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 314px;
  height: 178px;
  -webkit-filter: blur(39px);
          filter: blur(39px);
}

.circlebutton {
  background: url(../img/circle.png) no-repeat;
  width: 83px;
  height: 83px;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 2;
  opacity: .6;
}

.circlebutton:hover {
  opacity: 1;
}

.circlebutton:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #4589ee;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

#topbarlocation ul {
  width: 564px;
}

.sliderBtns-container {
  position: absolute;
  top: 12px;
  z-index: 99999;
  width: 100%;
}

.leaflet-right .leaflet-control {
  margin: 0 !important;
  float: none !important;
  z-index: 9999;
  top: -48px;
}

.leaflet-container .leaflet-control-attribution {
  display: none;
}

.leaflet-top, .leaflet-bottom {
  position: inherit !important;
  z-index: inherit !important;
  pointer-events: none !important;
  right: 0 !important;
}

@-webkit-keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

.on {
  display: block;
}

.off {
  display: none;
}

.lightning_current {
  cursor: pointer;
  margin-bottom: 0px;
  padding: 4px 1px 0px 9px;
  background: url(../img/lightningbg.png) no-repeat;
  width: 102px;
  height: 74px;
  margin: 0;
  position: absolute;
  top: 13px;
  left: -98px;
}

.lightning_current img {
  height: 38px;
  margin: 20px 0 0 27px;
}

.lightning_current input {
  left: 17px;
  top: 2px;
  width: 52px;
  height: 69px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.lightning_current.active {
  background: url(../img/lightningbgactive.png) no-repeat;
}

.aws_layer {
  cursor: pointer;
  margin-bottom: 0px;
  padding: 0;
  background: url(../img/aws_layerbg.png) no-repeat;
  width: 100px;
  height: 91px;
  margin: 0;
  position: absolute;
  top: -52px;
  left: -95px;
}

.aws_layer img {
  height: 38px;
  margin: 31px 0 0 39px;
}

.aws_layer input {
  left: 26px;
  top: 3px;
  width: 47px;
  height: 79px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.aws_layer.active {
  background: url(../img/aws_layerbgactive.png) no-repeat;
}

.cloud_layer {
  cursor: pointer;
  margin-bottom: 0px;
  padding: 4px 8px 0 9px;
  background: url(../img/cloud_layerbg.png) no-repeat;
  width: 77px;
  height: 83px;
  margin: 0;
  position: absolute;
  top: -77px;
  left: -31px;
}

.cloud_layer img {
  height: 32px;
  margin: 21px 0 0 18px;
}

.cloud_layer input {
  left: 17px;
  top: -10px;
  width: 49px;
  height: 89px;
  -webkit-transform: rotate(83deg);
          transform: rotate(83deg);
}

.cloud_layer.active {
  background: url(../img/cloud_layerbgactive.png) no-repeat;
}

.radar_layer {
  cursor: pointer;
  margin-bottom: 0px;
  padding: 4px 8px 0 9px;
  background: url(../img/radar_layerbg.png) no-repeat;
  width: 81px;
  height: 86px;
  margin: 0;
  position: absolute;
  top: -73px;
  left: 44px;
}

.radar_layer img {
  height: 38px;
  margin: 15px 0 0 5px;
}

.radar_layer input {
  left: 4px;
  top: -4px;
  width: 47px;
  height: 82px;
  -webkit-transform: rotate(107deg);
          transform: rotate(107deg);
}

.radar_layer.active {
  background: url(../img/radar_layerbgactive.png) no-repeat;
}

.dta_layer {
  cursor: pointer;
  margin-bottom: 0px;
  padding: 4px 8px 0 9px;
  background: url(../img/dta_layerbg.png) no-repeat;
  width: 94px;
  height: 87px;
  margin: 0;
  position: absolute;
  top: -43px;
  left: 82px;
}

.dta_layer img {
  height: 34px;
  margin: 32px 0 0 14px;
}

.dta_layer input {
  left: 12px;
  top: 7px;
  width: 42px;
  height: 77px;
  -webkit-transform: rotate(53deg);
          transform: rotate(53deg);
}

.dta_layer.active {
  background: url(../img/dta_layerbgactive.png) no-repeat;
}

.rain_wind {
  cursor: pointer;
  margin-bottom: 0px;
  background: url(../img/rain_windbg.png) no-repeat;
  width: 104px;
  height: 72px;
  margin: 0;
  position: absolute;
  top: 18px;
  left: 82px;
}

.rain_wind img {
  height: 40px;
  margin: 21px 0 0 32px;
}

.rain_wind input {
  left: 21px;
  top: 1px;
  width: 45px;
  height: 72px;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}

.rain_wind.active {
  background: url(../img/rain_windbgactive.png) no-repeat;
}

.bottomslider .circle1 {
  background: url(../img/circle1.png) no-repeat;
  width: 111px;
  height: 96px;
  left: -14px;
  top: -12px;
  position: absolute;
  z-index: 2;
}

.bottomslider input[type="checkbox"] {
  text-indent: -9999px !important;
  opacity: 0;
  position: absolute;
}

.shareicon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.shareicon span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0px 0px 6px 2px;
}

.socialiconbg {
  height: 32px;
  width: 32px;
  background-color: #d43e92;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(linear, #ffc551, from(#ff5b3f), to(#d43e92));
  background-image: linear-gradient(to #ffc551, #ff5b3f, #d43e92);
  float: left;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.socialiconbg:hover {
  opacity: .8;
  color: #fff;
  text-decoration: none;
}

.twitterbg {
  background: #38a1f3;
}

.facebookbg {
  background: #4267b2;
}

.youtubebg {
  background: #ff0000;
}

.leaflet-control-layers.leaflet-control {
  opacity: 0;
}

.skymetlogo {
  color: #fff;
  font-size: 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.earthnetworks {
  color: #fff;
  font-size: 12px;
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.leaflet-popup-pane, .leaflet-control {
  color: #fff;
  text-align: center;
}

#leaflet-slider {
  float: left;
  width: 94% !important;
  border-radius: 12px;
  margin: 8px 0 0 0;
  border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none !important;
  background: #4589ee !important;
  font-weight: bold;
  color: #1c94c4;
  border-radius: 50%;
}

#slider-timestamp {
  margin: 9px 0 0;
  display: block;
}

.ui-slider-horizontal {
  height: .6em !important;
}

#sliderclose {
  top: 2px;
  right: 22px;
  cursor: pointer;
  position: absolute;
  z-index: 9999999;
}

#sliderclose:hover {
  opacity: .8;
}

.shareBx {
  position: absolute;
  top: 76px;
  right: 8px;
}

@media all and (min-width: 320px) and (max-width: 786px) {
  #topbarlocation ul {
    width: 100%;
  }
  #leaflet-slider {
    width: 82% !important;
  }
  #pauseplaycontrol {
    margin: 0 18px 0 0;
    width: 7%;
  }
  #sliderclose {
    top: 5px;
    right: 16px;
  }
  .shareBx {
    top: 74px;
    right: 2px;
  }
}

#layer-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50% -50%);
          transform: translate(-50% -50%);
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=styles.css.map */
