.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;
}
.font-family {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 500;
}
body,
.bodyfontfamily {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 500;
}
body:not(.homepage) .item-page {
  display: block;
  border: 0;
  background-color: #f9f9f9;
  padding: 9px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body:not(.homepage) .item-page.bg-color {
  box-shadow: 0 0 0 transparent;
}
.body-innerwrapper a:focus {
  outline: medium none;
  text-decoration: none !important;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
h1,
.k2store h1 {
  font-size: 24px;
  line-height: 30px;
}
h2,
.k2store h2 {
  font-size: 20px;
  line-height: 26px;
}
h3,
.k2store h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 22px;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:last-child {
  margin-bottom: 0;
}
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"],
input[type="submit"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well-wrapper {
  display: block;
  border: 0;
  background-color: #f9f9f9;
  padding: 9px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well-wrapper.bg-color {
  box-shadow: 0 0 0 transparent;
}
.btn-toolbar .btn {
  padding: 4px 12px;
}
.btn-toolbar .btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sp-border {
  position: relative;
}
.sp-border::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.sp-border::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.box-border {
  display: block;
  padding: 10px;
  box-shadow: 0 0 1px rgba(0,0,0,0.05) inset;
  border: 1px solid #ddd;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.italic {
  font-style: italic;
  font-size: 12px;
}
.line-through {
  text-decoration: line-through;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.fixed .hidden-desktop {
  display: none;
}
[class*="bgcolor"] {
  border: medium none;
  box-shadow: none;
  color: #fff;
  padding: 0 10px;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(25deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(25deg);
  }
  40% {
    -moz-transform: rotate(-20deg);
  }
  60% {
    -moz-transform: rotate(15deg);
  }
  80% {
    -moz-transform: rotate(-15deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(25deg);
  }
  40% {
    -ms-transform: rotate(-20deg);
  }
  60% {
    -ms-transform: rotate(15deg);
  }
  80% {
    -ms-transform: rotate(-15deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(25deg);
  }
  40% {
    -o-transform: rotate(-20deg);
  }
  60% {
    -o-transform: rotate(15deg);
  }
  80% {
    -o-transform: rotate(-15deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.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 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.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 {
  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;
}
.page-header,
.k2store .page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
  border-color: #ccc;
}
.entry-meta.muted {
  background: #f2f2f2;
  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:not(.dl-horizontal) dt,
dl:not(.dl-horizontal) 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;
}
.registration,
.profile-edit {
  margin: 0;
  padding-bottom: 0;
}
.registration .form-validate,
.profile-edit .form-validate {
  margin: 0;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: rgba(0,0,0,0);
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.login .form-horizontal {
  margin: 0;
}
.logout {
  padding-bottom: 0;
  overflow: hidden;
}
.hidden {
  display: none;
}
#sp-header-wrapper {
  border-top: 7px solid #ccc;
  padding-top: 1px;
  z-index: 999;
}
#sp-header-wrapper:not(.navbar-fixed-top) {
  position: relative;
}
#sp-header-wrapper::after {
  background: #292D31;
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-header-wrapper #header {
  max-height: 73px;
  margin-top: -1px;
}
#sp-header-wrapper #sp-logo {
  width: auto;
  position: relative;
  z-index: 999;
  max-height: 73px;
}
#sp-header-wrapper #sp-logo .logo-wrapper {
  display: block;
}
#sp-header-wrapper #sp-logo .logo-wrapper .logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  max-height: 100%;
}
#sp-header-wrapper #sp-search {
  width: auto;
  margin: 0;
  float: right;
}
#sp-header-wrapper .k2SearchBlock .k2SearchBlockForm {
  z-index: 6;
  margin: 17px 0;
  padding: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#sp-header-wrapper .k2SearchBlock .inputbox {
  border-color: transparent;
  background: none repeat scroll 0 0 rgba(255,255,255,0.2);
  border-image: none;
  border-style: solid solid none none;
  border-width: 1px 1px medium medium;
  color: #f5f5f5;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#sp-header-wrapper .k2SearchBlock .inputbox:focus {
  outline: medium none;
}
#sp-header-wrapper .k2SearchBlock .button {
  background: none transparent;
  border: medium none;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 4px 8px 4px 10px;
  text-align: center;
}
#sp-header-wrapper .k2SearchBlock div.button {
  position: absolute;
  top: 0;
  right: 0;
  background: none transparent;
  z-index: -1;
}
#sp-under-header-wrapper {
  margin-bottom: 45px;
}
#sp-under-header-wrapper #under-header {
  position: relative;
  position: relative;
}
#sp-under-header-wrapper #under-header::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-under-header-wrapper #under-header::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-under-header-wrapper #under-header::before {
  background: url("../images/bg/bg-blockquote.png") repeat scroll 0 0 rgba(0,0,0,0);
  height: 34px;
  z-index: -1;
}
#sp-under-header-wrapper #sp-position2 {
  width: auto;
  float: right;
  margin-left: 20px !important;
}
#sp-under-header-wrapper .social-sharing {
  padding: 7px 0 1px 165px;
  overflow: hidden;
}
#sp-under-header-wrapper .social-sharing .fb-like {
  top: -5px;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav {
  margin: 0;
  text-align: right;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav li {
  margin-left: 1px;
  display: inline-block;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav li a {
  display: block;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 500;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav li a::before {
  font-family: 'FontAwesome';
  margin-right: 5px;
  font-size: 14px;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav li a:forcus {
  background: transparent;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav li:hover a,
#sp-under-header-wrapper .mod-wrapper-menu .nav li.active a {
  color: #fff;
}
#sp-under-header-wrapper .mod-wrapper-menu .nav li:hover a::before,
#sp-under-header-wrapper .mod-wrapper-menu .nav li.active a::before {
  color: #fff;
}
#sp-feature {
  width: 47.7179%;
}
#sp-slider {
  width: 51.2820%;
  margin-left: 1%;
}
#sp-feature-wrapper {
  padding: 50px 0 0;
}
#sp-feature-wrapper .template-features {
  color: #fff;
}
#sp-feature-wrapper .template-features .title {
  font-size: 32px;
  font-weight: normal;
  line-height: 48px;
  margin: 0;
}
#sp-feature-wrapper .template-features .title span {
  font-size: 29px;
  line-height: 54px;
  display: block;
}
#sp-feature-wrapper .template-features .title strong {
  background: none repeat scroll 0 0 #fff;
  border-radius: 10px;
  color: #62a9dd;
  font-family: helvetica;
  padding: 0 10px;
}
#sp-feature-wrapper .template-features ul.tick {
  margin: 8px 0 25px;
}
#sp-feature-wrapper .template-features ul.tick li,
#sp-feature-wrapper .template-features ul.tick li::after,
#sp-feature-wrapper .template-features ul.tick li::before {
  font-size: 18px;
  line-height: 36px;
}
#sp-feature-wrapper .template-features ul.tick li a,
#sp-feature-wrapper .template-features ul.tick li a:hover {
  color: #FFF;
}
#sp-feature-wrapper .template-features .vina-button {
  margin: -5px -5px 15px;
}
#sp-feature-wrapper .template-features .vina-button .btn {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #B4DCF9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 5px 20px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  margin: 5px;
}
#sp-feature-wrapper .template-features .vina-button .btn::before {
  font-size: 24px;
  position: relative;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#sp-feature-wrapper .template-features .vina-button .btn.show-features::before {
  top: 3px;
}
#sp-feature-wrapper .template-features .vina-button .btn.browser-templates::before {
  top: 1px;
}
#sp-feature-wrapper .vina-camera-slider {
  background-image: url('../images/bg/top-templates-showcase.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 55px 0 0;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap {
  min-height: 412px;
  background: none repeat scroll 0 0 rgba(81,81,81,0.85);
}
#sp-feature-wrapper .vina-camera-slider .camera_fakehover {
  min-height: 412px;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption > div {
  background: none repeat scroll 0 0 rgba(81,81,81,0.85);
}
#sp-feature-wrapper .vina-camera-slider .camera_prev,
#sp-feature-wrapper .vina-camera-slider .camera_next,
#sp-feature-wrapper .vina-camera-slider .camera_commands {
  background: #62a9dd;
}
#sp-users-wrapper {
  padding: 40px;
  background: #f9f9f9;
}
#sp-users-wrapper .vina-welcome {
  font-size: 25px;
  line-height: 50px;
}
#sp-users-wrapper .vina-welcome strong {
  font-family: helvetica;
  padding: 0 5px;
  border-radius: 5px;
  background: #62A9DD;
  color: #FFF;
}
#sp-users-wrapper .vina-welcome h1 {
  font-size: 20px;
  line-height: 30px;
  padding: 17px 0;
  font-weight: 500;
  margin: 0;
}
#sp-users-wrapper .vina-welcome h1 .bgcolor {
  font-size: 18px;
  font-weight: bold;
}
#sp-main-body-wrapper {
  padding: 20px 0;
}
#sp-main-body-wrapper .templates-features {
  padding: 50px 0;
}
#sp-main-body-wrapper .templates-features .top-features {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0 60px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
#sp-main-body-wrapper .templates-features .top-features .img-polaroid {
  box-shadow: 0 0 0 rgba(0,0,0,0);
  border: none;
  padding: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
