.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;
}
.backstretch:after {
  background: url("../../images/backgrounds/pattern.png") repeat scroll left top rgba(0,0,0,0) !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#component-area {
  background: rgba(245,245,245,0.5);
  transition: all 500ms ease;
  border-radius: 5px;
}
#component-area:hover {
  background: #f5f5f5;
}
#component-area #sp-component {
  padding: 20px;
}
#sp-header-wrapper .container,
#sp-main-body-wrapper .container,
#sp-copyright-wrapper .container {
  background: none !important;
}
body {
  color: #666666;
}
body.bg {
  background: #f5f5f5;
}
#sp-header-wrapper {
  background: rgba(248,248,248,0.8);
  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:hover {
  background: #f8f8f8;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
.module {
  background: rgba(245,245,245,0.5);
}
.module:hover {
  background: #f5f5f5;
}
#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 {
  color: #287099;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  color: #999;
}
#sp-media-wrapper {
  background: rgba(248,248,248,0.2);
  color: #fff;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-copyright-wrapper {
  background: rgba(248,248,248,0.8);
  color: #666666;
  transition: all 500ms ease;
}
#sp-copyright-wrapper:hover {
  background: #f8f8f8;
}
#sp-copyright-wrapper a:not(.btn) {
  color: #338ec1;
}
#sp-copyright-wrapper a:not(.btn):hover {
  color: #7dbadd;
}
pre {
  background: rgba(245,245,245,0.8) !important;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  background: rgba(40,112,153,0.9) !important;
}
.btn-primary:hover,
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  background: #55a5d2 !important;
}
.readmore .btn,
.item-page .btn {
  color: #287099 !important;
  opacity: 0.5;
  border-radius: 4px;
}
.readmore .btn:hover,
.item-page .btn:hover {
  color: #287099;
}
.backtotop {
  background-color: #287099;
  width: 45px;
  bottom: 30px;
  right: 10px;
  min-height: 45px;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  -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: #666666;
}
.backtotop i {
  font-size: 24px;
  line-height: 38px;
}
