.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 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *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: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;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.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 dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
.rox_title {
  margin: 0 0 0px;
  overflow: hidden;
  display: table;
}
h3.rox_header {
  display: table-cell;
  white-space: pre;
  float: left;
  margin: 0;
}
.rox_title-sep-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  height: 6px;
  text-indent: -99999em;
}
.rox_title-sep {
  margin-left: 10px;
  display: block;
  border-bottom: 1px solid #eee;
  width: 100%;
  position: relative;
  height: 1px;
  text-indent: -9999em;
  border-top: 1px solid #eee;
  margin-bottom: 25px;
}
.rox-custom-map {
  border: 1px solid #DFDDDD;
  padding: 10px;
}
#sp-breadcrumb-wrapper {
  background-size: 100% 100% !important;
  margin-bottom: -100px;
  background: url(../images/br-bg.png) no-repeat 0 0;
  padding: 80px;
  text-align: center;
}
#sp-breadcrumb-wrapper h3 {
  color: #fff !important;
  font-size: 40px !important;
  margin: 0px !important;
}
#sp-breadcrumb {
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: -20px;
}
#sp-breadcrumb ul {
  color: #fff;
  font-size: 14px;
}
#sp-breadcrumb li {
  text-shadow: none;
}
#sp-breadcrumb a {
  color: #fff;
}
.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;
}
body.featured #sp-main-body-wrapper {
  display: none;
}
h2 {
  text-transform: uppercase;
  font-size: 20px;
}
h3 {
  text-transform: uppercase;
  font-size: 18px !important;
}
h4 {
  text-transform: uppercase;
  font-size: 16px !important;
}
#sp-header-wrapper {
  border-top: 8px solid #E34130;
  padding: 12px 0;
}
#sp-header-wrapper .logo-wrapper {
  float: left;
  margin-top: -10px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 50% 32%;
  background-repeat: no-repeat;
  margin: -6% auto -20% auto;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
  margin-bottom: -20%;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
#sp-feature-wrapper {
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  text-align: center;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 0px;
}
#sp-users-wrapper {
  padding: 30px 0;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  z-index: -20;
  background-size: 100% 100% !important;
}
#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;
  border-right: 1px solid #BEBEBE;
}
#sp-footer-wrapper ul li a {
  color: #fff;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 10px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  font-size: 15px;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#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: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
}
.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;
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *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: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;
}
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;
}
.sp_quickcontact input {
  height: 40px;
  border-radius: 0px;
}
.sp_quickcontact #roxmarginleft {
  margin-left: 0px;
}
.sp_quickcontact #message {
  height: 181px;
  width: 455px;
  border-radius: 0px;
}
.sp_quickcontact .roxbtn {
  background: #ed1f24;
}
a.home-icon {
  text-indent: -999em;
  display: block;
  height: 51px;
  width: 51px;
  background: url(../images/office.png) no-repeat;
  margin-bottom: 126px;
  margin-right: 15px;
}
div.name {
  margin-top: 5px;
  border: 0px;
}
.tl,
.tr {
  background: red;
}
.cl,
.cr {
  background: blue;
}
.bl,
.br {
  background: black;
}
#sp-footer-wrapper {
  background: url('../images/cp_bg.png') no-repeat;
  border-top: 1px solid #969696;
}
#sp-breadcrumb-wrapper >.container {
  background: transparent;
}
.inputbox {
  border-radius: 0px !important;
  width: 85%;
  height: 20px !important;
  padding: 10px !important;
}
.inputbox:focus {
  border: 1px solid #179aa8 !important;
  box-shadow: 0px;
}
.default {
  height: 42px;
  border: 1px solid #fff !important;
  box-shadow: none;
  color: #fff !important;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0px;
}
#sp-main-area-wrapper >.container {
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -0-box-sizing: border-box;
  position: relative;
}
#sp-main-area-wrapper .container:before {
  background: url(../images/final-left.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  display: block;
  margin-left: -22px;
}
#sp-main-area-wrapper .container:after {
  background: url(../images/final-right.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  height: 100%;
  display: block;
  margin-right: -20px;
}
#sp-tweet-part-wrapper {
  position: relative;
}
#sp-tweet-part-wrapper:after {
  top: -15px;
  content: "";
  font-size: 0;
  height: 0;
  right: 270px;
  line-height: 0;
  position: absolute;
  width: 0;
}
#sp-top-bar-wrapper {
  float: left;
  margin: -90px 0 0 !important;
  position: relative;
  width: 100%;
  z-index: 99999;
}
#sp-top-bar-wrapper:after {
  bottom: -15px;
  content: "";
  font-size: 0;
  height: 0;
  right: 270px;
  line-height: 0;
  position: absolute;
  width: 0;
  z-index: 5;
}
div.logo {
  position: relative;
}
div.show_bg:after {
  background: url(../images/logo_shadow_right.png);
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 100%;
  display: block;
  margin-right: -17px;
  content: "";
}
div.show_bg:before {
  background: url(../images/logo_shadow_left.png);
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 100%;
  display: block;
  margin-left: -15px;
  content: "";
}
#sp-main-menu #magic-line {
  line-height: 30px;
  position: absolute;
  top: -36px;
  text-align: center;
  padding: 0;
  font-size: 30px;
}
#sp-main-menu ul {
  position: relative;
}
.show_bg {
  z-index: 5;
}
li#magic-line {
  -webkit-transition: 0 !important;
  -moz-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0 !important;
}
#sp-header-wrapper .search {
  margin-bottom: 0% !important;
}
.menu-item .sp-submenu-wrap .module .search form {
  margin-top: 0 !important;
}
.menu-item .sp-submenu-wrap .module .search form button.btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  border: 1px solid #179aa8;
  color: #179aa8;
  background-color: #fff !important;
  text-shadow: none;
  padding: 10px;
}
.menu-item .sp-submenu-wrap .module .search form input {
  border: 1px solid #179aa8;
}
#mod-search-searchword {
  width: 100px;
  border-radius: 0;
}
#sp-feature-wrapper {
  z-index: 1;
}
.accordion .accordion-heading .accordion-toggle {
  color: #fff !important;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sp-tweet-item {
  border-bottom: none !important;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  line-height: 20px;
  padding: 25px !important;
}
#sp-tweet-part-wrapper h3.rox_left {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
#sp-tweet-part-wrapper .icon-twitter:before {
  font-size: 30px;
  padding-right: 10px;
}
#sp-tweet-part-wrapper a {
  color: #fff;
  font-weight: bold;
}
#top-bar {
  color: #fff !important;
  font-size: 18px;
  line-height: 20px;
}
#rox-top-bar h2 {
  color: #fff;
  font-size: 20px;
  padding: 15px 0 15px 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