#sp-main-body-wrapper .templates-features .top-features .img-polaroid .img-circle {
  display: inline-block;
  border: 1px solid #d8e9f0;
}
#sp-main-body-wrapper .templates-features .top-features .img-polaroid .img-circle img {
  padding: 31px;
}
#sp-main-body-wrapper .templates-features .top-features h3 {
  font-size: 16px;
  text-transform: uppercase;
}
#sp-main-body-wrapper .templates-features .top-features::after {
  border-bottom: 1px solid #e5e5e5;
  bottom: 3px;
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-main-body-wrapper .templates-features .small-features {
  padding: 85px 0 20px;
  line-height: 24px;
}
#sp-main-body-wrapper .templates-features .small-features .img-polaroid {
  border: medium none;
  overflow: hidden;
  padding: 3px;
  margin-right: 22px;
}
#sp-main-body-wrapper .templates-features .small-features .img-polaroid img {
  box-shadow: 0 0 0 1px #d8e9f0;
  margin: 0;
}
#sp-main-body-wrapper .templates-features .small-features .media-heading {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
#sp-main-body-wrapper .gecko-message {
  background: #f9f9f9;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
#sp-main-body-wrapper .gecko-message h1 {
  font-size: 20px;
}
#sp-main-body-wrapper .gecko-message h1 a,
#sp-main-body-wrapper .gecko-message h1 a:hover {
  background: none repeat scroll 0 0 #62a9dd;
  border-radius: 5px;
  color: #fff;
  font-family: helvetica;
  padding: 0 5px;
}
#sp-main-body-wrapper .gecko-message h1 .bgcolor {
  border-radius: 5px;
  font-family: helvetica;
}
.moduletable-member-area {
  padding: 10px 0;
}
.moduletable-member-area ul {
  margin: -1%;
  overflow: hidden;
}
.moduletable-member-area ul li {
  display: inline-block;
  padding: 1%;
  width: 14%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.moduletable-member-area ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 10px;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 500;
}
.moduletable-member-area ul li a::before {
  font-family: FontAwesome;
  display: block;
  font-size: 60px;
}
#sp-right input[type="text"],
#sp-right input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-right .k2StoreCartBlock .cart_link {
  margin-top: 10px;
}
#sp-right .k2store-minicart-button {
  margin-top: 10px;
}
#sp-right .k2store-minicart-button a.link {
  border: 1px solid;
  line-height: 30px;
  padding: 5px 20px;
}
#sp-right #login-form {
  margin: 0;
}
#sp-right #login-form .logout-button {
  margin-top: 5px;
}
#sp-right #login-form ul.unstyled {
  list-style: inside none disc;
}
#sp-right .blog-categories ul {
  list-style: none;
  margin: 0;
}
#sp-right .blog-categories ul li a {
  line-height: 24px;
}
#sp-right .blog-categories ul li a:before {
  content: "\f105";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 11px;
  position: relative;
  top: -2px;
}
#sp-right .popularExtensions {
  margin: 0;
  list-style: none outside none;
}
#sp-right .popularExtensions li {
  line-height: 30px;
  position: relative;
  padding: 10px 0 15px;
  border-bottom: 1px solid #f1f1f1;
}
#sp-right .popularExtensions li .img-circle {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  height: 33px;
  width: 33px;
  margin-top: 8px;
}
#sp-right .popularExtensions li .moduleItemTitle {
  display: block;
  height: 30px;
  overflow: hidden;
}
#sp-right .popularExtensions li .moduleItemDateCreated {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
#sp-right .popularExtensions li:last-child {
  border-bottom: none;
}
#sp-right .acymailing_module form {
  margin: 0;
}
#sp-right .acymailing_module_form .acymailing_form {
  width: 100%;
}
#sp-right .acymailing_module_form .acymailing_form .inputbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#sp-right .acymailing_module_form .acymailing_introtext {
  margin-bottom: 10px !important;
}
#sp-positions-wrapper {
  padding: 65px 0 50px;
  background: #f9f9f9;
}
#sp-positions-wrapper .header {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
#sp-positions-wrapper .k2ItemsBlock ul {
  margin: 0;
  list-style: none outside none;
}
#sp-positions-wrapper .k2ItemsBlock ul li {
  line-height: 30px;
  position: relative;
  padding: 10px 0;
}
#sp-positions-wrapper .k2ItemsBlock ul li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 1px;
  background: #cbcbcb;
}
#sp-positions-wrapper .k2ItemsBlock ul li .img-circle {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  height: 33px;
  width: 33px;
  margin-top: 8px;
}
#sp-positions-wrapper .k2ItemsBlock ul li .moduleItemTitle {
  display: block;
  height: 30px;
  overflow: hidden;
}
#sp-positions-wrapper .k2ItemsBlock ul li .moduleItemDateCreated {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
#sp-positions-wrapper .testimonial {
  overflow: hidden;
  line-height: 24px;
}
#sp-positions-wrapper .testimonial .carousel {
  padding-top: 5px;
}
#sp-positions-wrapper .testimonial .carousel-control {
  height: 17px;
  text-indent: -9999px;
  top: -34px;
  width: 17px;
  border: 1px solid #c0c0c0;
  background: #fff;
  line-height: 17px;
  color: #666;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-positions-wrapper .testimonial .carousel-control::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}
