/********************************************************************************/
/* MISC
/********************************************************************************/


/* Loaders */

/***/



/* Viewport detector */
#viewport-detector { position:absolute;z-index:-9999;bottom:0;left:0;width:1px;height:1px;visibility:hidden; }
@media only screen and (min-width : 480px)  { #viewport-detector { width:2px; } }
@media only screen and (min-width : 768px)  { #viewport-detector { width:3px; } }
@media only screen and (min-width : 992px)  { #viewport-detector { width:4px; } }
@media only screen and (min-width : 1200px) { #viewport-detector { width:5px; } }
@media only screen and (min-width : 1600px) { #viewport-detector { width:6px; } }
@media only screen and (min-width : 1921px) { #viewport-detector { width:7px; } }
/***/



/* Space for scroller */
#scroll-spacer {
	height: 0;
}
/***/
