.rs-focus-panel {
  background: white;
  -webkit-box-shadow: #c2c2c2 0px 3px 8px 1px;
  -moz-box-shadow: #c2c2c2 0px 3px 8px 1px;
  box-shadow: #c2c2c2 0px 3px 8px 1px;
}

.rs-main.rs-focus-panel {
  background-color: #f5f5f5;
  -webkit-box-shadow: #c2c2c2 0px 6px 8px 1px;
  -moz-box-shadow: #c2c2c2 0px 6px 8px 1px;
  box-shadow: #c2c2c2 0px 6px 8px 1px;
  margin-top: 50px;
}

.rs-focus-panel .rs-sidebar .rs-inner {
  margin: 30px;
}

.rs-focus-panel .rs-sidebar.rs-pull-right .rs-inner {
  margin: 30px;
}

.rs-panel .rs-content, .rs-focus-panel .rs-content {
  margin-top: -20px;
}

.rs-focus-panel {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1231;
}

.rs-focus-panel .rs-inner {
  margin: 30px;
}

.rs-focus-panel-short {
  width: 633px;
  height: 196px;
}

.rs-focus-panel-mini {
  width: 633px;
  height: 391px;
}

.rs-focus-panel-small {
  width: 767px;
  height: 472px;
}

.rs-focus-panel-medium {
  width: 894px;
  height: 553px;
}

.rs-focus-panel-large {
  width: 1024px;
  height: 633px;
}

.rs-focus-panel-xlarge {
  width: 1152px;
  height: 717px;
}

.rs-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .5;
  z-index: 1230;
}