.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;
}
.btn.btn-primary {
  background: #e04452;
}
.btn.btn-primary:hover {
  background: #cf2232;
}
input[type='submit'] {
  background: #d9534f;
  color: #fff;
}
input[type='submit']:hover {
  background: #d2322d;
  color: #fff;
}
a {
  color: #a31b27;
}
a:hover {
  color: #e04452;
}
body {
  color: #999;
}
body.bg {
  background: #fff;
}
.logo {
  background-image: url(../../images/presets/preset3/logo.png);
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  background: #e04452;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  color: #fff;
}
#sp-portfolio-wrapper .sp-portfolio .sp-portfolio-filter a.btn {
  background-color: #e04452;
}
#sp-portfolio-wrapper .sp-portfolio .sp-portfolio-filter a.btn.active {
  background-color: #b91f2c;
}
#sp-pricing-wrapper #sp-pricing .plan.featured li.plan-price {
  background: #e04452;
}
#sp-team-wrapper .left-arrow,
#sp-team-wrapper .nav-right {
  color: #e04452;
}
#sp-team-wrapper .left-arrow:hover,
#sp-team-wrapper .nav-right:hover {
  color: #e7707a;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper #sp-bottom2 a:hover {
  color: #e04452;
}
#sp-footer-wrapper {
  background: #fff;
  color: #999;
}
