/* referanslar resim */
.referanslar_resim-hover {overflow: hidden;padding:0;}
.referanslar_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width: 244px;
    height: 181px;
    overflow: hidden;
}
.referanslar_resim-hover li img {
    /*margin: 0 8px 8px 0;*/
    width: 244px;
    height: 181px;
    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;
}
.referanslar_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);
	*/
}
.referanslar_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 244px;height: 181px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.referanslar_resim-hover li .hover {position: absolute;width: 244px;height: 181px;background: #0a6995; 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;
}
.referanslar_resim-hover li a:hover .hover { opacity: 0.8; filter: alpha(opacity=80); }
.referanslar_resim-hover li a i {
    display: block;
    position: absolute;
    width: 244px;
    height: 181px;
    font-size: 40px;
    color: white;
    line-height: 181px;
    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;
}
.referanslar_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* referanslar resim */
/* ref_detay resim */
.ref_detay_resim-hover {overflow: hidden;padding:0;}
.ref_detay_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width: 100px;
    height: 75px;
    overflow: hidden;
}
.ref_detay_resim-hover li img {
    /*margin: 0 8px 8px 0;*/
    width: 100px;
    height: 75px;
    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;
}
.ref_detay_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);
	
}
.ref_detay_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 100px;height: 75px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.ref_detay_resim-hover li .hover {position: absolute;width: 100px;height: 75px;background: #fec003; 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;
}
.ref_detay_resim-hover li a:hover .hover { opacity: 0.8; filter: alpha(opacity=80); }
.ref_detay_resim-hover li a i {
    display: block;
    position: absolute;
    width: 100px;
    height: 75px;
    font-size: 20px;
    color: white;
    line-height: 75px;
    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;
}
.ref_detay_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* ref_detay resim */
/* haberler resim */
.haberler_resim-hover {overflow: hidden;padding:0;}
.haberler_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width: 322px;
    height: 154px;
    overflow: hidden;
}
.haberler_resim-hover li img {
    /*margin: 0 8px 8px 0;*/
    width: 322px;
    height: 154px;
    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;
}
.haberler_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);*/
	
}
.haberler_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 322px;height: 154px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.haberler_resim-hover li .hover {position: absolute;width: 322px;height: 154px;background: #0b6996; 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;
}
.haberler_resim-hover li a:hover .hover { opacity: 0.5; filter: alpha(opacity=50); }
.haberler_resim-hover li a i {
    display: block;
    position: absolute;
    width: 322px;
    height: 154px;
    font-size: 20px;
    color: white;
    line-height: 154px;
    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;
}
.haberler_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* haberler resim */
/* hizmetler resim */
.hizmetler_resim-hover {overflow: hidden;padding:0;}
.hizmetler_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width: 1024px;
    height: 170px;
    overflow: hidden;
}
.hizmetler_resim-hover li img {
    /*margin: 0 8px 8px 0;*/
    width: 1024px;
    height: 170px;
    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;
}
.hizmetler_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);*/
	
}
.hizmetler_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 1024px;height: 170px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.hizmetler_resim-hover li .hover {position: absolute;width: 1024px;height: 170px;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;
}
.hizmetler_resim-hover li a:hover .hover { opacity: 0.5; filter: alpha(opacity=50); }
.hizmetler_resim-hover li a span {
	font-family:'ubunturegular';
	display: block;
    position: absolute;
    width: 1024px;
    height: 170px;
    font-size: 20px;
    color: white;
    line-height: 170px;
    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;
}
.hizmetler_resim-hover li a:hover span {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.hizmetler_resim-hover li a label { border:2px solid #ffffff; padding:10px 20px 10px 20px; cursor:pointer; }



/* hizmetler resim */
/* footer galeri */
.footer_galeri_resim-hover {overflow: hidden;padding:0;}
.footer_galeri_resim-hover li {
    display: inline-block;
    /*margin: 0 8px 4px auto;*/
    position: relative;
    z-index:0;
    width: 244px;
    height: 156px;
    overflow: hidden; 
	/*border:3px solid #343434;*/
}
.footer_galeri_resim-hover li img {
    /*margin: 0 8px 8px 0;*/
    width: 244px;
    height: 156px;
    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;
}
.footer_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);
	
}
.footer_galeri_resim-hover li a {display: block;overflow: hidden;position: absolute;width: 244px;height: 156px;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
}
.footer_galeri_resim-hover li .hover {position: absolute;width: 244px;height: 156px;background: #60ab59; 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;
}
.footer_galeri_resim-hover li a:hover .hover { opacity: 0.5; filter: alpha(opacity=50); }
.footer_galeri_resim-hover li a i {
    display: block;
    position: absolute;
    width: 244px;
    height: 156px;
    font-size: 30px;
    color: white;
    line-height: 156px;
    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;
}
.footer_galeri_resim-hover li a:hover i {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* footer galeri */