.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: #133548;*/
}
a:not(.btn):hover {
  /*color: #287099;*/
}
body {
  color: #666666;
}
body.bg {
  background: #f5f5f5;
}
#sp-header-wrapper {
	background-color:#1e1e1e;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  z-index: 1001;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background: #2ba0ed;
}
#sp-feature-wrapper a:not(.btn) {
  color: #55a5d2;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #a5d0e8;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 > li a {
  font-size:14px;
  text-transform:uppercase;
  font-weight: 400;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  color: #999;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  border-top: 2px solid #49afcd;
}
#sp-main-menu ul.level-0 > li:hover {
  border-top: 2px solid #49afcd;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-copyright-wrapper,
#sp-footer-wrapper {
  background: #1e1e1e;
  color: #fff;
}
#sp-copyright-wrapper,
#sp-footer-wrapper a {
  color: #fff;
  background-color: #1A1A1A;
}
#sp-copyright-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #B8B8B8;
}
#sp-copyright-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #7dbadd;
}
#sp-footer-wrapper {
}
#sp-footer-wrapper::after {
}
.sp-border {
  border-top: 1px solid #1286d3;
}
.sp-border::after {
}
.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: #284e99;
  background-image: -moz-linear-gradient(top,#285d99,#283799);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#285d99),to(#283799));
  background-image: -webkit-linear-gradient(top,#285d99,#283799);
  background-image: -o-linear-gradient(top,#285d99,#283799);
  background-image: linear-gradient(to bottom,#285d99,#283799);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff285d99', endColorstr='#ff283799', GradientType=0);
  border-color: #283799 #283799 #18225c;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #283799;
  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: #283799;
  *background-color: #233085;
}
.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: #1d2971 \9;
}
.backtotop {
  background-color: #287099;
  width: 45px;
  bottom: 30px;
  right: 10px;
  min-height: 45px;
  overflow: hidden;
  z-index: 403;
  position: fixed;
  display: block;
  text-align: center;
  color: white !important;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #1495ea;
}
.backtotop i {
  font-size: 24px;
  line-height: 38px;
}
#sp-main-menu a { color:#FFF;}