.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: #ed8e0f;
}
a:not(.btn):hover {
  color: #f6bb6c;
}
body {
  color: #333333;
}
body.bg {
  background: #ffffff;
}
#sp-header-wrapper {
  background-color: #fad6a6;
  background-image: -moz-linear-gradient(top,#fce7cc,#f6bb6c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fce7cc),to(#f6bb6c));
  background-image: -webkit-linear-gradient(top,#fce7cc,#f6bb6c);
  background-image: -o-linear-gradient(top,#fce7cc,#f6bb6c);
  background-image: linear-gradient(to bottom,#fce7cc,#f6bb6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe7cc', endColorstr='#fff6bb6c', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset3/logo.png);
}
#sp-feature-wrapper {
  background-color: #f3a947;
  background-image: -moz-linear-gradient(top,#f6bb6c,#ed8e0f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6bb6c),to(#ed8e0f));
  background-image: -webkit-linear-gradient(top,#f6bb6c,#ed8e0f);
  background-image: -o-linear-gradient(top,#f6bb6c,#ed8e0f);
  background-image: linear-gradient(to bottom,#f6bb6c,#ed8e0f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6bb6c', endColorstr='#ffed8e0e', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #fce7cc;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #ffffff;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #bd710c;
  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: #f9d19c;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #fffefc;
}
#sp-footer-wrapper {
  border-top: 1px solid #8d5509;
}
#sp-footer-wrapper::after {
  background: #df860e;
}
.sp-border {
  border-top: 1px solid #8d5509;
}
.sp-border::after {
  background: #df860e;
}
.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: #f2e06c;
  background-image: -moz-linear-gradient(top,#f6d26c,#ecf66c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6d26c),to(#ecf66c));
  background-image: -webkit-linear-gradient(top,#f6d26c,#ecf66c);
  background-image: -o-linear-gradient(top,#f6d26c,#ecf66c);
  background-image: linear-gradient(to bottom,#f6d26c,#ecf66c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6d26b', endColorstr='#ffecf66b', GradientType=0);
  border-color: #ecf66c #ecf66c #e3f224;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #ecf66c;
  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: #ecf66c;
  *background-color: #e9f554;
}
.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: #e6f33c \9;
}