#sp-positions-wrapper .testimonial .carousel-control:focus {
  outline: none;
}
#sp-positions-wrapper .testimonial .carousel-control.left {
  left: auto;
  right: 22px;
}
#sp-positions-wrapper .testimonial .carousel-control.left::after {
  content: '\f104';
}
#sp-positions-wrapper .testimonial .carousel-control.right {
  left: auto;
  right: 0;
}
#sp-positions-wrapper .testimonial .testimonial-content {
  padding: 20px;
  background: #f1f1f1;
  font-size: 13px;
  margin-bottom: 30px;
  position: relative;
}
#sp-positions-wrapper .testimonial .testimonial-content::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-positions-wrapper .testimonial .testimonial-content::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-positions-wrapper .testimonial .testimonial-content::after {
  width: 0;
  height: 0;
  bottom: -17px;
  left: 30px;
  border-color: #f1f1f1 rgba(0,0,0,0) rgba(0,0,0,0);
  border-image: none;
  border-style: solid;
  border-width: 17px 15px 0 10px;
}
#sp-positions-wrapper .testimonial .testimonial-author {
  padding-left: 20px;
  line-height: 45px;
}
#sp-positions-wrapper .testimonial .testimonial-author img {
  display: none;
}
#sp-positions-wrapper .testimonial .testimonial-author .icon-user {
  line-height: 45px;
  width: 45px;
  font-size: 24px;
}
#sp-extra-wrapper {
  padding: 10px 0;
}
#sp-extra-wrapper .breadcrumb {
  margin: 0;
  background-color: transparent;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-extra-wrapper .breadcrumb > li {
  text-shadow: 0 0 0 transparent;
  font-size: 13px;
}
#sp-extra-wrapper .breadcrumb > li > .divider,
#sp-extra-wrapper .breadcrumb > li span {
  color: #fff;
}
#sp-extra-wrapper .breadcrumb > li i {
  font-size: 16px;
  margin-right: 9px;
}
#sp-extra-wrapper .breadcrumb > li .icon-angle-right {
  margin: 0 9px;
}
#sp-extra-wrapper .sp-totop {
  display: inline-block;
  margin-left: 10px;
  line-height: 35px;
  float: right;
}
#sp-extra-wrapper .sp-totop small {
  font-size: 13px;
}
#sp-extra-wrapper .sp-totop i {
  font-size: 14px;
}
#sp-bottom-wrapper {
  color: #a0a0a0;
  padding: 40px 0;
  font-size: 13px;
}
#sp-bottom-wrapper #bottom > [class*='span'] {
  padding: 15px 0;
}
#sp-bottom-wrapper .header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
#sp-bottom-wrapper .latest-blogs .mod-blog-item .blog-date {
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  background: #2d3135;
  border: 1px solid #3a4245;
  margin-top: 7px;
  line-height: 18px;
}
#sp-bottom-wrapper .latest-blogs .mod-blog-item .blog-day {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}
#sp-bottom-wrapper .latest-blogs .mod-blog-item .moduleItemTitle {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
#sp-bottom-wrapper .latest-blogs .mod-blog-item .blog-item-info {
  font-size: 12px;
  line-height: 18px;
  color: #6a6e6f;
}
#sp-bottom-wrapper .latest-blogs .mod-blog-item .blog-item-info a {
  line-height: 24px;
}
#sp-bottom-wrapper ul.nav li {
  position: relative;
  padding-left: 10px;
}
#sp-bottom-wrapper ul.nav li a {
  display: inline-block;
  line-height: 30px;
}
#sp-bottom-wrapper ul.nav li a:hover,
#sp-bottom-wrapper ul.nav li a:focus {
  background: none rgba(0,0,0,0);
  outline: medium none;
}
#sp-bottom-wrapper ul.nav li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  line-height: 30px;
}
#sp-footer-wrapper {
  padding: 40px 0;
  color: #fff;
  font-size: 13px;
  border-top: 1px solid #363a3d;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
}
#sp-footer-wrapper ul.nav > li > a:hover,
#sp-footer-wrapper ul.nav > li > a:focus {
  background-color: transparent;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  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 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
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: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
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: #cccccc \9;
}
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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
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;
}
.form-wrapper {
  position: relative;
}
.form-wrapper::before,
.form-wrapper::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  left: 0;
  background: url("../images/bg/bg-mail-top.png") repeat-x scroll left top #FFFFFF;
}
.form-wrapper::before {
  top: 0;
}
.form-wrapper::after {
  bottom: 0;
}
.form-wrapper.contact-form {
  margin-top: 52px;
}
.form-wrapper .form-inner {
  padding: 6px;
}
.form-wrapper .form-inner::before,
.form-wrapper .form-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  top: 0;
  background: url("../images/bg/bg-mail-left.png") repeat-y scroll left top #FFFFFF;
}
.form-wrapper .form-inner::before {
  left: 0;
}
.form-wrapper .form-inner::after {
  right: 0;
}
.form-wrapper .rsform {
  margin: 0;
  padding: 15px;
  background: url("../images/bg/bg-mail-footer.png") no-repeat right bottom #f9f9f9;
}
.form-wrapper .rsform form,
.form-wrapper .rsform .formFieldset {
  margin: 0;
}
.form-wrapper .rsform .rsform-block {
  overflow: hidden;
}
.form-wrapper .rsform .formBody {
  width: 100%;
}
.form-wrapper .rsform .support {
  font-size: 30px;
  margin: 15px 0 5px;
}
.form-wrapper .rsform .support a {
  background: #C6C6C6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.form-wrapper .rsform .support a:hover {
  -webkit-animation: swing 500ms ease;
  -moz-animation: swing 500ms ease;
  -ms-animation: swing 500ms ease;
  -o-animation: swing 500ms ease;
  animation: swing 500ms ease;
}
.form-wrapper .rsform .title {
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.form-wrapper .rsform .title span {
  display: block;
  font-size: 21.5px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}
.form-wrapper .rsform .title1 {
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
}
.form-wrapper .rsform .rsform-select-box,
.form-wrapper .rsform .rsform-input-box,
.form-wrapper .rsform .rsform-text-box {
  height: 40px;
  width: 100%;
  padding: 10px 6px;
  color: #999;
  border-color: #ccc;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .rsform .rsform-select-box:focus,
.form-wrapper .rsform .rsform-input-box:focus,
.form-wrapper .rsform .rsform-text-box:focus {
  outline: none;
}
.form-wrapper .rsform .rsform-text-box {
  height: 195px;
}
.form-wrapper .rsform .rsform-block-captcha,
.form-wrapper .rsform .rsform-block-submit {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
}
.form-wrapper .rsform .rsform-block-captcha {
  width: 70%;
}
.form-wrapper .rsform .rsform-block-captcha img {
  width: 128px;
  padding: 4px 0;
  background: #fff;
  float: left;
  border: 1px solid #ccc;
}
.form-wrapper .rsform .rsform-block-captcha .rsform-captcha-box {
  height: 40px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
.form-wrapper .rsform .rsform-block-submit {
  width: 30%;
}
.form-wrapper .rsform .rsform-submit-button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 8px;
  width: 100%;
  margin-top: 20px;
}
.form-wrapper .rsform .extensions-upgrades .rsform-text-box {
  height: 78px;
}
.form-wrapper .rsform .hacking-solving .rsform-text-box {
  height: 188px;
}
.form-wrapper .rsform .contact-us .rsform-block-fullname,
.form-wrapper .rsform .contact-us .rsform-block-email,
.form-wrapper .rsform .contact-us .rsform-block-description,
.form-wrapper .rsform .contact-us .rsform-block-captcha,
.form-wrapper .rsform .contact-us .rsform-block-send-mail {
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .rsform .contact-us .rsform-block-fullname,
.form-wrapper .rsform .contact-us .rsform-block-email {
  width: 50%;
}
.form-wrapper .rsform .contact-us .rsform-block-description {
  width: 60%;
}
.form-wrapper .rsform .contact-us .rsform-block-captcha,
.form-wrapper .rsform .contact-us .rsform-block-submit {
  width: 40%;
}
.form-wrapper .rsform .contact-us .rsform-text-box {
  height: 142px;
  margin: 0;
}
.form-wrapper .rsform .contact-us .rsform-block-captcha img {
  margin-bottom: 10px;
  padding: 5px 34px;
  float: none;
}
.form-wrapper .rsform .contact-us .rsform-captcha-box {
  margin: 0;
  float: none;
}
.form-wrapper .rsform .contact-us .rsform-submit-button {
  margin: 0;
  width: 200px;
}
#Kunena + div {
  display: none;
}
#Kunena td.kprofileboxcnt ul.kprofilebox-link li {
  float: left;
}
#akeebasubs .vina-tab-header {
  text-align: right;
}
#akeebasubs .vina-tab-header h3 {
  display: inline;
  background: none repeat scroll 0 0 #62a9dd;
  border-radius: 5px 5px 0 0;
  line-height: 40px;
  padding: 10px 25px;
  margin: 0 0 0 5px;
  color: #FFF;
  font-style: italic;
  cursor: pointer;
}
#akeebasubs .vina-tab-header h3:hover,
#akeebasubs .vina-tab-header h3.active {
  font-style: normal;
  text-decoration: underline;
}
#akeebasubs .vina-tab {
  display: none;
}
#akeebasubs .vina-tab.active {
  display: block;
}
#akeebasubs .vina-tab .columns {
  border: 1px solid #62a9dd;
  margin: 0px;
}
#akeebasubs .vina-tab .columns .column-first {
  border-right: 2px solid #62a9dd;
}
#akeebasubs .vina-tab .columns .column-middle {
  border-right: 2px solid #62a9dd;
}
#akeebasubs .vina-tab .columns div.akeebasubs-awesome-column {
  margin-bottom: 0px;
}
#akeebasubs .vina-tab .columns div.akeebasubs-awesome-column:hover {
  box-shadow: 0 0 10px #62a9dd;
}
#akeebasubs .vina-tab .columns .akeebasubs-awesome-header {
  background-color: #62a9dd;
  background-image: none !important;
}
#akeebasubs .vina-tab .columns .akeebasubs-awesome-level {
  background: none;
  border: none;
  font-size: 20px;
  margin: 10px 0;
}
#akeebasubs .vina-tab .columns a.akeebasubs-awesome-level-link {
  color: #FFF !important;
  text-shadow: unset;
}
#akeebasubs .vina-tab .columns .akeebasubs-awesome-price {
  text-shadow: unset;
  min-height: 30px;
}
#akeebasubs .akeebasubs-awesome-description {
  padding: 0px;
}
#akeebasubs .akeebasubs-awesome-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#akeebasubs .akeebasubs-awesome-description ul li {
  line-height: 20px;
  padding: 15px 15px;
  font-size: 14px;
  border-bottom: 1px solid #62a9dd;
}
#akeebasubs .akeebasubs-awesome-description ul li span.yes {
  background: url("../images/icons/check.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  padding-left: 28px;
}
#akeebasubs .akeebasubs-awesome-description ul li span.no {
  background: url("../images/icons/cross.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  padding-left: 28px;
}
#akeebasubs .akeebasubs-awesome-footer {
  padding: 15px;
  background: #62A9DD;
}
#akeebasubs .akeebasubs-awesome-footer .btn-inverse {
  background: #62a9dd;
  background-image: none;
  text-shadow: unset;
  font-size: 18px;
  font-weight: bold;
}
#akeebasubs .akeebasubs-awesome-footer .btn-inverse:hover {
  border-color: #fff;
}
#akeebasubs .vina-footer {
  font-size: 14px;
  line-height: 25px;
  margin-top: 80px;
}
#akeebasubs .vina-footer h2 {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}
#akeebasubs .vina-footer .accordion-group {
  margin-bottom: 10px;
}
#akeebasubs .vina-footer .accordion-group a {
  text-decoration: none;
  color: #FFF;
}
#akeebasubs .vina-footer .accordion-heading {
  background: #62a9dd;
}
#akeebasubs .vina-header {
  margin-bottom: 80px;
  margin-top: -20px;
}
#akeebasubs .vina-header h3 {
  margin: 0px;
}
.itemImageBlock .itemImage > div,
#template-screenshots {
  height: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}
