.iletisim-wrapper {
	width: 100%;
	position: relative; 
}

.iletisim {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.sayfa-text {
	width: 35%;
	float: right;
	margin-left: 5%;
	margin-right: 10%;
	text-align: justify;
	margin-bottom: 50px;
	max-width: 960px;
}
.iletisim-map {
	width: 40%;
	float: left;
	margin-left: 10%;
	height: 380px;
	margin-bottom:25px;
}
.adres-line {
	margin: 10px;
}
.sayfa-text.adres {
	padding-top: 10px;
}
.sayfa-text.adres h2 {
	font-family: 'novecentowidedemibold';
	color: #403e3e;
	font-weight: bold;
	font-size: 19px;
	width: 60px;
	float: left;
	margin-top: 50px;
}
.sayfa-text.adres p {
	font-family: 'Arimo';
	color: #333;
	font-size: 13px;
	padding-left: 10px;
	float: left;
}
.sayfa-text.adres a {
	font-family: 'Arimo';
	font-weight: bold;
	color: #666;
	font-size: 1em;
	padding-left: 10px;
	float: left;
}
.sayfa-text.adres a:hover {
	color: #0C8596;
}
.sayfa-text table {
	border: 1px solid #ddd;
	margin: 20px 5px;
}
.sayfa-text td {
	padding: 5px 10px;
	border: 1px solid #bbb;
}
.sayfa-text tr+tr:nth-child(even) {
	background: #e5e5e5;
}
.sayfa-text tr:nth-child(1) {
	background: #0C8596;
}
.sayfa-text tr:nth-child(1) td {
	color: #fff;
}
.sayfa-header {
	max-width: 960px;
	height: 0;
	border: 1px solid #11a8a2;
	text-align: center;
	margin: 0px auto;
	margin-top: 35px;
	margin-bottom: 0px;
	width: 90%;
}

.sayfa-header h1 {
	font-size: 35px;
	text-align: center;
	color: black;
	letter-spacing: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.iletisim-border{
	width: 50%;
	border-bottom: 1px solid #9b9b9b;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 85px;
}

.p2{
}


@media screen and (max-width:800px){
	.iletisim-map {
	    width: 80%;
	}
	.sayfa-text {
	    width: 80%;
	}
	.sayfa-header h1 {
    	font-size: 30px;
   }
}
@media screen and (max-width:500px){
	.sayfa-header h1 {
    	font-size: 25px;
   }
   .iletisim-border {
	    margin: 70px auto 20px;
	}
	.iletisim-map {
	    width: 90%;
	    margin-left: 5%;
	}
	.sayfa-text {
	    width: 90%;
	    margin-right: 5%;
	}
}