#header {
	background-color: transparent;
	height: 220px;
	margin: auto;
}

#logo {
	background-color: transparent;
	height: 200px;
	margin-left: auto;
	margin-top: 20px;
}

#menuler {
	background-color: transparent;
	margin-left: auto;
	margin-top: -120px;
}

/* NAVIGATION */
/*nav {
	width: 100%;
	margin: 0 auto;
}

nav ul {
	list-style: none;
	text-align: right;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: black;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .5s;
}
nav ul li a:hover {
	color: #555;
}*/

/* stroke */
/*nav.stroke ul li a,
nav.fill ul li a {
	position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #333;
	height: 1px;
}
nav.stroke ul li a:hover:after {
	width: 100%;
}

nav.fill ul li a {
	transition: all 2s;
}

nav.fill ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}
nav.fill ul li a:hover {
	color: red;
	z-index: 1;
}
nav.fill ul li a:hover:after {
	z-index: -10;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
}*/

#body-img {
	margin: auto;
	height: 550px;
}

#body-img-img {
	width: 55%;
	margin: auto;
	display: block;
	margin-top: 100px;
}

#a-menu {
	width: 55%;
	margin: auto;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}

#footer {
	background-color: black;
	height: 65px;
}

#info {
	
}

#info-2 {
	width: 500px;
	margin-left: auto;
	margin-top: -65px;
	padding-right: 150px;
}

#duyuru-p {
	background-color: #f3f3f3;
	margin-top: 15px;
	min-height: 635px;
}

#duyuru-b {
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row; 
}

#duyuru {
	height: 130px;
	/*background-image: url(../images/3.jpg);*/
	background-size: 770px;
	background-position-y: 370px;
}

#duyuru-img {
	height: 150px;
	float: left;
	margin-top: -10px;
	margin-left: 20px;

}

#duyuru-baslık {
	color: white;
	font-size: 30px;
	margin-left: 145px;
}

#duyuru-icerik {
	color: white;
	text-overflow: ellipsis;
	margin-left: 145px;
	margin-right: 10px;
}



#d1 {
	padding: 20px;
}

#ilet-main {
	min-height: 650px;
	margin: auto;
	background-color: #f3f3f3;
}

#ilet-kol {
	margin: auto;
	padding-top: 10px;
	min-height: 650px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}

#ilet-sut {}

#footer-10 {
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}

#icons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	color: white;
	margin-top: 15px;
}