.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: #9c5607;
}
a:not(.btn):hover {
  color: #f58c14;
}
body {
  color: #000;
}
body.bg {
  background: #eee;
}
#sp-header-wrapper {
  background-color: #4b725f;
  background-image: -moz-linear-gradient(top,#5c8a73,#334d40);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5c8a73),to(#334d40));
  background-image: -webkit-linear-gradient(top,#5c8a73,#334d40);
  background-image: -o-linear-gradient(top,#5c8a73,#334d40);
  background-image: linear-gradient(to bottom,#5c8a73,#334d40);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b8a73', endColorstr='#ff334d40', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset2/logo.png);
}
#sp-feature-wrapper {
  background-color: #d2770f;
  background-image: -moz-linear-gradient(top,#f58c14,#9c5607);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f58c14),to(#9c5607));
  background-image: -webkit-linear-gradient(top,#f58c14,#9c5607);
  background-image: -o-linear-gradient(top,#f58c14,#9c5607);
  background-image: linear-gradient(to bottom,#f58c14,#9c5607);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff58c14', endColorstr='#ff9c5606', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #f9bc76;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #fdecd8;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #6b3b05;
  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: #f7a445;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #fbd4a7;
}
#sp-footer-wrapper {
  border-top: 1px solid #3b2002;
}
#sp-footer-wrapper::after {
  background: #8e4e06;
}
.sp-border {
  border-top: 1px solid #3b2002;
}
.sp-border::after {
  background: #8e4e06;
}
.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: #f2cd14;
  background-image: -moz-linear-gradient(top,#f5b214,#eef514);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5b214),to(#eef514));
  background-image: -webkit-linear-gradient(top,#f5b214,#eef514);
  background-image: -o-linear-gradient(top,#f5b214,#eef514);
  background-image: linear-gradient(to bottom,#f5b214,#eef514);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b113', endColorstr='#ffedf513', GradientType=0);
  border-color: #eef514 #eef514 #afb508;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #eef514;
  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: #eef514;
  *background-color: #dee60a;
}
.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: #c7cd09 \9;
}
