@charset "utf-8";
/* CSS Document */
.map-content {
	width:100%;
	height:700px
}
.locationMenu{
	position:absolute;
	width:180px;
	top:36%;
	right:0px;
	z-index:51;
}
.locationMenu .menuCont {
	margin-bottom:1px;
	width:160px;
	padding:10px;
	background-color:#e65923;
	color:#FFFFFF;
	font-family: 'Comfortaa', cursive;
	font-size:12px;
	cursor:pointer;
}
.locationMenu .menuCont:hover {
	background-color:#a72a03;
}
@media only screen and (max-width: 768px) {
.locationMenu {
	display:none;
}

.logoCont {
	position: fixed;
	width: 79px;
	z-index: 100;
	top: 0;
}
.logoCont img{
	width:100%;
	height:auto;	
}

}

