/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

*/

/* Your Preloader css codes start here: */

/*
 * 2.0 -> Preloader
 * -----------------------------------------------
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: #fff;
  z-index: 999999;
    text-align: center;
}
#spinner {
  display: block;
  height: 110px;
  left: 50%;
  margin: -55px;
  position: absolute;
  top: 50%;
  width: 110px;
}
#preloader #disable-preloader {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/*===== Preloader One =======*/
