.preload *{
  -webkit-transition: 0s linear !important;
  -moz-transition: 0s linear !important;
  -ms-transition: 0s linear !important;
  -o-transition: 0s linear !important;
}
.nav a{
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	}
div.head img{
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	}
	
div.gallery img{
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	}