.page-route-recorder #map {
	height: 100vh;
	position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	width: 100%;
}
header, footer {
	display: none!important;
}
.walking-marker {
	background-image: url('/mapbox-examples/walking-marker.svg');
	background-size: 27px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0;
	height: 45.5px;
	opacity: 0.8 !important;
	width: 27px;
	transition: padding-bottom 3s;
}
.walking-marker.stop {
	padding-bottom: 100px;
}
.walking-marker.stop:after {
	border-left: 2px dotted #FF6411CC;
	content: '';
	display:block;
	height: 100px;
	position: absolute;
		top:43px;
		left:12.5px;
}
.car-marker {
	background-image: url('/mapbox-examples/car-marker.svg');
	background-size: cover;
	height: 41px;
	opacity: 0.8 !important;
	width: 27px;
}
.plane-marker {
	background-image: url('/mapbox-examples/plane-marker.svg');
	background-size: cover;
	height: 46px;
	opacity: 0.8 !important;
	width: 27px;
}
#km {
	background: #fff;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #33333333;
	font-family: monospace;
	position: absolute;
		right: 20px;
		top: 20px;
	padding: 10px;
	z-index: 10;
}
.page-route-recorder h1 {
	background: #00000099;
	border-radius: 0;
	color: #fff;
	font-family: verdana;
	font-size: 21px;
	position: absolute;
		top: 0;
	padding: 10px 0;
	text-align: center;
	width:100%;
	z-index: 10;
}
.r24k-rc-poi-marker-icon.city,
.r24k-rc-modal-poi-marker.city,
.r24k-rc-poi-marker.city {
	background-image: url( "https://dev.routecreator.io/wp-content/plugins/r24k-route-creator/routecreator/includes/icons/markers/city-poi-shadow.svg");
}
.r24k-rc-poi-marker.city:before {
	border:2px solid #fff;
	border-radius: 5px;
	content: "Neuville en Ferrain";
	display: inline-block;
	position: absolute;
	bottom:50px;
	right:0;
	padding: 4px 15px;
	background: blue;
	color: #fff;
	text-align: center;
	width: auto;
	min-width: 150px
}
.r24k-rc-red-dot-marker {
	background: #F00;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	display: block;
}
.r24k-rc-modal-poi-marker-icon,
.r24k-rc-poi-marker,
.r24k-rc-poi-marker-icon,
.r24k-rc-map-marker-icon,
.mapboxgl-marker.r24k-rc-map-marker {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 45px;
	width: 26px;
}
#poi-point-billboard {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 10px #33333333;
	height: auto;
	opacity: 0;
	position: fixed;
		right: 20px;
		top: 160px;
	width: 30%;
	z-index: 100;
	transition: background-image 3s;
}
#poi-point-billboard h4 {
	background: #00000055;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
    text-transform: none;
}
#poi-point-billboard div {
	background-position: center;
	background-size: cover;
	height: 220px;
	margin: auto;
	width: calc(100% - 20px);
}
#poi-point-billboard span {
	display: block;
	padding: 10px;
}
#image {
	border-radius: 5px;
	box-shadow: 3px 3px 10px #33333333;
	width:300px;
	position:absolute;
	z-index:10;
	top:80px;
	left:60px;
}
#mapInset {
	border-radius: 5px;
	height: 180px;
	width:250px;
	max-width:100%;
	opacity: 1;
	pointer-events: none;
	position: fixed;
		bottom:50px;
		right:30px;
	transition: opacity 3s ease-in-out;
	z-index: 1;
}
#mapInset .mapboxgl-ctrl-bottom-left{
	display: none;
}
@media (max-width: 800px) {

	#mapInset {
		bottom: 40px;
		height: 200px;
		right: 10px;
		width: 160px
	}

	#km {
		position: fixed;
		bottom: 48px;
		right: 15px;
		top: unset;
		padding: 0 5px;
	}
	#poi-point-billboard {
		display: none;
	}
}
@media (max-width: 640px) {
	h1 {
		font-size: 12px;
		font-weight: normal;
	}
}
@media(max-width:480px){
	.page-route-recorder h1 {
		font-size: 16px;
	}
	#road-sign {
		font-size: 26px !important;
    	height: 40px !important;
    	line-height: 40px !important;
		top:12px;
	}
}
