.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: #841d1d;
}
a:not(.btn):hover {
  color: #d23535;
}
body {
  color: #636363;
}
body.bg {
  background: #fff;
}
#sp-header-wrapper {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#fff));
  background-image: -webkit-linear-gradient(top,#ffffff,#fff);
  background-image: -o-linear-gradient(top,#ffffff,#fff);
  background-image: linear-gradient(to bottom,#ffffff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset3/logo.png);
}
#sp-feature-wrapper {
  background-color: #b32c2c;
  background-image: -moz-linear-gradient(top,#d23535,#841d1d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#d23535),to(#841d1d));
  background-image: -webkit-linear-gradient(top,#d23535,#841d1d);
  background-image: -o-linear-gradient(top,#d23535,#841d1d);
  background-image: linear-gradient(to bottom,#d23535,#841d1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd23535', endColorstr='#ff831d1d', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #e58888;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #f7dcdc;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #5a1414;
  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: #db5f5f;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #eeb2b2;
}
#sp-footer-wrapper {
  border-top: 1px solid #300b0b;
}
#sp-footer-wrapper::after {
  background: #771b1b;
}
.sp-border {
  border-top: 1px solid #300b0b;
}
.sp-border::after {
  background: #771b1b;
}
.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: #d26435;
  background-image: -moz-linear-gradient(top,#d24f35,#d28435);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#d24f35),to(#d28435));
  background-image: -webkit-linear-gradient(top,#d24f35,#d28435);
  background-image: -o-linear-gradient(top,#d24f35,#d28435);
  background-image: linear-gradient(to bottom,#d24f35,#d28435);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd24f34', endColorstr='#ffd18335', GradientType=0);
  border-color: #d28435 #d28435 #995d22;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #d28435;
  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: #d28435;
  *background-color: #c2772b;
}
.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: #ad6a27 \9;
}
