body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Exo', sans-serif;
	background: url(../img/bg.png) no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
*:focus{outline:none;}
a {
	text-decoration: none;
}

ul,li {
	list-style: none;
}


.orta {
	width: 1030px;
	margin: 0 auto;
}

.ust {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin-left: 20%;
	width: 700px;
}

.ust li {
	float: left;
	padding: 20px;
	width: 189px;
}

.elif {
	background: url(../img/elifba.png) no-repeat;
	height: 220px;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.elif:hover {
	background: url(../img/elifba-hover.png) no-repeat;
	position: relative;
	z-index: 2;
	height: 220px;
	cursor: pointer;
}

.akilli {
	background: url(../img/akilli.png) no-repeat;
	height: 253px;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.akilli:hover {
	background: url(../img/akilli-hover.png) no-repeat;
	position: relative;
	z-index: 2;
	height: 253px;
	cursor: pointer;
}

.google {
	background: url(../img/google.png) no-repeat;
	height: 253px;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.google:hover {
	background: url(../img/google-hover.png) no-repeat;
	position: relative;
	z-index: 2;
	height: 253px;
	cursor: pointer;
}

.ortakisim {
	width: 100%;
	height: 435px;
	background: url(../img/orta.png) no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.siniflar {
	display: inline-block;
}

.siniflar li {
	float: left;
	padding: 20px;
	position: relative;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.siniflar li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.destek {
	background: url(../img/destek.png) no-repeat;
	width: 406px;
	height: 118px;
	text-align: center;
	margin: auto;
	position: relative;
	margin-top: -60px;
	display: block;
}

.destek li {
	float: left;
	padding: 10px;
}

.aciklama a{color:#8E2530;}



.aciklama{
text-align: center;
font-size: 18px;
color: #242424;
font-weight: 400;
letter-spacing: 1px;}

h1 {
	font-size: 24px;
	color: #fae6c3;
	font-weight: 300;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #f3e0b4;
	text-transform: uppercase;
}
