/* haber resim */
.haber_resim-hover {overflow: hidden;padding:0;}
.haber_resim-hover li {
    display: inline-block;
    margin: 0 8px 4px auto;
    position: relative;
    z-index:0;
    width:279px;
    height:162px;
    overflow: hidden;
}
.haber_resim-hover li img {
    margin: 0 8px 8px 0;
    width: 279px;
    height: 162px;
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.haber_resim-hover li:hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	/*
	 transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
	*/
}
.haber_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 279px;height: 162px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.haber_resim-hover li .hover {position: absolute;width: 279px;height: 162px;background: #000000; opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;z-index:10;
}
.haber_resim-hover li a:hover .hover { opacity: 0.6; filter: alpha(opacity=60); }
.haber_resim-hover li a i {
    display: block;
    position: absolute;
    width: 279px;
    height: 162px;
    font-size: 40px;
    color: white;
    line-height: 4.3;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center;
}
.haber_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* haber resim */
/* urun_kategori_resim */
.urun_kategori_resim-hover {overflow: hidden;padding:0;}
.urun_kategori_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width:1022px;
    height:227px;
    overflow: hidden;
}
.urun_kategori_resim-hover li img {
    margin: 0 8px 8px 0;
    width: 1022px;
    height: 227px;
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.urun_kategori_resim-hover li:hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	/*
	 transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
	*/
}
.urun_kategori_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 1022px;height: 227px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.urun_kategori_resim-hover li .hover {position: absolute;width: 1022px;height: 227px;background: #000000; opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;z-index:10;
}
.urun_kategori_resim-hover li a:hover .hover { opacity: 0.6; filter: alpha(opacity=60); }
.urun_kategori_resim-hover li a i {
    display: block;
    position: absolute;
    width: 1022px;
    height: 227px;
    font-size: 40px;
    color: white;
    line-height: 6;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center;
}
.urun_kategori_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* urun_kategori_resim */
/* index_resim */
.index_resim-hover {overflow: hidden;padding:0;}
.index_resim-hover li {
    display: inline-block;
    margin: 0 8px 4px auto;
    position: relative;
    z-index:0;
    width:258px;
    height:337px;
    overflow: hidden;
}
.index_resim-hover li img {
    margin: 0 8px 8px 0;
    width: 258px;
    height: 337px;
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index_resim-hover li:hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	/*
	 transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
	*/
}
.index_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 258px;height: 337px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.index_resim-hover li .hover {position: absolute;width: 258px;height: 337px;background: #000000; opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;z-index:10;
}
.index_resim-hover li a:hover .hover { opacity: 0.6; filter: alpha(opacity=60); }
.index_resim-hover li a i {
    display: block;
    position: absolute;
    width: 258px;
    height: 337px;
    font-size: 40px;
    color: white;
    line-height: 8.5;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center;
}
.index_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* index_resim */
/* galeri_resim */
.galeri_resim-hover {overflow: hidden;padding:0;}
.galeri_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width:329px;
    height:284px;
    overflow: hidden;
}
.galeri_resim-hover li img {
    margin: 0 8px 8px 0;
    width: 329px;
    height: 284px;
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.galeri_resim-hover li:hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	
	 transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
	
}
.galeri_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 329px;height: 284px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.galeri_resim-hover li .hover {position: absolute;width: 329px;height: 284px;background: #000000; opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;z-index:10;
}
.galeri_resim-hover li a:hover .hover { opacity: 0.6; filter: alpha(opacity=60); }
.galeri_resim-hover li a i {
    display: block;
    position: absolute;
    width: 329px;
    height: 284px;
    font-size: 40px;
    color: white;
    line-height: 7;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center;
}
.galeri_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* galeri_resim */
/* urunler_resim */
.urunler_resim-hover {overflow: hidden;padding:0;}
.urunler_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width:320px;
    height:256px;
    overflow: hidden;
}
.urunler_resim-hover li img {
    margin: 0 8px 8px 0;
    width: 320px;
    height: 256px;
    overflow: hidden;
    box-shadow:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.urunler_resim-hover li:hover img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	/*
	 transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
	*/
}
.urunler_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 320px;height: 256px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.urunler_resim-hover li .hover {position: absolute;width: 320px;height: 256px;background: #000000; opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;z-index:10;
}
.urunler_resim-hover li a:hover .hover { opacity: 0.6; filter: alpha(opacity=60); }
.urunler_resim-hover li a i {
    display: block;
    position: absolute;
    width: 320px;
    height: 256px;
    font-size: 40px;
    color: white;
    line-height: 256px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align:center;
}
.urunler_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* urunler_resim */