/* PRELOADER */
.preloader,
.preloader_wrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.preloader {
  z-index:9999;
  display:none;
  background-color:#000e14;
}
.preloader_wrapper {
  background-image:url(./../images/site_preloader/preloader_base.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.preloader_animation {
  width:400px;
  height:300px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left: -195px; /* 7px to the left */
  margin-top: -171px; /* 4px down */
}
.preloader_animation_sprite {
  background-repeat:no-repeat;
  background-position:0 0;
}
.preloader_hide {
  visibility:hidden;
}
.preloader_crest,
.preloader_crest_in,
.preloader_crest_out {
  width:400px;
  height:300px;
  position:absolute;
  top:0;
  left:0;
}
.preloader_crest_in {
  top:19px;
  left:-7px;
}
.preloader_crest_out {
  top:0px;
  left:-5px;
}
.preloader_crest_in {
  background-image:url(./../images/site_preloader/birdcrest_spritesheet_in.png);  
}
.preloader_crest_out {
  background-image:url(./../images/site_preloader/birdcrest_spritesheet_out.png);
}
.preloader_lineart_left,
.preloader_lineart_right,
.preloader_lineart_left  .preloader_animation_sprite,
.preloader_lineart_right .preloader_animation_sprite {
  position:absolute;
  width:128px;
  height:167px;
}
.preloader_lineart_left,
.preloader_lineart_right {
  top:87px;
}
.preloader_lineart_left {
  left:43px;
}
.preloader_lineart_right {
  left:218px;
}
.preloader_lineart_left_in {
  background-image:url(./../images/site_preloader/T_lineart_in_sprite_L_12.png);  
}
.preloader_lineart_left_out {
  background-image:url(./../images/site_preloader/T_lineart_out_sprite_L_12.png);    
}
.preloader_lineart_right_in {
  background-image:url(./../images/site_preloader/T_lineart_in_sprite_R_12.png);  
}
.preloader_lineart_right_out {
  background-image:url(./../images/site_preloader/T_lineart_out_sprite_R_12.png);  
}