.map {
	height:600px;
	border:16px solid #fff;
}
.map-legend {
	text-align:center;
}
.location {
	padding:24px;
	border-left:16px solid #fff;
	border-right:16px solid #fff;
	background-size:cover;
	background-position:center center;
	position:relative;
	color:white;
}
.location::after {
	content:"";
	background-color:inherit;
	opacity:.65;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.location--inner {
	position:relative;
	z-index:1;
}
.location img {
	display:inline-block;
	margin:24px 0 12px;
	/* setting width and height instead results in a strange behavior in Safari */
	-webkit-transform:scale(2);
	transform:scale(2);
}

@media screen and (min-width: 1024px) {

	.map, .map-legend {
		height:700px;
        width:100%;
	}

	.map-legend, .location {
		display:flex;
		flex-direction:column;
	}
	.location {
		border-left:none;
		min-height:50%;
		justify-content:center;
		align-items:center
	}
	.location-1 {
		border-top:16px solid white;
	}
	.location-2 {
		border-bottom:16px solid white;
	}
}

/* if using sprites */
.marker-icon {
	background-image:url("img/markers/svg/Arrows.svg");
	display:inline-block;
	width:48px;
	height:48px;
	margin:24px 0 12px;
	/* setting background-size instead results in a strange behavior in Safari */
	-webkit-transform:scale(2);
	transform:scale(2);
}
.marker-office {
	background-position:48px 0;
}

#map_ust1 { position: relative; }

.harita_saydam_blok {
    position: absolute;
    z-index: 99;
    width:300px;
    height: 70%;
    border:1px solid;
    background-color: #FFF;
    opacity:0.8;
    filter:alpha(opacity=80);
    top: 20px;
    right:20px;
}

.harita_saydam_blok li a{
    color:#000000;
}
.harita_saydam_blok li a:hover{
    color:#FF0000;
}

.harita_title {
    height:40px;
    line-height:40px;
    padding:8px;
}
.harita_title_sol {
    float:left;
    width:250px;
}
.harita_title_sag {
    float:right;
    right:5px;
}
.harita_liste {
   width:300px;
   height: 88%;
   overflow-y: auto;
   padding:10px;
}
.harita_liste::-webkit-scrollbar {
    width: 5px;
}
.harita_liste::-webkit-scrollbar-track{
    background-color:#E0E0E0;
}

.harita_liste::-webkit-scrollbar-thumb {
    background-color:#C20017;
}
