

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}


.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}




.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}




.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}




.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}


.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}



.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}



.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}




.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}



.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}




.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}




.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}




.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}




.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}




.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}



.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

#map-wrapper{
    position:relative;
    z-index: 1;
}
#map-infos{
    position: absolute;
    z-index: 1000;
    background: rgba(255,255,255,.8);
    padding: 1em;
    line-height: 1.4em;
}
#map-infos.position-top-left{
    top: 0;
    left: 0;
    text-align: left;
    box-shadow: 3px 3px 6px #00000010;
}
#map-infos.position-bottom-left{
    bottom: 0;
    left: 0;
    text-align: left;
    box-shadow: -3px 3px 6px #00000010;
}
#map-infos.position-top-right{
    top: 0;
    right: 0;
    text-align: left;
    box-shadow: 3px -3px 6px #00000010;
}
#map-infos.position-bottom-right{
    bottom: 0;
    right: 0;
    text-align: left;
    box-shadow: -1px -1px 6px #00000010;
}
#map-infos .visited-countries img{
    display: inline;
    margin-right: 3px;
}
iframe#map,iframe#windy{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
#map-infos.lower-right{
    bottom: 0;
    right: 0;
    border-top-left-radius: 5px;
    box-shadow: -3px -3px 5px #00000010;
    text-align: left;
}
#map-infos.lower-left{
    bottom: 0;
    left: 0;
    border-top-right-radius: 5px;
    text-align: left;
    box-shadow: -3px 3px 5px #00000010;
}
#map-infos.upper-right{
    top: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    text-align: left;
    box-shadow: 3px -3px 5px #00000010;
}
#map-infos.upper-left{
    top: 0;
    left: 0;
    border-bottom-right-radius: 5px;
    text-align: left;
    box-shadow: 3px 3px 5px #00000010;
}
.tooltip-body img{
    max-width: 100%;
}
.tooltip-body img{
    max-width: 100%;
}
.tooltip-body .country{
    line-height: 24px;
}
.tooltip-body .country img{
     width: 24px;
    margin-right: 4px;
 }
.wp-marker{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(11, 62, 111);
    border: 1px solid white;
}
.wp-marker::before{
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(11, 62, 111,.5);
    margin-left: -4px;
    margin-top: -4px;
}
.leaflet-bar button,
.leaflet-bar button:hover {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}

.leaflet-bar button:hover {
    background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .4;
}