form {
  margin: 22px 0 0 0 !important;
}
table.acymailing_form {
  margin: 0px !important;
}
#sp-top-bar2 .acyfield_email .inputbox {
  padding: 10px 20px !important;
  float: left;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  line-height: 20px;
  margin-top: -8px;
}
#sp-top-bar2 .acysubbuttons .btn-primary {
  background: none;
  padding: 10px 15px !important;
  float: left;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  line-height: 20px;
  margin-left: 10px;
  margin-top: -8px;
}
.rox-company-info h2 {
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 30px;
}
.rox-company-info p {
  text-align: justify;
}
#about-us-carousel img {
  width: 100%;
}
.rox-company-info img {
  width: 100%;
}
#about-us-carousel p {
  text-align: justify;
  line-height: 20px;
}
.accordion-heading {
  padding: 7px;
}
.accordion-heading .accordion-toggle {
  padding: 8px 0 8px 20px;
}
.accordion-group {
  border-radius: 0px !important;
  margin-bottom: 10px;
}
.address-section-image {
  float: left;
  margin-right: 15px;
}
.address-section-image img {
  padding-bottom: 100px;
}
.address-text-field {
  margin-top: -12px;
}
.address-text-field i {
  font-size: 20px;
  margin-right: 15px !important;
}
.address-text-field .phn-number1 {
  margin-bottom: 0px;
}
.address-text-field .phn-number2 {
  margin-left: 120px;
}
.address-text-field .mail-address a {
  color: #b0b0b0 !important;
}
.rox-company-info .carousel-control {
  color: #179aa8 !important;
  border: 1px solid #179aa8 !important;
}
.rox-company-info .carousel-control {
  top: 53%;
}
.rox-company-info .carousel-control.left {
  left: 0px !important;
}
.rox-company-info .carousel-control.right {
  right: 0px !important;
}
#about-us-carousel .rox_nav_controll-about-us-carousel {
  background: #fff;
  position: absolute;
  height: 29px;
  width: 65px;
  top: -48px;
  right: 0px;
  padding: 5px 0 5px 10px;
}
#about-us-carousel .carousel-control.left {
  left: 10px;
}
.ns2-column .ns2-inner {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.ns2-column:hover:after {
  right: 10px;
  left: auto;
}
body#menu-190 #sp-users-wrapper {
  display: none;
}
body#menu-101 #sp-users-wrapper {
  display: none;
}
#doom-address-wrapper {
  color: #D0D0D0;
}
#doom-address-wrapper a {
  color: #B0B0B0;
}
#doom-address-wrapper h4 {
  color: #959595;
  font-size: 18px;
}
#sp-bottom-part-wrapper {
  background: url('../images/footer.png') no-repeat;
  background-size: 100% 100% !important;
}
#sp-bottom-part-wrapper .botom_part_element {
  text-align: center;
  margin-top: 0px;
}
#sp-bottom-part-wrapper .botom_part_element #botom_text {
  padding: 0 25%;
  color: #fff;
}
#sp-copy-right-wrapper {
  padding: 0 6%;
  margin-top: 6%;
  border-top: 1px solid #868686;
}
a.rox_facebook,
a.rox_gplux,
a.rox_pinterest,
a.rox_twitter {
  padding: 3px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  border-radius: 95px;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  margin: 15px 5px 15px 0;
  border: 1px solid #EAEAEA;
  font-size: 16px;
}
a.rox_facebook i,
a.rox_gplux i,
a.rox_pinterest i,
a.rox_twitter i {
  color: #fff;
}
a.footer_preset1,
a.footer_preset2,
a.footer_preset3,
a.footer_preset4 {
  text-indent: -999em;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 90px;
  margin: 3px;
}
a.footer_preset1 {
  background: #FFCC01;
}
a.footer_preset2 {
  background: #FC2429;
}
a.footer_preset3 {
  background: #9EC659;
}
a.footer_preset4 {
  background: #3A9BFF;
  margin-left: 7px;
}
#sp-footer-wrapper ul li.item-176 {
  border-right: none;
}
.entry-content .span4 p i {
  margin-bottom: 123px;
  margin-right: 30px !important;
}
.entry-content .span4 p a {
  font-weight: bold;
}
.entry-content .span4 h4 {
  text-rendering: optimizelegibility;
}
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: 18px;
  font-weight: bold;
}
#rox_our_team .span4 .row-fluid h3 {
  line-height: 8px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-fammily: 'PT Sans';
}
#rox_our_team .span4 .row-fluid p {
  font-size: 14px;
}
.ns2-inner h4 a {
  font-size: 16px;
}
.ns2-inner p {
  font-size: 14px;
}
.ns2-inner .ns2-links span {
  float: right;
}
a.ns2-readmore span {
  background: url(../images/readmore.png) no-repeat 1px 5px !important;
  padding: 0 0 0 13px !important;
}
a.ns2-readmore {
  font-size: 15px;
  text-transform: uppercase;
}
a.ns2-readmore {
  font-weight: bold;
}
.ns2-row-inner .ns2-column .ns2-inner {
  padding: 20px;
  box-shadow: 0px 0px 2px #e2e2e2;
}
#sp-from-blog-wrapper .ns2-inner {
  border: 1px solid #EBE9E9;
}
#sp-from-blog-wrapper .ns2-inner:hover {
  border-bottom: 3px solid #f14e52;
}
div.nssp2 .col-3 {
  width: 31% !important;
  padding-right: 40px;
}
.nopadding {
  padding-right: 0 !important;
}
.ns2-139 {
  margin-bottom: 50px;
}
span.catItemImage img {
  float: left;
  margin-bottom: 40px;
}
#k2Container .itemList {
  padding-right: 0;
}
#k2Container .itemList .catItemTitle a {
  font-size: 20px;
}
#k2Container .itemList .catItemTitle a:hover {
  transition: all 1000ms;
}
div.catItemImageBlock {
  padding: 0 !important;
}
catItemReadMore
#k2Container .itemList {
  padding-right: 100px;
}
catItemReadMore
#k2Container .itemList .catItemIntroText p {
  font-size: 14px;
}
#k2Container .itemList .catItemReadMore a.nemobtn {
  transition: all 500ms;
  font-size: 15px;
  font-weight: bold;
}
div.catItemLinks {
  margin: 0;
}
div.itemIntroText {
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.3em;
}
#k2Container .itemImageBlock span.itemImage {
  text-align: left !important;
  margin: 0;
}
.details_toolbar {
  margin-bottom: 30px;
}
.details_toolbar .itemAuthor {
  float: left;
  margin-right: 30px;
}
.details_toolbar .itemDateCreated {
  float: left;
  margin-right: 30px;
}
.details_toolbar .itemRatingBlock {
  padding: 0;
}
div.catItemImageBlock {
  position: relative;
}
div.rox_date {
  position: absolute;
  top: 50px;
  left: 09px;
}
div.catItemImageBlock .btnWrap {
  background-color: rgba(0,0,0,0.2);
}
div.catItemImageBlock .btnWrap:hover {
  background-color: rgba(0,0,0,0.5);
  transition: all 500ms;
}
.btnWrap {
  border: 1px solid rgba(255,255,255,0.4);
  float: left;
  padding: 20px 17px 20px 17px;
  margin-right: 10px;
  border-radius: 0;
}
.rox_date_wrap2 h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 0;
}
.rox_date_wrap2 span a {
  font-size: 12px;
  color: #fff !important;
}
div.k2CategoriesListBlock ul {
  list-style: none;
  margin: 0 0 10px 0;
}
div.k2CategoriesListBlock ul li {
  line-height: 25px;
}
div.catItemBody {
  padding: 0;
}
span.catItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
  box-shadow: 0 0 1px #eee;
}
div.k2TagCloudBlock a {
  font-size: 14px !important;
  border: 1px solid #eee;
  padding: 10px;
  margin: 3px;
}
div.k2TagCloudBlock a:hover {
  font-size: 14px !important;
  padding: 10px;
  margin: 3px;
  background: none repeat scroll 0 0 #fff;
}
span.userItemImage {
  margin: 0 16px 8px 0;
}
.userItemTitle a {
  font-size: 20px;
}
.userItemTitle a:hover {
  transition: all 1000ms ease 0s;
  text-decoration: none;
}
.userItemCategory a:hover {
  transition: all 1000ms ease 0s;
}
.userItemTagsBlock ul li a:hover {
  transition: all 1000ms ease 0s;
}
.pagination ul {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.ns2-rox_blog .ns2-row-inner .ns2-column {
  margin-bottom: 0;
}
.ns2-rox_blog .ns2-row-inner .ns2-column .ns2-inner {
  box-shadow: none !important;
  padding: 0 !important;
}
.ns2-rox_blog .ns2-row-inner .ns2-column .ns2-inner p {
  margin-top: 8px;
}
.ns2-rox_blog .ns2-row-inner .ns2-column .ns2-inner a img {
  border: 1px solid #eee !important;
  padding: 5px;
  margin: 0 12px 30px 0 !important;
}
.ns2-rox_blog .ns2-row-inner .ns2-column .ns2-inner h4 {
  margin: 0px;
}
div.itemCommentsForm form input.inputbox {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  height: 40px;
  margin-bottom: 20px;
  width: 195px;
}
div.itemCommentsForm form textarea.inputbox {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 420px;
  height: 144px !important;
}
#sp-header-wrapper {
  background-image: none !important;
}
.tp-caption.slider-heading {
  font-size: 48px !important;
  font-weight: bold !important;
  padding: 30px 50px 30px 20px !important;
  border: 1px solid #fff !important;
  -webkit-text-stroke: 1px #fff;
}
.tp-caption.slider-sub-heading {
  font-size: 16px !important;
  border: 1px solid #fff !important;
  padding: 10px 27px 15px 20px !important;
}
.tp-caption.slider-heading2 {
  font-size: 48px !important;
  font-weight: bold !important;
  padding: 30px 80px 30px 20px !important;
  border: 1px solid #fff !important;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 5px !important;
}
.tp-caption.slider-sub-heading2 {
  font-size: 16px !important;
  border: 1px solid #fff !important;
  padding: 10px 78px 15px 20px !important;
}
.tp-caption.slider-sub-heading2 span,
.tp-caption.slider-sub-heading span {
  font-size: 16px !important;
  color: red;
}
#modlgn-username,
#modlgn-passwd {
  width: 85% !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #fff;
  padding: 10px;
}
#form-login-submit .controls button {
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: none;
  text-shadow: none;
}
a.close-modal {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #ccc;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
form#login-form ul {
  margin: 10px 0 0 0;
  list-style: none;
}
form#login-form ul li {
  list-style: none;
}
form#login-form ul li a {
  padding: 5px 0px !important;
}
#discuss-wrapper .discuss-searchbar .input-searchbar {
  height: 50px;
  width: 100%;
  background: #f9f9f9;
}
#discuss-wrapper .discuss-searchbar .btn-searchbar {
  height: 50px;
  right: 0px;
  top: 0px;
  padding: 0px 20px;
  color: #ffffff;
  background: #179aa8;
}
#discuss-wrapper .discuss-toolbar .navbar-inner {
  padding: 0;
  border: 1px solid #dedede;
  background: #f9f9f9;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
