/* Mixins
================================================== */
/* Breakpoints
================================================== */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* No page preloaders
----------------------------

	- Bad for Google page speed score
	- Bad for users, users don't wanna see a preloader

*/