.harita{
	width:100%;
	float:left;
	height:600px;
}

content{
	width:100%;
	min-height:100%;
	float:left; 
	left:0;
	margin-top:60px;
	padding:0;
	background-color:#fff;
}

.bilgiler{
	width:48%;
	float:left;
	margin:1%;
}

.bilgiler h2{
	width:100%;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	font-family:antonioregular;
}

.bilgiler p{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	padding:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	margin-top:-1px;
}

.mesaj{
	width:48%;
	float:left;
	margin:1%;
}


.mesaj h2{
	width:100%;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	font-family:antonioregular;
}

input[type=submit]{
	width:100%;
	border:none;
	outline:none;
    background-color: #3d3d3d;
	border:1px solid #3d3d3d;
    color: #ddd;
    padding: 16px 0;
    text-decoration: none;
    margin: 4px 0;
    cursor: pointer;
}


input[type=submit]:hover{
	width:100%;
    background-color: #ededed;
    color: #3d3d3d;
    padding: 16px 0;
    text-decoration: none;
    margin: 4px 0;
    cursor: pointer;
	border:1px solid #3d3d3d;
}


input[type=text]{
	width:100%;
    background-color: #fff;
    color: #3d3d3d;
    padding:10px 1%;
    text-decoration: none;
    margin:4px 0;
	border-radius:1px;
	border:none;
	outline:none;
	border-bottom:1px solid #3d3d3d;
}

textarea{
	width:100%;
	height:100px;
    background-color: #fff;
    color: #3d3d3d;
    padding: 10px 1%;
    text-decoration: none;
    margin:4px 0;
	border-radius:1px;
	border:none;
	outline:none;
	border-bottom:1px solid #3d3d3d;
}





input[type=submit]:active{
	border:none;
}


input[type=text]:focus{
	border-bottom:1px solid #ba1817;
}

textarea:focus{
	border-bottom:1px solid #ba1817;
}




@media screen and (max-width: 1366px), screen and (max-device-width: 1366px) {
	
.harita{
	width:100%;
	float:left;
	height:350px;
}

}





@media screen and (max-width: 736px), screen and (max-device-width: 736px) {
	
.harita{
	width:100%;
	float:left;
	height:350px;
}



.bilgiler{
	width:98%;
	float:left;
	margin:1%;
}

.mesaj{
	width:98%;
	float:left;
	margin:1%;
}

}










































