.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;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.componentheading {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #000;
}
.entry-meta.muted {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.edit .media-preview {
  display: block;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
.edit .input-prepend.input-append input {
  line-height: 20px !important;
}
.edit .input-prepend.input-append a.btn {
  border: none !important;
  padding: 10px 8px;
  background: #DDD;
}
form .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
form .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
form .well .pull-left {
  float: left;
}
form .well .pull-right {
  float: right;
}
form .well .row >div {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .well .row .span12 {
  width: 100%;
}
form .well .row .span6 {
  width: 48%;
}
form .well .row .span4 {
  width: 33%;
}
form .well .row .span3 {
  width: 25%;
}
form .well .row .span2 {
  width: 16.66%;
}
form .well-large {
  padding: 24px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
}
form .well-small {
  padding: 9px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
}
.contentpane ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
}
.contentpane.modal {
  position: inherit;
  top: auto;
  left: auto;
  z-index: 1050;
  width: auto;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contentpane ul > li.thumbnail {
  float: left;
  margin: 0 18px 18px 0;
  display: block;
  padding: 4px;
  height: 80px;
  width: 80px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.contentpane ul > li.thumbnail .height-50 {
  height: 50px;
}
.contentpane ul > li.thumbnail .small {
  font-size: 11px;
}
.contentpane ul.manager .icon-folder-2 {
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  display: inline-block;
  text-align: right;
  font-family: FontAwesome;
  font-style: normal;
}
.contentpane ul.manager .icon-folder-2:before {
  content: "\f07b";
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-weight: 300;
  min-height: 30px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}
input.input-block-level {
  min-height: 30px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
body {
  line-height: 24px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.body-innerwrapper {
  overflow: hidden;
}
.btn {
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.subpage #sp-news-highlight-wrapper {
  margin-bottom: 0;
}
.subpage #sp-main-body-wrapper #main-body {
  border: none;
}
.subpage #sp-main-body-wrapper #main-body #sp-component-area {
  padding: 0px 25px 0 0;
}
.subpage #sp-main-body-wrapper #main-body aside#sp-right {
  padding: 0;
}
h4.ns2-title {
  margin: 0;
}
h3.section-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0;
  color: #000;
}
.nssp2 .ns2-inner {
  overflow: hidden;
}
.nssp2 .ns2-inner >a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.nssp2 .ns2-inner >a img.ns2-image {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
#sp-header-top-wrapper {
  border-bottom: 1px solid #00aeef;
  background:#00aeef;
}
#sp-header-top-wrapper #sp-day-signing {
  text-align: right;
  line-height: 45px;
}
#sp-header-top-wrapper #sp-day-signing a .jmodedit {
  display: none;
}
#sp-logo-wrapper {
  padding: 10px 0;
  background: #00aeef;
}
#sp-logo-wrapper .top-add {
  float: right;
}
#sp-logo-wrapper .top-add .banneritem img {
  width: 100%;
}
.sp-date {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
}
#sp-menu-wrapper {
  position: relative;
}
#sp-menu-wrapper #sp-weather .weather_sp1 .weather_sp1_c {
  margin: 0 0 5px;
}
#sp-menu-wrapper #sp-weather .weather_sp1 .weather_sp1_c .weather_sp1_cleft img {
  max-height: 70px;
}
#sp-menu-wrapper #sp-weather .weather_sp1 .weather_sp1_c .spw_current_temp {
  font-size: 14px;
  color: #fff;
  margin-top: -67px;
  margin-left: 53px;
}
#sp-menu-wrapper #sp-weather .weather_sp1 .weather_sp1_c .weather_sp1_city {
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 20px;
  margin-left: -5px;
}
.sp-weather.flat-layout {
  position: relative;
  height: 60px;
}
.sp-weather.flat-layout .sp-weather-current {
  padding-top: 8px;
  cursor: pointer;
}
.sp-weather.flat-layout .sp-weather-current .sp-weather-icon {
  font-size: 36px;
  color: #fff;
}
.sp-weather.flat-layout .sp-weather-current-temp-humidity {
  color: #fff;
}
.sp-weather.flat-layout .sp-weather-city {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-align: left;
}
.sp-weather.flat-layout .sp-weather-forcasts {
  margin: 0;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 99;
  background: #fff;
  width: 220px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  display: none;
  z-index: 999;
  text-align: left;
}
.sp-weather.flat-layout .sp-weather-forcasts .list {
  padding: 10px 15px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.sp-weather.flat-layout .sp-weather-forcasts .list:hover {
  background: #f5f5f5;
}
.sp-weather.flat-layout .sp-weather-forcasts .sp-weather-icon {
  margin-top: 8px;
}
.sp-weather.flat-layout .sp-weather-forcasts .sp-weather-temp {
  font-size: 12px;
}
.sp-weather.flat-layout i.show-forcasts {
  position: absolute;
  display: inline-block;
  left: 125px;
  color: #fff;
  font-size: 20px;
  top: 50%;
  margin-top: -8px;
}
#sp-news-highlight-wrapper {
  border-bottom: 1px solid #f2f2f2;
}
#sp-news-highlight-wrapper .sp-nh-item-wrapper {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
#sp-news-highlight-wrapper .sp-nh-buttons {
  margin: 0;
}
#sp-news-highlight-wrapper .sp-nh-text {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
#sp-news-highlight-wrapper .sp-nh-prev,
#sp-news-highlight-wrapper .sp-nh-next {
  background: none;
  position: relative;
}
#sp-news-highlight-wrapper .sp-nh-prev:before,
#sp-news-highlight-wrapper .sp-nh-next:before {
  display: inline-block;
  font-family: "FontAwesome";
}
#sp-news-highlight-wrapper .sp-nh-next:before {
  content: "\f105";
}
#sp-news-highlight-wrapper .sp-nh-prev:before {
  content: "\f104";
}
#sp-news-highlight-wrapper #sp-search input[type="text"] {
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
#sp-news-highlight-wrapper #sp-search input[type="text"]:focus {
  border: 0 !important;
}
#sp-news-highlight-wrapper #sp-search .btn-primary {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 2px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-news-highlight-wrapper #sp-search form {
  margin: 0;
}
#sp-news-highlight-wrapper #sp-search .input-append {
  margin-bottom: 0;
}
#sp-content-top-wrapper {
  padding: 0;
}
#sp-content-top-wrapper #content-top .sp-k2-featured-slider {
  margin-bottom: 30px;
}
#sp-content-top-wrapper #content-top .sp-k2-featured-slider .item-title,
#sp-content-top-wrapper #content-top .sp-k2-featured-slider .item-introtext {
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
#sp-content-top-wrapper #content-top .sp-k2-featured-slider .readmore:hover {
  color: #fff !important;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-art-wrap {
  width: 50%;
  float: left;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-art-wrap .ns2-art-pages .ns2-row .ns2-inner h4.ns2-title {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-art-wrap .ns2-art-pages .ns2-row .ns2-inner div.ns2-tools {
  display: none;
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap {
  width: 50%;
  float: left;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages {
  padding-left: 20px;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row {
  float: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
  margin-top: 20px;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row:first-child {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row .ns2-inner h4.ns2-title {
  font-size: 14px;
  margin: 0;
}
#sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row .ns2-inner div.ns2-tools {
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0;
}
#sp-content-top-wrapper #content-top >.span6:last-child {
  border-left: 1px solid #f2f2f2;
  padding-left: 30px;
}
#sp-content-top-2-wrapper {
  padding: 0;
}
#sp-content-top-2-wrapper #content-top-2 .ns2-top-news-list .ns2-wrap .ns2-art-wrap {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sp-content-top-2-wrapper #content-top-2 .ns2-top-news-list .ns2-links-wrap .ns2-page-inner .ns2-row {
  float: left;
  padding-left: 10px;
}
#sp-content-top-2-wrapper #content-top-2 .ns2-top-news-list .ns2-links-wrap .ns2-page-inner .ns2-row.ns2-first {
  border-right: 1px solid #f2f2f2;
  padding-left: 0;
  padding-right: 15px;
}
#sp-content-top-2-wrapper #content-top-2 >.span6 .module {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
#sp-content-top-2-wrapper #content-top-2 >.span6:last-child {
  border-left: 1px solid #f2f2f2;
  padding-left: 30px;
}
#sp-main-body-wrapper #main-body {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #fff;
}
#sp-main-body-wrapper #main-body #sp-component-area {
  padding: 30px 25px 0 0;
  border-right: 1px solid #f2f2f2;
}
#sp-main-body-wrapper #main-body #sp-component-area >.module {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#sp-main-body-wrapper #main-body #sp-component-area >section {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#sp-main-body-wrapper #main-body #sp-component-area >section:last-child {
  border-bottom: none;
}
#sp-main-body-wrapper #main-body #sp-component-area >section#sp-component-wrapper {
  border-bottom: 0px solid #f2f2f2;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap {
  position: relative;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap .ns2-row {
  margin: 0 -10px;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap .ns2-row .ns2-column .ns2-inner .ns2-img-wrapper {
  max-width: 100%;
  color: rgba(255,255,255,0.7);
  position: relative;
  display: inline-block;
  font-size: 36px;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap .ns2-row .ns2-column .ns2-inner .ns2-img-wrapper:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap .ns2-row .ns2-column .ns2-inner .ns2-img-wrapper:after {
  content: "\f01d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -18px;
  font-weight: normal;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap .ns2-row .ns2-column .ns2-inner .ns2-img-wrapper:hover {
  color: #888;
}
#sp-main-body-wrapper #main-body #sp-component-area .feature-mid-video .ns2-wrap .ns2-art-wrap .ns2-row .ns2-column .ns2-inner .ns2-img-wrapper:hover:before {
  opacity: 1;
}
#sp-main-body-wrapper #main-body #sp-component-area .content-mid-add .banneritem img {
  width: 100%;
}
#sp-main-body-wrapper #main-body #sp-component-area #sp-inset-5-7-wrapper #inset-5-7 .ns2-inset-bottom-news .ns2-wrap .ns2-page .ns2-column .ns2-inner h4.ns2-title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
#sp-main-body-wrapper #main-body #sp-component-area #sp-inset-5-7-wrapper #inset-5-7 >div >div.module {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
#sp-main-body-wrapper #main-body #sp-component-area #sp-inset-5-7-wrapper #inset-5-7 >div >div.module:first-child {
  border-top: none;
  padding-top: 0;
}
#sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-links-wrap {
  margin-top: 15px;
}
#sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-links-wrap .ns2-links-pages div.ns2-page .ns2-row {
  float: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  margin-top: 10px;
}
#sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-links-wrap .ns2-links-pages div.ns2-page .ns2-row:first-child {
  margin-top: 0px;
}
.nssp2 h4.ns2-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.nssp2 div.ns2-tools {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}
.nssp2 .ns2-art-wrap {
  position: relative;
}
.nssp2 .ns2-art-wrap h4.ns2-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.nssp2 .ns2-art-wrap p.ns2-introtext {
  margin-bottom: 0;
}
.nssp2 .ns2-more-news {
  position: absolute;
  top: -42px;
  right: 0;
  background-color: #ccc;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 10px;
}
#sp-feature-news1 .nssp2 .ns2-links-wrap h4.ns2-title,
#sp-feature-news2 .nssp2 .ns2-links-wrap h4.ns2-title,
#sp-top-inset-wrapper .nssp2 .ns2-links-wrap h4.ns2-title,
#sp-mid-inset-wrapper .nssp2 .ns2-links-wrap h4.ns2-title,
#sp-bottom-inset-wrapper .nssp2 .ns2-links-wrap h4.ns2-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
aside#sp-right {
  padding: 30px 0;
}
aside#sp-right >div.module {
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
}
aside#sp-right >div.module:first-child {
  border-top: none;
  padding-top: 0;
}
aside#sp-right .right-sp-tab {
  padding-top: 10px !important;
  border-top: 0 !important;
}
aside#sp-right .right-sp-tab .tabs_buttons {
  position: relative;
  z-index: 1;
}
aside#sp-right .right-sp-tab .tabs_buttons ul.tabs_container li {
  padding: 15px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #f2f2f2;
}
aside#sp-right .right-sp-tab .tabs_buttons ul.tabs_container li span.sptab-title {
  display: block;
  height: inherit;
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
aside#sp-right .right-sp-tab .tabs_buttons ul.tabs_container li.active {
  border: 1px solid #f2f2f2;
  border-bottom-color: #fff;
}
aside#sp-right .right-sp-tab .items_mask {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #f2f2f2;
  z-index: 0;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab {
  margin-top: 10px;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab.video ul li a.moduleItemImage:after {
  content: "\f01d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -14px;
  font-weight: normal;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul {
  list-style: none;
  margin: 0;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul li {
  padding: 15px 0 0 0;
  margin-top: 15px;
  border-top: 1px solid #f2f2f2;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul li a.moduleItemImage {
  position: relative;
  width: 100px;
  margin-right: 15px;
  float: left;
  font-size: 28px;
  color: rgba(255,255,255,0.6);
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul li a.moduleItemImage:hover {
  color: #fff;
}
aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul li .moduleItemDateCreated {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 12px;
}
aside#sp-right .right-sp-tab .moduleItemTitle {
  font-weight: 400;
}
aside#sp-right .latest-tweet .sp-tweet .sp-tweet-item {
  overflow: hidden;
  text-transform: capitalize;
  padding: 20px 0 20px 50px;
  position: relative;
  border-bottom: none;
  border-top: 1px solid #f2f2f2;
  color: #000;
}
aside#sp-right .latest-tweet .sp-tweet .sp-tweet-item:first-child {
  border-top: none;
  padding-top: 0;
}
aside#sp-right .latest-tweet .sp-tweet .sp-tweet-item:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f099";
  font-size: 16px;
  color: #fff;
  left: 0;
  background: #d9d9d9;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 5px;
}
aside#sp-right .latest-tweet .sp-tweet .sp-tweet-even {
  background: none;
}
aside#sp-right .latest-tweet .sp-tweet .date {
  float: none;
  display: block;
  font-size: 12px;
  color: #c2c2c2;
}
aside#sp-right .newsplus-gallery a {
  display: inline-block;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
}
aside#sp-right .newsplus-gallery a:after {
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  content: "\f03e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 50px;
  right: 0px;
  font-size: 14px;
  line-height: 100%;
  padding: 5px;
  color: #fff;
}
aside#sp-right .newsplus-gallery a:hover:after {
  opacity: 1;
  bottom: 0;
}
aside#sp-right .newsplus-gallery a img.sp_simple_gallery {
  border: none;
}
#sp-bottom-wrapper {
  padding: 40px 0;
  border-top: 1px solid #f2f2f2;
}
#sp-bottom-wrapper h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
#sp-bottom-wrapper ul.nav {
  margin: 0;
}
#sp-bottom-wrapper ul.nav li {
  line-height: 30px;
}
#sp-bottom-wrapper ul.nav li a {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
#sp-bottom-wrapper ul.nav li a:hover,
#sp-bottom-wrapper ul.nav li a:focus {
  background-color: transparent;
}
#sp-bottom-wrapper #sp-bottom6 {
  color: #808080;
}
#sp-bottom-wrapper .acymailling {
  margin-top: 5px;
}
#sp-bottom-wrapper .acymailling .acymailing_form {
  position: relative;
}
#sp-bottom-wrapper .acymailling .acymailing_form .onefield {
  width: 100%;
  float: left;
}
#sp-bottom-wrapper .acymailling .acymailing_form >p {
  margin: 0;
  display: inline-block;
}
#sp-bottom-wrapper .acymailling .acymailing_form .acyfield_email >input[type='text'] {
  background: #fafafa;
  color: #b2b2b2;
  margin: 0px;
  padding-left: 15px;
  min-height: 35px;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 10%;
}
#sp-bottom-wrapper .acymailling .acymailing_form input {
  border: none !important;
}
#sp-bottom-wrapper .acymailling .acymailing_form input:focus {
  border: none !important;
}
#sp-bottom-wrapper .acymailling .acymailing_form input:hover {
  border: none !important;
}
#sp-bottom-wrapper .acymailling .acymailing_form .acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
}
#sp-bottom-wrapper .acymailling .acymailing_form .acysubbuttons >input[type='submit'] {
  text-indent: -9999em;
  height: 42px;
  width: 30px;
  padding: 0;
  display: inline-block;
  margin-left: -1px;
  background: #fafafa;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-bottom-wrapper .acymailling .acymailing_form .acysubbuttons:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -3px;
  color: #b2b2b2;
  font-size: 20px;
  font-weight: normal;
}
#sp-bottom-wrapper .acymailling .acymailing_form .acysubbuttons:hover:after {
  color: #808080;
}
#sp-bottom-2nd-row-wrapper {
  border-top: 1px solid #f2f2f2;
  padding: 50px 0;
}
#sp-bottom-2nd-row-wrapper #sp-bottom8 {
  line-height: 30px;
}
#sp-bottom-2nd-row-wrapper .social-row1 ul,
#sp-bottom-2nd-row-wrapper .social-row2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-bottom-2nd-row-wrapper .social-row1 ul li,
#sp-bottom-2nd-row-wrapper .social-row2 ul li {
  display: inline-block;
}
#sp-bottom-2nd-row-wrapper .social-row1 ul li a,
#sp-bottom-2nd-row-wrapper .social-row2 ul li a {
  font-size: 20px;
  color: #ccc;
  margin-right: 30px;
}
#sp-bottom-2nd-row-wrapper #sp-bottom9 .bottom-ad {
  float: right;
}
#sp-footer-wrapper {
  background: #333;
  color: #b2b2b2;
  padding: 25px 0;
  position: relative;
}
#sp-footer-wrapper #sp-footer1 {
  min-height: 10px;
}
#sp-footer-wrapper #sp-footer2 {
  min-height: 10px;
}
#sp-footer-wrapper #sp-footer2 p {
  margin: 0;
}
#sp-footer-wrapper #sp-footer2 a.sp-totop {
  position: absolute;
  right: 20px;
  bottom: 22px;
}
#sp-footer-wrapper #sp-footer2 i {
  color: #fff;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#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 .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;
}
#k2Container .itemListCategoriesBlock {
  border-bottom: none;
}
#k2Container .itemList .categoryLeadingleft {
  border-right: 1px solid #f2f2f2;
  padding-right: 25px;
}
#k2Container .itemList .categoryLeadingleft #itemListLeading .carousel .carousel-indicators li {
  cursor: pointer;
}
#k2Container .itemList .categoryLeadingleft #itemListLeading .carousel .carousel-inner .groupLeading .catItemBody .catItemImageBlock {
  float: none;
  margin-right: inherit;
}
#k2Container .itemList .categoryLeadingleft #itemListLeading .carousel .carousel-inner .groupLeading .catItemBody .carousel-caption h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#k2Container .itemList .categoryLeadingleft #itemListLeading .carousel .carousel-inner .groupLeading .catItemBody .carousel-caption h3 a {
  color: #fff;
}
#k2Container .itemList .categoryLeadingleft #itemListLeading .carousel .carousel-control {
  background: transparent;
  border: none;
  font-size: 42px;
  height: inherit;
  width: inherit;
}
#k2Container .itemList .categoryLeadingleft #itemListLeading .carousel .carousel-control i {
  color: rgba(255,255,255,0.9);
}
#k2Container .itemList .hot-news-wrapper {
  margin-top: 0;
}
#k2Container .itemList .hot-news-wrapper .hot-news-item-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
#k2Container .itemList .hot-news-wrapper .hot-news-item-block:last-child {
  border-bottom: none;
}
#k2Container .itemList .hot-news-wrapper .hot-news-item-block .item-info-wrapper .hot-item-title {
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 0;
}
#k2Container .itemList .hot-news-wrapper .hot-news-item-block .item-info-wrapper .hotItemIntroText {
  overflow: hidden;
}
#k2Container > div:last-child,
#k2Container > div.itemComments {
  border-bottom: none;
}
.itemComments ul.itemCommentsList li .commentImageWrapper {
  float: left;
}
.itemComments ul.itemCommentsList li .comment-content {
  display: inline-block;
}
.itemComments .itemCommentsForm #submitCommentButton {
  border: 1px solid transparent;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
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;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul>li>a,
.pagination ul>li>span {
  border-color: #f2f2f2;
}
.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-top-menu {
  min-height: 0;
}
#sp-top-menu ul.header-top-menu {
  margin: 0;
}
ul.header-top-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.header-top-menu >li {
  position: relative;
  display: inline-block;
}
ul.header-top-menu >li.parent >a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 5px;
}
ul.header-top-menu >li >a {
  display: block;
  text-decoration: none;
  line-height: 45px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
ul.header-top-menu >li.active a,
ul.header-top-menu >li:hover a {
  background-color: transparent;
}
ul.header-top-menu >li:hover li {
  float: none;
}
ul.header-top-menu >li:hover ul {
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
ul.header-top-menu >li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  min-width: 180px;
  z-index: 9999;
}
ul.header-top-menu >li ul li {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
ul.header-top-menu >li ul li a {
  line-height: 35px;
  padding: 0 10px;
  display: block;
}
ul.header-top-menu >li ul li:first-child {
  border-top: 0;
}
ul.header-top-menu >li ul li:hover,
ul.header-top-menu >li ul li.active {
  background: #f5f5f5;
}
#sp-menu-wrapper.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 20px 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: 0 8px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #808080;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent >a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 5px;
}
#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;
  line-height: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
  font-weight: bold;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  display: none;
  z-index: 9999;
}
.sp-submenu.open {
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .sp-submenu-wrap .sub-level-child {
  margin-left: 100%;
}
.sp-submenu .sp-submenu-wrap .sub-level-child .sp-submenu-wrap {
  box-shadow: none;
  border: solid 1px #f5f5f5;
}
.sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.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;
}
.sp-main-menu-toggler.btn {
  padding: 6px 14px 5px;
  top: 15px;
  right: 15px;
}
.sp-main-menu-toggler.btn i:hover {
  color: inherit;
}
.nav-collapse,
.nav-collapse.collapse {
  z-index: 999;
  top: 61px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.sp-mobile-menu {
  background: #333;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.module {
  margin-top: 10px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: normal;
}
.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 only screen and (max-width: 1200px) {
  .responsive #sp-main-menu ul.level-0 > li {
    margin: 0 15px 0 0;
  }
  .responsive #sp-main-menu ul.level-0 > li >a {
    padding: 10px 5px;
  }
  .responsive aside#sp-right .newsplus-gallery a {
    width: 22%;
  }
}
@media only screen 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-menu-wrapper #menu #sp-menu {
    display: none;
  }
  .responsive #sp-menu-wrapper #menu #sp-weather {
    width: 150px;
    float: left;
  }
  .responsive #sp-logo-wrapper .top-add {
    text-align: right;
  }
  .responsive #sp-logo-wrapper .top-add .banneritem img {
    width: 75%;
  }
  .responsive #sp-content-top-wrapper #sp-slide-show {
    float: none;
    width: 100%;
  }
  .responsive #sp-content-top-wrapper #content-top >.span6:last-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .responsive #sp-content-top-wrapper #sp-populer-news {
    float: none;
    width: 100%;
  }
  .responsive #sp-content-top-wrapper .sp-top-populer-news .ns2-art-wrap .ns2-art-pages .ns2-row .ns2-inner >a {
    width: 100%;
    float: none;
  }
  .responsive #sp-content-top-wrapper .sp-top-populer-news .ns2-art-wrap .ns2-art-pages .ns2-row .ns2-inner >a img {
    width: 100%;
  }
  .responsive #sp-content-top-2-wrapper .ns2-top-news-list .ns2-wrap .ns2-art-wrap .ns2-inner a.ns2-img-wrapper {
    margin: 0 10px 0 0 !important;
  }
  .responsive #sp-content-top-2-wrapper .ns2-top-news-list .ns2-links-wrap .ns2-page-inner .ns2-row img.ns2-image {
    display: none;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-art-wrap .ns2-row .ns2-column .ns2-inner >a {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-art-wrap .ns2-row .ns2-column .ns2-inner >a img {
    width: 100%;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-art-wrap .ns2-row .ns2-column h4.ns2-title {
    font-size: 16px;
  }
  .responsive aside#sp-right .right-sp-tab .tabs_buttons ul.tabs_container li {
    padding: 0 7px;
  }
  .responsive aside#sp-right .right-sp-tab .tabs_buttons ul.tabs_container li span.sptab-title {
    font-size: 12px;
  }
  .responsive aside#sp-right .newsplus-gallery a {
    width: 30%;
  }
  .responsive aside#sp-right .newsplus-gallery a img.sp_simple_gallery {
    width: 100%;
  }
  .responsive #sp-bottom-2nd-row-wrapper .social-row1 ul li a,
  .responsive #sp-bottom-2nd-row-wrapper .social-row2 ul li a {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive ul.header-top-menu >li {
    margin-right: 10px;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-logo-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-logo-wrapper .logo {
    display: inline-block;
  }
  .responsive #sp-logo-wrapper #sp-logo {
    text-align: center;
  }
  .responsive #sp-logo-wrapper #sp-top-add {
    display: inline-block;
    margin-top: 10px;
  }
  .responsive #sp-logo-wrapper .top-add .banneritem img {
    width: 100%;
  }
  .responsive .sp-weather.flat-layout .sp-weather-forcasts {
    width: 150px;
  }
  .responsive .sp-weather.flat-layout .sp-weather-forcasts .list .media > .pull-left {
    float: left;
  }
  .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;
  }
  .responsive #sp-news-highlight-wrapper #sp-search {
    margin-top: 10px;
  }
  .responsive #sp-news-highlight-wrapper #sp-search .input-append {
    float: none;
    width: 100%;
    text-align: right;
  }
  .responsive #sp-content-top-2-wrapper #sp-content-top-left {
    margin-bottom: 10px;
  }
  .responsive #sp-content-top-2-wrapper .ns2-top-news-list .ns2-links-wrap .ns2-page-inner .ns2-row {
    margin-top: 10px;
    width: 50%;
  }
  .responsive #sp-content-top-2-wrapper .ns2-top-news-list .ns2-links-wrap .ns2-page-inner .ns2-row.ns2-first {
    padding-right: 10px !important;
  }
  .responsive #sp-content-top-2-wrapper .ns2-top-news-list .ns2-links-wrap .ns2-page-inner .ns2-row img.ns2-image {
    display: block;
  }
  .responsive #sp-content-top-2-wrapper #content-top-2 >.span6:last-child {
    border-left: none;
    padding-left: 0;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area {
    border-right: none;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area >section {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-art-wrap .ns2-row .ns2-column .ns2-inner a.ns2-img-wrapper {
    width: 40%;
    margin: 0 10px 0 0 !important;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area .sp-inset-news .ns2-art-wrap .ns2-row .ns2-column img.ns2-image {
    margin: 0 20px 0 0 !important;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area #sp-inset-5-7-wrapper #inset-5-7 .ns2-inset-bottom-news .ns2-wrap .ns2-page .ns2-column .ns2-inner a {
    margin: 0 10px 0 0 !important;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area #sp-inset-5-7-wrapper #inset-5-7 .ns2-inset-bottom-news .ns2-wrap .ns2-page .ns2-column .ns2-inner img.ns2-image {
    float: left !important;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area #sp-inset-5-7-wrapper #inset-5-7 .ns2-inset-bottom-news .ns2-wrap .ns2-page .ns2-column .ns2-inner h4.ns2-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .responsive aside#sp-right .right-sp-tab .sptab_red .tab-padding .right-for-sp-tab ul li a.moduleItemImage img {
    width: 100%;
  }
  .responsive #sp-right .bannergroup .banneritem {
    text-align: center;
  }
  .responsive aside#sp-right .newsplus-gallery a {
    width: 22%;
  }
  .responsive #sp-bottom-wrapper #bottom >div {
    margin-bottom: 15px;
  }
  .responsive #sp-bottom-2nd-row-wrapper .social-row1,
  .responsive #sp-bottom-2nd-row-wrapper .social-row2 {
    display: inline-block;
  }
  .responsive #sp-bottom-2nd-row-wrapper .bottom-ad {
    float: none !important;
  }
  .responsive #sp-bottom-2nd-row-wrapper #sp-bottom8 {
    margin: 15px 0;
  }
  .responsive #sp-bottom-2nd-row-wrapper div[class*="span"] {
    text-align: center;
    margin-bottom: 15px;
  }
  .responsive #sp-footer-wrapper #sp-footer1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
  .responsive #k2Container .itemList .categoryLeadingleft {
    border-right: none;
    padding-right: 0;
  }
  .responsive #k2Container .itemList .hot-news-wrapper h3.section-title {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
  }
  .responsive #k2Container .itemList .hot-news-wrapper .hot-news-item-block a.hot-news-link {
    float: left;
    padding-right: 10px;
  }
  .responsive #k2Container .itemList .hot-news-wrapper .item-info-wrapper .hot-item-title {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .responsive .module h3 {
    margin: 0 0 10px 0;
  }
  .responsive .nssp2 .ns2-more-news {
    top: -32px;
  }
  .responsive div.nssp2 .col-4 {
    width: 50%;
    margin-bottom: 10px;
  }
  .responsive ul.header-top-menu > li {
    margin-right: 0;
  }
  .responsive ul.header-top-menu > li >a {
    font-size: 11px;
    padding-right: 10px;
  }
  .responsive ul.header-top-menu >li ul {
    min-width: 100px;
  }
  .responsive #sp-news-highlight-wrapper #sp-search input[type="text"] {
    width: 90%;
  }
  .responsive .sp-k2-featured-slider .item-content {
    padding: 0 0 5px 5px;
  }
  .responsive .sp-k2-featured-slider .item-content .item-title,
  .responsive .sp-k2-featured-slider .item-content .item-meta,
  .responsive .sp-k2-featured-slider .item-content .item-introtext {
    line-height: 16px;
    margin: 0;
  }
  .responsive .sp-k2-featured-slider .item-content .item-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .responsive .sp-k2-featured-slider .item-content .item-meta {
    font-size: 10px;
  }
  .responsive .sp-k2-featured-slider .item-content .item-introtext {
    font-size: 13px;
  }
  .responsive #sp-main-body-wrapper #main-body #sp-component-area >section {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .responsive #feature-news > div,
  .responsive #top-inset >div,
  .responsive #mid-inset >div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
  }
  .responsive #feature-news > div:first-child,
  .responsive #top-inset >div:first-child,
  .responsive #mid-inset >div:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .responsive #bottom-inset .nssp2 .ns2-art-wrap a.ns2-img-wrapper {
    float: none;
  }
  .responsive #bottom-inset .nssp2 .ns2-art-wrap a.ns2-img-wrapper img.ns2-image {
    width: 100%;
  }
  .responsive .ns2-top-news-list .ns2-links-wrap .ns2-inner a.ns2-img-wrapper {
    float: none;
    margin: 0 0 5px !important;
  }
  .responsive .ns2-top-news-list .ns2-links-wrap .ns2-inner a.ns2-img-wrapper img {
    width: 100%;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-art-wrap {
    float: none;
    width: 100%;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap {
    float: none;
    width: 100%;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages {
    padding-left: 0px;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row {
    float: left;
    width: 30%;
    padding-left: 8px;
    margin-left: 8px;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    border-left: 1px solid #f2f2f2;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row .ns2-row-inner .ns2-inner a.ns2-img-wrapper {
    float: none;
    margin: 0 !important;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row .ns2-row-inner .ns2-inner a.ns2-img-wrapper img {
    width: 100%;
  }
  .responsive #sp-content-top-wrapper #content-top .sp-top-populer-news .ns2-links-wrap .ns2-links-pages .ns2-page .ns2-row:first-child {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
  }
}
@media only screen and (max-width: 320px) {
  .responsive ul.header-top-menu > li > a {
    font-size: 10px;
    padding-right: 7px;
  }
  .responsive ul.header-top-menu >li ul {
    min-width: 90px;
  }
  .responsive #sp-logo-wrapper .logo {
    padding: 0 5px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl #sp-header-top-wrapper #sp-day-signing {
  text-align: left;
}
.rtl #sp-logo-wrapper .top-add {
  float: left;
}
.rtl #sp-menu-wrapper #sp-weather .pull-left {
  float: right;
  margin-right: 0;
}
.rtl #sp-menu-wrapper #sp-weather h4.sp-weather-city {
  text-align: right;
}
.rtl #sp-menu-wrapper #sp-weather i.show-forcasts {
  left: -35px;
}
.rtl .sp-submenu .megacol {
  float: right;
}
.rtl #sp-news-highlight-wrapper .sp-nh-buttons {
  float: right;
}
.rtl #sp-news-highlight-wrapper .sp-nh-text {
  float: right;
  margin: 0 0 0 10px;
}
.rtl .nssp2 .ns2-inner >a {
  float: right;
  margin-right: 0 !important;
}
.rtl .ns2-image {
  margin-right: 0;
  margin-left: 15px;
}
.rtl #ns2-art-wrap144 {
  float: right !important;
}
.rtl .ns2-links-pages {
  padding-left: 0 !important;
  padding-right: 20px;
}
.rtl .ns2-top-news-list	.ns2-links-pages {
  padding-right: 0;
}
.rtl .ns2-top-news-list	.ns2-links-pages .ns2-page-inner .ns2-row.ns2-even {
  margin-right: 0;
  float: right !important;
}
.rtl .sp-inset-news .ns2-links-pages {
  padding-right: 0;
}
.rtl .ns2-more-news {
  right: auto !important;
  left: 5px !important;
}
.rtl #sp-content-top-wrapper #content-top >.span6:last-child {
  border-left: none;
  padding-left: 0;
  border-right: 1px solid #f2f2f2;
  padding-right: 30px;
}
.rtl .owl-carousel {
  direction: ltr;
  text-align: right;
}
.rtl .sp-k2-featured-slider,
.rtl .sp-k2-featured-slider .item-inner {
  direction: rtl;
}
.rtl #sp-content-top-wrapper #content-top .news_plus_slider .nivo-caption {
  left: inherit;
  right: 10%;
}
.rtl #sp-content-top-wrapper #content-top .news_plus_slider .nivo-controlNav {
  right: inherit;
  left: 10px;
}
.rtl .right-sp-tab ul li {
  float: right !important;
}
.rtl .right-sp-tab ul li a.moduleItemImage {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 15px;
}
.rtl .right-sp-tab .k2Avatar img {
  float: right !important;
  margin: 2px 0 4px 10px;
}
.rtl .sp-tweet .sp-tweet-item {
  padding: 20px 50px 20px 5px !important;
}
.rtl .sp-tweet .sp-tweet-item:before {
  left: auto !important;
  right: 0;
}
.rtl .acymailling .acymailing_form .acysubbuttons {
  right: auto !important;
  left: 0;
}
.rtl .bottom-ad {
  float: left !important;
}
.rtl #sp-footer-wrapper #sp-footer2 a.sp-totop {
  left: -11%;
  right: auto;
}
.rtl div.itemAuthorBlock .authorAvatarWrapper {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl div.itemAuthorBlock .authorInfoWrapper .author-social-icon {
  right: auto;
  left: 0;
}
.rtl div.itemSocialSharing >div {
  float: right;
}
