body {
	margin: 10px;
	font-family: Tahoma, Verdana;
}

div.title {
	float: left;
	width: 200px;
	margin-right: 2px;
}

div.input {
	float: left;
	width: 210px;
}

div.field {
	clear: both;
	padding: 5px;
}

div.descr {
	font-size: 0.8em;
	color: #999999;
}

#preview {
	clear: both;
}

br.clear {
	clear: both;
}

div.sub-field {
	background: #eeeeee;
}

input[type="text"] {
	width: 200px;
}

.err {
	margin-bottom: 15px;
	color: red;
	font-weight: bold;
}

#user-info {
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}

#embed_code textarea {
	border: solid 1px #cccccc;
	width: 450px; height: 100px;
}

#i_zip {
	border: 0;
}

div.text-small {
	font-size: 0.9em;
}


@font-face {
    font-family: 'arialic_hollowregular';
    src: url('arialic_hollow-webfont.eot');
    src: url('arialic_hollow-webfont.eot?#iefix') format('embedded-opentype'),
         url('arialic_hollow-webfont.woff') format('woff'),
         url('arialic_hollow-webfont.ttf') format('truetype'),
         url('arialic_hollow-webfont.svg#arialic_hollowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toxigenesis';
    src:
         url('toxigenesis bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* storm chaser*/
.storm-chaser-popup {
	position: absolute;
	top: -10000px;
	left: 0;
	background-color: #85a0b7;
	z-index: 1000;
}

.sc-popup-inner {
	padding: 4px;
	width: 512px !important;
    height: 384px !important;
}
.sc-popup-inner-mobile {
	padding: 4px;
}

.sc-popup-header {
	position: relative;
}

.sc-popup-header-viewers {
	position: absolute;
    top: -3px;
    right: 25px;
    font-size: small;
}

.storm-chaser-popup .sc-popup-header p {
	text-indent: -999em;
	padding: 0;
	margin: 0;
}

.sc-n {
	background: url(../img/sc-n.png) transparent 0 0 repeat-x;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
}

.sc-ne {
	background: url(../img/sc-ne.png) transparent 0 0 no-repeat;
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
}

.sc-e {
	background: url(../img/sc-e.png) transparent 0 0 repeat-y;
	position: absolute;
	top: 0px;
	right: -30px;
	width: 30px;
	height: 100%;
}

.sc-se {
	background: url(../img/sc-se.png) transparent 0 0 no-repeat;
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
}

.sc-s {
	background: url(../img/sc-s.png) transparent 0 0 repeat-x;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
}

.sc-sw {
	background: url(../img/sc-sw.png) transparent 0 0 no-repeat;
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 30px;
	height: 30px;
}

.sc-w {
	background: url(../img/sc-w.png) transparent 0 0 repeat-y;
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 100%;
}

.sc-nw {
	background: url(../img/sc-nw.png) transparent 0 0 no-repeat;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 30px;
	height: 30px;
}

.sc-hl {
	background: url(../img/hlight.png) no-repeat 100% 0 transparent;
	position: absolute;
	top: -10px;
	right: -10px;
	height: 17px;
	width: 100%;
}

.sc-rc {
	background: url(../img/rainy-cloud2.png) no-repeat 0 0 transparent;
	position: absolute;
	top: -10px;
	left: -9px;
	width: 317px;
	height: 232px;
}

.sc-play {
	background: url(../img/sc-play.png) no-repeat 0 0 transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

#sc-popup-close {
	background: url(../img/sc-close.png) no-repeat 0 0 transparent;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 12px;
	height: 12px;
}

.storm-chaser-viewport {
	position: relative;
}

#storm-chaser-player {
	width: 512px; /*320px;*/
	height: 286px; /*180px;*/
	overflow: hidden;
}

.storm-chaser-player-mobile {
	width: 320px !important;
	height: 180px !important;
	overflow: hidden;
}

#projekktor_player {
	position: relative;
	width: 100%;
	height: 100%;
}

#projekktor_player_html5 {
	position: relative;
    width: 516px;
    left: 0;
    margin-left: -2px;
    margin-top: -2px;
}

.projekktor_player_html5-mobile {
	position: relative;
    width: 324px !important;
    left: 0;
    margin-left: -2px;
    margin-top: -2px;
}

