/* no-js.css - styles for javascript is disabled (noscript, unveil, etc.) */

/* .no-js class
=================================================================== */

/* http://luis-almeida.github.io/unveil/ */
/* usage:
<noscript>
  <img src="img1.jpg" />
</noscript>
*/

.no-js img.unveil,
.no-js .preloader {
  display: none !important;
}
.no-js .project-list .project-list-item {
  display: inline;
}
/* add some space bewlow slideshow images */
.no-js .inner {
  margin-bottom: 1em;
}
/* Google Static Map */
.no-js #map-canvas img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* other
=================================================================== */




/* END */