#discuss-wrapper .discuss-featured-title {
  background: transparent;
  padding: 5px 0px;
  line-height: 30px;
  font-size: 18px;
  box-shadow: none;
  color: #afafaf;
}
#discuss-wrapper div.discuss-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#discuss-wrapper .discuss-list {
  background: #f9f9f9;
  border: 1px solid #dedede;
}
#discuss-wrapper .discuss-item {
  border-bottom: none;
}
#discuss-wrapper .discuss-item .discuss-item-left {
  padding: 20px 15px;
}
#discuss-wrapper .discuss-list > li {
  margin-bottom: 0px;
}
#discuss-wrapper .discuss-story .discuss-story-bd {
  padding: 15px 25px;
}
#discuss-wrapper .discuss-tags {
  margin: 10px 0 5px;
  font-size: 13px;
  border-left: none;
  padding-left: 0px;
  color: #fff;
}
#discuss-wrapper .discuss-tags a {
  background: #5fc1ea;
  padding: 5px 10px;
  color: #fff;
}
#discuss-wrapper .fs-11 {
  color: #afafaf;
  font-size: 15px;
}
#discuss-wrapper .small {
  font-size: 12px;
  color: #afafaf;
}
#discuss-wrapper .discuss-resolvedbar {
  background: #5fc1ea;
}
#discuss-wrapper .nav {
  margin-bottom: 0px;
}
#discuss-wrapper .discuss-statistic .status,
#discuss-wrapper .discuss-statistic .views,
#discuss-wrapper .discuss-statistic .votes,
#discuss-wrapper .discuss-statistic .likes {
  margin: 0 0 0 -1px;
  background: transparent;
  border: 1px solid #dedede;
}
#discuss-wrapper .discuss-item .discuss-item-left + .discuss-item-right {
  position: relative;
  margin-left: 110px;
  border-left: 1px solid #dedede;
}
#discuss-wrapper .discuss-toolbar .navbar-inner {
  box-shadow: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.status span,
