
 body {
	background:#f8f8f8 url(http://gunesliinsaat.com.tr/404.php); overflow-x:hidden; font-family:Arial; font-size: 13px; line-height:1.8em;
	font-weight:300
} 

	
a {
	text-decoration: none; 
}

a:hover, i:hover, ul li a:hover, p a:hover{
	text-decoration: none;  
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#ff0000
}

ul {
	margin:0px; padding:0px; list-style-type:none;
}
 
 
.zoom-imgs {
	overflow: hidden;
	margin:0 auto;
}
.zoom-imgs img {

	max-width: 100%;
	height: auto;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.zoom-imgs img:hover {
  -moz-transform: scale(2) rotate(0deg);
  -webkit-transform: scale(2) rotate(0deg);
  -o-transform: scale(2) rotate(0deg);
  -ms-transform: scale(2) rotate(0deg);
  transform: scale(2) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
 
.shadow {
	-webkit-box-shadow: 1px 6px 13px -7px rgba(0,0,0,0.36);
	-moz-box-shadow: 1px 6px 13px -7px rgba(0,0,0,0.36);
	box-shadow: 1px 6px 13px -7px rgba(0,0,0,0.36);
}
 