.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;
  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;
}
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;
}
.pagination {
  margin: 15px;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
.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;
}
#sp-component {
  padding: 20px;
}
.homepage #sp-component {
  padding: 0;
}
#k2Container {
  margin: -20px;
}
#sp-header-wrapper .logo-wrapper {
  padding-top: 3px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-search {
  text-align: right;
  margin-top: 6px;
}
#sp-header-wrapper #sp-search .search form {
  margin: 5px 0 0;
  position: relative;
}
#sp-header-wrapper #sp-search .search #mod-search-searchword {
  min-height: 40px;
  background: #4e4e4e;
  color: #fff;
  border: 0;
  padding: 0 30px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-header-wrapper #sp-search .search #mod-search-searchword:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-header-wrapper #sp-search .search i {
  position: absolute;
  right: 10px;
  top: 11px;
  color: #6c6c6c;
  font-size: 16px;
  text-shadow: none;
}
#sp-slide {
  position: absolute;
  z-index: 0;
}
#sp-slide .nivo-caption {
  top: 50px;
  bottom: auto;
}
#sp-slide .nivo-caption .caption-inner {
  background: rgba(0,0,0,0.8);
  float: right;
  width: 300px;
  padding: 30px;
}
#sp-slide .nivo-caption .caption-inner .slider-nav {
  border-bottom: 1px solid #4e4e4e;
  text-align: right;
  padding-bottom: 15px;
}
#sp-slide .nivo-caption .caption-inner .slider-nav span.slide-counter {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
}
#sp-slide .nivo-caption .caption-inner .slider-nav span.slide-counter sup {
  font-weight: normal;
}
#sp-slide .nivo-caption .caption-inner .slider-nav a#previousButton,
#sp-slide .nivo-caption .caption-inner .slider-nav a#nextButton {
  font-size: 24px;
  color: #fff;
}
#sp-slide .nivo-caption .caption-inner h1.nivo-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
#sp-slide .nivo-caption .caption-inner a.nivo-readmore {
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-slide .nivo-caption .caption-inner a.nivo-readmore:hover {
  background: #fff;
  color: #333;
}
.homepage #sp-scroller-wrapper {
  margin-top: 350px;
}
#sp-scroller-wrapper .sp-nh-buttons {
  background: #232323;
}
#sp-scroller-wrapper .sp-nh-buttons .sp-nh-text {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
}
#sp-scroller-wrapper .sp-nh-item {
  z-index: 0;
  padding: 0 10px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-scroller-wrapper .sp-nh-item .sp-nh-title {
  color: #fff;
}
#sp-scroller-wrapper .sp-nh-item .sp-nh-date,
#sp-scroller-wrapper .sp-nh-item a {
  color: #fff;
}
#sp-categories-wrapper {
  position: relative;
}
#sp-categories-wrapper #sp-categories {
  border-top: 1px solid #232323;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
#sp-categories-wrapper #sp-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-categories-wrapper #sp-categories ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
#sp-categories-wrapper #sp-categories ul li a {
  color: #fff;
}
#sp-categories-wrapper #sp-categories ul li a:hover {
  color: #232323;
}
#sp-categories-wrapper #sp-categories ul li.activeCategory a {
  color: #232323;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  position: relative;
}
#sp-main-body-wrapper #sp-main .banneritem {
  padding: 0 15px;
}
#sp-main-body-wrapper .container {
  position: relative;
  z-index: 1;
}
#sp-main-body-wrapper .container:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 10px;
  bottom: 0;
  z-index: -1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
