/*======================================
=            SITE OVERLAYS             =
======================================*/
.g-overlay {
  background-color: #f0f0f0;
  animation-name: jqmBackgroundOpacity;
  animation-duration: 2s; }

.g-simple-overlay {
  display: none;
  z-index: 55555;
  background-color: #fff;
  padding: 0 0 0 0;
  border: 1px solid #666;
  -moz-box-shadow: 2px 2px 10px 5px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
  box-shadow: 2px 2px 10px #000;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  position: fixed;
  top: 55px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  box-shadow: none;
  border: none; }