.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;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #aaaaaa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #fff;
  *margin-left: .3em;
  box-shadow: none;
  text-shadow: none;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 25px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-white {
  background: #fff;
  color: #666;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  margin: 0px;
  color: #039540;
}
.entry-meta.muted {
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 0 0;
  color: #039540;
}
.page_title {
  margin-bottom: 10px;
}
body {
  font-family: 'Titillium Web', sans-serif;
  line-height: 22px;
}
#boxed {
  width: 1210px;
  margin: 40px auto;
  -webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}
#sp-header-wrapper {
  padding: 20px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-header_right .custom {

  line-height: 65px;
  margin-left: 20px;
}
#sp-header-wrapper #sp-header_adres .custom {
	float:right;
  line-height: 65px;
  margin-left: 20px;
}
#sp-header-wrapper #sp-header_right .custom p {
  margin: 0;
}
#sp-header-wrapper #sp-header_right .custom .social_icons {
  width: 34px;
  height: 34px;
  line-height: 34px;
  float: left;
  margin-right: 0;
  text-align: center;
  margin-top: 15.5px;
  font-size: 16px;
  margin-left: 10px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #999;
}
#sp-header-wrapper #sp-header_right .custom .social_icons:hover {
  color: #fff;
}
#sp-menu-wrapper.menu-fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  margin: 0 auto;
  width: 1210px;
}
#sp-menu-wrapper #menu .search {
  margin: 0;
}
#sp-menu-wrapper #menu .search form {
  margin: 0;
  background: #039540;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#sp-menu-wrapper #menu .search form input#mod-search-searchword {
  background: #322b2b;
  border: none;
  line-heigth: 60px !important;
  height: 60px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #413535;
  position: relative;
  display: inline-block;
  color: #ccc;
  width: 0;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#sp-menu-wrapper #menu .search form input#mod-search-searchword:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 180px;
  padding-left: 15px;
  background: #322b2b;
}
#sp-menu-wrapper #menu .search form:hover input#mod-search-searchword {
  width: 180px;
  padding-left: 15px;
}
#sp-menu-wrapper #menu .search form button.button {
  background: none;
  border: none;
  padding: 20px 20px 0 20px;
  font-size: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-feature-wrapper #feature h1 {
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-inner:after {
  background: none;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content {
  width: 490px;
  padding: 30px;
  right: 40px;
  bottom: 40px;
  left: inherit;
  color: #666;
  background: rgba(255,255,255,0.8);
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .item-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #4e4242;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .item-meta {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
  color: #666;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .item-meta a {
  color: #666;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .item-introtext {
  font-size: 14px;
  margin-bottom: 20px;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .readmore {
  padding: 8px 20px 10px;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .readmore i {
  margin-left: 10px;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .purchase {
  padding: 8px 20px 10px;
  margin-left: 15px;
}
#sp-feature-wrapper .sp-k2-featured-slider .item-content .purchase i {
  margin-left: 10px;
}
#sp-feature-wrapper .lof-ass .lof-css3,
#sp-feature-wrapper .lof-ass .lof-css3 .preload {
  box-shadow: none;
}
#sp-feature-wrapper .lof-ass {
  border: none;
}
#sp-feature-wrapper .lof-ass .lof-description {
  box-shadow: none;
  padding: 20px 15px;
}
#sp-feature-wrapper .lof-ass .lof-description h4 a:hover {
  text-decoration: none;
}
#sp-feature-wrapper .lof-ass .lof-navigator li div {
  border-color: #e0e0e0;
  background: #f9f9f9;
}
#sp-feature-wrapper .lof-ass .lof-navigator li div span {
  color: #888;
}
#sp-feature-wrapper .lof-ass .lof-navigator li div h4 {
  color: #888;
  font-size: 16px;
  padding-bottom: 10px !important;
}
#sp-feature-wrapper .lof-ass .lof-navigator li.active div span {
  color: #fff;
}
#sp-feature-wrapper .lof-ass .lof-navigator li.active div h4 {
  color: #fff;
}
#sp-feature-wrapper .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: 0;
}
#sp-feature-wrapper .owl-carousel .owl-pagination {
  bottom: 10px;
  top: auto;
}
#sp-users-wrapper {
  background: #403636;
}
#sp-users-wrapper .module h3 {
  margin-bottom: 5px;
}
#sp-users-wrapper .btn {
  margin-top: 15px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .social_icons {
  background: #222224;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 0;
  display: inline-block;
  border: none;
  text-align: center;
}
#sp-footer-wrapper .social_icons:hover {
  background: #000;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
  position: absolute;
  background: #039540;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  top: -40px;
  right: 20px;
  text-align: center;
}
#sp-footer-wrapper .sp-totop:hover {
  background: #039540;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 190px;
  height: 61px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #039540;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #fff;
  *margin-left: .3em;
  box-shadow: none;
  text-shadow: none;
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.home_services {
  margin-bottom: 0;
}
.home_services img {
  max-width: 95%;
  background: #fff;
}
.sectionshadow {
  
}
.nomargin {
  margin: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.accordion.sparsmenu .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
.accordion.sparsmenu .accordion-group a {
  color: #888;
}
.accordion.sparsmenu .accordion-group .accordion-heading .accordion-toggle {
  padding: 10px 20px;
}
.accordion.sparsmenu .accordion-group .accordion-heading .even,
.accordion.sparsmenu .accordion-group .accordion-heading .odd {
  background: none;
  border-bottom: 1px solid #e0e0e0;
}
.accordion.sparsmenu .accordion-group .accordion-heading .active,
.accordion.sparsmenu .accordion-group .accordion-heading:hover {
  background: #f9f9f9;
}
.accordion.sparsmenu .accordion-group .accordion-body .accordion-inner {
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
}
.accordion.sparsmenu .accordion-group .accordion-body .accordion-inner .even,
.accordion.sparsmenu .accordion-group .accordion-body .accordion-inner .odd {
  background: none;
}
.accordion.sparsmenu .accordion-group .accordion-body .accordion-inner ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}
.accordion.sparsmenu .accordion-group .accordion-body .accordion-inner ul li:last-child {
  border-bottom: none;
}
.accordion.sparsmenu .accordion-group a.accordion-parent {
  background: none;
  position: relative;
}
.accordion.sparsmenu .accordion-group a.accordion-parent:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/arrow_down.png) no-repeat left top;
  position: absolute;
  right: 10px;
  top: 15px;
}
.progress_text {
  margin-bottom: 5px;
}
.progress_text .percentage {
  float: right;
}
.progress {
  height: 10px;
  border-radius: 0;
  margin-bottom: 15px;
}
.sptab_red .tab-padding {
  padding: 20px !important;
}
.sptab_red .tabs_buttons {
  position: relative;
  z-index: 100;
  margin-bottom: -1px;
}
.sptab_red .items_mask .gallery .img-polaroid p {
  margin: 0;
  display: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  box-shadow: none;
  border-color: #e0e0e0;
  color: #888888;
}
.sp_quickcontact #sp-quickcontact-form {
  margin: 0;
}
.sp_quickcontact .sp_qc_clr {
  margin: 0;
}
.sp_quickcontact #name {
  margin: 0;
  margin-bottom: 10px;
}
.sp_quickcontact #email {
  border-top: 1px solid #DFDFDF;
}
.sp_quickcontact #message {
  width: 250px;
  height: 60px;
  margin: 0;
  margin-bottom: 10px;
}
.sp_quickcontact #sp_qc_submit {
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
  padding: 9px 25px;
  background: none repeat scroll 0 0 #039540;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