.easy-button-button .button-state{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.leaflet-touch .leaflet-bar button {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-control-attribution{
    display: none!important;
}
.leaflet-marker-icon:not(.boat-marker):not(.marker-type-boat):not(.start-marker,.start-icon,.end-icon,.mix-icon) img:not(.pulsing-marker){
    border-radius: 50%;
    border: 2px solid black!important;
    box-shadow: 1px 1px 5px #00000078;
    width: 40px;
    height: 40px;
}
#map:not(.vertex-disabled) .leaflet-marker-icon:not(.boat-marker):not(.marker-type-boat):not(.start-marker,.start-icon,.end-icon,.mix-icon):hover,
#windy:not(.vertex-disabled) .leaflet-marker-icon:not(.boat-marker):not(.marker-type-boat):not(.start-marker,.start-icon,.end-icon,.mix-icon):hover{
    cursor: pointer !important;
    border-color: white !important;
}
.leaflet-marker-pane .leaflet-marker-icon img.marker-img{
    max-width: 100% !important;
}
.boat-marker{
    z-index: 1000!important;
}
.leaflet-tooltip, .popup_vertex .leaflet-popup-content,.popup_waypoint_text .leaflet-popup-content-wrapper{
    box-shadow: 2px 2px 8px #0000007d;
    background: #0b3e6f!important;
    color: #d1d1d1!important;
    border: none!important;
    left: -20px!important;
    padding: 10px 15px!important;
    overflow: visible;
    text-align: left!important;
}

.popup_item_located{

}
.popup_vertex .leaflet-popup-content{
    border-radius: 5px;
}
.popup_waypoint_text .leaflet-popup-content{
    margin: 6px;
}
.leaflet-tooltip .weather .code img, .popup_vertex .weather img.code, .popup_waypoint_text .weather .code img{
    position: absolute;
    top: -41px;
    left: -31px;
    width: 110px;
    height: 100px;
}
.leaflet-tooltip .tooltip-body, .popup_vertex .tooltip-body, .popup_waypoint_text .tooltip-body{
    min-width: 200px;
}
.leaflet-tooltip .weather, .popup_vertex .weather, .popup_waypoint_text .weather{
    overflow: hidden;
    display: block;
}

.leaflet-tooltip .comment,.popup_vertex .comment, .popup_waypoint_text .comment{
    margin-top: 5px;
}
.leaflet-tooltip .comment p,.popup_vertex .comment p{

}
.leaflet-tooltip .comment i,.popup_vertex .comment i, .popup_waypoint_text .comment i{
    line-height: 1.1rem;
}
.leaflet-tooltip .tooltip-body p,.popup_vertex .tooltip-body p, .popup_waypoint_text .tooltip-body p{
    line-height: 1.1rem;

}
.popup_vertex img.country, .popup_waypoint_text img.country{
    margin-right: 5px;
    margin-left: 0;
}
.popup_vertex .country,.leaflet-tooltip img.country{
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 6px;
}
.leaflet-tooltip .weather i, .popup_vertex .weather i, .popup_waypoint_text .weather i{
    font-style: normal;
    float: left;
    width: 50%;
}
.leaflet-tooltip .weather i img, .popup_vertex .weather i img, .popup_waypoint_text .weather i img{
    width: 30px;
    height: auto;
    display: inline;
    margin-bottom: -8px;
}
.leaflet-tooltip .tooltip-top, .popup_vertex .tooltip-top, .popup_waypoint_text .tooltip-top{
    overflow: hidden!important;
}

.leaflet-tooltip .source, .popup_vertex .source, .popup_waypoint_text .source{
    float: right;
    color: white;
    padding-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.tooltip-top.empty{
    display: none;
}
.popup_vertex .leaflet-popup-content-wrapper .leaflet-popup-content .tooltip-top{
    display: block!important;
}
.leaflet-tooltip .type, .popup_vertex .type, .popup_waypoint_text .type{
    float: left;
    color: white;
    padding-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.leaflet-tooltip p, .popup_vertex p, .popup_waypoint_text p{
    text-align: left;
    color: white;

    white-space: normal!important;
    line-height: 12px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.leaflet-tooltip-right{
    margin-left: 40px;
}
.leaflet-tooltip.leaflet-tooltip-right:before {
    border-right-color: #0b3e6f!important;
}
.leaflet-tooltip.leaflet-tooltip-left:before {
    border-left-color: #0b3e6f!important;
}
.popup_vertex .leaflet-popup-tip-container .leaflet-popup-tip, .popup_waypoint_text .leaflet-popup-tip-container .leaflet-popup-tip{
    background-color: #0b3e6f!important;
}
.popup_item_located.leaflet-popup
{
    min-width: 280px!important;
}
.popup_item_located .tooltip-top
{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 200px!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    color: white!important;
    display: flex!important;
}
.popup_item_located .date img
{
    display: inline;
    margin-right: 5px;
    vertical-align: bottom;
}
.popup_item_located .leaflet-popup-content
{
    margin: -2px!important;
}
.popup_item_located .leaflet-popup-content-wrapper
{
    border-radius: 5px!important;
}
.popup_item_located .title
{
    margin: auto auto 5px 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 5px black;
    font-size: 1.3rem;
    font-weight: normal;
}
.popup_item_located .tooltip-body
{
    padding: 5px 10px!important;
}
.popup_item_located .tooltip-body p
{
    margin: 0 0 5px 0!important;
    line-height: 1.3rem!important;
}
.popup_item_located .leaflet-popup-close-button
{
    display: none;
}
.popup_item_located.no-img .tooltip-top
{
    height: auto !important;
    padding: 10px 5px;
    color: black!important;
}
.popup_item_located.no-img .title
{
    text-shadow: none;
}
.leaflet-tooltip .type{
    font-size: 80%;
}
.leaflet-tooltip strong{
    width: 100%;
}
.leaflet-tooltip img{
    max-width: 200px;
}
.pulse {
    background: none;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
    margin-left: -4px;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@media screen and (max-width: 990px) {
    #map-infos{
        font-size: 80%;
        line-height: 1.2em;
    }
}
@media screen and (max-width: 768px) {
    #map-infos{
        font-size: 70%!important;
        line-height: 1.1em;
    }
    .leaflet-bar.leaflet-ruler{
        display: none;
    }
}
.leaflet-custom-btn a{
    cursor: pointer;
}
.leaflet-ruler{

}
.leaflet-ruler:hover{

}
.leaflet-ruler-clicked a,.leaflet-custom-btn.active a{
    background-color: #048207 !important;
    color: #ffffff !important;
}
.leaflet-ruler-clicked a,.leaflet-custom-btn.active a{
    background-color: #048207 !important;
    color: #ffffff !important;
}
.leaflet-custom-btn a i.fa{
    font-size: 16px;
}
.leaflet-bar{
    background-color: #ffffff;
}
.leaflet-control {
    cursor: pointer;
}
.result-tooltip{
    background-color: white;
    border-width: medium;
    border-color: #de6917;
    font-size: smaller;
}
.moving-tooltip{
    background-color: rgba(255, 255, 255, .7);
    background-clip: padding-box;
    opacity: 0.5;
    border: dotted;
    border-color: #de6917;
    font-size: smaller;
}
.plus-length{
    padding-left: 45px;
}
.leaflet-terminator a{
    background-image: url("/assets/img/./map-icons/day-night.svg");
    background-repeat: no-repeat;
    background-size: 125%;
}
.leaflet-ruler a{
    background-image: url("/assets/img/./map-icons/ruler.svg");
    background-repeat: no-repeat;
    background-size: 85%;
}
#windy #bottom,
#windy #mobile-ovr-select,
#windy #embed-zoom
{
    z-index: 500;
}
#windy #plugin-menu{
    z-index: 1000;
}
#windy #plugin-menu #layers-levels,#windy #logo-wrapper,#windy #embed-zoom{
    display: none;
}
#windy #mobile-ovr-select,#windy #embed-zoom{
    right: 20px!important;
}
#windy #map-container .leaflet-control-container{
    display: block!important;
}
#windy .play-pause.off::before {
    left: .1em!important;
}
#windy .leaflet-popup-content{
    margin: 0!important;
}