#projekktor_player img, #projekktor_player_html5 img {
	width: 100%;
	height: 100%;
}

#storm-chaser-label {
	background: url(../img/label-bg.png) repeat-y 100% 0 #edf1f4;
	position: relative;
	width: 512px; /*320px;*/
	overflow: hidden;
}

.storm-chaser-label-mobile {
	background: url(../img/label-bg-mobile.png) repeat-y 100% 0 #edf1f4;
	position: relative;
	width: 320px !important;
	overflow: hidden;
}

#storm-chaser-label h4 {
	color: #003489;
	font-weight: 350;
	margin: 0;
	padding: 4px 6px 2px;
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	white-space: nowrap;
}

#storm-chaser-label p {
	margin: 0;
	padding: 0 6px 4px 6px;
	font-size: 11px;
	clear: both;
	text-align: center;
}

#storm-chaser-label p a{
	text-decoration: none;
}

#storm-chaser-label .addr {
	margin: 0;
	padding: 4px 6px 2px;
	font-size: 11px;
	float: right;
	white-space: nowrap;
}

.sc-label-e {
	background: url(../img/label-e.png) repeat-y 0 0 transparent;
	position: absolute;
	height: 100%;
	width: 4px;
	top: 0;
	right: -4px;
}
.sc-label-w {
	background: url(../img/label-w.png) repeat-y 0 0 transparent;
	position: absolute;
	height: 100%;
	width: 4px;
	top: 0;
	left: -4px;
}

.sc-label-s {
	background: url(../img/label-s.png) repeat-x 0 0 transparent;
	position: absolute;
	height: 8px;
	width: 100%;
	left: 0;
	bottom: -8px;
}

#sc-btn-play {
	position: absolute;
	width: 100%; /*60px;*/
	height: 100%; /*60px;*/
	top: 0%; /*50%;*/
	left: 5%; /*50%;*/
	opacity: 0.6;
	margin: -20px 0 0 -20px;
	background: url(../flowplayer/skin/img/play_white.png) no-repeat center center transparent; /*url(../img/play_white_html5.png) no-repeat center center transparent;*/
	background-size: 11%; /**/
	cursor: pointer;
	z-index: 100;
	display: block;
}

#storm-chaser-btn-play {
	display: block;
	width: 144px;
	height: 30px;
	float: right;
	background: url(../img/see-video.png) transparent 0 0 no-repeat;
	color: white;
	font-size: 11px;
	text-decoration: none;
	margin-top: -3px;
	margin-right: 4px;
	line-height: 30px;
	padding-left: 20px;
}

#storm-chaser-btn-play:hover {
	background-position: 0 -30px;
}

.storm-chaser-button {
	width: 111px;
	height: 22px;
	background: url(../img/schasers-btn.png) transparent 0 0 no-repeat;
	padding-left: 21px;
	margin: 0;

	position: absolute;
	top: 5px;
	left: 43px;
	z-index: 5;
}

.storm-chaser-button span {
	display: block;
	width: 90px;
	height: 22px;
	background: url(../img/schasers-text.png) transparent 0 0 no-repeat;
	text-indent: -999em;
}

.storm-chaser-button.active {
	background-image: url(../img/schasers-active.png);
}

.storm-chaser-title {
	width: 232px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	display: none;
	max-width: 50%;
}

.storm-chaser-title img {
	max-width: 100%;
}

.storm-chaser-title.active {
	display: block;
}

.sc-popup-header,
.sc-hl {
	cursor: move;
}

/* overwrite player */

