
footer{
	width:100%;
	min-height:600px;
	float:left;
	overflow:hidden;
	position:relative;
	background-color:black;
}

.iletisim{
	width:48%;
	float:left;
	position:relative;
	margin:1%;
}

.iletisim .il_s{
	width:100%;
	float:left;
	position:relative;
	height:50px;
	border-bottom:1px solid #fff;
}

.iletisim .il_s p{
	width:100%;
	float:left;
	position:relative;
	line-height:17px;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	margin:0;
	padding:0;
}

input[type=text]{
	width:100%;
	height:50px;
	float:left;
	position:relative;
	background-color:#000;
	outline:none;
	border:none;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:0 8px;
	margin:3px 0;
}

textarea{
	width:100%;
	max-height:150px;
	min-height:150px;
	float:left;
	position:relative;
	background-color:#000;
	outline:none;
	border:none;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:8px;
	margin:3px 0;
}

input[type=submit]{
	width:100%;
	height:50px;
	float:left;
	position:relative;
	background-color:#000;
	outline:none;
	border:none;
	border:1px solid #fff;
	color:#fff;
	margin:3px 0;
	cursor:pointer;
}






.harita{
	width:100%;
	height:350px;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}











@media screen and (max-width: 533px), screen and (max-device-width: 533px) {

.iletisim{
	width:98%;
	float:left;
	position:relative;
	margin:30px 1%;
}


.harita{
	width:100%;
	height:350px;
	float:left;
	position:relative;
}





}