#windy .leaflet-resp-popup-west .leaflet-popup-tip-container {
    margin-left: -10px!important;
    transform: rotate(-90deg)!important;
}
#windy .leaflet-resp-popup-north .leaflet-popup-tip-container {
    margin-left: -20px!important;
    transform: rotate(0deg)!important;
    margin-top: -1px!important;
}
#windy .leaflet-resp-popup-south .leaflet-popup-tip-container {
    transform: rotate(180deg)!important;
}
#windy .leaflet-resp-popup-est .leaflet-popup-tip-container {
    transform: rotate(90deg)!important;
    margin-left: -30px!important;
}
@media screen and (max-width: 768px) {
    #windy #bottom{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    #map-infos{
        font-size: 70%;
        line-height: 1em;
        width: 100%;
        border-top-left-radius: 5px;
    }
}
.marker-type-article::before,.marker-type-video::before,.marker-type-gallery::before,.marker-type-cruise::before{
    display: block;
    position: absolute;
    margin-top: -5px;
    margin-left: 25px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    z-index: 500;
}

.popup_video .tooltip-top::before{
    content: "\f144";
    display: block;
    position: absolute;
    margin-top: 70px;
    margin-left: calc(50% - 30px);
    height: 60px;
    width: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    line-height: 20px;
    text-align: center;
    opacity: .6;

}
.popup_gallery .tooltip-top::before{
    content: "\f302";
    display: block;
    position: absolute;
    margin-top: 70px;
    margin-left: calc(50% - 30px);
    height: 60px;
    width: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    line-height: 20px;
    text-align: center;
    opacity: .6;

}
.popup_item_located .tooltip-top .type{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.popup_item_located .tooltip-top .type i{
    margin-left: 4px;
    margin-top: -1px;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
}
.leaflet-popup-content img.country{
    max-width: 24px;
    display: inline-block;
}
.waypoint-marker{
    background-color: #0b2b4a;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    box-shadow: rgb(0, 0, 0) 0px 0px 2px;
    border: 1px solid #ffffff69;
}
.waypoint-marker{
    color: white;

}
.marker-type-video::before{
    content: "\f03d";
    background-color: #0a53be;
}

.marker-type-article::before{
    content: "\f303";
    background-color: #279300;
}
.marker-type-cruise::before{
    content: "\f21a";
    background-color: #008c7c;
}
.marker-type-gallery::before{
    content: "\f302";
    background-color: #be0082;
}
.popup_video .tooltip-top .type{
    background-color: #0a53be;
}
.popup_blog .tooltip-top .type{
    background-color: #279300;
}
.popup_gallery .tooltip-top .type{
    background-color: #be0082;
}
.popup_cruise .tooltip-top .type{
    background-color: #008c7c;
}
.tooltip-top.link{
    cursor: pointer;
}
.popup_item_located .tooltip-body a{
    float: right;
    font-weight: bold;
    font-size: 120%;
    color: white!important;
    background-color: #0078a8;
    padding: 5px 10px;
    border-radius: 5px;
}
.popup_vertex.simple{
    min-width: 180px !important;
    width: auto !important;
}
.popup_vertex.simple .leaflet-popup-content{
    width: auto!important;

}
.popup_vertex.simple .leaflet-popup-content .tooltip-top{
    display: none;!important;
    height: 0 !important;
    padding: 0;
    position:absolute;
}
.popup_vertex.simple .leaflet-popup-content .tooltip-body{
    text-align: center!important;
    min-width: 180px !important;
    width: auto !important;
}
.popup_departure .leaflet-popup-content-wrapper{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: white!important;
    background: #0b3e6f!important;
    padding: 5px 10px;
    border-radius: 5px;
}
.popup_departure .leaflet-popup-tip{
    background: #0b3e6f!important;
}
.map-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 10000;
    display: flex;
    align-items: center;
}
#map-spinner{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
#map-spinner path {
    transform-origin: center center;
    animation: 1s linear infinite rotate;
}
@keyframes rotate { from { transform: rotate(0); } to { transform: rotate(360deg); }  }
#map.mapnotinit, #windy.mapnotinit{
    background: #e8e8e8;
    display: flex;
}
#map.mapnotinit div, #windy.mapnotinit div{
    margin: auto;
    text-align: center;
    font-style: italic;
}
#map-wrapper .tracking-warning{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 108, 0, 0.9);
    padding: 10px 40px 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    z-index: 1500;
}
#map-wrapper .tracking-warning #tracking-warning-close{
   cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}




