#map {
	max-width: 1050px;
	height: 650px;
	position: relative;
	margin: auto;
	top:-50px;
}
#map svg {
	position: relative;
	left: 0px;
}
svg > a {
	cursor: pointer;
	display: block;
}
text {
	pointer-events: none;
	font: 12px/20px Arial, sans-serif!important;
}
image {
	pointer-events: none;
}
path+text+image, path:hover+text {
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
path:hover+text+image {
	opacity: 1;
}
#map-detail {
	max-width: 940px;
	margin: 0 auto;
	border: 1px solid #ddd;
	position: relative;
	margin-top: -50px;
}
.sehir {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	text-align: center;
	padding: 20px;
}
.sehir2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #f2f2f2;
	color: #000;
	text-align: center;
	padding: 10px;
}
.gsmcontact {background:#CC0000; border-top:3px solid #B28F00; border-right:3px solid #B28F00;  border-left:3px solid #DEB96B; border-bottom:3px solid #DEB96B; display:block; padding:8px 10px;}
.gsmcontact:hover {background-color: #000; border-top:3px solid #DEB96B; border-right:3px solid #DEB96B;  border-left:3px solid #B28F00; border-bottom:3px solid #B28F00; display:block; padding:8px 10px;}
.wacontact {background-color: #339900; border-top:3px solid #B28F00; border-right:3px solid #B28F00;  border-left:3px solid #DEB96B; border-bottom:3px solid #DEB96B; display:block; padding:8px 10px;}
.wacontact:hover {background-color: #000; border-top:3px solid #DEB96B; border-right:3px solid #DEB96B;  border-left:3px solid #B28F00; border-bottom:3px solid #B28F00; display:block; padding:8px 10px;}
.waycontact {background-color: #CCC; padding:10px;}
.waycontact:hover {background-color: #CCC; display:block}
.wscontact {background-color: #006699; border-top:3px solid #B28F00; border-right:3px solid #B28F00;  border-left:3px solid #DEB96B; border-bottom:3px solid #DEB96B; display:block; padding:8px 10px;}
.wscontact:hover {background-color: #000; border-top:3px solid #DEB96B; border-right:3px solid #DEB96B;  border-left:3px solid #B28F00; border-bottom:3px solid #B28F00; display:block; padding:8px 10px;}
.wsycontact {background-color: #CCC; padding:10px;}
.wsycontact:hover {background-color: #CCC; display:block}


#map-detail>ul {
	display: none;
}
select {
	width: 320px;
	height: 40px;
	margin: 0 auto;
	font: 16px 'Roboto Condensed', Arial, sans-serif;
	color: #555;
	padding: 0 10px;
	background: #fff url('select.jpg') right center no-repeat;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	text-indent: 0.01px;
	text-overflow: "";
}
 select::-ms-expand {
display:none;
}
.servis {
	max-height: 100%px;
	overflow: auto;
}
.servis ul {
	display: none;
}
#map-detail ul {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ddd;
}
#map-detail ul li {
	max-height: 400px;
	overflow: hidden;
	padding: 0;
}
#map-detail ul strong {
	display: block;
	font: bold 20px 'Roboto Condensed', Arial, sans-serif;
	color: #555;
}
#map-detail ul p {
	font: 14px/20px 'Roboto Condensed', Arial, sans-serif;
	color: #555;
	margin: 5px 0;
}
#map-detail ul p.adres:before {
	content: 'ADRES: ';
	font-weight: bold;
	color: #FF0000;
}
#map-detail ul p.eposta:before {
	content: 'E-POSTA: ';
	font-weight: bold;
	color: #FF0000;
}
#map-detail ul p.telefon:before {
	content: 'TEL: ';
	font-weight: bold;
	color: #FF0000;
}
#map-detail ul p.gsm:before {
	content: 'GSM: ';
	font-weight: bold;
	color: #FF0000;
}
#map-detail ul p.whatsapp:before {
	content: 'WHATSAPP: ';
	font-weight: bold;
	color: #FF0000;
}
#map-detail ul p.fax:before {
	content: 'FAX: ';
	font-weight: bold;
	color: #FF0000;
}
 @media screen and (min-device-width:900px), screen and (min-width:900px) {
#map {
	width: 1050px;
}
#map svg {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
}
 @media screen and (min-device-width:600px) and (max-device-width:899px), screen and (min-width:600px) and (max-width:899px) {
#map {
	display: none;
}
#map-detail {
	width: 500px;
	margin-top: 50px;
}
select {
	width: 100%;
}
}
 @media screen and (min-device-width:481px) and (max-device-width:599px), screen and (min-width:481px) and (max-width:599px) {
#map {
	display: none;
}
#map-detail {
	width: 480px;
	margin-top: 50px;
}
select {
	width: 100%;
}
}
 @media screen and (min-device-width:320px) and (max-device-width:480px), screen and (min-width:320px) and (max-width:480px) {
#map {
	display: none;
}
#map-detail {
	width: 320px;
	margin-top: 50px;
}
select {
	width: 100%;
}
}
@media screen and (max-width: 320px) {
#map {
	display: none;
}
#map-detail {
	width: 280px;
	margin-top: 50px;
}
select {
	width: 100%;
}
}


