body {
	margin: 25px 0;
}

.portfolio-item {
	margin-bottom: 25px;
}

#loader {
  display: none;
  background: rgba(255,255,255,0.7) url("../img/loading.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10060;
}