.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: #9C52B9; */
	 color: #D800EF; 
	
}
a:not(.btn):hover {
  color: orange;
}
body {
  color: #333;
}
body.bg {
  /* background: #DDBDFD; */
   background: #F0E2D5;
}
#sp-header-wrapper {
 /*  background-color: #9C52B9; */
  background-color: #097BF5; 

 /* background-image: -moz-linear-gradient(top,#a6dff7,#48beef);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#a6dff7),to(#48beef));
  background-image: -webkit-linear-gradient(top,#a6dff7,#48beef);
  background-image: -o-linear-gradient(top,#a6dff7,#48beef);
  background-image: linear-gradient(to bottom,#a6dff7,#48beef); */
  background-repeat: repeat-x;


/* background-image:
    linear-gradient(
      to top, 
     #f06d06,
      yellow 55%,
      yellow 35%,
      
      
      yellow 35%,
      yellow 55%,
      #f06d06  */

    );



  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5dff7', endColorstr='#ff48beef', GradientType=0);
} */
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset3/logo.png);
}
#sp-feature-wrapper {
   background-color: #d37b00;
 
 /* background-image: -moz-linear-gradient(top,#fc9300,#965800);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fc9300),to(#965800));
  background-image: -webkit-linear-gradient(top,#fc9300,#965800);
  background-image: -o-linear-gradient(top,#fc9300,#965800);
  background-image: linear-gradient(to bottom,#fc9300,#965800); */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc9300', endColorstr='#ff965700', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #ffbe63;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #ffe9c9;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #633a00;
  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: #ffa930;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #ffd396;
}
#sp-footer-wrapper {
  border-top: 1px solid #301c00;
}
#sp-footer-wrapper::after {
  background: #874f00;
}
.sp-border {
  border-top: 1px solid #301c00;
}
.sp-border::after {
  background: #874f00;
}
.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: #f4d600;
  background-image: -moz-linear-gradient(top,#fcbd00,#e7fc00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcbd00),to(#e7fc00));
  background-image: -webkit-linear-gradient(top,#fcbd00,#e7fc00);
  background-image: -o-linear-gradient(top,#fcbd00,#e7fc00);
  background-image: linear-gradient(to bottom,#fcbd00,#e7fc00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbc00', endColorstr='#ffe7fc00', GradientType=0);
  border-color: #e7fc00 #e7fc00 #a1b000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e7fc00;
  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: #e7fc00;
  *background-color: #d0e300;
}
.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: #b8c900 \9;
}
