.harita {
	margin-top: 1px;
	background-color: #f5f5f5;
	height: 360px;
}
.harita iframe {
	width: 100% !important;
	height: 360px;
}
.contact-container {
	margin-bottom: 15px;
}
.contact-container h5 {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #666666;
	margin: 24px 0 0 0;
	padding: 4px 0 4px 32px;
	background-position: left center;
	background-repeat: no-repeat;
}
.contact-container span {
	display: block;
	padding-left: 32px;
}
.contact-container .adres {background-image: url(res/koyu/adres.png);}
.contact-container .telefon {background-image: url(res/koyu/telefon.png);}
.contact-container .gsm {background-image: url(res/koyu/gsm.png);}
.contact-container .eposta {background-image: url(res/koyu/eposta.png);}
.contact-container .message {background-image: url(res/message.png);}

@media all and (max-width: 768px) {
	
	.harita {
		height: 240px;
	}
	.harita iframe {
		height: 240px;
	}
	
} /* eo media */
