*{
	margin:0;
	padding:0;
	border:0;
}
.pointer 
{
	cursor: pointer;
}
.logo{
	width:300px;
	margin:1.5em auto;
}
.kutu{
	height:300px;
	margin:1em;
	padding:1em 2em;
	background-color:#d0ac8c;
	border-radius: 25px;
	cursor: pointer;
}
.kutu img{
	float:right;
	max-height:200px;
}
.kutu h3{
	float:left;
	padding:.5em;
	font-weight:bold;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	
}

.video{
	border-bottom:#000 solid 3px;
	padding-bottom:2em;
}
#icerikust{
	padding-top:5em;
}

ul.irtibat li{
	list-style-type:none;
	margin:3em;
	padding-left:9em;
	line-height:30px;
	float:left;
}
ul.irtibat li a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	display: block;
}
ul.irtibat li a:hover{
	color:#f00;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;

}
ul.irtibat li span.mail{
	background:url(images/mail.png) no-repeat scroll left center;
	padding-left:30px;
}
ul.irtibat li span.phone{
	background:url(images/tel.png) no-repeat scroll left center;
	padding-left:30px;
}
ul.irtibat li span.maps{
	background:url(images/maps.png) no-repeat scroll left center;
	padding-left:30px;
	line-height:30px;
}


/*#kutu1{
	background:;
}
#kutu2{
	background:;
}
#kutu3{
	background:url(../sertifika.jpg) no-repeat scroll center;
}*/