.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: #8b450a;
}
a:not(.btn):hover {
  color: #ea7511;
}
body {
  color: #666666;
}
body.bg {
  background: #f2f2f2;
}
#sp-header-wrapper {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top,#ffffff,#f8f8f8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f8f8f8));
  background-image: -webkit-linear-gradient(top,#ffffff,#f8f8f8);
  background-image: -o-linear-gradient(top,#ffffff,#f8f8f8);
  background-image: linear-gradient(to bottom,#ffffff,#f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background-color: #c4620e;
  background-image: -moz-linear-gradient(top,#ea7511,#8b450a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea7511),to(#8b450a));
  background-image: -webkit-linear-gradient(top,#ea7511,#8b450a);
  background-image: -o-linear-gradient(top,#ea7511,#8b450a);
  background-image: linear-gradient(to bottom,#ea7511,#8b450a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea7511', endColorstr='#ff8a450a', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #f4ab6d;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #fbe2cc;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #5b2e07;
  color: #fff;
}
#sp-bottom-wrapper h3,
#sp-footer-wrapper h3 {
  color: #fff;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #f1903d;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #f8c69c;
}
#sp-footer-wrapper {
  border-top: 1px solid #2c1603;
}
#sp-footer-wrapper::after {
  background: #7d3e09;
}
.sp-border {
  border-top: 1px solid #2c1603;
}
.sp-border::after {
  background: #7d3e09;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eab611;
  background-image: -moz-linear-gradient(top,#ea9911,#eae211);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea9911),to(#eae211));
  background-image: -webkit-linear-gradient(top,#ea9911,#eae211);
  background-image: -o-linear-gradient(top,#ea9911,#eae211);
  background-image: linear-gradient(to bottom,#ea9911,#eae211);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea9910', endColorstr='#ffeae110', GradientType=0);
  border-color: #eae211 #eae211 #a39d0c;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #eae211;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #eae211;
  *background-color: #d2cb0f;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #bab40e \9;
}
