/* required styles */

.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;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.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 {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	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 {
	-webkit-filter: inherit;
	        filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.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;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	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;
	}


/* zoom and fade animations */

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

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


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-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:         grabbing;
	}

/* marker & overlays interactivity */
.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,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.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);
	}


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


/* general toolbar styles */

.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;
	}

/* zoom control */

.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;
	}


/* layers control */

.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/vendor/leaflet/dist/layers.png?a6137456ed160d7606981aa57c559898);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/vendor/leaflet/dist/layers-2x.png?4f0283c6ce28e888000e978e537a6a56);
	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;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/images/vendor/leaflet/dist/marker-icon.png?2273e3d8ad9264b7daa5bdbf8e6b47f8);
	}


/* attribution and scale controls */

.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;
	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;
	}


/* popup */

.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;
	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;
	}


/* div icon */

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


/* Tooltip */
/* Base styles for the element that has a tooltip */
.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: "";
	}

/* Directions */

.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;
	}
/* Fonts */

/* Bootstrap media queries */

/* Time and motion */

.range-slider {
  width: calc(100% - 30px);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 75px auto 0 auto;
  padding-right: 52px;
}

@media only screen and (min-width: 993px) and (max-width: 5000px) {
  .range-slider {
    width: calc(100% - 560px);
    left: inherit;
    right: 30px;
    margin-top: 30px;
    padding-right: 49px;
  }
}

@media only screen and (max-width: 991.98px) {
  .range-slider {
    margin-top: 0;
    bottom: 80px;
  }
}

.range-slider .range-slider__range {
  -webkit-appearance: none;
  width: 85%;
  height: 6px;
  border-radius: 5px;
  background: white;
  outline: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 993px) and (max-width: 5000px) {
  .range-slider .range-slider__range {
    width: 94%;
  }
}

.range-slider .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f3f7fa;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider .range-slider__range::-webkit-slider-thumb:hover {
  background: #74AADC;
}

.range-slider .range-slider__range:active::-webkit-slider-thumb {
  background: #74AADC;
}

.range-slider .range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #74AADC;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider .range-slider__range::-moz-range-thumb:hover {
  background: #ddab00;
}

.range-slider .range-slider__range:active::-moz-range-thumb {
  background: #ddab00;
}

.range-slider .range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #ddab00;
}

.range-slider .range-slider__value {
  top: -11px;
  position: absolute;
  width: 80px;
  height: 50px;
  color: #74AADC;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #f3f7fa;
  padding: 10px 10px;
  font-size: 23px;
  font-weight: 600;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  right: 0;
}

@media only screen and (min-width: 993px) and (max-width: 5000px) {
  .range-slider .range-slider__value {
    width: 60px;
  }
}

.range-slider .range-slider__value .month {
  font-size: 16px;
}

::-moz-range-track {
  background: #f3f7fa;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.sidebar {
  display: flex;
  flex-flow: row;
  z-index: 13;
  flex-flow: row;
  width: 500px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 12px 2px #383838;
  transition: left 0.3s;
}

@media only screen and (max-width: 991.98px) {
  .sidebar {
    box-shadow: none;
    position: absolute;
    flex-flow: column;
    padding-top: 50px;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  .sidebar.open {
    height: 100%;
  }
}

.sidebar .controls {
  display: flex;
  flex-direction: column;
  width: 100px;
  background: white;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .controls {
    flex-flow: row;
    width: 100vw;
    padding-top: 5px;
  }
}

.sidebar .controls .item {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  margin: 30px 0;
  padding: 1px 0;
  align-items: center;
  cursor: pointer;
  color: #A0A1A6;
  border-left: 3px solid white;
  transition: border-left-color 0.5s ease, color 0.5s ease;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .controls .item {
    margin: 0;
    margin-right: 25px;
    border: none;
    border-bottom: 3px solid white;
    height: 75px;
    width: 75px;
    justify-content: center;
  }

  .sidebar .controls .item:last-child {
    margin-right: 0;
  }
}

.sidebar .controls .item:first-child {
  margin-top: 0;
}

.sidebar .controls .item:last-child {
  margin-bottom: 0;
}

.sidebar .controls .item.active {
  border-color: #ddab00;
  color: #ddab00;
}

.sidebar .controls .item.active .image svg .st0 {
  fill: #ddab00;
}

.sidebar .controls .item:hover {
  color: #ddab00;
}

.sidebar .controls .item:hover .image svg .st0 {
  fill: #ddab00;
}

.sidebar .controls .item .image {
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .controls .item .image {
    width: 30px;
    height: 30px;
  }
}

.sidebar .controls .item .image svg {
  height: 100%;
  width: 100%;
}

.sidebar .controls .item .image svg .st0 {
  fill: #A0A1A6;
  transition: fill 0.5s ease;
}

.sidebar .controls .item:nth-child(2) .image {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .controls .item:nth-child(2) .image {
    height: 40px;
    width: 40px;
  }
}

.sidebar .sidebar-inner {
  flex: 1;
  background: #f3f7fa;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .sidebar-inner {
    width: 100vw;
  }
}

