.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: #e2007a;
}
a:not(.btn):hover {
  color: #e2007a;
}
body {
  color: #000;
}
body.bg {
  background-color: #29b3e5;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background-color: #b90064;
  background-image: -moz-linear-gradient(top,#e2007a,#7c0043);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e2007a),to(#7c0043));
  background-image: -webkit-linear-gradient(top,#e2007a,#7c0043);
  background-image: -o-linear-gradient(top,#e2007a,#7c0043);
  background-image: linear-gradient(to bottom,#e2007a,#7c0043);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2007a', endColorstr='#ff7c0042', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #ff49ab;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #ffafda;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
.sp-border {
  border-top: 1px solid #16000c;
}
.sp-border::after {
  background: #6d003b;
}
.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: #e20036;
  background-image: -moz-linear-gradient(top,#e20054,#e20009);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e20054),to(#e20009));
  background-image: -webkit-linear-gradient(top,#e20054,#e20009);
  background-image: -o-linear-gradient(top,#e20054,#e20009);
  background-image: linear-gradient(to bottom,#e20054,#e20009);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe20054', endColorstr='#ffe20009', GradientType=0);
  border-color: #e20009 #e20009 #960006;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e20009;
  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: #e20009;
  *background-color: #c90008;
}
.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: #af0007 \9;
}