.leaflet-resp-popup-north .leaflet-popup-tip {
    box-shadow: none;
}



.leaflet-resp-popup-south .leaflet-popup-tip-container {
    top: 0;
    margin-top: -20px;
}

.leaflet-resp-popup-south .leaflet-popup-tip {
    margin: 11px auto 0;
    box-shadow: none;
}



.leaflet-resp-popup-west .leaflet-popup-tip-container {
    right: 0;
    margin-right: -20px;
    left: 100%;
    margin-left: -2px;
    top: 50%;
    margin-top: 11px;
}

.leaflet-resp-popup-west .leaflet-popup-tip {
    margin: 1px -8px 0 -8px;
    box-shadow: none;
}



.leaflet-resp-popup-east .leaflet-popup-tip-container {
    width: 20px;
    left: 2px;
    top: 50%;
    margin-top: 11px;
}

.leaflet-resp-popup-east .leaflet-popup-tip {
    margin: 0 11px;
    box-shadow: none;
}



.leaflet-resp-popup-south-east .leaflet-popup-tip-container {
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: -20px;
}

.leaflet-resp-popup-south-east .leaflet-popup-tip {
    margin: 11px 11px 11px -8px;
    box-shadow: none;
}

.leaflet-resp-popup-south-east .leaflet-popup-content-wrapper {
    border-radius: 0 20px 20px 20px;
}



