/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*Background Pernis*/

#page {
  background: #d7d7d7;
}

#page-bg {
  height: 100%;
  background-image: url(../../images/background/pernis/pernis.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: scroll;
}

#block-main {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #ebebeb;
  background-color: rgba(255, 255, 255, 0.5);
}

#block-main > div {
  border-color: #e5e5e5;
  border-color: rgba(0, 0, 0, 0.1);
}

#toolbar {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.searchbox.loading button {
  background: url(../../images/background/pernis/searchbox_loader.gif) 50% 50%
    no-repeat;
}

/* Only Phones */
@media (max-width: 767px) {
  #page-bg {
    background: none;
  }
}