#sp-menu .sp-main-menu-toggler {
  display: inline-block;
  margin-top: -15px;
  position: absolute;
  right: 25px;
  top: 50%;
  line-height: 30px;
  padding: 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sp-position1 {
  max-width: 635px !important;
}
#sp-menu {
  width: auto;
}
#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;
  border-left: 1px solid #292D31;
  -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  a {
  border-right: none;
}
#sp-main-menu ul.level-0 > li > a {
  border-right: 1px solid #ccc;
  color: #fff;
  display: block;
  line-height: 73px;
  margin: 0;
  padding: 0 24px;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
}
#sp-main-menu ul.level-0 > li span.menu-title {
  cursor: pointer;
}
#sp-main-menu ul.level-0 > li.parent > a.menu-item::after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  height: auto;
  left: 0;
  line-height: 1px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 17px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#sp-main-menu ul.level-0 > li.parent:hover > a.menu-item::after {
  bottom: 1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #B4DCF9;
  position: relative;
  -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::before {
  color: #FFF;
  content: "";
  font-family: FontAwesome;
  font-size: 6px;
  left: 20px;
  line-height: 38px;
  position: absolute;
  top: 0;
  transition: color 600ms ease 0s;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  color: #fff;
}
#sp-main-menu .sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
#sp-main-menu .sp-submenu .sp-submenu-wrap {
  background-color: #62A9DD;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
}
#sp-main-menu .sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu .sp-submenu .megacol {
  float: left;
}
#sp-main-menu .sp-submenu .megacol a.sp-menu-group::before {
  background: #FFF none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 85px;
  z-index: -1;
}
#sp-main-menu .sp-submenu .megacol a.sp-menu-group {
  border-bottom: medium none;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 20px 10px 15px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
}
#sp-main-menu .sp-submenu .megacol .sp-menu-group-content {
  margin: 20px 0 10px;
}
#sp-main-menu .sp-submenu .megacol .sp-menu-group-content li.menu-item {
  background-color: #62A9DD !important;
  display: block;
  position: relative;
  text-transform: capitalize;
  transition: all 200ms ease 0s;
  border: none;
}
#sp-main-menu .sp-submenu .megacol .sp-menu-group-content li.menu-item a::before {
  color: #FFF;
  content: "";
  font-family: FontAwesome;
  font-size: 6px;
  left: 20px;
  line-height: 38px;
  position: absolute;
  top: 0;
  transition: color 600ms ease 0s;
}
#sp-main-menu .sp-submenu .megacol .sp-menu-group-content li.menu-item a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-decoration: none;
  transition: all 800ms ease 0s;
}
#sp-main-menu .sp-submenu .megacol .sp-menu-group-content li.menu-item:hover a::before {
  color: #3892d4;
}
.sp-mobile-menu {
  position: relative;
}
.sp-mobile-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.module {
  margin-top: 20px;
}
.module:first-child,
.module.no-mg-top {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.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.border {
  border: 1px solid #D9E2E7;
  padding: 0 10px 10px;
}
.module.border .header {
  margin: 0 -10px 10px;
  padding: 6px 10px;
  color: #fff;
}
#support-notice {
  margin: 30px 0;
}
#support-notice h3 {
  border-bottom: 1px dashed #62A9DD;
  margin: 0;
  padding: 10px;
}
#support-notice .inside {
  padding: 10px;
}
#support-notice #support {
  border: dashed 1px #62A9DD;
  background-color: #FFF4E7;
}
#support-notice #support #status {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
#support-notice #support .btn {
  line-height: 25px;
  margin-top: 8px;
  margin-right: 10px;
}
#support-notice #support .inside {
  height: 160px;
  padding-left: 135px;
}
#support-notice #support.we-online .inside {
  background: url("../images/online.png") no-repeat scroll 0 25px rgba(0,0,0,0);
}
#support-notice #support.we-offline .inside {
  background: url("../images/offline.png") no-repeat scroll 0 25px rgba(0,0,0,0);
}
#support-notice #notice {
  border: dashed 1px #62A9DD;
  background-color: #FFF4E7;
}
#support-notice #notice ul {
  margin-left: 15px;
}
#support-notice #notice ul li {
  white-space: nowrap;
}
#support-notice #notice .inside {
  height: 160px;
}
#support-notice #notice span {
  color: red;
  font-weight: bold;
}
.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,
ul.plus,
ul.long-arrow,
ul.circle-arrow {
  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,
ul.plus li::before,
ul.plus li::after,
ul.long-arrow li::before,
ul.long-arrow li::after,
ul.circle-arrow li::before,
ul.circle-arrow 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,
.ltr ul.plus li::before,
.ltr ul.long-arrow li::before,
.ltr ul.circle-arrow 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";
}
.ltr ul.plus li::before {
  content: "\f067";
}
.ltr ul.long-arrow li::before {
  content: "\f178";
}
.ltr ul.circle-arrow li::before {
  content: "\f0a9";
}
.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,
.rtl ul.plus li::after,
.rtl ul.long-arrow li::after,
.rtl ul.circle-arrow 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";
}
.rtl ul.plus li::after {
  content: "\f067";
}
.rtl ul.long-arrow li::after {
  content: "\f177";
}
.rtl ul.circle-arrow li::after {
  content: "\f0a8";
}
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;
}
.nav.list-arrow {
  list-style-image: url("../images/bg/bg-arrow.png");
  margin-bottom: 0;
  margin-left: 15px;
}
.nav.list-arrow li {
  padding: 0 5px;
  line-height: 30px;
}
.nav.list-arrow li a:hover,
.nav.list-arrow li a:focus {
  background: none transparent;
  outline: medium none;
}
.nav.list-arrow li a {
  display: inline-block;
}
@media (max-width: 1200px) {
  .responsive #sp-main-menu ul.level-0 > li > a {
    font-size: 12px;
    padding: 0 15px;
  }
  .responsive #sp-feature-wrapper .template-features .title {
    font-size: 24px;
  }
  .responsive #sp-feature-wrapper .template-features ul.tick li,
  .responsive #sp-feature-wrapper .template-features ul.tick li::after,
  .responsive #sp-feature-wrapper .template-features ul.tick li::before {
    font-size: 16px;
    line-height: 30px;
  }
  .responsive #sp-right input[type="text"],
  .responsive #sp-right input[type="password"] {
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
  }
  .responsive .btn-toolbar .btn-group .btn {
    margin: 5px;
  }
  .responsive .form-wrapper .rsform .rsform-block-captcha .rsform-captcha-box {
    margin: 10px 0px 0 0px;
  }
  .responsive #k2Container.templateViewBlock .itemHeader .btn-toolbar .btn {
    box-sizing: border-box;
    margin: 5px 0 0;
    width: 100%;
  }
  .responsive #k2Container.templateViewBlock .social-sharing {
    width: 100%;
  }
  .responsive #k2Container .share-support .support .img-circle {
    margin: 5px;
  }
  .responsive .header-footer [class*="span"] {
    width: 100%;
    margin: 0;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .header-footer .btn-toolbar {
    margin: 10px 0;
    text-align: left;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .header-footer .btn-toolbar .btn {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    margin: 5px;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock {
    padding: 5px 30px;
    text-align: center;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock .pull-left {
    display: none;
  }
  .responsive .fb_iframe_widget {
    width: 100%;
  }
  .responsive .fb_iframe_widget span {
    width: 100% !important;
  }
  .responsive .fb_iframe_widget iframe {
    width: 100% !important;
  }
  .responsive #sp-under-header-wrapper .social-sharing {
    display: none;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemAttachmentsBlock a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive #akeebasubs .vina-tab-header h3 {
    font-size: 20px;
  }
  .responsive #akeebasubs .vina-tab .columns .akeebasubs-awesome-level {
    font-size: 16px;
  }
  .responsive #akeebasubs .akeebasubs-awesome-description ul li {
    font-size: 12px !important;
  }
  .responsive #akeebasubs .akeebasubs-awesome-description ul li strong {
    font-size: 14px !important;
  }
  .responsive #support-notice #support .inside {
    height: auto;
  }
  .responsive #support-notice #notice .inside {
    height: auto;
  }
  .responsive #support-notice #notice ul li {
    white-space: normal;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    display: block;
    float: right;
    height: 73px;
    margin: 0;
  }
  .responsive #sp-header-wrapper #sp-search {
    display: inline-block !important;
    margin-right: 100px;
  }
  .responsive .sp-mobile-menu {
    right: 0;
    top: 73px;
    width: 50%;
    left: auto;
    z-index: 999;
  }
  .responsive .sp-mobile-menu ul li a {
    color: #ccc;
  }
  .responsive #under-header #sp-position1 {
    width: auto;
  }
  .responsive .btn-toolbar {
    width: 100%;
  }
  .responsive .btn-toolbar .btn-group {
    margin: 0 !important;
    width: 100%;
  }
  .responsive .btn-toolbar .btn-group .btn {
    box-sizing: border-box;
    margin: 2px 0 !important;
    width: 100%;
  }
  .responsive #k2Container.templateViewBlock .social-sharing {
    display: none;
  }
  .responsive .header-footer .span7 {
    display: none;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock {
    padding: 5px 0px;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock .style-2,
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock .itemExtraFieldsLabel {
    padding: 8px 0 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive #sp-feature-wrapper .template-features .title {
    font-size: 18px;
  }
  .responsive #sp-feature-wrapper .template-features ul.tick li,
  .responsive #sp-feature-wrapper .template-features ul.tick li::after,
  .responsive #sp-feature-wrapper .template-features ul.tick li::before {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 25px;
  }
  .responsive .row-fluid [class*="span"] {
    min-height: 0;
  }
  .responsive #sp-feature {
    width: 100%;
  }
  .responsive #sp-slider {
    margin-left: 0;
    width: 100%;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock {
    padding: 0;
    height: 95px;
    width: 175px;
    line-height: 95px;
    background-size: 100%;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock .style-2 {
    padding: 0;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .itemPriceBlock .base-price {
    line-height: 95px;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .header-footer {
    margin: 0;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .header-footer .btn-toolbar .btn {
    margin: 1%;
    width: 30%;
  }
  .responsive #k2Container .share-support .support {
    margin-top: 20px;
  }
  .responsive #k2Container.serviceBlock .itemTitle {
    font-size: 24px;
  }
  .responsive .form-wrapper .rsform .rsform-block-submit {
    width: 100%;
  }
  .responsive .form-wrapper .rsform .rsform-block-captcha {
    width: 100%;
  }
  .responsive .form-wrapper .rsform .rsform-block-captcha .rsform-captcha-box {
    width: 100% !important;
  }
  .responsive #sp-positions-wrapper .row-fluid [class*="span"] {
    margin-bottom: 20px;
  }
  .responsive #k2Container.serviceBlock .itemHits {
    float: left;
    line-height: 24px;
    margin-left: 0;
    width: 100%;
  }
  .responsive div.akeeba-bootstrap .page-header {
    font-size: 24px;
  }
  .responsive div.akeeba-bootstrap h3 {
    font-size: 18px;
  }
  .responsive #akeebasubs .vina-tab-header h3 {
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 50%;
    text-align: center;
  }
  .responsive .akeebasubs-awesome .columns-5 div.akeebasubs-awesome-column {
    margin: 5px 0;
    text-align: center;
    width: 100% !important;
  }
  .responsive #Kunena .kprofileboxcnt .input > span {
    float: left;
    margin: 5px 0;
    width: 100%;
  }
  .responsive #Kunena #ktab ul.menu li {
    border-top: medium none;
    display: inline-block;
  }
  .responsive #Kunena #ktab ul.menu li a span {
    line-height: 40px;
    padding: 0px;
  }
}
@media (max-width: 599px) {
  .responsive #sp-header-wrapper #sp-search {
    margin-right: 60px;
  }
  .responsive #sp-header-wrapper #sp-logo .logo-wrapper .logo {
    background-size: 100%;
    height: 73px !important;
    width: 73px !important;
  }
  .responsive .sp-mobile-menu {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .responsive .container {
    padding: 0 15px;
  }
  .responsive #sp-header-wrapper #header {
    max-height: auto;
    text-align: center;
  }
  .responsive #sp-header-wrapper #sp-search {
    display: inline-block;
    margin-right: 0;
    width: 100%;
  }
  .responsive #sp-header-wrapper #sp-menu[class*="span"] {
    width: 100%;
    height: auto;
    position: relative;
  }
  .responsive #sp-header-wrapper #sp-logo {
    float: none;
    max-height: auto;
  }
  .responsive #sp-header-wrapper #sp-logo .logo-wrapper .logo {
    width: 120px !important;
    display: inline-block;
  }
  .responsive #sp-menu .sp-main-menu-toggler {
    margin-top: 15px;
    padding: 0;
    position: initial;
    width: 100%;
  }
  .responsive .sp-mobile-menu {
    top: 100%;
  }
  .responsive .sp-mobile-menu ul li {
    text-align: left;
  }
  .responsive #sp-header-wrapper .k2SearchBlock .k2SearchBlockForm {
    margin: 15px 0px;
  }
  .responsive #sp-feature-wrapper .template-features .vina-button .btn {
    margin: 5px 0px;
    box-sizing: border-box;
    width: 100%;
  }
  .responsive #sp-users-wrapper {
    padding: 40px 0;
  }
  .responsive #sp-under-header-wrapper #sp-position2 {
    margin-left: 0px !important;
    width: 100%;
  }
  .responsive #sp-main-body-wrapper .templates-features .small-features {
    text-align: center;
  }
  .responsive #sp-main-body-wrapper .templates-features .small-features .img-polaroid {
    display: inline-block;
  }
  .responsive #sp-positions-wrapper .k2ItemsBlock ul li .img-circle {
    float: left;
  }
  .responsive #sp-bottom-wrapper .latest-blogs .mod-blog-item .pull-left {
    margin: 0;
  }
  .responsive #sp-bottom-wrapper .latest-blogs .mod-blog-item .blog-date {
    display: inline-block;
    margin-right: 10px;
    float: left;
  }
  .responsive #k2Container.templateViewBlock #template-screenshots .item {
    height: auto !important;
  }
  .responsive #sp-right .popularExtensions li .img-circle {
    float: left;
  }
  .responsive #k2Container.extensionViewBlock .itemHeader .header-footer .btn-toolbar .btn {
    margin: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .responsive #k2Container .itemBodyRight .well-small:last-child {
    height: auto !important;
  }
  .responsive #k2Container.blogBlock .catItemHeader .catItemAuthor {
    float: left;
    margin: 0;
    width: 100%;
  }
  .responsive #k2Container.blogBlock .catItemHeader .catItemCategory {
    float: left;
    width: 100%;
  }
  .responsive #sp-under-header-wrapper .mod-wrapper-menu .nav li {
    width: 33.33%;
    float: left;
    margin: 0;
  }
  .responsive #sp-under-header-wrapper .mod-wrapper-menu .nav li a {
    text-align: center;
  }
}
