.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: #aa0707;
}
a:not(.btn):hover {
  color: #f62121;
}
body {
  color: #333333;
}
body.bg {
  background: #f2f2f2;
}
#sp-header-wrapper {
  background-color: #f5f1ee;
  background-image: -moz-linear-gradient(top,#ffffff,#e5ddd5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e5ddd5));
  background-image: -webkit-linear-gradient(top,#ffffff,#e5ddd5);
  background-image: -o-linear-gradient(top,#ffffff,#e5ddd5);
  background-image: linear-gradient(to bottom,#ffffff,#e5ddd5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5ddd5', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset3/logo.png);
}
#sp-feature-wrapper {
  background-color: #d81717;
  background-image: -moz-linear-gradient(top,#f62121,#aa0707);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f62121),to(#aa0707));
  background-image: -webkit-linear-gradient(top,#f62121,#aa0707);
  background-image: -o-linear-gradient(top,#f62121,#aa0707);
  background-image: linear-gradient(to bottom,#f62121,#aa0707);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff62121', endColorstr='#ffaa0606', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #fa8383;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #fee5e5;
}
.module.highlighted {
  background: #db0909;
}
.module.highlighted a:not(.btn) {
  color: #f85252;
}
.module.highlighted a:not(.btn):hover {
  color: #aa0707;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #790505;
  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: #f85252;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #fcb4b4;
}
#sp-footer-wrapper {
  border-top: 1px solid #480303;
}
#sp-footer-wrapper::after {
  background: #9b0606;
}
.sp-border {
  border-top: 1px solid #480303;
}
.sp-border::after {
  background: #9b0606;
}
.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: #f66121;
  background-image: -moz-linear-gradient(top,#f64521,#f68c21);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f64521),to(#f68c21));
  background-image: -webkit-linear-gradient(top,#f64521,#f68c21);
  background-image: -o-linear-gradient(top,#f64521,#f68c21);
  background-image: linear-gradient(to bottom,#f64521,#f68c21);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff64420', endColorstr='#fff68b20', GradientType=0);
  border-color: #f68c21 #f68c21 #c36508;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f68c21;
  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: #f68c21;
  *background-color: #f47f0a;
}
.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: #db7209 \9;
}
