.node-gallery {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.node-gallery .rsThumbs {
  background-color: #fff; }
.node-gallery.rsDefaultInv .rsPreloader {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px; }
.node-gallery.rsFullscreen .rsSlide {
  background: #363636; }
.node-gallery.rsFullscreen .rsOverflow {
  margin-bottom: 0;
  background: #000; }

#header {
  z-index: 1000; }

#outerWrapper {
  position: absolute;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  z-index: 1050;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0; }

#bgOverlay {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.8); }

#innerWrapper {
  width: 75%;
  margin: 30px auto;
  background-color: #fff;
  border: solid 1px rgba(221, 221, 221, 0);
  position: relative;
  z-index: 1060; }
  #innerWrapper #content {
    padding: 0 8% 20px; }
    #innerWrapper #content .main-content-wrapper {
      margin: 0 auto; }

#title-area, #content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#title-area {
  position: relative;
  padding: 30px 25px;
  text-align: center;
  background-color: #fff; }

.dgt-rs .rsOverflow {
  background-color: rgba(175, 175, 175, 0.1); }

#node-gallery .rsArrowIcn {
  width: 29px;
  height: 28px;
  background-image: url("../images/icons/20150619205149.png");
  background-repeat: no-repeat;
  background-color: transparent; }
#node-gallery .rsArrowLeft .rsArrowIcn {
  background-position: 0px -2px; }
#node-gallery .rsArrowRight .rsArrowIcn {
  background-position: -35px -2px; }
#node-gallery .rsThumbs {
  background-color: #fff; }

.ta-c {
  text-align: center; }

.list-menu > li, .list-menu > li > a {
  color: #b79f7d; }
.list-menu > li > a:hover, .list-menu > li > a:focus, .list-menu > li > a:active, .list-menu > li > a.active {
  color: #d8b79c !important; }