div.views span,
div.votes span,
div.likes span {
  color: #999;
}
div.status a,
div.views a,
div.votes a,
div.likes a {
  color: #999;
}
#discuss-wrapper {
  background: transparent;
  padding: 0 !important;
}
#discuss-wrapper .discuss-toolbar .nav > li.active > a,
#discuss-wrapper .discuss-toolbar .nav > li.active > a:hover,
#discuss-wrapper .discuss-toolbar .nav > li.active > a:focus {
  color: #fff;
  background: #179aa8;
  text-shadow: none;
  box-shadow: none;
}
#discuss-wrapper .discuss-toolbar .nav > li > a {
  color: #999;
  text-shadow: none;
  box-shadow: none;
  padding: 18px;
}
#discuss-wrapper .discuss-toolbar .divider-vertical,
#discuss-wrapper .navbar .divider-vertical {
  border-left: none;
  border-right: none;
}
#discuss-wrapper .discuss-item,
#discuss-wrapper .discuss-searchbar,
#discuss-wrapper .discuss-statistics,
#discuss-mod-search,
#discuss-wrapper .discuss-list > li .media {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
}
#discuss-wrapper .discuss-statistics {
  padding: 15px;
}
ul.discuss-list {
  border: 0 !important;
}
#discuss-wrapper .discuss-list {
  background: none !important;
}
#discuss-wrapper .discuss-filter {
  background-color: #edeeef;
  border: 1px solid #d2d3d4;
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}
#discuss-wrapper .nav-tabs > .active > a,
#discuss-wrapper .nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #999;
  border: none;
  background-color: #edeeef;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: none;
  margin-bottom: 2px;
}
#discuss-wrapper .discuss-toolbar .nav > li > .dropdown-toggle_ > .caret {
  top: 25px;
  right: 11px;
}
#discuss-wrapper .discuss-statistic .status,
#discuss-wrapper .discuss-statistic .views,
#discuss-wrapper .discuss-statistic .votes,
#discuss-wrapper .discuss-statistic .likes {
  margin: 0 5px 0 -1px !important;
  font-size: 11px;
}
#discuss-wrapper .discuss-searchbar .discuss-searchbar--right {
  width: 200px !important;
}
img.pull-left,
.pull-left > img {
  width: 42px !important;
  height: 42px !important;
}
#discuss-mod-search {
  padding: 15px;
}
#discuss-mod-search input.input-searchbar {
  width: 80%;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0 !important;
}
#discuss-mod-search .discuss-tablecell .btn-ask {
  padding: 10px 20px;
  background: #179aa8;
  color: #fff;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 0;
}
#discuss-mod-search .discuss-tablecell .discuss-avatar .rox-searchbar-avatar {
  font-size: 41px;
  padding-right: 12px;
  color: #179aa8;
  text-shadow: 0px 0px 1px #A8a3a3;
}
#discuss-mod-search form {
  margin: 0 !important;
}
div.discuss-searchbar--input .btn-searchbar {
  margin-left: -81px;
  padding: 10px 20px;
  background: #179aa8;
  color: #fff;
  border-radius: 0;
}
div.discuss-searchbar--right .btn-ask {
  border-radius: 0 !important;
  padding: 10px;
  width: 88%;
  border: 0;
}
#modlgn-username,
#modlgn-passwd {
  border-radius: 0 !important;
  padding: 10px !important;
  width: 93%;
}
#form-login-submit .controls button {
  margin-bottom: 10px;
  padding: 10px 40px;
  text-shadow: none !important;
}
#form-login-remember label {
  margin-right: 10px;
}
#discuss-wrapper div.discuss-avatar img {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#discuss-wrapper .parent {
  margin: 10px 0;
}
#discuss-wrapper .parent .media-object {
  display: none;
}
#discuss-wrapper .discuss-list > li.child {
  clear: none;
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  text-align: center;
}
#discuss-wrapper .discuss-list > li .media {
  border: 1px solid #D7D7D7;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 25px 0px 10px 0px;
}
#discuss-wrapper .discuss-list > li.child:nth-child(3n+3) {
  margin-right: 0;
}
#discuss-wrapper .discuss-avatar.avatar-medium {
  width: 52px;
}
.rox_comments {
  font-size: 15px !important;
}
.media .media-body .pull-center h3 {
  font-weight: 200;
}
.media .media-body .pull-center h3 a {
  font-weight: 200;
}
#discuss-wrapper .discuss-form .btn-primary,
#discuss-wrapper .discuss-form .cancel-reply {
  background: #3EC94F;
  border-radius: 0;
}
#discuss-wrapper .discuss-form .btn-danger {
  border-radius: 0;
}
div.bg_gray {
  padding: 15px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.discuss-mod a:hover img.avatar {
  border: 1px solid #bbb;
  border-bottom-color: #aaa;
}
div.discuss-mod.discuss-leaderboardbg_gray img.avatar {
  width: 40px;
  height: 40px;
}
div.discuss-mod.discuss-leaderboardbg_gray .item-rank {
  float: right;
  height: 22px;
  font: bold 14px/22px Consolas, Courier, monospace;
  color: #fff;
  width: 22px;
  border: 1px solid #a80000;
  background: #E12121;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
div.discuss-mod.discuss-leaderboardbg_gray .item-title {
  font-weight: bold;
}
div.discuss-mod.discuss-leaderboardbg_gray .item-avatar + .item-story {
  margin-left: 50px;
}
div.discuss-mod.discuss-leaderboardbg_gray .item-avatar {
  float: left;
  display: inline-block;
}
#discuss-wrapper .btn-primary {
  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;
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *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);
}
#discuss-wrapper .btn-primary:first-child {
  *margin-left: 0;
}
#discuss-wrapper .btn-primary: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;
}
#discuss-wrapper .btn-primary:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#discuss-wrapper .btn-primary.active,
#discuss-wrapper .btn-primary: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);
}
#discuss-wrapper .btn-primary.disabled,
#discuss-wrapper .btn-primary[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;
}
#discuss-wrapper .btn-primary.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#discuss-wrapper .btn-primary.social.facebook {
  color: #0378a9;
}
#discuss-wrapper .btn-primary.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
#discuss-wrapper .btn-primary.social.twitter {
  color: #17b8fb;
}
#discuss-wrapper .btn-primary.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
#discuss-wrapper .btn-primary.social.pinterest {
  color: #dc4e44;
}
#discuss-wrapper .btn-primary.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
#discuss-wrapper .btn-primary.social.gplus {
  color: #9d261d;
}
#discuss-wrapper .btn-primary.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
#discuss-wrapper .btn-primary.social:hover {
  text-decoration: none;
}
#discuss-wrapper .btn-primary:hover {
  background-position: 0 0 !important;
  color: #fff !important;
}
.signupbtn {
  background: rgba(227,65,48,0.6);
  font-size: 20px;
  color: #fff !important;
  padding: 10px 40px;
}
.signupbtn:hover {
  background: rgba(227,65,48,0.9);
}
.purchasebtn {
  background: rgba(0,0,0,0.6);
  font-size: 20px;
  color: #fff !important;
  padding: 10px 40px;
}
.purchasebtn:hover {
  background: rgba(0,0,0,0.9);
  font-size: 20px;
  color: #fff !important;
  padding: 10px 40px;
}
#sp-main-content-wrapper {
  margin-top: 30px;
}
#sp-contact-area-wrapper {
  margin-top: 30px;
}
input[type='submit'] {
  background: #ed1f24 !important;
}
#sp-custom-add--wrapper {
  margin-bottom: 30px;
}
#sp-from-blog-wrapper {
  margin-bottom: 70px;
}
#sp-our-works {
  margin-bottom: 20px;
}
#facebox .my-groovy-style {
  padding: 30px;
}
#facebox .my-groovy-style div a.continue {
  background: red;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  margin-top: 20px !important;
  position: relative;
  top: 15px;
}
#facebox .my-groovy-style div a.showcart {
  background: red;
  color: #fff;
  padding: 15px;
  font-size: 18px;
}
#facebox .my-groovy-style div h4 {
  margin-top: 50px;
}
li.menu-item a span img {
  padding-right: 10px;
}
body#menu-180 #sp-component-area {
  display: none;
}
#sp-menu {
  margin-top: 4px;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -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-submenu .sp-submenu-wrap li a {
  text-transform: capitalize !important;
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  padding: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #96969D;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #96969D;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  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) a {
  display: block;
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  color: #96969D;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: sentence;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
.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 {
  margin-top: 0;
}
.module h3 {
  font-size: 20px;
  margin: 0 0 25px 0;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.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;
}
.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 (min-width: 320px) and (max-width: 960px) {
  .responsive #sp-main-area-wrapper >.container {
    padding: 20px 10px !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .responsive #sp-main-area-wrapper >.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .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 #sp-header-wrapper [class*="span"] {
    width: auto;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
@media (max-width: 320px) {
  .responsive #sp-main-area-wrapper .container:before {
    display: none;
  }
  .responsive #sp-main-area-wrapper .container:after {
    display: none;
  }
  .responsive #discuss-mod-search {
    display: none;
  }
  .responsive div.logo-wrapper {
    text-align: center;
    display: block;
    float: none !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: -8% auto 0% auto !important;
  }
  .responsive .btn-inverse:hover,
  .responsive .btn-inverse:active,
  .responsive .btn-inverse.active,
  .responsive .btn-inverse.disabled,
  .responsive .btn-inverse[disabled],
  .responsive .btn-inverse {
    background-color: #0e5c65 !important;
    background-position: 50px 50px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 90px !important;
    right: 42% !important;
    z-index: 5;
  }
  .responsive .sp-mobile-menu {
    top: 132px;
  }
  .responsive .ns2-latest_from-blog img.ns2-image {
    width: 100%;
  }
  .responsive .rox-our-team img {
    width: 100%;
  }
  .responsive #sp-tweet-part-wrapper:after {
    top: 6px;
    right: 30px;
  }
  .responsive ul.sp-portfolio-items .span2 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span3 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span4 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span5 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span6 {
    width: 100% !important;
  }
  .responsive div.itemAuthorBlock {
    width: 55% !important;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 95% !important;
  }
  .responsive .itemComments div.btnWrap {
    padding: 0 !important;
  }
  .responsive div.itemCommentsForm form input#submitCommentButton {
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 480px) {
  .responsive #sp-main-area-wrapper .container:before {
    display: none;
  }
  .responsive #sp-main-area-wrapper .container:after {
    display: none;
  }
  .responsive #discuss-mod-search {
    display: none;
  }
  .responsive div.logo-wrapper {
    text-align: center;
    display: block;
    float: none !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: -8% auto 0% auto !important;
  }
  .responsive .btn-inverse:hover,
  .responsive .btn-inverse:active,
  .responsive .btn-inverse.active,
  .responsive .btn-inverse.disabled,
  .responsive .btn-inverse[disabled],
  .responsive .btn-inverse {
    background-color: #0e5c65 !important;
    background-position: 50px 50px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 80px !important;
    right: 45% !important;
    z-index: 5;
  }
  .responsive .sp-mobile-menu {
    top: 119px;
  }
  .responsive .ns2-latest_from-blog img.ns2-image {
    width: 100%;
  }
  .responsive .rox-our-team img {
    width: 100%;
  }
  .responsive #sp-tweet-part-wrapper:after {
    top: 6px;
    right: 30px;
  }
  .responsive ul.sp-portfolio-items .span2 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span3 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span4 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span5 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span6 {
    width: 100% !important;
  }
  .responsive div.itemAuthorBlock {
    width: 55% !important;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 95% !important;
  }
  .responsive .itemComments div.btnWrap {
    padding: 0 !important;
  }
  .responsive div.itemCommentsForm form input#submitCommentButton {
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 580px) {
  .responsive #sp-main-area-wrapper .container:before {
    display: none;
  }
  .responsive #sp-main-area-wrapper .container:after {
    display: none;
  }
  .responsive #discuss-mod-search {
    display: none;
  }
  .responsive div.logo-wrapper {
    text-align: center;
    display: block;
    float: none !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: -8% auto 0% auto !important;
  }
  .responsive .btn-inverse:hover,
  .responsive .btn-inverse:active,
  .responsive .btn-inverse.active,
  .responsive .btn-inverse.disabled,
  .responsive .btn-inverse[disabled],
  .responsive .btn-inverse {
    background-color: #0e5c65 !important;
    background-position: 50px 50px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 80px !important;
    right: 45% !important;
    z-index: 5;
  }
  .responsive .sp-mobile-menu {
    top: 119px;
  }
  .responsive .ns2-latest_from-blog img.ns2-image {
    width: 100%;
  }
  .responsive .rox-our-team img {
    width: 100%;
  }
  .responsive #sp-tweet-part-wrapper:after {
    top: 6px;
    right: 30px;
  }
  .responsive ul.sp-portfolio-items .span2 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span3 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span4 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span5 {
    width: 100% !important;
  }
  .responsive ul.sp-portfolio-items .span6 {
    width: 100% !important;
  }
  .responsive div.itemAuthorBlock {
    width: 55% !important;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 95% !important;
  }
  .responsive .itemComments div.btnWrap {
    padding: 0 !important;
  }
  .responsive div.itemCommentsForm form input#submitCommentButton {
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 600px) {
  .responsive #sp-main-area-wrapper .container:before {
    display: none;
  }
  .responsive #sp-main-area-wrapper .container:after {
    display: none;
  }
  .responsive #discuss-mod-search {
    display: none;
  }
  .responsive div.logo-wrapper {
    text-align: center;
    display: block;
    float: none !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: -8% auto 0% auto !important;
  }
  .responsive .btn-inverse:hover,
  .responsive .btn-inverse:active,
  .responsive .btn-inverse.active,
  .responsive .btn-inverse.disabled,
  .responsive .btn-inverse[disabled],
  .responsive .btn-inverse {
    background-color: #0e5c65 !important;
    background-position: 50px 50px !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 80px !important;
    right: 45% !important;
    z-index: 5;
  }
  .responsive .sp-mobile-menu {
    top: 119px;
  }
  .responsive .ns2-latest_from-blog img.ns2-image {
    width: 100%;
  }
  .responsive .rox-our-team img {
    width: 100%;
  }
  .responsive #sp-tweet-part-wrapper:after {
    top: 6px;
    right: 30px;
  }
  .responsive ul.sp-portfolio-items .span2 {
    width: 50% !important;
  }
  .responsive ul.sp-portfolio-items .span3 {
    width: 50% !important;
  }
  .responsive ul.sp-portfolio-items .span4 {
    width: 50% !important;
  }
  .responsive ul.sp-portfolio-items .span5 {
    width: 50% !important;
  }
  .responsive ul.sp-portfolio-items .span6 {
    width: 50% !important;
  }
  .responsive div.itemAuthorBlock {
    width: 55% !important;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 95% !important;
  }
  .responsive .itemComments div.btnWrap {
    padding: 0 !important;
  }
  .responsive div.itemCommentsForm form input#submitCommentButton {
    margin: 10px 0 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  #sp-main-area-wrapper .container:before {
    display: none;
  }
  #sp-main-area-wrapper .container:after {
    display: none;
  }
  #discuss-mod-search {
    display: none;
  }
  #sp-expert-area-wrapper {
    display: none;
  }
  #sp-header-wrapper .logo {
    background-size: 80%;
  }
  #sp-header-wrapper .logo-wrapper .logo {
    margin: -8% auto 0 auto !important;
  }
  .sp-mobile-menu {
    top: 134px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl .sp-submenu .megacol {
  float: right !important;
}
.rtl #rox-top-bar h2 {
  padding: 15px 50px 15px 0px;
}
.rtl .rox_nav_controll {
  right: 93.7% !important;
  padding: 5px 10px 5px 0;
}
.rtl .rox_nav_controll .carousel-control.left {
  left: 7px !important;
}
.rtl .rox_nav_controll .carousel-control.right {
  right: 55% !important;
}
.rtl .rox_title-sep {
  margin-right: 10px !important;
}
.rtl input.knob {
  margin-right: -84px !important;
}
.rtl .rox-mod-expert .expert-skill {
  margin-right: 0;
}
.rtl .carousel-inner ul li.cl-last {
  margin-right: 1.64% !important;
}
.rtl .carousel-inner ul li.cl-first {
  margin-right: 0 !important;
}
.rtl a.footer_preset4 {
  margin-right: 7px;
}
.rtl #sp-footer-wrapper ul li.item-176 {
  border-right: 1px solid #BEBEBE;
}
.rtl #about-us-carousel .rox_nav_controll-about-us-carousel {
  right: 93.7%;
  padding: 5px 10px 5px 0px;
  height: 35px !important;
}
.rtl #about-us-carousel .rox_nav_controll-about-us-carousel .carousel-control.right {
  left: 7px !important;
}
.rtl .rox-company-info .carousel-control.left {
  right: 95.7% !important;
}
.rtl .btnWrap {
  float: right;
}
.rtl #k2Container .itemAuthorBlock-bg img.itemAuthorAvatar {
  margin-right: 12px;
}
.rtl div.k2CategoriesListBlock ul li a span.catCounter {
  float: right;
}
.rtl #menu-157 #rox_our_team .team_desc {
  padding-right: 150px;
  padding-left: 0 !important;
}
