@charset "UTF-8";
/* CSS Document */
.top {
	height:80px;
	padding-top:15px;
	background-color:#000000;
	color:#000;}
body {
    background-image:url(../images/bg.jpg);
}
.destek {
	font-weight:bold;
	margin-top:-10px;
    background: #000000 none repeat scroll 0 0;}
.bas {
	margin-top:20px;}
.kutu {
	margin-bottom:10px;}
.kutu-resim img {
	 -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
	}
.kutu-resim img:hover {
	-webkit-transform:scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.50); /* Firefox */
    -ms-transform:scale(1.50); /* IE 9 */
    -o-transform:scale(1.50); /* Opera */
     transform:scale(1.50);
	 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */}
.kutu-resim {
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:3px solid #ed1b24;}
.kutu-ic {
	padding:20px;
	background-color:#fff;
	padding-bottom:30px;
	}
.kutu a {
	text-decoration:none;
	font-weight:bold;
	float:right;
	margin-top:10px;
	}
.alt {
	background-color:#2A3F54;
	padding-top:20px;
	padding-bottom:20px;
	border-top:3px solid #ed1b24;}
.telif {
	font-weight:bold;
    color:#E7E7E7;}
.kat a {
	text-decoration:none;
	color:#CCCCCC;
	margin-right:10px;}
.banner {
	border-top:3px solid #ed1b24;
	border-bottom:3px solid #ed1b24;}
.sayfa {
	background-color:#fff;
	padding:30px;}
.baslik {
	background-color:#EAF1FA;
	color:#ED1B24;
	height:30px;
	line-height:30px;
	font-size:15px;
    font-weight:bold;
	text-align:center}

.sayfa img {
	border:3px solid #CCC;
	padding:5px;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
		overflow:hidden}
	.sayfa img:hover {
	
	 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */}
 .bottom {
	 margin-bottom:20px;}