.leaflet-resp-popup-east-south .leaflet-popup-tip-container {
    width: 20px;
    left: 0;
    top: 0;
}

.leaflet-resp-popup-east-south .leaflet-popup-tip {
    margin: -8px 11px;
    box-shadow: none;
}

.leaflet-resp-popup-east-south .leaflet-popup-content-wrapper {
    border-radius: 0 20px 20px 20px;
}



.leaflet-resp-popup-north-east .leaflet-popup-tip-container {
    left: 0;
    margin-left: 0;
    margin-top: -1px;
}

.leaflet-resp-popup-north-east .leaflet-popup-tip {
    margin: -8px 11px 11px -8px;
    box-shadow: none;
}

.leaflet-resp-popup-north-east .leaflet-popup-content-wrapper {
    border-radius: 20px 20px 20px 0;
}



.leaflet-resp-popup-east-north .leaflet-popup-tip-container {
    left: 0;
    margin-left: -20px;
    margin-top: -20px;
}

.leaflet-resp-popup-east-north .leaflet-popup-tip {
    margin: 11px 11px 11px 11px;
    box-shadow: none;
}



.leaflet-resp-popup-north-west .leaflet-popup-tip-container {
    width: 20px;
    margin-right: 0;
    margin-top: -1px;
    left: 100%;
    right: 0;
}

.leaflet-resp-popup-north-west .leaflet-popup-tip {
    margin: -8px 11px 11px 11px;
    box-shadow: none;
}

.leaflet-resp-popup-north-west .leaflet-popup-content-wrapper {
    border-radius: 20px 20px 0 20px;
}



.leaflet-resp-popup-west-north .leaflet-popup-tip-container {
    margin-left: 0;
    margin-top: -20px;
    left: 100%;
    right: 0;
}

.leaflet-resp-popup-west-north .leaflet-popup-tip {
    margin: 11px 11px 0px -8px;
    box-shadow: none;
}

.leaflet-resp-popup-west-north .leaflet-popup-content-wrapper {
    border-radius: 20px 20px 0 20px;
}



.leaflet-resp-popup-south-west .leaflet-popup-tip-container {
    width: 20px;
    left: 100%;
    top: 0;
    margin-top: -20px;
}

.leaflet-resp-popup-south-west .leaflet-popup-tip {
    margin: 11px 11px 11px 11px;
    box-shadow: none;
}

.leaflet-resp-popup-south-west .leaflet-popup-content-wrapper {
    border-radius: 20px 0 20px 20px;
}



.leaflet-resp-popup-west-south .leaflet-popup-tip-container {
    margin-left: 0;
    margin-right: -20px;
    left: 100%;
    right: 0;
    top: 0;
}

.leaflet-resp-popup-west-south .leaflet-popup-tip {
    margin: -8px;
    box-shadow: none;
}

.leaflet-resp-popup-west-south .leaflet-popup-content-wrapper {
    border-radius: 20px 0 20px 20px;
}

#map-wrapper #map-infos.lower-right{
    bottom: 20px;
    right: 20px;
}
#map-wrapper #map-infos.lower-left{
    bottom: 20px;
    left: 20px;
}
#map-wrapper #map-infos.upper-right{
    top: 20px;
    right: 20px;
}
#map-wrapper #map-infos.upper-left{
    top: 20px;
    left: 20px;
}
.skipperblogs-wp #map-infos.lower-right{
    bottom: 0!important;
    right: 0!important;
}
.skipperblogs-wp #map-infos.lower-left{
    bottom: 0!important;
    left:0!important;
}
.skipperblogs-wp #map-infos.upper-right{
    top: 0!important;
    right: 0!important;
}
.skipperblogs-wp #map-infos.upper-left{
    top: 0!important;
    left: 0!important;
}
#map-wrapper #map-infos{
    max-width: 33%;
    z-index: 1000;
    background: rgba(255,255,255,0.3);
    padding: 12px;
    border-radius: 5px;
    line-height: 1rem;
    font-size: 0.8rem;
}
#map-wrapper.skipperblogs-wp{
    position:relative!important;
}
#map{
    height: 100%;
    width: 100%;
}
#map-wrapper .sb-logo{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}
#map-wrapper .sb-logo span{
    position: absolute;
    left: 39px;
    top: 52px;
    text-decoration: none;
    color: black;
    font-size: 15px;

}

