.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: #660000;
}
a:not(.btn):hover {
  color: #c00;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
}
body {
  color: #666666;
}
body.bg {
  background: #f2f2f2;
}
#sp-header-wrapper {
  background-color: #202020;
  background-image: -moz-linear-gradient(top,#2b2b2b,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2b2b2b),to(#111111));
  background-image: -webkit-linear-gradient(top,#2b2b2b,#111111);
  background-image: -o-linear-gradient(top,#2b2b2b,#111111);
  background-image: linear-gradient(to bottom,#2b2b2b,#111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2a2a', endColorstr='#ff111111', GradientType=0);
  border-top: 1px solid #373737;
  border-bottom: 1px solid #1e1e1e;
}
#sp-header-wrapper .logo-wrapper {
  background: #c00;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-image: url(../../images/presets/preset6/logo.png);
}
#sp-header-wrapper #sp-search .search form input {
  background: #111111;
  border-top: 1px solid #373737;
  border-left: 1px solid #2b2b2b;
  border-bottom: 1px solid #040404;
  border-right: 1px solid #040404;
}
#sp-users-wrapper {
  background: #b71a1d;
  background: #b71a1d;
  background: -moz-linear-gradient(top,#b71a1d 0%,#e02428 50%,#b71a1d 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b71a1d),color-stop(50%,#e02428),color-stop(100%,#b71a1d));
  background: -webkit-linear-gradient(top,#b71a1d 0%,#e02428 50%,#b71a1d 100%);
  background: -o-linear-gradient(top,#b71a1d 0%,#e02428 50%,#b71a1d 100%);
  background: -ms-linear-gradient(top,#b71a1d 0%,#e02428 50%,#b71a1d 100%);
  background: linear-gradient(to bottom,#b71a1d 0%,#e02428 50%,#b71a1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@secondry_color',endColorstr='@secondry_color',GradientType=0);
  color: #fff;
  border-top: 1px solid #e02428;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-users-wrapper .module {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-users-wrapper .module i {
  background: #fff;
  color: #b71a1d;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.8);
  box-shadow: 0 1px 5px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 15px rgba(0,0,0,0.3) inset;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-users-wrapper .module:hover i {
  background: #c00;
  border: 1px solid #ff3333;
  color: #fff;
}
#sp-feature-wrapper a:not(.btn) {
  color: #ff3333;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #ff9999;
}
.module.highlighted {
  background: #fff;
}
.module.highlighted h3.header {
  color: #3498DB;
}
.module.highlighted h3.header span {
  background: #fff !important;
}
.module.highlighted a {
  color: #3498DB;
}
#sp-bottom-wrapper,
#sp-footer-wrapper {
  background: #464646;
  color: #c4c5c6;
}
#sp-bottom-wrapper h3,
#sp-footer-wrapper h3 {
  color: #f8f8f8;
}
#sp-bottom-wrapper table,
#sp-footer-wrapper table {
  width: 100%;
}
#sp-bottom-wrapper input.inputbox,
#sp-footer-wrapper input.inputbox {
  background: #6c6c6c;
  color: #c4c5c6;
  border: 1px solid #797979;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 8px rgba(0,0,0,0.5) inset;
}
#sp-bottom-wrapper ul.gallery,
#sp-footer-wrapper ul.gallery {
  margin-top: 0;
  display: block;
}
#sp-bottom-wrapper .acysubbuttons,
#sp-footer-wrapper .acysubbuttons {
  text-align: left;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #ff3333;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #c00;
}
#sp-bottom-wrapper h3.header,
#sp-footer-wrapper h3.header {
  font-size: 18px;
  margin-bottom: 15px;
}
#sp-footer-wrapper {
  border-top: 1px solid #535353;
}
#sp-footer-wrapper::after {
  background: #393939;
}
.sp-border {
  border-top: 1px solid #535353;
}
.sp-border::after {
  background: #393939;
}
.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: #cc0e00;
  background-image: -moz-linear-gradient(top,#c00,#cc2200);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#c00),to(#cc2200));
  background-image: -webkit-linear-gradient(top,#c00,#cc2200);
  background-image: -o-linear-gradient(top,#c00,#cc2200);
  background-image: linear-gradient(to bottom,#c00,#cc2200);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffcc2200', GradientType=0);
  border-color: #cc2200 #cc2200 #801500;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #cc2200;
  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: #cc2200;
  *background-color: #b31e00;
}
.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: #991a00 \9;
}
#sp-main-menu p {
  color: #ff9999 !important;
}
#sp-main-menu ul.level-0 > li a {
  color: #ff9999;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  color: #ff6666;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  background-color: #c00;
}
#sp-main-menu li li:not(.sp-menu-group) {
  border-color: #ff0000;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #990000;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-color: #ff0000;
  background: #990000;
}
.sp-submenu .sp-submenu-wrap {
  background: #c00;
}
#sp-utility-wrapper .module.front-tab h2 {
  color: #999999;
}
#sp-utility-wrapper .module.front-tab .sptabs .tabs_buttons .tabs_container li {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-bottom: 4px solid #d9d9d9;
  border-right: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-utility-wrapper .module.front-tab .sptabs .tabs_buttons .tabs_container li.active {
  border-bottom: 4px solid #c00;
}
#sp-utility-wrapper .module.front-tab .sptabs .tabs_buttons .tabs_container li:hover {
  border-bottom: 4px solid #c00;
}
#sp-utility-wrapper .module.front-tab .sptabs .tabs_buttons .tabs_container li:last-child {
  border-right: 1px solid #d9d9d9;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  text-transform: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li:hover {
  background: #c00;
  color: #ffffff;
  border: 1px solid #b30000;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order li {
  text-transform: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order li:hover {
  background: #c00;
  color: #ffffff;
  border: 1px solid #b30000;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .roksprocket-content {
  background: #c00;
  color: #ff6666;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .roksprocket-content .sprocket-mosaic-title a {
  color: #ff9999;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .roksprocket-content .sprocket-readmore span {
  color: #ff9999;
  font-weight: bold;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .roksprocket-content .sprocket-mosaic-tags li {
  background: none;
}
#sp-utility-wrapper h3.header,
#sp-left h3.header,
#sp-right h3.header,
#sp-content-right h3.header {
  background: url(../../images/mod_border.png) repeat-x 0 15px;
}
#sp-utility-wrapper h3.header span,
#sp-left h3.header span,
#sp-right h3.header span,
#sp-content-right h3.header span {
  padding: 0px 10px 0 0;
  font-size: 18px;
  background: #f2f2f2;
}
.componentheading {
  font-size: 24px;
}
h1.page-header {
  background: url(../../images/mod_border.png) repeat-x 0 15px;
  line-height: 30px;
  padding: 0;
  font-size: 24px;
  border: none;
}
h1.page-header a {
  padding: 0px 10px 0 0;
  font-size: 24px;
  background: #f2f2f2;
  line-height: 30px;
}
#k2Container h3.header {
  background: url(../../images/mod_border.png) repeat-x 0 15px;
  line-height: 28px;
}
#k2Container h3.header span {
  padding: 0px 10px 0 0;
  font-size: 18px;
  background: #f2f2f2;
}
#sp-user-wrapper {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
#sp-user-wrapper .ic_marquee0 img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sp-user-wrapper .ic_marquee0 img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
div.k2TagCloudBlock a {
  background: #d9d9d9 !important;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 4px;
}
div.k2TagCloudBlock a:hover {
  padding: 5px 10px;
  background: #c00 !important;
}
#sc-accordion .accordion-heading {
  background: #c00;
}
#sc-accordion .accordion-heading a {
  color: #fff;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background: #c00;
}
.unstyled li i {
  margin-right: 5px;
}
ul.accordion-menu {
  border-left: 1px solid #d9d9d9 !important;
  border-right: 1px solid #d9d9d9 !important;
}
ul.accordion-menu li,
ul.accordion-menu li.opened > .item-wrapper {
  border-top: 1px solid #d9d9d9 !important;
}
ul.accordion-menu li:last-child,
ul.accordion-menu > li.last {
  border-bottom: 1px solid #d9d9d9 !important;
}
.sp_quickcontact input#name,
.sp_quickcontact input#email,
.sp_quickcontact input#subject {
  border: 1px solid #d9d9d9;
  background: #e5e5e5;
}
.sp_quickcontact textarea#message {
  border: 1px solid #d9d9d9;
  background: #e5e5e5;
}