#main-body {
  background: #f6f6f6;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.featured-news .slide {
  position: relative;
  margin: 0;
}
.featured-news .slide h4 {
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  background: #000;
  margin: 10px;
  padding: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.featured-news h3 {
  color: #fff !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  left: 50%;
  margin-left: 10px !important;
}
.featured-news ul {
  margin-top: 55px;
  list-style: none;
  padding-right: 20px;
}
.featured-news ul li {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #343434;
}
.featured-news ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #777;
}
.featured-news ul li a:hover {
  color: #fff;
}
.featured-news ul li:last-child {
  border-bottom: none;
}
.featured-news ul li.active a {
  color: #fff;
}
#sp-sidebar1 {
  border-left: 1px solid #fff;
  border-right: 1px solid #e1e1e1;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 1px 0 0 #e1e1e1,inset -1px 0 0 #fff;
  -moz-box-shadow: inset 1px 0 0 #e1e1e1,inset -1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #e1e1e1,inset -1px 0 0 #fff;
}
#sp-sidebar1 .banneritem {
  padding: 0 10px;
}
#sp-sidebar1 .sidbar-ad1 {
  margin-left: -1px;
  margin-right: -1px;
  padding: 0;
}
#sp-sidebar1 .sidbar-ad1 .banneritem {
  padding: 0;
}
#sp-sidebar2 {
  border-right: 1px solid #e7e8e8;
}
#sp-sidebar2 h3 {
  font-size: 14px;
}
#sp-sidebar2 .banneritem {
  word-break: break-all;
}
#sp-sidebar2 .sp-result-wrapper ul {
  margin: 0;
  list-style: none;
}
#sp-sidebar2 .sp-result-wrapper ul li .sp-results {
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: inset 0 -1px 0 #e1e1e1;
  -moz-box-shadow: inset 0 -1px 0 #e1e1e1;
  box-shadow: inset 0 -1px 0 #e1e1e1;
}
#sp-sidebar2 .sp-result-wrapper ul li .sp-results h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
#sp-sidebar2 .sp-result-wrapper ul li .sp-results h4 a {
  color: #555;
}
#sp-sidebar2 .sp-result-wrapper ul li .sp-results span {
  color: #777;
}
#sp-sidebar2 .sp-result-wrapper ul li .sp-results span.result {
  color: #fff;
  padding: 0 4px;
  font-size: 10px;
  margin-left: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-sidebar2 .sp-result-wrapper ul li:last-child .sp-results {
  border: none;
  box-shadow: none;
}
.ns2-art-wrap .ns2-row-inner {
  padding: 15px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
  box-shadow: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
}
.ns2-art-wrap .ns2-first .ns2-row-inner {
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ns2-art-wrap h4.ns2-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}
.ns2-art-wrap img.ns2-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ns2-art-wrap .ns2-art-controllers {
  position: absolute;
  top: 13px;
  right: 15px;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-prev {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-prev,
.ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  position: relative;
  color: #fff;
  padding: 0px 8px;
  line-height: 30px;
  height: 30px;
  margin: -2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-prev:hover,
.ns2-art-wrap .ns2-art-controllers .ns2-art-next:hover {
  color: #333;
  background: #fff;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.ns2-links-wrap .ns2-row-inner {
  padding: 1px 15px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: inset 0 -1px 0 #e1e1e1;
  -moz-box-shadow: inset 0 -1px 0 #e1e1e1;
  box-shadow: inset 0 -1px 0 #e1e1e1;
}
.border-none .ns2-row-inner {
  border: 0;
  box-shadow: none;
  padding: 15px 10px 0;
}
.ns2-others h4.ns2-title {
  font-size: 14px;
}
.ns2-video .ns2-image-outer {
  position: relative;
}
.ns2-video .ns2-image-outer >i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #f7f7f7;
  color: #707070;
  border: 3px solid rgba(0,0,0,0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ns2-video .ns2-image-outer [class^="icon-"]:before,
.ns2-video .ns2-image-outer [class*=" icon-"]:before {
  display: block;
}
#sp-bottom-wrapper {
  margin-top: -50px;
  padding: 80px 0 90px;
}
#sp-bottom-wrapper h3.header {
  background: none;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  font-size: 18px;
  border: 0;
  box-shadow: none;
  text-transform: capitalize;
}
#sp-bottom-wrapper ul {
  margin: 0;
  padding: 0;
}
#sp-bottom-wrapper ul li {
  list-style: none;
  line-height: 25px;
}
#sp-bottom-wrapper ul li a {
  color: rgba(255,255,255,0.8) !important;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}
