#splashScreen img{
  display: none;
  margin: 0 auto;
}

#splashScreen{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #252525;
  background-repeat: no-repeat;
  text-align: center;
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent image-url(/'sites/default/files/images/please-wait-big-dots.png') center no-repeat #fff;
  /*background-color: pink;*/


}

#divFitPleaseWaitBackground
{
  display: none;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: #3a3a3a;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  text-align: center;
}

#divFitPleaseWait
{
  background-color: #3a3a3a;
  text-align: center;
  position: relative;
  /*     left:50%;
  top:50%;*/
  /* margin-left:-150px;
  margin-top: -100px;*/
  margin: auto;

  /*display:none;
  width: 200px;
  height: 200px;
  background-color: #0c0b0b;
  text-align:center;
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-150px;
  margin-top: -100px;*/
}

#divFitPleaseWait h2{
  color: white;
  font-weight: normal;
}


#divFitPleaseWaitImg
{
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -40px;

}

#divFitPleaseWaitImg img {
  width: 100%;
  height: auto;
}