.sidebar .sidebar-inner .content {
  background: #f3f7fa;
  height: 100%;
  position: absolute;
  padding-top: 80px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .sidebar-inner .content {
    padding-top: 20px;
    height: 100%;
    overflow-y: scroll;
  }
}

.sidebar .sidebar-inner .content h1 {
  color: #74AADC;
  font-weight: 600;
  margin-bottom: 10px;
}

.sidebar .sidebar-inner .content a {
  color: #74AADC;
  font-weight: 500;
  transition: color 0.5s ease;
}

.sidebar .sidebar-inner .content a:hover {
  color: #4D4E56;
}

.sidebar .sidebar-inner .content.active {
  visibility: visible;
  opacity: 1;
}

.sidebar .sidebar-inner .content.home {
  top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: auto;
}

.sidebar .sidebar-inner .content.home .sub-header {
  color: white;
  background-color: #333c45;
  padding: 10px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 25px;
}

.sidebar .sidebar-inner .content.home .sub-header .cases,
.sidebar .sidebar-inner .content.home .sub-header .death,
.sidebar .sidebar-inner .content.home .sub-header .recovered {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

.sidebar .sidebar-inner .content.home .sub-header img {
  position: absolute;
  width: 21px;
  left: 3px;
  top: -1px;
}

.sidebar .sidebar-inner .content.home .extra-information {
  font-size: 14px;
  color: #4D4E56;
  margin-top: 20px;
}

.sidebar .sidebar-inner .content.home .phones-container {
  font-size: 14px;
  color: #4D4E56;
  margin-top: 20px;
}

.sidebar .sidebar-inner .content.home .contributors {
  font-size: 14px;
  color: #4D4E56;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sidebar .sidebar-inner .content.home .contributors .contributors-label {
  margin-top: 10px;
  font-weight: bold;
}

.sidebar .sidebar-inner .content.home .contributors a {
  display: block;
}

.sidebar .sidebar-inner .content.argentina {
  top: 0;
  display: flex;
  flex-flow: column;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .sidebar-inner .content.argentina {
    overflow-y: hidden;
  }
}

.sidebar .sidebar-inner .content.argentina .header {
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar .sidebar-inner .content.world {
  top: 0;
  display: flex;
  flex-flow: column;
}

@media only screen and (max-width: 991.98px) {
  .sidebar .sidebar-inner .content.world {
    overflow-y: hidden;
  }
}

.sidebar .sidebar-inner .content.world .header {
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar .sidebar-inner .content .list-container {
  overflow: auto;
  padding-top: 15px;
}

.sidebar .sidebar-inner .content .list-container input {
  width: calc(100% - 60px);
  padding: 10px;
  margin-left: 30px;
  margin-right: 30px;
  border: 1px solid #74AADC;
  border-radius: 3px;
  background: #f3f7fa;
  margin-bottom: 15px;
}

.sidebar .sidebar-inner .content .list-container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.sidebar .sidebar-inner .content .list-container ul li {
  padding: 10px 30px;
  border-bottom: 1px solid #e5e3e9;
  position: relative;
}

.sidebar .sidebar-inner .content .list-container ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 165px;
  display: block;
}

.sidebar .sidebar-inner .content .list-container ul li .results {
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  color: white;
  background: #333c45;
  padding: 5px 10px;
  border-radius: 15px;
}

.sidebar .sidebar-inner .content .list-container ul li .results span {
  position: relative;
  padding-left: 17px;
}

.sidebar .sidebar-inner .content .list-container ul li .results span img {
  width: 12px;
  position: absolute;
  left: 1px;
  top: 3px;
}

.statics {
  position: absolute;
  bottom: 15px;
  z-index: 11;
  right: 0;
  display: flex;
  flex-flow: column;
  left: 530px;
  width: calc(100% - 560px);
  background: white;
  border-radius: 5px;
  padding-bottom: 15px;
  transition: all 0.5s;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .statics {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.statics.closed {
  transform: translateY(94%);
}

.statics.closed .arrow {
  padding: 5px 6px;
}

.statics.closed .arrow img {
  transform: rotate(180deg);
}

.statics .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: white;
  top: -11px;
  padding: 6px;
  border-radius: 15px;
  box-shadow: 0px 1px 5px grey;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

.statics .arrow img {
  max-width: 90%;
}

.statics h4 {
  padding: 15px 30px 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}

.statics h4 span {
  color: #74AADC;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .statics .cards {
    display: flex;
  }
}

.statics .cards .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .statics .cards .row {
    flex-direction: column;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.statics .cards .row .card {
  flex: 1;
  padding: 5px;
  color: white;
  text-align: center;
  background: #74AADC;
  margin: 20px 30px;
  border-radius: 33px;
}

@media only screen and (max-width: 991.98px) {
  .statics .cards .row .card {
    padding: 5px;
    margin: 5px 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .statics .cards .row .card {
    padding: 5px;
    margin: 15px 20px;
  }

  .statics .cards .row .card:nth-last-child(2) {
    display: none;
  }

  .statics .cards .row .card:nth-last-child(1) {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .statics .cards .row .card {
    padding: 5px;
    margin: 15px 20px;
  }

  .statics .cards .row .card:nth-last-child(1) {
    display: none;
  }
}

.statics .cards .row .card .title {
  font-size: 11px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .statics .cards .row .card .title {
    font-size: 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .statics .cards .row .card .title {
    font-size: 10px;
  }
}

.statics .cards .row .card .number {
  font-size: 24px;
  color: white;
  line-height: 28px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .statics .cards .row .card .number {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .statics .cards .row .card .number {
    font-size: 20px;
    line-height: 24px;
  }
}

.statics .cards .row .card.up {
  position: relative;
}

.statics .cards .row .card.up:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: -11px;
  right: 10%;
  border-radius: 50%;
  border: 1px solid white;
  z-index: 11;
  background-image: url(/images/up-arrow-lg.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #90c51d;
  background-position: center;
}

.statics .cards .row .card.down {
  position: relative;
}

.statics .cards .row .card.down:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: -11px;
  right: 10%;
  z-index: 11;
  border: 1px solid white;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #b84d34;
  background-position: center;
  background-image: url(/images/down-arrow-lg.svg);
}

.statics .cards .row .card.yellow:after {
  background-color: #ddab00;
}

.statics .cards .row .card.green:after {
  background-color: #90c51d;
}

.statics .cards .row .card.red:after {
  background-color: #b84d34;
}

.statics .growth-cases {
  display: flex;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: flex-end;
  justify-content: space-between;
}

.statics .growth-cases span.bars {
  background: rgba(120, 171, 222, 0.2);
  flex: 1;
  margin-left: 1px;
}

.statics .growth-recovered {
  display: flex;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: flex-end;
  justify-content: space-between;
}

.statics .growth-recovered span.bars {
  background: rgba(120, 171, 222, 0.3);
  flex: 1;
  margin-left: 1px;
}

/**
    SOCIAL. copied from somewhere else
 */

.social {
  /* Non solid icons get a stroke */
  /* Solid icons get a fill */
}

.social .social-title {
  color: white !important;
}

.social .resp-sharing-button__link,
.social .resp-sharing-button__icon {
  display: inline-block;
}

.social .resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

.social .resp-sharing-button__link:first-child {
  margin-left: 0;
}

.social .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 5px 8px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.social .resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.social .resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

.social .resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

.social .resp-sharing-button__icon--solid,
.social .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.social .resp-sharing-button--twitter {
  background-color: #55acee;
}

.social .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.social .resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.social .resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.social .resp-sharing-button--facebook {
  background-color: #3b5998;
}

.social .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.social .resp-sharing-button--tumblr {
  background-color: #35465C;
}

.social .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.social .resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.social .resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.social .resp-sharing-button--google {
  background-color: #dd4b39;
}

.social .resp-sharing-button--google:hover {
  background-color: #c23321;
}

.social .resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.social .resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.social .resp-sharing-button--email {
  background-color: #777;
}

.social .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.social .resp-sharing-button--xing {
  background-color: #1a7576;
}

.social .resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.social .resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.social .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.social .resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.social .resp-sharing-button--hackernews:hover,
.social .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.social .resp-sharing-button--vk {
  background-color: #507299;
}

.social .resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.social .resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social .resp-sharing-button--facebook:hover,
.social .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.social .resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.social .resp-sharing-button--twitter:hover,
.social .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.social .resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.social .resp-sharing-button--linkedin:hover,
.social .resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.social .resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.social .resp-sharing-button--whatsapp:hover,
.social .resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

#map_container {
  position: fixed;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  #map_container {
    top: 50px;
    height: calc(100% - 50px);
  }
}

#map_container .leaflet-popup {
  font-family: "Poppins", sans-serif;
  left: -92px !important;
  bottom: 21px !important;
  width: 200px;
}

#map_container .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 5px;
  background: #ffffff;
  color: black;
  font-weight: 600;
}

#map_container .leaflet-popup .leaflet-popup-content-wrapper h4 {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 9px;
}

#map_container svg.country-marker {
  border: 2px solid white;
  border-radius: 50%;
}

#map_container svg.country-marker circle {
  fill: #74AADC;
  fill-opacity: 0.9;
}

