/*Deep Shadow - using in selection color*/
.full-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background-color: #ecf0f1;
  background-image: url("../images/bg/index-bg13.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.full-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaklEQVQYV2NkYGAwBuKzQAwC9UA8C4ifQ/n/GaEMkCIfIG6E8iWB9DMgZoQpAOncgmTSfyBbCmQSSAFIEqYTZNIZkE6YSSAGyDi4nUC2CbKb4CphdqK7CaYAbieSb8BuAikASSKblIbsJgCKXBfTNjWx1AAAAABJRU5ErkJggg==");
}

html, body, .content {
  height: 100%;
}

.content {
  text-align: center;
  position: relative;
  color: #ffffff;
}

.center {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  border-radius: 3px;
  max-width: 800px;
  padding: 30px;
  display: inline-block;
}

figure {
  text-align: center;
  margin: 0 -30px;
  /*background-image: url('assets/baseTheme/images/updating-service.png');*/
}
figure img {
  max-width: 100%;
}
figure.uc img {
  max-width: 600px;
}

.bb-logo {
  max-width: 85px;
}

.text {
  font-size: 18px;
}

.cell-layout {
  padding: 15px;
}

.footer {
  margin: 15px -30px -30px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #555;
}