.projekktor .ppstart {
	background: url(../img/sc-play.png) no-repeat 0 0 transparent;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

.projekktor .ppstart:hover {
	background: url(../img/sc-play.png) no-repeat left bottom transparent;
}

/* socials */

.storm-chaser-social {

}

.sc-viewers-text {
	color: #ffffff;
	line-height: 30px;
	float: left;
	margin: 6px 6px 0;
	font-size: 12px;
	font-weight: bold;
}

.sc-social-text {
	color: #0c2840;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	float: right;
	margin: 6px 6px 0;
}

.sc-social-group {
	float: right;
	margin-top: 6px;
}

.sc-social-group a {
	text-indent: -999em;
	display: block;
	float: left;
	width: 31px;
	height: 30px;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	margin-left: 2px;
}

.sc-social-group a.disabled {
	cursor: default;
	pointer-events: none;
}

.sc-social-sc {
	background-image: url(../img/home_p.png);
}
.sc-social-sc:hover {
	background-image: url(../img/home_s.png);
}
.sc-social-sc.disabled {
	background-image: url(../img/home_g.png);
}
.sc-social-tw {
	background-image: url(../img/twitter_p.png);
}
.sc-social-tw:hover {
	background-image: url(../img/twitter_s.png);
}
.sc-social-tw.disabled {
	background-image: url(../img/twitter_g.png);
}
.sc-social-fb {
	background-image: url(../img/fb_p.png);
}
.sc-social-fb:hover {
	background-image: url(../img/fb_s.png);
}
.sc-social-fb.disabled {
	background-image: url(../img/fb_g.png);
}
.sc-social-yt {
	background-image: url(../img/youtube_p.png);
}
.sc-social-yt:hover {
	background-image: url(../img/youtube_s.png);
}
.sc-social-yt.disabled {
	background-image: url(../img/youtube_g.png);
}


/* zindex */
.sc-marker {
	z-index: 10;
}

.sc-marker-live {
	z-index: 100;
	width: 33px;
	height: 33px;
}

@-webkit-keyframes pulse_effect {
	0% {-webkit-transform: scale(0); opacity: 0;}
	8% {-webkit-transform: scale(0); opacity: 0;}
	15% {-webkit-transform: scale(0.1); opacity: 1;}
	30% {-webkit-transform: scale(0.5); opacity: 1;}
	100% {opacity: 0; -webkit-transform: scale(1);}
}
@-moz-keyframes pulse_effect {
	0% {-moz-transform: scale(0); opacity: 0;}
	8% {-moz-transform: scale(0); opacity: 0;}
	15% {-moz-transform: scale(0.1); opacity: 1;}
	30% {-moz-transform: scale(0.5); opacity: 1;}
	100% {opacity: 0; -moz-transform: scale(1);}
}
@-o-keyframes pulse_effect {
	0% {-o-transform: scale(0); opacity: 0;}
	8% {-o-transform: scale(0); opacity: 0;}
	15% {-o-transform: scale(0.1); opacity: 1;}
	30% {-o-transform: scale(0.5); opacity: 1;}
	100% {opacity: 0; -o-transform: scale(1);}
}
@keyframes pulse_effect {
	0% {transform: scale(0); opacity: 0;}
	8% {transform: scale(0); opacity: 0;}
	15% {transform: scale(0.1); opacity: 1;}
	30% {transform: scale(0.5); opacity: 1;}
	100% {opacity: 0; transform: scale(1);}
}

.sc-marker-live .pulse-circle
{
	margin: -21px 0 0 -21px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	width: 64px;
	height: 64px;
	border: 5px solid #10fb08;
	border-image: initial;
	-webkit-animation: pulse_effect 2s linear infinite;
	-moz-animation: pulse_effect 2s linear infinite;
	-o-animation: pulse_effect 2s linear infinite;
	animation: pulse_effect 2s linear infinite;
	pointer-events: none;
}

/* sc-tip */
.sc-tip {
	position: absolute;
	top: 100%;
	left: 0px;
	border-radius: 5px;
}

.sc-tip .close {
	position: absolute;
	right: 2px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	top: 12px;
	line-height: 10px;
	background: url(../img/drag-close-n.png) no-repeat;
	text-indent: -999em;
	width: 15px;
	height: 15px;
}

.sc-tip .close:hover {
	background-image: url(../img/drag-close-s.png);
}

.sc-tip .sc-tip-msg {
	font-size: 11px;
	line-height: 13px;
	background: url(../img/sc-tip-bg.png) repeat;
	border-radius: 4px;
	padding: 6px;
	width: 115px;
	color: white;
}

/*
.map-temperature {
	cursor: not-allowed !important;
	pointer-events: none !important;
}
*/


/* google ads*/
#google-ads-popup {
	position: absolute;
	z-index: 10000;
}

#google-ads-popup.cc {
	top: 50%;
	left: 50%;
}

#google-ads-popup.tl {
	top: 0;
	left: 0;
}

#google-ads-popup.tr {
	top: 30px;
	right: 0;
}

