@media (max-width: 479px) {
  /* line 33, ../sass/_variables.scss */
  .col-xxs {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* line 40, ../sass/_variables.scss */
.clear {
  clear: both;
}

/******** APPS ********/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 50%;
	z-index: 9999;
	background: url(../img/loader.gif) center no-repeat #fff;
}