.testimonial .testimonial_inner .testi_img {
  border: 4px solid #fff;
  height: 130px;
  width: 130px;
  margin-right: 25px;
}
.testimonial .testimonial_inner .media-body {
  padding-left: 15px;
}
.testimonial .testimonial_inner .media-body .testimonial-content {
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
}
.testimonial .testimonial_inner .media-body .author_name {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
}
.testimonial .testimonial_inner .media-body .author_name strong {
  font-size: 18px;
}
#sp-pos_bottom-wrapper .testimonial_inner {
  margin: 0 70px;
}
#carousel {
  margin: 0;
}
#carousel .carousel-control {
  visibility: hidden;
}
#carousel:hover .carousel-control {
  visibility: visible;
}
#carousel .carousel-control {
  background: #000;
  opacity: 0.8;
}
#carousel .carousel-control.left {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
#carousel .carousel-control.right {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
#carousel.full .carousel-control {
  background: #000;
  opacity: 0.8;
}
#carousel.full .carousel-control.left {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  left: -60px;
}
#carousel.full .carousel-control.right {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  right: -60px;
}
body .module .acymailing_module .acymailing_introtext {
  margin-bottom: 20px !important;
}
body .module .acymailing_module input.inputbox {
  background: #131314;
  border: none;
  padding: 8px 15px;
  -webkit-box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.5);
}
body .module .acymailing_module table.acymailing_form {
  margin: inherit;
  margin-bottom: 5px;
}
body .module .acymailing_module .acysubbuttons .subbutton {
  font-size: 0;
  padding: 8px 20px;
}
#sp-bottom-wrapper .module.contact {
  line-height: 22px;
}
#sp-bottom-wrapper .module.contact .custom p {
  margin-bottom: 20px;
}
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item.col-4 {
  width: 25%;
}
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-item-inner {
  background: #fff;
  border: 1px solid #e0e0e0;
}
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-item-inner .sp-portfolio-thumb {
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-item-inner .sp-portfolio-thumb .sp-portfolio-preview,
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-item-inner .sp-portfolio-thumb .sp-portfolio-link {
  background: #fff;
}
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-item-inner .sp-portfolio-item-details {
  padding: 15px;
}
.sp-portfolio .sp-portfolio-items li.sp-portfolio-item .sp-portfolio-item-inner .sp-portfolio-item-details .item-title {
  margin-bottom: 10px;
}
.menu-home-version-2 #sp-main-body-wrapper,
.menu-home-version-3 #sp-main-body-wrapper {
  display: none;
}
.icon_image_with_text .icon_image_with_text_inner {
  text-align: center;
  padding-bottom: 20px;
}
.icon_image_with_text .icon_image_with_text_inner .icon_image {
  padding: 20px;
}
.icon_image_with_text .icon_image_with_text_inner .title {
  padding: 20px 0 7px;
  font-size: 18px;
}
.icon_image_with_text .icon_image_with_text_inner .subtitile {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 17px 0;
  margin: 0 20px 17px;
}
.icon_image_with_text .icon_image_with_text_inner .content {
  padding: 0 20px 20px;
}
.icon_image_with_text .icon_image_with_text_inner .readmore a {
  padding: 10px 20px;
  display: inline-block;
}
.module .k2ItemsBlock ul {
  list-style: none;
  margin: 0;
}
.module .k2ItemsBlock ul li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e0e0e0;
}
.module .k2ItemsBlock ul li .media {
  margin-top: 0;
}
.module .k2ItemsBlock ul li .moduleItemImage {
  width: 80px;
  float: left;
  border: 1px solid #e0e0e0;
  padding: 4px;
  background: #fff;
}
.module .k2ItemsBlock ul li .moduleItemTitle {
  font-size: 16px;
  font-weight: 400;
}
.module .k2ItemsBlock ul li .pull-left {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 3px;
}
.module .k2ItemsBlock ul li.even,
.module .k2ItemsBlock ul li.odd {
  background: none;
}
.module .k2ItemsBlock ul li:last-child {
  border: none;
}
.module .sp-accordion.sp-accordion-style3 {
  background: #fff;
  border-color: #e0e0e0;
  border-top: none;
}
.module .sp-accordion.sp-accordion-style3 .toggler {
  border-top: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 5px 0;
}
#sp-main-menu #login-form {
  margin: 0;
}
#sp-main-menu #login-form #form-login-remember {
  display: none;
}
#sp-main-menu #login-form #form-login-submit button {
  padding: 10px 20px;
}
#sp-main-menu #login-form #form-login-username input,
#sp-main-menu #login-form #form-login-password input {
  border: 1px solid #e0e0e0;
  padding: 10px 7px;
}
.nssp2 .ns2-title {
  margin: 10px 0 5px 0;
}
.teamic .teamic_inner {
  border: 1px solid #e0e0e0;
  padding: 5px;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
}
.teamic .teamic_inner .teamic_details .teamic_name {
  margin-top: 10px;
  text-align: center;
}
.teamic .teamic_inner .teamic_details .teamic_name span {
  font-size: 18px;
  font-weight: 600;
}
.teamic .teamic_inner .teamic_text {
  position: absolute;
  top: -102%;
  left: 0;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 0 20px;
  height: 100%;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.teamic .teamic_inner .teamic_text .teamic_content {
  padding: 20px 0 10px;
}
.teamic .teamic_inner .teamic_text .teamic_social {
  padding: 40px 0 10px;
}
.teamic .teamic_inner .teamic_text .teamic_social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.teamic .teamic_inner:hover .teamic_text {
  top: 0;
  left: 0;
}
a.social_icons {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
  display: inline-block;
}
.text_with_icon {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.text_with_icon .text_with_icon_icon {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center;
}
.text_with_icon.left span.text_with_icon_icon {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-top: 5px;
  padding: 10px;
}
.text_with_icon.left .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.text_with_icon.right {
  text-align: right;
}
.text_with_icon.right span.text_with_icon_icon {
  float: right;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-top: 5px;
  padding: 10px;
}
.text_with_icon.right .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.text_with_icon.top {
  text-align: center;
}
.text_with_icon.top span.text_with_icon_icon {
  float: none;
  margin: 0 auto 15px;
  padding: 10px;
  display: block;
}
.text_with_icon.top span.text_with_icon_icon.normal {
  padding: 0;
}
.text_with_icon.top .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.sprocket-grids-b .sprocket-grids-b-item {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
.sprocket-grids-b .sprocket-grids-b-item .sprocket-grids-b-content {
  text-align: center;
}
.sprocket-grids-b .sprocket-grids-b-item .sprocket-grids-b-content h2.sprocket-grids-b-title {
  font-size: 24px;
}
.sprocket-grids-b .sprocket-grids-b-item .sprocket-grids-b-content .sprocket-grids-b-text {
  margin-bottom: 20px;
}
.sprocket-grids-b .sprocket-grids-b-item .sprocket-grids-b-content .sprocket-grids-b-readon {
  padding: 5px 10px;
  background: #fff;
}
.module div.k2TagCloudBlock a {
  padding: 5px 10px;
  background: #f1f1f1;
  margin: 5px 5px 0 0;
}
.module .k2CalendarBlock .calendar {
  width: 100%;
}
#k2Container div.k2Pagination ul li {
  height: 30px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: none;
  width: 40px;
  line-height: 30px;
  display: inline-block;
}
#k2Container div.k2Pagination ul li:last-child {
  border-right: 1px solid #e0e0e0;
}
#sp-breadcrumb-wrapper {
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
#sp-breadcrumb-wrapper ul.breadcrumb {
  padding: 15px 0;
}
#sp-breadcrumb-wrapper ul.breadcrumb li {
  text-shadow: 1px 1px 0 #FFFFFF !important;
}
#sp-breadcrumb-wrapper ul.breadcrumb li span.divider {
  font-size: 14px;
}
#sp-breadcrumb-wrapper ul.breadcrumb li span {
  font-size: 14px;
  line-height: 30px;
}
#sp-component .page-header,
#sp-component .page_title,
#sp-component .itemListCategory h2 {
  border: none;
  font-size: 30px;
  position: relative;
}
#sp-component .page-header span,
#sp-component .page_title span,
#sp-component .itemListCategory h2 span {
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
#sp-component .page-header:after,
#sp-component .page_title:after,
#sp-component .itemListCategory h2:after {
  content: "";
  width: 98%;
  margin-left: 15px;
  height: 4px;
  background: none;
  position: absolute;
  top: 43%;
  left: 0;
  z-index: 0;
}
section.blog .items-leading {
  margin-bottom: 50px;
}
section.blog .items-row {
  margin-bottom: 50px;
}
.itemView .itemBody .itemHeader h2.itemTitle {
  font-family: "Titillium Web", sans-serif;
}
.itemView .itemBody .itemHeader .itemLinks {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-right: 20px;
}
.itemView .itemBody .itemHeader .itemLinks div {
  display: inline-block;
}
.itemView .itemBody .itemHeader .itemLinks div.itemLinksRight {
  float: right;
}
.itemView .itemBody .itemHeader .itemLinks div.itemTagsBlock {
  border: none;
  padding-left: 20px;
}
.itemView .itemBody .itemHeader .itemLinks div.itemCategory {
  border: none;
}
.itemView .itemAuthorBlock {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.itemView .itemComments {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.itemView .itemComments .itemCommentsList li {
  padding: 20px 0;
}
.itemView .itemComments .itemCommentsForm .k2IModuleTitle {
  border-bottom: 1px solid #e0e0e0;
}
.itemView .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
  padding: 20px 0;
}
.itemView .itemComments .itemCommentsForm form#comment-form input.inputbox {
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
  width: 45%;
}
.itemView .itemComments .itemCommentsForm form#comment-form input.inputbox.commentURL {
  width: 92%;
}
.itemView .itemComments .itemCommentsForm form#comment-form textarea.inputbox {
  width: 92%;
  padding: 10px;
}
.itemView .itemAuthorLatest {
  width: 45%;
  float: left;
}
.itemView .itemRelated {
  width: 45%;
  display: inline;
  float: left;
}
.itemView .itemRelated ul li {
  margin: 0;
}
.itemView .itemRelated .k2IModuleTitle {
  margin-left: 20px;
}
.itemView .even,
.itemView .odd {
  background: none;
}
.userView div.userItemView {
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
}
.userView div.userItemView .userItemHeader {
  margin-bottom: 20px;
}
.userView div.userItemView .userItemHeader .userItemDateCreated {
  float: right;
  margin-top: 5px;
}
.userView div.userItemView .userItemHeader .userItemTitle {
  padding-top: 0;
}
.userView div.userItemView div.userItemImageBlock {
  float: inherit;
}
.userView div.userItemView div.userItemImageBlock .userItemImage img {
  width: 98% !important;
}
.userView .userBlock {
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}
.ic_marquee0 img {
  opacity: 0.5;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ic_marquee0 img:hover {
  opacity: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
	text-align: center;
}
#sp-main-menu ul.level-1 .menu-desc {
  display: block;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 0px 0 0;
  padding: 0;
  position: relative;
  border-left: 1px solid #404040;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li:first-child {
  border-left: none;
}
#sp-main-menu ul.level-0 > li:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
#sp-main-menu ul.level-0 > li >a > span {
  padding: 15px 15px 15px 5px;
  display: block;
  margin-bottom: -5px;
}
#sp-main-menu ul.level-0 > li >a > span span {
  padding: 0;
  border: none;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3.header {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: normal;
  text-transform: uppercase;
}
.module.boxed h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  margin: 0;
  color: #4e4242;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.module.title_center {
  text-align: center;
}
#sp-bottom-wrapper .module h3 {
  text-transform: none;
  margin-bottom: 10px;
}
#sp-bottom-wrapper .menu ul li {
  line-height: 28px;
}
.ic_marquee0 {
  padding-top: 20px;
}
.ic_marquee0 img {
  border: 1px solid #e0e0e0;
  padding: 5px;
  background: #fff;
  margin-right: 20px !important;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .sp-portfolio .sp-portfolio-items li.sp-portfolio-item.col-4 {
    width: 100%;
  }
  .responsive .module {
    margin-bottom: 30px;
  }
  .responsive #sp-user1 p,
  .responsive #sp-user1 h3 {
    float: none;
    text-align: center !important;
  }
  .responsive .testimonial_inner {
    text-align: center;
  }
  .responsive .testimonial_inner .pull-left {
    float: none;
    margin-bottom: 15px;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 979px) {
  .responsive #boxed {
    width: 100%;
  }
  .responsive #boxed #sp-menu-wrapper {
    display: none;
  }
  .responsive #boxed .sp-main-menu-toggler {
    top: 100px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
.fixed .hidden-desktop {
  display: none;
}