#sp-bottom-wrapper ul li a:hover {
  color: #fff !important;
  text-shadow: none;
}
#sp-bottom-wrapper #sp-bottom5 {
  padding-top: 20px;
}
#sp-bottom-wrapper #sp-bottom5 .footer-social {
  font-size: 24px;
}
#sp-bottom-wrapper #sp-bottom5 .footer-social i {
  margin-right: 15px;
  line-height: 45px;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 1px 0 rgba(255,255,255,0.1);
}
#sp-bottom-wrapper #sp-bottom5 .footer-social i:hover {
  color: #fff;
}
#sp-bottom-wrapper #sp-bottom5 p.contact-email a {
  color: #fff;
}
#sp-partner-wrapper #sp-partner {
  padding-bottom: 30px;
}
#sp-partner-wrapper #sp-partner img {
  margin-top: 12px;
}
#sp-partner-wrapper #sp-partner h3 {
  font-weight: 400;
  height: 60px;
  line-height: 60px;
}
#sp-partner-wrapper #sp-partner a {
  margin-right: 20px;
  display: inline-block;
  margin-top: 5px;
}
#sp-footer-wrapper {
  color: #646464;
  padding: 15px 0;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  text-shadow: 0 1px rgba(0,0,0,0.5);
}
#sp-footer-wrapper #sp-footer1 {
  margin-top: 6px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper span.designed-by {
  float: left;
  border-right: 1px solid #434343;
  margin-right: 10px;
  padding-right: 10px;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #7f7f7f;
  font-size: 24px;
  font-weight: normal;
  border: 1px solid #000;
  background: #363636;
  padding: 0 6px 3px;
  -webkit-box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.3);
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .copyright {
  display: inline-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;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.btn.social {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  text-shadow: none;
  font-size: 24px;
  color: rgba(0,0,0,0.5);
}
.btn.social:hover {
  text-decoration: none;
  color: #fff;
}
.banneritem a {
  text-decoration: underline;
  text-transform: capitalize;
}
#sp-top-ad-wrapper {
  padding: 8px 0;
  height: 90px;
}
.homepage #sp-top-ad-wrapper {
  display: none;
}
ul.catItemTags li:hover a,
ul.itemTags li:hover a {
  color: #fff;
}
.row-fluid [class*="span"] {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid .span1 {
  width: 8.33333%;
}
.row-fluid .span2 {
  width: 16.66667%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span4 {
  width: 20%;
}
.row-fluid .span5 {
  width: 41.66667%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span7 {
  width: 58.33334%;
}
.row-fluid .span8 {
  width: 66.66667%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span10 {
  width: 83.33334%;
}
.row-fluid .span11 {
  width: 91.66667%;
}
.row-fluid .span12 {
  width: 100%;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 12px 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/menu-divider.png) 100% 50% repeat-y;
  -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: #fff;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover a,
#sp-main-menu ul.level-0 > li.active a {
  color: #777;
}
#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;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 0;
  color: #777777;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover a,
#sp-main-menu li li:not(.sp-menu-group).active a {
  color: #000;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #4c4b4b;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms, opacity 500ms;
  -moz-transition: visibility 500ms, opacity 500ms;
  -o-transition: visibility 500ms, opacity 500ms;
  transition: visibility 500ms, opacity 500ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu .megacol >ul.sp-menu {
  padding: 5px 15px !important;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.module {
  margin-top: 15px;
  position: relative;
}
.module:first-child {
  margin-top: 0;
  margin-bottom: -15px;
}
.module h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  color: #555555;
  background: #ededed;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 1px 0 #e1e1e1, inset 0 -1px 0 #e1e1e1;
}
.module.none {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}
.module.none >.mod-wrapper {
  padding: 0;
}
.module.expand {
  padding: 0 15px;
}
.module.expand h3 {
  margin: 0 -15px 10px -15px;
}
.module.highlighted {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
}
.module.highlighted h3 {
  font-size: 20px !important;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.module.highlighted a {
  color: #fff !important;
}
.module.highlighted ul {
  margin: 0;
  list-style: none;
}
.module.highlighted ul li {
  margin: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px;
  line-height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.module.highlighted ul li h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.module.highlighted ul li span {
  font-size: 12px;
  color: #999;
}
.mod-wrapper-flat h3 {
  padding: 0;
  margin: 0;
}
.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: 980px) and (max-width: 1199px) {
  .responsive #sp-main-menu ul.level-0 > li {
    font-size: 14px;
  }
  .responsive #sp-header-wrapper .logo {
    width: 220px !important;
    background-size: contain !important;
  }
  .responsive #sp-scroller-wrapper .sp_news_higlighter {
    width: 940px !important;
  }
  .responsive #sp-scroller-wrapper .sp-nh-item {
    width: 735px !important;
  }
  .responsive .featured-news .slide h4 {
    font-size: 20px;
  }
  .responsive .module.highlighted h3 {
    font-size: 16px !important;
  }
  .responsive .ns2-video .ns2-image-outer >i {
    margin-top: -28px;
  }
  .responsive #sp-partner h3 {
    font-size: 20px;
  }
  .responsive #sp-partner a {
    margin-right: 0;
    margin-top: 18px;
  }
  .responsive #sp-partner a img {
    width: 85%;
  }
  .responsive span.designed-by {
    border-right: 0 !important;
  }
  .responsive #sp-top-ad2 .banneritem {
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-scroller-wrapper {
    margin-top: 315px;
  }
  .responsive #sp-scroller-wrapper .sp_news_higlighter {
    width: 724px !important;
  }
  .responsive #sp-scroller-wrapper .sp-nh-item {
    width: 519px !important;
  }
  .responsive.subpage #sp-scroller-wrapper {
    margin-top: 0;
  }
  .responsive.subpage #sp-top-ad-wrapper .banneritem {
    font-size: 11px;
    line-height: 14px;
  }
  .responsive .featured-news .slide h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .responsive .ns2-others h4.ns2-title {
    font-size: 13px;
    line-height: 13px;
  }
  .responsive .ns2-video .ns2-image-outer >i {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .responsive #sp-sidebar2 h3 {
    font-size: 13px !important;
  }
  .responsive .expand h3.header {
    line-height: 22px;
  }
  .responsive #sp-partner h3 {
    font-size: 18px;
    background-position: 100% 50%;
  }
  .responsive #sp-partner a {
    margin-right: 0;
    margin-top: 18px;
  }
  .responsive #sp-partner a img {
    width: 85%;
  }
  .responsive span.designed-by {
    border-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive .row-fluid [class*="span"] {
    width: 100%;
  }
  .responsive #sp-header-wrapper {
    height: 65px;
  }
  .responsive #main-body {
    padding-bottom: 10px;
  }
  .responsive #sp-slide .nivo-caption .caption-inner {
    padding: 15px;
  }
  .responsive #sp-slide .nivo-caption .caption-inner h1.nivo-title {
    font-size: 14px;
  }
  .responsive #sp-scroller-wrapper {
    margin-top: 230px;
  }
  .responsive #sp-scroller-wrapper .sp_news_higlighter {
    width: 480px !important;
  }
  .responsive #sp-scroller-wrapper .sp-nh-item {
    width: 275px !important;
  }
  .responsive #sp-categories ul li {
    margin-right: 5px !important;
    font-size: 12px;
  }
  .responsive .featured-news .carousel-inner img {
    width: 100%;
  }
  .responsive .featured-news h3 {
    top: 50%;
    margin-top: 85px;
    left: 0;
  }
  .responsive .ns2-others h4.ns2-title {
    font-size: 13px;
    line-height: 13px;
  }
  .responsive .ns2-video .ns2-image-outer >i {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .responsive #sp-bottom1,
  .responsive #sp-bottom2,
  .responsive #sp-bottom3,
  .responsive #sp-bottom4 {
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }
  .responsive #sp-partner h3 {
    background: none !important;
  }
  .responsive span.designed-by {
    border-right: 0 !important;
  }
  .responsive.subpage #sp-top-ad2,
  .responsive.subpage #sp-top-ad3 {
    width: 50%;
    float: left;
    margin: 20px 0 0;
  }
  .responsive.subpage #sp-scroller-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .responsive #sp-slide {
    z-index: 1;
  }
  .responsive #sp-slide .nivo-caption .caption-inner {
    padding: 10px;
  }
  .responsive #sp-slide .nivo-caption .caption-inner h1.nivo-title {
    font-size: 14px;
    margin: 4px 0;
  }
  .responsive #sp-slide .nivo-caption .caption-inner a.nivo-readmore {
    padding: 2px 8px;
    margin-top: 0;
    font-size: 12px;
  }
  .responsive #sp-slide .nivo-caption .caption-inner .slider-nav {
    display: none;
  }
  .responsive #sp-scroller-wrapper,
  .responsive #sp-categories-wrapper {
    display: none;
  }
  .responsive #sp-main-body-wrapper {
    padding-top: 155px;
  }
  .responsive .featured-news h3 {
    top: 50%;
    margin-top: 40px;
  }
  .responsive div.nssp2 .col-4 {
    width: 50%;
  }
  .responsive.subpage #sp-main-body-wrapper {
    padding-top: 65px;
  }
  .responsive #itemListLinks .itemContainer {
    width: 50% !important;
  }
}
@media (max-width: 320px) {
  .responsive #sp-header-wrapper .logo {
    width: 165px !important;
    background-size: contain !important;
  }
  .responsive .sp-main-menu-toggler {
    padding: 2px 8px !important;
    top: 20px;
  }
  .responsive #sp-slide .nivo-caption .caption-inner {
    width: 230px;
  }
  .responsive #sp-slide .nivo-caption {
    top: 5px;
  }
  .responsive #sp-slide a.nivo-readmore {
    padding: 0 8px;
    font-size: 11px;
  }
  .responsive #sp-slide .slider-nav {
    padding-bottom: 0;
  }
  .responsive #sp-main-body-wrapper {
    padding-top: 125px;
  }
  .responsive .featured-news h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .responsive .featured-news h3 {
    top: 50%;
    margin-top: -25px;
  }
  .responsive .ns2-video .ns2-image-outer >i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl .sp-mobile-menu ul li {
  display: inherit;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler {
  float: left;
}
.rtl .icon-angle-right:before {
  content: "\f104";
}
.rtl .sp-main-menu-toggler {
  left: 20px;
  right: auto;
}
.rtl #sp-header-wrapper #sp-logo {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li {
  background: url(../images/menu-divider.png) 0 50% repeat-y;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  left: 10px;
  right: auto;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f053";
}
.rtl #sp-header-wrapper #sp-search {
  text-align: left;
}
.rtl #sp-header-wrapper #sp-search .search i {
  left: 10px;
  right: auto;
}
.rtl #sp-slide .nivo-caption .caption-inner {
  float: left;
}
.rtl .icon-long-arrow-left:before {
  content: "\f178";
}
.rtl .icon-long-arrow-right:before {
  content: "\f177";
}
.rtl #sp-scroller-wrapper .sp-nh-buttons {
  float: right;
}
.rtl #sp-scroller-wrapper .sp-nh-buttons .sp-nh-text {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .featured-news ul {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .featured-news h3 {
  margin-left: -150px !important;
}
.rtl .ns2-art-wrap .ns2-art-controllers {
  right: auto;
  left: 15px;
}
.rtl .ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.rtl .ns2-art-wrap .ns2-art-controllers .ns2-art-next:before {
  content: "\f104";
}
.rtl .ns2-art-wrap .ns2-art-controllers .ns2-art-prev {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.rtl .ns2-art-wrap .ns2-art-controllers .ns2-art-prev:before {
  content: "\f105";
}
.rtl .ns2-art-wrap img.ns2-image {
  float: right !important;
  margin: 0 0 0 15px !important;
}
.rtl #sp-sidebar2 .sp-result-wrapper ul li .sp-results span.result {
  margin-left: 0;
  margin-right: 50px;
}
.rtl #sp-footer-wrapper span.designed-by {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 10px;
  border-right: none;
  border-left: 1px solid #434343;
}
.rtl div.itemAuthorBlock img.itemAuthorAvatar,
.rtl div.userBlock img {
  float: right;
  margin: 0 0 0 8px;
}
.rtl div.tagItemImageBlock,
.rtl div.userItemImageBlock {
  float: right;
}
.rtl span.tagItemImage,
.rtl span.userItemImage {
  margin: 0 0 8px 15px;
}