.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: #00617a;
}
a:not(.btn):hover {
  color: #00b2e0;
}
body {
  color: #666666;
  font-size: 13px;
}
body.bg {
  background: #d4d4d4 url(../../images/presets/preset1/2bgwpk.jpg) fixed no-repeat;
}
#sp-header-wrapper {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top,#ffffff,#f8f8f8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f8f8f8));
  background-image: -webkit-linear-gradient(top,#ffffff,#f8f8f8);
  background-image: -o-linear-gradient(top,#ffffff,#f8f8f8);
  background-image: linear-gradient(to bottom,#ffffff,#f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background: #fff;
}
#sp-feature-wrapper a:not(.btn) {
  color: #47d9ff;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #adeeff;
}
section#sp-information-wrapper {
  color: #fff;
  background-color: #0092b7;
  background-image: -moz-linear-gradient(top,#00b2e0,#00617a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00b2e0),to(#00617a));
  background-image: -webkit-linear-gradient(top,#00b2e0,#00617a);
  background-image: -o-linear-gradient(top,#00b2e0,#00617a);
  background-image: linear-gradient(to bottom,#00b2e0,#00617a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b2e0', endColorstr='#ff00607a', GradientType=0);
}
.module.highlighted {
  border: 4px solid #0089ad;
  background: #fff;
  color: #666666;
}
.module.highlighted h3 {
  color: #4d4d4d;
  font-size: 18px;
  border-bottom: 1px dashed #999999;
}
.module.highlighted a:not(.btn) {
  color: #14cfff;
}
.module.highlighted a:not(.btn):hover {
  color: #00617a;
}
.img-polaroid {
  background: #d9d9d9;
  border: 1px solid #bfbfbf;
}
#sp-bottom-wrapper {
  background: #f2f2f2;
}
#sp-bottom-wrapper h3 {
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 15px;
}
#sp-bottom-wrapper a:not(.btn) {
  color: #14cfff;
}
#sp-bottom-wrapper a:not(.btn):hover {
  color: #7ae4ff;
}
#sp-footer-wrapper {
  background: #fff;
}
.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: #00b9e0;
  background-image: -moz-linear-gradient(top,#00d7e0,#008de0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d7e0),to(#008de0));
  background-image: -webkit-linear-gradient(top,#00d7e0,#008de0);
  background-image: -o-linear-gradient(top,#00d7e0,#008de0);
  background-image: linear-gradient(to bottom,#00d7e0,#008de0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d7e0', endColorstr='#ff008ce0', GradientType=0);
  border-color: #008de0 #008de0 #005d94;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #008de0;
  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: #008de0;
  *background-color: #007dc7;
}
.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: #006dad \9;
}
div.itemCommentsForm form input#submitCommentButton {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b9e0;
  background-image: -moz-linear-gradient(top,#00d7e0,#008de0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d7e0),to(#008de0));
  background-image: -webkit-linear-gradient(top,#00d7e0,#008de0);
  background-image: -o-linear-gradient(top,#00d7e0,#008de0);
  background-image: linear-gradient(to bottom,#00d7e0,#008de0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d7e0', endColorstr='#ff008ce0', GradientType=0);
  border-color: #008de0 #008de0 #005d94;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #008de0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:active,
div.itemCommentsForm form input#submitCommentButton.active,
div.itemCommentsForm form input#submitCommentButton.disabled,
div.itemCommentsForm form input#submitCommentButton[disabled] {
  color: #fff;
  background-color: #008de0;
  *background-color: #007dc7;
}
div.itemCommentsForm form input#submitCommentButton:active,
div.itemCommentsForm form input#submitCommentButton.active {
  background-color: #006dad \9;
}
.bt-cs .bt-inner .bt-title {
  color: #00b2e0 !important;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  background-color: #00b2e0;
  color: #fff !important;
}
#sp-main-menu ul.level-0 > li:hover span,
#sp-main-menu ul.level-0 > li.active span {
  color: #fff !important;
}
#sp-main-menu ul.level-0 > li:hover {
  background-color: #616161;
  color: #fff !important;
}
#sp-main-menu li li:not(.sp-menu-group) {
  border-top: 1px solid #7b7b7b;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #484848;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  background: #484848;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  color: #fff;
}
.sp-submenu .sp-submenu-wrap {
  background-color: #616161;
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.very_big_color,
.very_medium_color {
  color: #00b2e0;
}
.module.gray {
  color: #666666;
}
.module.gray h3 {
  color: #4d4d4d;
}
.module.gray a {
  color: #00b2e0;
}
#sp-bottom-wrapper #bottom p.nspText {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}