#google-ads-popup.bl {
	bottom: 0;
	left: 0;
}

#google-ads-popup.br {
	bottom: 0;
	right: 0;
}

#google-ads-popup .close-ads {
	position: absolute;
	top: -3px;
	left: -3px;
	display: block;
	width: 24px;
	height: 20px;
	background: url(../img/close-n.png) no-repeat 0 0 transparent;
	z-index: 10;
	text-indent: -999em;
}

#google-ads-popup .close-ads:hover {
	background-image: url(../img/close-sel.png);
}

#google-ads-popup.hide-ads {
	display: none;
}

.flowplayer-ads-popup.cc {
	top: 50%;
	left: 50%;
}

.flowplayer-ads-popup.tl {
	top: 0;
	left: 0;
}

.flowplayer-ads-popup.tr {
	top: 0;
	right: 0;
}

.flowplayer-ads-popup.bl {
	bottom: 0;
	left: 0;
}

.flowplayer-ads-popup.br {
	bottom: 0;
	right: 0;
}

.flowplayer-ads-popup .close-ads {
	position: absolute;
	top: -3px;
	left: -3px;
	display: block;
	width: 24px;
	height: 20px;
	background: url(../img/close-n.png) no-repeat 0 0 transparent;
	z-index: 10;
	text-indent: -999em;
}

.flowplayer-ads-popup .close-ads:hover {
	background-image: url(../img/close-sel.png);
}

.flowplayer-ads-popup.hide-ads {
	display: none;
}

.flowplayer-ads-popup{
	width: 300px;
	height: 250px;
	position: absolute;
	z-index: 10000;
	top: 50px;
	left: 50px;
}


/* liverail */
.vhide {
	display: none !important;
}

.ads-player {
	width: 320px;
	height: 180px;
}

/* projekktor logo */
.pplogo {
  position: absolute;
  bottom: 2%;
  left: 2%;
}

#projekktor_player .pplogo, #projekktor_player_html5 .pplogo {
  width: auto;
}

img.pplogo.inactive {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1.0s linear;
  -moz-transition: opacity 1.0s linear;
  -o-transition: opacity 1.0s linear;
  transition: opacity 1.0s linear;
}

img.pplogo.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 1.0s linear;
  -moz-transition: opacity 1.0s linear;
  -o-transition: opacity 1.0s linear;
  transition: opacity 1.0s linear;
}


/* projekktor fullscreen tip */
#sc-fstip {
	position: absolute;
	top: -10000px;
	left: 0;
	opacity: 0;
	display: none;
	border-radius: 5px;
	z-index: 1000;
}

#sc-fstip p {
	font-size: 11px;
	line-height: 13px;
	background: url(../img/sc-tip-bg.png) repeat;
	border-radius: 4px;
	padding: 6px;
	width: 115px;
	color: white;
}

/* fullscreen left */

.flowplayer .fp-fullscreen.fp-clone {
	left: 5px;
	right: auto;
}

.flowplayer .fp-error {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  color: white;
  padding: 8px;
  background: url(../img/sc-tip-bg.png) repeat;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
}

/* local-radar-message */
.lc-container {
	position: absolute;
	top: 30px;
	right: 10px;
	border-radius: 5px;
}

.lc-container .lc-message {
	font-size: 11px;
	line-height: 13px;
	background: url(../img/sc-tip-bg.png) repeat;
	border-radius: 4px;
	padding: 6px;
	width: 120px;
	color: white;
}

#chasersListContainer {
	width: 127px;
	background-color: #3f77b2;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 100px;
	padding-top: 20px;
}

#chasersListContainer .title {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 15px;
	left: 10px;
	position: absolute;
	text-decoration: none;
	text-shadow: 2px 2px #666666;
	top: 3px;
	width: 115px;
}

#chasersListContainer .close {
	background: rgba(0, 0, 0, 0) url('../img/drag-close-n.png') no-repeat scroll 0 0;
	font-size: 15px;
	font-weight: bold;
	height: 15px;
	line-height: 10px;
	position: absolute;
	right: 4px;
	text-decoration: none;
	text-indent: -999em;
	top: 4px;
	width: 15px;
}

#chasersList {
	width: 115px;
	background-color: #ecf2f8;
	border-radius: 5px;
	margin: 6px;
}