#map-wrapper .sb-logo img{
    height: 5vw;
    max-height: 40px;
    max-width: 100%;
}
@media screen and (max-width: 1000px){
    #map-wrapper #map-infos{
        font-size: 13px;
        max-width: 40vw;
    }
}
@media screen and (max-width: 900px){
    #map-wrapper #map-infos{
        font-size: 12px;
        max-width: 45vw;
    }
    #map-wrapper .sb-logo span{
        position: absolute;
        left: 34px;
        top: 47px;
    }
}
@media screen and (max-width: 800px){
    #map-wrapper #map-infos{
        font-size: 11px;
        max-width: 55vw;
    }
    #map-wrapper .sb-logo img{
        height: 17vw;
        max-height: 35px;
    }
    #map-wrapper .sb-logo span{
        position: absolute;
        left: 40px;
        top: 52px;
    }
}
@media screen and (max-width: 700px){
    #map-wrapper #map-infos{
        font-size: 10px;
        max-width: 60vw;
    }
    #map-wrapper .sb-logo img{
        height: 10vw;
        max-height: 30px;
    }

    #map-wrapper .sb-logo span{
        position: absolute;
        left: 15%;
        top: 92%
    }
}
@media screen and (max-width: 350px){
    #map-wrapper .sb-logo span{
        display: none;
    }
}
#map-wrapper .sb-logo{
    width: 150px;
    max-width: 20%;
    position: absolute;
    top: 10px;
    z-index: 700;
    right: 10px;
}
.skipperblogs-wp .fa-crosshairs{
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 4px;
    background-image: url('./map-icons/crosshairs.svg');
}
.skipperblogs-wp .waypoint-marker .fa-comment{
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 5px;
    background-image: url('./map-icons/comment-white.svg');
}

.skipperblogs-wp .leaflet-control.ruler a{
    background-image: url('./map-icons/ruler.svg')!important;
}
.skipperblogs-wp .leaflet-control.day-night-toggle a{
    background-image: url('./map-icons/day-night.svg')!important;
}
.skipperblogs-wp .tooltip-body .fa-comment{
    width: 14px;
    height: 14px;
    display: inline-block;
}
.skipperblogs-wp .tooltip-top .fa-location-arrow{
    width: 14px;
    height: 14px;
    display: inline-block;
}
.skipperblogs-wp .fa.fa-comment::before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='white' d='M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E");
}
.skipperblogs-wp .fa.fa-crosshairs::before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M500 224h-30.4C455.7 130.3 381.7 56.3 288 42.4V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v30.4C130.3 56.3 56.3 130.3 42.4 224H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h30.4C56.3 381.7 130.3 455.7 224 469.6V500c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-30.4C381.7 455.7 455.7 381.7 469.6 288H500c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12zM288 404.6V364c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40.6C165.8 392.2 119.8 346.2 107.4 288H148c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40.6C119.8 165.8 165.8 119.8 224 107.4V148c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40.6C346.2 119.8 392.2 165.8 404.6 224H364c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40.6C392.2 346.2 346.2 392.2 288 404.6zM288 256c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-17.7 14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");
}
.skipperblogs-wp .fa.fa-location-arrow{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='white' d='M444.5 3.5L28.7 195.4c-48 22.4-32 92.8 19.2 92.8h175.9v175.9c0 51.2 70.4 67.2 92.8 19.2l191.9-415.8c16-38.4-25.6-80-64-64z'/%3E%3C/svg%3E");

}
