.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:not(.btn) {
  color: #937830;
}
a:not(.btn):hover {
  color: #cbad5e;
}
body {
  color: #cbad5e;
}
body.bg {
  background: #171717;
}
section {
  position: relative;
}
#sp-header-wrapper {
  background: #0A0A0A;
  background: rgba(23,23,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background: #171717;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
#sp-feature-wrapper a:not(.btn) {
  color: #e4d4ab;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #fdfcf8;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper h3,
#sp-footer-wrapper h3 {
  color: #fff;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #d7c185;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #f0e8d2;
}
#sp-footer-wrapper {
  z-index: 200;
}
.sp-border {
  border-top: 1px solid #463917;
}
.sp-border::after {
  background: #886f2c;
}