#map_container svg.province-marker {
  border: 2px solid white;
  border-radius: 50%;
}

#map_container svg.province-marker circle {
  fill: #ddab00;
  fill-opacity: 0.9;
}

#topbar {
  position: absolute;
  top: -100%;
  background: #74AADC;
  z-index: 999;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 6px #191919;
  align-items: center;
  padding: 10px 25px;
}

@media only screen and (min-width: 0) and (max-width: 992px) {
  #topbar {
    top: 0;
  }
}

#topbar .title {
  font-size: 20px;
  color: white;
}

#topbar .menu-opener {
  cursor: pointer;
  position: relative;
  height: 12px;
  width: 35px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#topbar .menu-opener span {
  display: block;
  height: 3px;
  width: 35px;
  background-color: white;
  position: relative;
  transition: all 0.3s ease;
}

#topbar .menu-opener.open {
  justify-content: center;
}

#topbar .menu-opener.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
}

#topbar .menu-opener.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: -1px;
}

html,
body {
  overflow: hidden;
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background: #E5E0D9;
  overflow: hidden;
  height: 100%;
  position: fixed;
}

a {
  text-decoration: none;
  color: white;
}

* {
  box-sizing: border-box;
}

/**
   Scroll Bar
 */

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.no-absolute {
  margin-bottom: 30px;
}

.no-absolute .buy-me-a-coffee {
  display: flex;
  position: inherit;
}

.buy-me-a-coffee {
  display: none;
  z-index: 11;
  border-radius: 50%;
  background: #74AADC;
  width: 50px;
  height: 50px;
  bottom: 15px;
  left: 515px;
  box-shadow: 1px 1px 4px #333;
  align-items: center;
  justify-content: center;
}

.buy-me-a-coffee svg path {
  fill: #ddab00;
}

.buy-me-a-coffee svg path.white {
  fill: white;
}

.buy-me-a-coffee:hover {
  transform: rotate(15deg);
}

@media only screen and (max-width: 991.98px) {
  .buy-me-a-coffee {
    position: absolute;
    display: flex;
    width: 35px;
    height: 35px;
    bottom: auto;
    top: 70px;
    left: auto;
    right: 15px;
  }

  .buy-me-a-coffee svg {
    width: 18px;
  }
}

.leaflet-container .leaflet-control-attribution {
  max-width: 229px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991.98px) {
  .leaflet-container .leaflet-control-attribution {
    margin: 0;
    max-width: 150px;
  }
}