#chasersList .row {
	padding-left: 10px;
	cursor: pointer;
}

#chasersList .row-selected {
	background-color: #48f646;
}

#chasersList .row-streamer {
	font-size: 13px;
	color: #000000;
	margin: 0;
}

#chasersList .row-viewers {
	font-size: 10px;
	color: #0058db;
	margin: 0;
}

#chasersList .row-separator {
	width: 100%;
	height: 2px;
	background-color: #cfd7e9;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.streamer_address {
	text-align: left !important;
}

.free_map_google_ads{
	position: absolute;
	right: 0;
	top: 45px;
	z-index: 1000;
	display: none;
	width: 310px;
	height: 250xp;
}

.free_map_google_ads .close_google_ads{
	position: absolute;
	top: 15px;
	right: 5px;
	display: block;
	width: 24px;
	height: 20px;
	background: url(../img/close-n.png) no-repeat 0 0 transparent;
	z-index: 1001;
	text-indent: -999em;
}

/*Custom Slider*/
#slider {
	position: absolute;
	left: 45px;
	top: 10px;
	width: 160px;
	height: 8px;
	border: none;
	background: rgba(255, 255, 255, 0.5);
}
#custom-handle {
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	line-height: 22px;
	font-size: 9px;
	font-weight: bold;
	background: rgba(0, 147, 238, 1) !important;
	border-radius: 8px;
	border: none;
}
.ui-slider-range {
	background: rgba(0, 147, 238, 1) !important;
}

.player_container {
	width: 100%;
	height: 100%;
}


/* ------------------------WALL------------------------------ */
.center-children {
  align-items: center;
	display: flex;
  justify-content: center;
}

#target {
	display: flex;
	width: min-content;
	justify-content: center;
  align-items: center;
	height: -webkit-fill-available;
}

#target .image {
	position: relative;
	margin: auto;
}

#target .load-btn{
	font-family: toxigenesis;
	font-size: 20px;
	color: #00ff00;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 3.25em;
	width: 20.25em;
	background-color: #202b21;
	opacity: 0.75;
	border: 3px solid #00ff00;
	border-radius: 10px;
}

#target .load-btn.selected {
	color: #202b21;
	background-color: #00ff00;
	border: 3px solid #202b21;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#target .load-btn{
		font-size: 0.5em;
	}
}

/* -----------------------MODAL---------------------------- */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* ------------------------LOADER--------------------------- */
.loader-map {
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 60px;
  height: 60px;
	z-index: 99999;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

#close_free_map_google_ads {
	cursor: pointer;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Flash */
.pulse-flash {
	display: block;
  border-radius: 50%;
  background: rgba(137, 208, 255, 0);
  cursor: pointer;
}

.pulse-flash:before,
.pulse-flash:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border:1px solid #130AD0 !important;
}

.pulse-flash:before {
  -webkit-animation: pulse-flash 2s linear infinite;
  animation: pulse-flash 2s linear infinite;
}
.pulse-flash:after {
  -webkit-animation: pulse-flash 2s linear 1s infinite;
  animation: pulse-flash 2s linear 1s infinite;
}

@-webkit-keyframes pulse-flash {
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.75); opacity:1;}
  100% {-webkit-transform:scale(2); opacity:0;}
}
@keyframes pulse-flash {
   0% {transform:scale(1); }
  75% {transform:scale(1.75); opacity:1;}
  100% {transform:scale(2); opacity:0;}
}

.light-img {
	filter: brightness(150%);
}

#locationIq:link {
	color: #0078A8;
}

/* visited link */
#locationIq:visited {
	color: #0078A8;
}

#locationIq-label{
	font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	height: 16px;
	padding: 0 2px;
	right: 300px;
	background: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	color: #0078A8;
}

#defineCustomPin {
	position: absolute;
	left: 50px;
	top: 30px;
	background-color: rgba(45, 93, 168, 0.4);
	border-radius: 15px;
	padding: 8px 12px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	z-index: 3;
}
#defineCustomPin:hover {
	background-color: rgba(45, 93, 168, 0.6);
}

.voyager-label-tile {
	mix-blend-mode: normal;
}

.voyager-label-tile-inverted {
	filter: saturate(0) invert(100%) brightness(200%);
}