/**********
MAPS CSS FILE
**********/

html {
	height: 100%;
}

BODY {
	/*overflow:hidden;*/
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY, form, h1, h2, h3, h4, h5, h6, INPUT, OL, LI, div, span {
	margin: 0;
	padding: 0;
}

#mapDiv {
	width: 100vw;
	border: 0px;
	height: 100vh;
}

/* disabling Google logo - zeev */

/*
DIV#mapDiv DIV DIV.gm-style DIV DIV {
    background: black;
}
*/

#miniMap {
	width: 320px;
	height: 186px;
	left: 0px;
	bottom: 0px;
	z-index: 1000001;
	display: none;
}

#miniMap div.drag {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	background: red;
	cursor: pointer;
}

#miniMap:hover div.drag {
	visibility: visible;
}

#miniMap div.tl {
	left: 0px;
}

#miniMap div.tr {
	right: 0px;
}

/****** mobile assets ********/

div#mobile_msg, div#mobile_icon_myloc, div#mobile_icon_parisloc, div#mobile_icon_fullscreen {
	display: none;
}