.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;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.entry-meta.muted {
  background: #F5F5F5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
dl dd {
  display: block;
}
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;
}
label.invalid {
  color: #c83025;
}
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 {
  text-shadow: none;
  color: #666666;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #e5e5e5;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.input-block-level {
  min-height: 60px;
}
.contact-form-block textarea {
  height: 200px;
}
.form-horizontal .control-label {
  text-align: left;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
nput[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0,0,0,0.15);
}
.contact-form .controls {
  margin: 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
  padding: 0;
}
.contact-form textarea {
  width: 100%;
  height: 200px;
  line-height: 40px;
  min-height: 200px;
  padding: 0;
  resize: none;
}
.contact-form .form-actions {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
#editor-xtd-buttons .button2-left {
  display: inline-block;
  margin: 20px 20px 0 0;
}
#editor-xtd-buttons .button2-left .readmore a {
  color: #fff;
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul li {
  margin-right: 5px;
}
.pagination ul li.pagination-active >a,
.pagination ul li.pagination-active >span {
  background: #3A6EA1;
  border: 1px solid transparent;
  color: #fff;
}
.pagination ul li >a,
.pagination ul li >span {
  margin-right: 5px;
  border: 1px solid #e5e5e5;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pagination ul li >a:hover,
.pagination ul li >span:hover {
  background: #3A6EA1;
  border: 1px solid transparent;
  color: #fff;
}
#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;
}
.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;
}
#sbox-content .contentpane ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 0;
}
#sbox-content .contentpane ul li {
  margin-right: 20px;
  padding: 10px;
  display: inline-block;
}
.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.manager.thumbnails > li.thumbnail {
  float: left;
  margin-bottom: 18px;
  margin: 0 0 15px 15px;
  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.manager.thumbnails > li.thumbnail .height-50 {
  height: 50px;
}
.contentpane ul.manager.thumbnails > li.thumbnail .small {
  font-size: 11px;
}
.contentpane ul.manager.thumbnails .icon-folder-2 {
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  text-align: right;
  font-style: normal;
  display: block;
  background: url(../images/icon-folder2.png) no-repeat 50% 50%;
}
.contentpane .well {
  min-height: 50px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.contentpane .well .span9.control-group {
  float: left;
}
.contentpane .well .row {
  clear: both;
}
.contentpane .well .control-group {
  margin-bottom: 11.5px;
}
.contentpane .well .span6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.contentpane .well label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contentpane .well input[type="text"] {
  width: auto;
  display: block;
  background: #fff;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.7142857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
}
.contentpane .window .window-mainbody {
  padding: 20px;
}
.contentpane .window #imageForm {
  margin: 0;
  width: auto;
}
.contentpane label {
  font-weight: 400;
}
.contentpane .window #imageForm .chzn-container {
  float: left;
}
.contentpane .window #imageForm #upbutton {
  border: 1px solid #dddddd;
  float: left;
  padding: 3px 12px;
  margin-left: 5px;
}
.contentpane .window #imageForm .pull-right {
  margin-right: 0;
}
.contentpane .pull-right {
  float: right !important;
}
#searchForm fieldset {
  margin: 20px 0;
}
fieldset.only .checkbox {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#searchForm button {
  padding: 9px 15px;
}
.search-results .result-title {
  font-size: 14px;
  margin-top: 20px;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  display: block;
  font-size: 12px;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-left: 0;
}
.btn-primary,
.btn-large,
input#submitCommentButton,
.readmore,
.btn-inverse,
.btn-danger {
  background-image: none;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 5px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 1000ms;
  -moz-transition: background-color 1000ms;
  -o-transition: background-color 1000ms;
  transition: background-color 1000ms;
}
.btn-primary:hover,
.btn-large:hover,
input#submitCommentButton:hover,
.readmore:hover,
.btn-inverse:hover,
.btn-danger:hover {
  color: #fff;
  background-color: #444;
}
button,
input[type='submit'],
input[type='button'],
submit,
.button {
  border: 0;
  padding: 5px 12px;
  display: inline-block;
  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);
  background-image: none;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 5px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 1000ms;
  -moz-transition: background-color 1000ms;
  -o-transition: background-color 1000ms;
  transition: background-color 1000ms;
}
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],
.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active,
.button:active,
.button.active {
  background-color: #003399 \9;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover,
.button:hover {
  color: #fff;
  background-color: #444;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
  margin: 30px 0;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sp-top-bar-wrapper {
  background: #000;
  padding: 10px 20px 0;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-top-bar-wrapper #sp-top-bar1 ul.nav {
  margin: 0;
  padding: 0;
}
#sp-top-bar-wrapper #sp-top-bar1 ul.nav >li {
  display: inline-block;
  margin-right: 10px;
}
#sp-top-bar-wrapper #sp-top-bar1 ul.nav >li a {
  color: #acacac;
}
#sp-top-bar-wrapper #sp-top-bar1 ul.nav >li a:hover {
  background: none;
  color: #fff;
}
#sp-top-bar-wrapper #sp-top-bar1 h3.header {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 2px 0 0;
}
#sp-top-bar-wrapper #sp-top-bar1 h3.header span {
  padding: 2px 8px;
}
#sp-top-bar-wrapper #sp-top-bar2 {
  text-align: right;
  padding-right: 30px;
}
#sp-top-bar-wrapper #sp-top-bar2 .top-social {
  font-size: 16px;
}
#sp-top-bar-wrapper #sp-top-bar2 .top-social i {
  margin-right: 10px;
  line-height: 16px;
  color: #b3b3b3;
}
#sp-top-bar-wrapper #sp-top-bar2 .top-social i:hover {
  color: #fff;
}
.topbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 9px !important;
}
.topbar-fixed #sp-top-bar1 {
  padding-left: 20px;
}
.topbar-fixed #sp-top-bar2 {
  padding-top: 2px !important;
  padding-right: 10px !important;
}
.sprocket-headlines {
  width: 70% !important;
  display: inline-block !important;
  background: none !important;
  color: #f7f7f7;
  border: 0 !important;
}
.sprocket-headlines .sprocket-headlines-container {
  display: inline-block !important;
}
.sprocket-headlines ul.sprocket-headlines-list {
  float: right;
  padding: 0 !important;
  display: inline-block !important;
  margin: 2px 0 0 15px;
}
.sprocket-headlines ul.sprocket-headlines-list a {
  color: #fff;
}
.sprocket-headlines ul.sprocket-headlines-list .sprocket-headlines-image {
  width: 7%;
  margin-top: 2px;
}
.sprocket-headlines .sprocket-headlines-navigation {
  float: left;
  display: inline-block !important;
}
.sprocket-headlines .sprocket-headlines-navigation .arrow {
  background: #fff;
  color: #000;
  opacity: 1;
  line-height: 16px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#header {
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-header-wrapper .logo-wrapper {
  padding: 10px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-ad1 .custom {
  float: right;
}
#sp-menu-wrapper {
  position: relative;
}
#menu {
  background: #2c2c2c;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-search {
  text-align: right;
}
#sp-search .search form {
  margin: 9px 0 -2px;
  position: relative;
}
#sp-search .search #mod-search-searchword {
  min-height: 35px;
  background: rgba(0,0,0,0.5);
  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-search .search #mod-search-searchword:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-search .search i {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #6c6c6c;
  font-size: 16px;
  text-shadow: none;
}
#sp-slide1 {
  padding: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-slideshow * {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.layout-slideshow {
  border: 7px solid #eee;
}
.layout-slideshow .sprocket-features-img-list .sprocket-features-content {
  top: auto !important;
  bottom: -1px;
  left: 0 !important;
  width: 75% !important;
}
.layout-slideshow h2.sprocket-features-title {
  padding: 10px 15px 10px 15px !important;
  margin: 0 !important;
  font-size: 22px !important;
  line-height: normal !important;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.layout-slideshow h2.sprocket-features-title a {
  color: #fff;
}
.layout-slideshow .sprocket-features-desc {
  display: none !important;
  padding: 0 !important;
}
.layout-slideshow .sprocket-features-desc a.readon {
  display: block;
  font-size: 0;
  margin-top: 10px;
  display: none;
}
.layout-slideshow .sprocket-features-arrows .arrow {
  width: 38px !important;
  height: 40px !important;
  line-height: 40px;
  font-size: 1.8em !important;
  background: #292929 !important;
  box-shadow: none !important;
  border: 0;
  opacity: 1 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.layout-slideshow .sprocket-features-arrows .arrow.next {
  right: 0;
}
.layout-slideshow .sprocket-features-arrows .arrow.prev {
  left: 0;
}
.layout-slideshow .sprocket-features-pagination {
  width: auto;
  right: 30px;
  left: auto !important;
  top: 15px;
  bottom: auto;
}
.layout-slideshow .sprocket-features-pagination li {
  border-radius: 100%;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.layout-slideshow .sprocket-features-pagination li span {
  display: inline-block !important;
}
#sp-slide2 {
  padding: 20px 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hot .sprocket-strips .sprocket-strips-container >li {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item {
  background-position: center center;
  position: relative;
  overflow: hidden;
  height: 217px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content {
  position: absolute;
  bottom: -10px;
  padding: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title {
  font-size: 14px;
/*  text-transform: uppercase; */
  padding: 2px 10px;
  display: inline-block;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title a {
  color: #fff;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content span.sprocket-strips-text,
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content a.readon {
  padding: 2px 10px;
  margin-bottom: 20px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  display: none;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #333 transparent;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:hover .sprocket-strips-content {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:hover .sprocket-strips-content span.sprocket-strips-text,
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:hover .sprocket-strips-content a.readon {
  display: block;
}
.hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:hover:before {
  border-width: 0 0 500px 450px;
  border-color: #333 #333 #333 #333;
}
.hot .sprocket-strips .sprocket-strips-nav {
  padding: 0;
  position: relative;
  top: -12px;
}
.hot .sprocket-strips .sprocket-strips-arrows .arrow {
  box-shadow: none;
}
.vina-camera-slider-k2 {
  padding-right: 1px;
}
.vina-camera-slider-k2 .camera_caption > div {
  background: none !important;
  padding: 10px 30px 30px !important;
}
.vina-camera-slider-k2 .camera_caption > div .camera_cat {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  height: 22px;
  line-height: 24px;
  font-size: 12px;
}
.vina-camera-slider-k2 .camera_caption > div .camera_cat a {
  color: #fff;
}
.vina-camera-slider-k2 .camera_caption > div h3 {
  line-height: normal;
  margin-top: 10px;
}
.vina-camera-slider-k2 .camera_caption > div h3 a {
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.vina-camera-slider-k2 .camera_caption > div .info {
  font-size: 12px;
}
.vina-camera-slider-k2 .camera_caption > div .camera_hits {
  margin-left: 5px;
}
.camera_target_content {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.79)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
}
.news-block2 {
  position: relative;
}
.news-block2 .ns2-inner {
  position: relative;
}
.news-block2 .ns2-inner:before {
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 15px;
  left: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.79)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,0.79) 100%);
}
.news-block2 .info-inner {
  position: absolute;
  bottom: 0;
  padding: 0 20px 30px;
  color: #fff;
}
.news-block2 .info-inner h4.ns2-title a {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.news-block2 .info-inner .ns2-category {
  text-transform: uppercase;
  background: #3A6EA1;
  display: inline-block;
  padding: 0 5px;
  height: 22px;
  line-height: 24px;
  font-size: 12px;
}
.news-block2 .info-inner .ns2-category a {
  color: #fff;
}
.news-block2 .info-inner .ns2-created,
.news-block2 .info-inner .ns2-links,
.news-block2 .info-inner .ns2-links a {
  color: #fff !important;
}
.news-block2 .ns2-art-wrap .ns2-art-controllers {
  z-index: 1;
  top: 0;
}
.news-block2 .ns2-art-wrap .ns2-art-controllers .ns2-art-prev,
.news-block2 .ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  background: #333;
  top: 0;
}
.news-block2 .ns2-art-wrap .ns2-art-controllers .ns2-art-prev:hover,
.news-block2 .ns2-art-wrap .ns2-art-controllers .ns2-art-next:hover {
  background: #3A6EA1 !important;
}
#sp-content-top {
  background: #ffffff;
  padding: 15px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ts-featured {
  position: relative;
}
.ts-featured h3.header {
  margin: 0 0 10px 0;
}
.ts-featured .sprocket-mosaic span.mosaic-date {
  color: #BEBEBE;
  font-size: 12px;
  font-weight: normal;
}
.ts-featured .sprocket-mosaic h2.sprocket-mosaic-title {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-loadmore {
  background: none;
  border: 1px solid #c4c4c4;
  margin: 15px auto 0;
  padding: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-loadmore:hover {
  border: 1px solid rgba(0,0,0,0.2);
  color: #fff;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  position: absolute;
  top: -42px;
  right: -10px;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  font-size: 12px;
  background: none;
  border: 0;
  position: relative;
  padding: 1px 10px;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li:after {
  position: absolute;
  content: " / ";
  padding: 0 10px;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li:last-child:after {
  content: " ";
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: 0;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding {
  padding: 0;
  position: relative;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding h2.sprocket-mosaic-title a {
  color: #444;
  line-height: 20px;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding ul.sprocket-mosaic-tags {
  margin: 0;
  background: none;
  position: absolute;
  bottom: 0;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding ul.sprocket-mosaic-tags li {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container {
  cursor: inherit;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container img.sprocket-mosaic-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: " ";
  position: absolute;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container:hover:after {
  opacity: 1;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container:hover .sprocket-readmore {
  top: 50%;
  opacity: 1;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-readmore {
  position: absolute;
  top: 0;
  margin-top: -24px;
  left: 50%;
  z-index: 1;
  margin-left: -18px;
  color: #fff;
  border: 1px solid #fff;
  width: 36px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 0;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-readmore:before {
  font-family: FontAwesome;
  content: "\f0c1";
  font-size: 16px;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-readmore span {
  text-indent: -9999em;
  display: none;
}
.ts-featured .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-hovercontent {
  display: none;
}
#main-body {
  background: #fff;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subpage #main-body {
  padding: 20px;
}
#sp-content .ns2-date-blog {
  position: absolute;
}
#sp-content-mid1,
#sp-content-mid2 {
  padding: 14px 0 20px;
}
.highlights {
  position: relative;
}
.highlights .sprocket-strips .sprocket-strips-container >li {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item {
  position: relative;
  overflow: hidden;
  height: 217px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content {
  position: absolute;
  top: 50%;
  padding: 0;
  opacity: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title {
  font-size: 14px;
  padding: 2px 10px;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title a {
  color: #fff;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content span.sprocket-strips-text,
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item .sprocket-strips-content a.readon {
  padding: 2px 10px;
  margin-bottom: 20px;
  color: #fff;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  content: " ";
  position: absolute;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:hover:after {
  opacity: 1;
}
.highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item:hover .sprocket-strips-content {
  opacity: 1;
}
.highlights .sprocket-strips .sprocket-strips-arrows {
  position: absolute;
  top: -42px;
  right: 0;
}
.highlights .sprocket-strips .sprocket-strips-arrows .arrow {
  position: absolute;
  display: inline-block;
  background: #23568A !important;
  width: 20px;
  height: 20px;
  line-height: 18px;
  color: #fff !important;
  font-size: 18px !important;
  opacity: 1 !important;
  float: none;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.highlights .sprocket-strips .sprocket-strips-arrows .arrow:hover {
  background: #193d61 !important;
}
.highlights .sprocket-strips .sprocket-strips-arrows .next {
  right: 0px;
}
.highlights .sprocket-strips .sprocket-strips-arrows .prev {
  right: 22px;
}
.highlights.highlights-featured .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item {
  height: 205px;
}
.highlights.highlights-featured .sprocket-strips-pagination {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.highlights.highlights-featured .sprocket-strips-pagination li {
  background: #ccc;
  box-shadow: none;
  opacity: 1;
}
.highlights.highlights-featured .sprocket-strips-pagination li.active {
  background: #333;
}
.feature-tab {
  padding-top: 25px !important;
}
.feature-tab .gkTabsWrap.vertical ol,
.feature-tab .gkTabsWrap.horizontal > ol {
  color: #fff;
}
.feature-tab .gkTabsWrap.vertical ol li,
.feature-tab .gkTabsWrap.horizontal ol li {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,0.15);
  text-shadow: none;
}
.feature-tab .gkTabsWrap.vertical ol li.active,
.feature-tab .gkTabsWrap.horizontal ol li.active {
  background: #F5F5F5;
}
.feature-tab .gkTabsItem {
  padding: 20px 10px 20px 18px;
  background: #F5F5F5;
}
.feature-tab .ns2-links {
  margin-left: 5px !important;
  font-size: 11px !important;
}
.shortcode-video .title {
  display: none !important;
}
.sp-tweet {
  color: #fff;
  min-height: 225px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-tweet .sp-tweet-item {
  padding: 70px 20px 0;
  color: #fff;
  border-bottom: 0;
}
.sp-tweet .sp-tweet-item a {
  color: #fff;
}
.sp-tweet .sp-tweet-item img.tweet-avatar {
  display: none !important;
}
.sp-tweet .sp-tweet-item:before {
  font-family: FontAwesome;
  text-align: center;
  content: "\f099";
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
}
a.followme {
  display: none !important;
}
#sp-main-bottom-wrapper #sp-main-bottom {
  background: #fff;
  padding: 0 20px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-social {
  font-size: 24px;
}
.footer-social i {
  margin-right: 15px;
  line-height: 24px;
  color: rgba(0,0,0,0.4);
  text-shadow: 1px 0 0 rgba(255,255,255,0.2);
}
.footer-social i:hover {
  color: #fff;
}
#bottom {
  background: #191919;
  color: #9E9E9E;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bottom h3.header {
  font-size: 18px;
  color: #fff;
}
#bottom .acymailing_fulldiv > form {
  margin-bottom: 0;
}
#bottom .acymailing_form {
  margin: 15px 0 0 0;
  position: relative;
}
#bottom .acymailing_form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#bottom .acymailing_form > p {
  display: inline-block;
}
#bottom .acymailing_form input[type="text"] {
  border: 1px solid #2b2b2b;
  color: #696969;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#bottom .acymailing_form .acysubbuttons {
  position: absolute;
  right: 0;
}
#bottom .acymailing_form .acysubbuttons .button {
  box-shadow: none;
  border: 0 !important;
  padding: 0px 20px;
  height: 40px;
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#bottom .acymailing_form .acysubbuttons .button:hover {
  background: #333 !important;
}
#bottom .footer-logo {
  padding-top: 6px;
}
#bottom .ns2-title {
  font-weight: 400;
  line-height: 22px;
}
#bottom .ns2-title a {
  color: #8D8D8D;
}
#bottom .nssp2 .ns2-inner .ns2-created {
  color: #D8D7D7;
}
#bottom ul.gallery .img-polaroid {
  padding: 0;
  background: none;
}
#bottom .modal.fade.in {
  top: 25%;
}
#sp-footer-wrapper #footer {
  background: #000;
  padding: 15px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
#sp-footer-wrapper ul {
  padding-top: 8px;
  list-style: none;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 15px;
}
#sp-footer-wrapper #sp-footer2 ul.nav {
  float: right;
}
#sp-footer-wrapper #sp-footer2 ul.nav >li a {
  color: #444444;
}
#sp-footer-wrapper #sp-footer2 ul.nav >li a:hover {
  background: none;
}
#sp-footer-wrapper #sp-footer2 .sp-totop {
  float: right;
  margin-left: 15px;
  padding-top: 5px;
}
#sp-footer-wrapper #sp-footer2 .sp-totop i {
  color: #fff;
  width: 26px;
  height: 26px;
  font-size: 25px;
  text-align: center;
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#sp-footer-wrapper #sp-footer2 .sp-totop small {
  display: none;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-footer-wrapper .powered-by {
  display: inline-block;
  margin: 0 5px;
}
div.itemListCategory h2 {
  border-bottom: 3px solid #292929;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
div.itemListCategory h2 span {
  background: #292929;
  position: relative;
  overflow: hidden;
  padding: 7px 15px 5px 20px;
}
div.itemListCategory h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 1px 22px 12px;
  border-style: solid;
  border-color: #fff #030303 #030303 #fff;
  background: #030303;
  display: block;
  width: 0;
}
div.k2TagCloudBlock a {
  color: #666666;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
div.k2TagCloudBlock a:hover {
  color: #fff;
  border: 1px solid rgba(0,0,0,0.15);
}
.bt-social-share {
  background: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  margin: 30px 0;
}
.bt-facebook-share-button {
  margin-right: 20px;
}
.menu-home-2 .feature-tab {
  padding-top: 0 !important;
}
.home2 div.catItemHeader h3.catItemTitle {
  overflow: visible;
  max-height: inherit;
}
#sp-content-middle {
  padding-bottom: 25px;
}
#sp-slide1 .gkIsWrapper-gk_league_news1 {
  border: 7px solid #eee;
}
#sp-slide1 .gkIsWrapper-gk_league_news1 .gkIsMoreNews {
  padding: 12px 20px !important;
}
#sp-slide1 .gkIsWrapper-gk_league_news1 .gkIsLoader {
  background: #eee !important;
}
#sp-slide1 .gkIsWrapper-gk_league_news1 .gkIsTitle {
  margin-bottom: 5px;
  font-size: 18px !important;
}
#sp-slide1 .gkIsWrapper-gk_league_news1 .gkIsTitle a {
  color: #fff !important;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -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 10px;
  color: #fff;
  line-height: 52px;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid rgba(255,255,255,0.3);
  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: #fff;
}
#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 rgba(255,255,255,0.3);
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
#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 {
  -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;
}
.menu-fixed {
  position: fixed !important;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0px 6px rgba(0,0,0,0.3);
  background-image: none;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.menu-fixed #menu {
  background: none;
  border-bottom: 0;
}
.menu-fixed #sp-search .search #mod-search-searchword {
  background: rgba(255,255,255,0.5);
}
.menu-fixed #sp-search .search i {
  color: rgba(255,255,255,0.5);
}
.menu-fixed #sp-search .search ::-webkit-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.menu-fixed #sp-search .search :-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.menu-fixed #sp-search .search ::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.menu-fixed #sp-search .search :-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}
.menu-fixed ul.level-0 > li:hover,
.menu-fixed ul.level-0 > li.active {
  background: #2c2c2c !important;
}
.sp-mobile-menu {
  top: 55px !important;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: normal;
}
.title-solid.square h3.header span {
  padding: 5px 10px;
}
.title-solid.square h3.header span:before {
  position: relative;
  border-width: 0;
  display: inline-block;
}
.title-solid h3.header {
  border-bottom: 3px solid #292929;
  color: #fff;
  font-size: 18px;
  padding: 3px 0;
}
.title-solid h3.header span {
  background: #292929;
  position: relative;
  overflow: hidden;
  padding: 5px 15px 5px 20px;
}
.title-solid h3.header span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 25px 15px;
  border-style: solid;
  border-color: #fff #030303 #030303 #fff;
  background: #030303;
  display: block;
  width: 0;
}
.title-solid.red h3.header {
  border-bottom: 3px solid #E24F43;
}
.title-solid.red h3.header span {
  background: #E24F43;
}
.title-solid.red h3.header span:before {
  border-color: #fff #d22e20 #d22e20 #fff;
  background: #d22e20;
}
.title-solid.green {
  position: relative;
}
.title-solid.green h3.header {
  border-bottom: 3px solid #8FCA3E;
}
.title-solid.green h3.header span {
  background: #8FCA3E;
}
.title-solid.green h3.header span:before {
  border-color: #fff #74a72e #74a72e #fff;
  background: #74a72e;
}
.title-solid.green .ns2-art-wrap .ns2-art-controllers .ns2-art-prev,
.title-solid.green .ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  background: #8FCA3E;
}
.title-solid.blue h3.header {
  border-bottom: 3px solid #3A80E4;
}
.title-solid.blue h3.header span {
  background: #3A80E4;
}
.title-solid.blue h3.header span:before {
  border-color: #fff #1c66cf #1c66cf #fff;
  background: #1c66cf;
}
.title-solid.brown h3.header {
  border-bottom: 3px solid #E67E22;
}
.title-solid.brown h3.header span {
  background: #E67E22;
}
.title-solid.brown h3.header span:before {
  border-color: #fff #bf6516 #bf6516 #fff;
  background: #bf6516;
}
.title-solid.darkblue h3.header {
  border-bottom: 3px solid #23568A;
}
.title-solid.darkblue h3.header span {
  background: #23568A;
}
.title-solid.darkblue h3.header span:before {
  border-color: #fff #193d61 #193d61 #fff;
  background: #193d61;
}
.title-solid.violate {
  position: relative;
}
.title-solid.violate h3.header {
  border-bottom: 3px solid #8E44AD;
}
.title-solid.violate h3.header span {
  background: #8E44AD;
}
.title-solid.violate h3.header span:before {
  border-color: #fff #703688 #703688 #fff;
  background: #703688;
}
.title-solid.violate .ns2-art-wrap .ns2-art-controllers .ns2-art-prev,
.title-solid.violate .ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  background: #8E44AD;
}
#sp-users-wrapper {
  background: #ffffff;
}
#sp-users-wrapper #users {
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-right .module {
  padding: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-right h3.header {
  margin-bottom: 20px;
}
.title h3.header {
  border-bottom: 1px solid #c4c4c4;
  font-size: 18px;
  padding: 0 0 10px;
}
.title h3.header span {
  position: relative;
}
.title h3.header span:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 0;
  width: 100%;
  height: 3px;
}
.title h3.header span:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  top: 21px;
  left: 15px;
  border-width: 5px;
  border-style: solid;
}
.title.default h3.header {
  border-bottom: 1px solid #2b2b2b;
}
.title.default h3.header span {
  position: relative;
}
.title.default h3.header span:after {
  bottom: -20px;
  top: auto;
}
h4.ns2-title {
  font-size: 14px !important;
  color: #444;
  font-weight: 700;
  margin: 5px 0;
}
h4.ns2-title a {
  color: #444;
}
.nspLinks ul li h4 a {
  color: #444;
}
.ns2-links {
  display: inline-block;
}
.nssp2 .ns2-inner .ns2-created {
  font-size: 12px;
  color: #9E9E9E;
}
.nssp2 .ns2-inner .ns2-links {
  color: #9E9E9E;
  margin-left: 10px;
}
.nssp2 .ns2-inner .ns2-links a.ns2-comments {
  background: none;
  padding: 0;
  font-size: 12px;
  color: #9E9E9E;
}
.nssp2 .ns2-inner .ns2-links span.ns2-hits {
  background: none;
  padding: 0;
  font-size: 12px;
  color: #9E9E9E;
}
.nssp2 .ns2-column.flt-left p.ns2-introtext {
  margin-top: 5px;
}
.ns2-art-wrap .ns2-art-controllers {
  position: absolute;
  top: 2px;
  right: 0;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-prev,
.ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  display: inline-block;
  background: #8E44AD;
  width: 20px;
  height: 20px;
  text-indent: inherit;
  line-height: 20px;
  text-align: center;
  color: #fff !important;
  font-size: 16px !important;
}
.ns2-art-wrap .ns2-art-controllers .ns2-art-prev:hover,
.ns2-art-wrap .ns2-art-controllers .ns2-art-next:hover {
  background: #703688;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #444;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
.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 .body-innerwrapper {
    max-width: 940px;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding: 0 0 20px;
  }
  .responsive #sp-main-menu ul.level-0 > li >a {
    padding: 0 3px;
  }
  .responsive #sp-main-menu ul.level-0 > li {
    padding: 0 3px;
  }
  .responsive .hot .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item {
    height: 174px;
  }
  .responsive .hot .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content span.sprocket-strips-text,
  .responsive .hot .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content a.readon {
    padding: 0px 8px;
    margin-bottom: 20px;
  }
  .responsive .hot .sprocket-strips-content .readon {
    margin-top: 0;
  }
  .responsive .hot .sprocket-strips-text {
    margin-bottom: 8px !important;
  }
  .responsive .gkTabsWrap.vertical ol li,
  .responsive .gkTabsWrap.horizontal ol li {
    padding: 0 10px !important;
  }
  .responsive #bottom .ns2-title {
    line-height: 18px;
  }
  .responsive #bottom .acymailing_form {
    position: relative;
  }
  .responsive #bottom .acymailing_form input[type="text"] {
    width: 85%;
  }
  .responsive #bottom .acymailing_form .acysubbuttons {
    right: 0;
  }
  .responsive #bottom .acymailing_form .acysubbuttons .button {
    padding: 0px 9px;
  }
  .responsive #sp-footer-wrapper ul li {
    margin-left: 10px;
  }
  .responsive #gkIs-gk-is-162 {
    width: 582px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive .body-innerwrapper {
    max-width: 724px;
  }
  .responsive h4 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .responsive .topbar-fixed,
  .responsive .menu-fixed {
    position: relative !important;
  }
  .responsive #sp-top-bar-wrapper .sprocket-headlines ul.sprocket-headlines-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 18px;
    display: block;
  }
  .responsive .sp-main-menu-toggler {
    top: 10px;
    left: 20px;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding: 0 0 10px;
  }
  .responsive #sp-header-wrapper #sp-ad1 img {
    width: 100%;
  }
  .responsive .layout-slideshow h2.sprocket-features-title {
    font-size: 18px !important;
  }
  .responsive .sprocket-mosaic-columns-4 li {
    width: 25%;
  }
  .responsive .hot .sprocket-strips 
		.sprocket-strips-container >li .sprocket-strips-item {
    height: 132px;
  }
  .responsive .hot .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content span.sprocket-strips-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 22px;
  }
  .responsive .hot .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title {
    font-size: 10px;
  }
  .responsive .gkTabsWrap.vertical ol li,
  .responsive .gkTabsWrap.horizontal ol li {
    padding: 0 5px !important;
  }
  .responsive #gkIs-gk-is-162 {
    width: 430px;
  }
  .responsive .sj-social-media-counts .sc-wrap .sc-item .sc-icon {
    width: 30px;
    height: 40px;
  }
  .responsive .sj-social-media-counts .sc-wrap .like-count {
    font-size: 10px;
    line-height: 10px;
    padding: 0 5px;
  }
  .responsive .sj-social-media-counts .sc-wrap .like-text {
    font-size: 10px;
    line-height: 20px;
    padding: 0 5px;
  }
  .responsive .catItemImageBlock {
    float: none !important;
  }
  .responsive .catItemImageBlock span.catItemImage {
    text-align: left;
  }
  .responsive div.k2CategoriesListBlock ul li a,
  .responsive div.k2ArchivesBlock ul li a {
    font-size: 10px;
  }
  .responsive div.k2CategoriesListBlock ul li a:hover,
  .responsive div.k2ArchivesBlock ul li a:hover {
    padding-left: 0;
  }
  .responsive .news-block2 .info-inner {
    padding: 0 20px 20px;
  }
  .responsive .news-block2 .info-inner .ns2-category {
    height: 20px;
    line-height: 22px;
    font-size: 10px;
  }
  .responsive .news-block2 .date-links,
  .responsive .news-block2 .ns2-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive .container,
  .responsive .body-innerwrapper {
    width: auto;
  }
  .responsive #sp-top-bar1 {
    float: left;
  }
  .responsive .topbar-fixed {
    position: relative !important;
  }
  .responsive #sp-top-bar-wrapper .sprocket-headlines ul.sprocket-headlines-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 18px;
    display: block;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding: 0 0 10px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 145px !important;
    background-size: contain !important;
  }
  .responsive #sp-header-wrapper #sp-ad1 {
    width: 60%;
    float: right;
    padding-top: 15px;
  }
  .responsive #sp-header-wrapper #sp-ad1 img {
    width: 100%;
  }
  .responsive .menu-fixed {
    position: relative !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 15px;
    left: 20px;
  }
  .responsive #sp-search .search {
    margin: -17px 0 0;
    text-align: right;
  }
  .responsive #sp-search .search form {
    margin: 0;
  }
  .responsive #sp-search .search #mod-search-searchword {
    width: 50%;
  }
  .responsive #sp-slide1,
  .responsive #sp-slide2 {
    padding: 20px;
  }
  .responsive .layout-slideshow .sprocket-features-img-list .sprocket-features-content {
    width: 85%;
  }
  .responsive .layout-slideshow h2.sprocket-features-title {
    font-size: 18px !important;
  }
  .responsive .cols-2 > li {
    width: 48%;
    float: left;
  }
  .responsive .cols-3 > li {
    width: 31%;
    float: left;
  }
  .responsive .ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
    position: relative;
    top: 0;
    left: 0;
  }
  .responsive .highlights .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content {
    margin-top: -35px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul.nav {
    margin: 0;
    float: left;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul.nav li {
    margin-left: 0;
    margin-right: 10px;
  }
  .responsive .catItemImageBlock {
    float: none !important;
  }
  .responsive .catItemImageBlock span.catItemImage {
    text-align: left;
  }
  .responsive div.catItemHeader h3.catItemTitle {
    font-size: 12px;
    line-height: 14px;
    overflow: inherit;
    text-overflow: ellipsis;
    max-height: inherit;
  }
  .responsive #gkIs-gk-is-162 {
    width: 505px;
  }
  .responsive .news-block2 .ns2-inner:before {
    position: relative;
  }
}
@media (max-width: 480px) {
  .responsive #sp-top-bar-wrapper h3.header {
    display: none;
  }
  .responsive #sp-top-bar-wrapper .sprocket-headlines ul.sprocket-headlines-list .sprocket-headlines-image {
    display: none;
  }
  .responsive #sp-top-bar-wrapper .sprocket-headlines {
    width: 100% !important;
  }
  .responsive #sp-top-bar-wrapper .sprocket-headlines ul.sprocket-headlines-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 18px;
    display: block;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 80px !important;
    background-size: contain !important;
  }
  .responsive #menu {
    height: 62px;
  }
  .responsive .layout-slideshow .sprocket-features-img-list .sprocket-features-content {
    width: 100% !important;
  }
  .responsive .layout-slideshow .sprocket-features-img-list h2.sprocket-features-title {
    font-size: 14px !important;
    padding: 3px 10px !important;
  }
  .responsive .layout-slideshow .sprocket-features-img-list .sprocket-features-pagination {
    display: none;
  }
  .responsive .layout-slideshow .sprocket-features-arrows .arrow {
    margin-top: -20px !important;
  }
  .responsive #sp-content {
    padding-top: 20px;
  }
  .responsive .highlights .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content {
    margin-top: -55px;
  }
  .responsive .highlights .sprocket-strips .sprocket-strips-container >li 
		.sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title {
    font-size: 12px;
    line-height: normal;
  }
  .responsive .highlights .sprocket-strips .sprocket-strips-container >li .sprocket-strips-item {
    height: 125px;
  }
  .responsive #sp-main-bottom-wrapper #sp-main-bottom {
    padding-top: 20px;
  }
  .responsive #sp-main-bottom-wrapper #sp-main-bottom div.nssp2 .col-4 {
    width: 50%;
  }
  .responsive #bottom .acymailing_form .acysubbuttons .button {
    padding: 0 10px;
  }
  .responsive #bottom .module {
    margin-bottom: 20px;
  }
  .responsive #gkIs-gk-is-162 {
    width: 385px;
  }
  .responsive .gkTabsWrap.vertical ol li,
  .responsive .gkTabsWrap.horizontal ol li {
    padding: 0 14px !important;
  }
  .responsive div.nssp2 .col-3 {
    width: 50%;
  }
  .responsive div.nssp2 .col-2 {
    width: 100%;
  }
  .responsive .responsive div.groupSecondary div.catItemImageBlock {
    margin: 0 0 10px 0;
  }
  .responsive div.catItemCommentsLink {
    display: none;
  }
  .responsive div.catItemHitsBlock {
    margin-left: 0;
  }
  .responsive .news-block2 .ns2-inner:before {
    position: absolute;
  }
}
@media (max-width: 320px) {
  .responsive.bg {
    padding-left: 5px;
    padding-right: 5px;
  }
  .responsive .layout-slideshow .sprocket-features-pagination {
    display: none;
  }
  .responsive div.nssp2 .col-2 {
    width: 100%;
  }
  .responsive #gkIs-gk-is-162 {
    width: 225px;
  }
}
.rtl .profile dl dt,
.rtl .profile dl dd {
  display: block;
}
.rtl #sp-top-bar-wrapper #sp-top-bar2 {
  text-align: left;
  padding-left: 30px;
}
.rtl #sp-top-bar-wrapper #sp-top-bar1 h3.header {
  float: right;
}
.rtl #sp-top-bar-wrapper .sprocket-headlines-image {
  float: right;
  margin: 0 10px;
}
.rtl #sp-top-bar-wrapper .sprocket-headlines ul.sprocket-headlines-list {
  margin: 2px 0 0 0;
}
.rtl .sp-main-menu-toggler {
  right: 35px;
  left: auto;
}
.rtl .sp-submenu .megacol {
  float: right;
}
.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-main-menu ul.level-0 > li.home-icon {
  padding: 0 8px 0 0;
}
.rtl #sp-search .search i {
  left: 10px;
  right: auto;
}
.rtl .sp-submenu.sub-level-child {
  right: 200px !important;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler {
  float: left;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-right:before {
  content: "\f104";
}
.rtl #sp-slide1 {
  padding: 20px 20px 0 0;
}
.rtl #sp-slide2 {
  padding: 20px 0 0 20px;
}
.rtl .layout-slideshow .sprocket-features-img-list .sprocket-features-content {
  right: 0 !important;
  left: auto;
}
.rtl .layout-slideshow .sprocket-features-pagination {
  left: 20px !important;
  right: auto;
}
.rtl .layout-slideshow .sprocket-features-arrows .arrow.next {
  left: 0;
  right: auto;
  z-index: 100;
}
.rtl .layout-slideshow .sprocket-features-arrows .arrow.prev {
  left: auto;
  right: 0;
}
.rtl .layout-slideshow .sprocket-features-arrows .icon-angle-left:before {
  content: "\f105";
}
.rtl .layout-slideshow .sprocket-features-arrows .icon-angle-right:before {
  content: "\f104";
}
.rtl .ts-featured .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  left: -10px;
  right: auto;
}
.rtl .highlights .sprocket-strips .sprocket-strips-arrows .next {
  left: -47px;
  right: auto;
}
.rtl .highlights .sprocket-strips .sprocket-strips-arrows .prev {
  right: 0;
}
.rtl .highlights .sprocket-strips .sprocket-strips-arrows {
  left: 42px;
  right: auto;
}
.rtl #sp-main-bottom-wrapper .ns2-column > div {
  padding: 0 0 0 20px !important;
}
.rtl div.nssp2 .flt-left {
  float: right;
}
.rtl div.nssp2 .flt-left>div {
  padding: 0 0 0 30px !important;
}
.rtl .ns2-art-wrap .ns2-art-controllers {
  left: 0;
  right: auto;
}
.rtl img.ns2-image {
  float: right !important;
  margin: 0 0 10px 15px !important;
}
.rtl .title-solid.violate .ns2-art-wrap .ns2-art-controllers .ns2-art-prev {
  float: left;
}
.rtl .title-solid.violate .ns2-art-wrap .ns2-art-controllers .ns2-art-next {
  float: right;
  margin-left: 5px;
}
.rtl .title-solid.green h3.header span:before {
  left: -1px;
}
.rtl #sp-footer-wrapper #sp-footer2 ul.nav,
.rtl #sp-footer-wrapper #sp-footer2 .sp-totop {
  float: left;
}
.rtl .groupPrimary .catItemImageBlock {
  margin: 0 0 10px 10px;
  float: right;
}
.rtl div.catItemImageBlock {
  margin: 0 0 10px 10px;
  float: right;
}
.rtl span.itemImage img {
  float: left;
}
.rtl .comments-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .rtl #sp-header-wrapper #sp-logo {
    float: right;
  }
  .rtl #sp-header-wrapper #sp-ad1 {
    float: left;
  }
  .rtl #sp-footer-wrapper #sp-footer2 ul.nav,
  .rtl #sp-footer-wrapper #sp-footer2 .sp-totop {
    float: right;
  }
  .rtl #sp-search .search {
    text-align: left;
  }
  .rtl #sp-slide1 {
    padding: 20px;
  }
  .rtl #sp-slide2 {
    padding: 20px;
  }
  .customnyito_normal_content_1 {
  	margin-top: 10px;
  }
}
.rtl div#itemListLeading,
.rtl div#itemListPrimary {
  float: right;
}
.rtl div.itemContainer {
  float: right;
}
.rtl div.catItemView.groupLeading {
  padding: 0 0 0 10px;
}
.rtl .catItemHeader,
.rtl .catItemIntroText {
  padding-left: 10px;
}
.rtl .itemImage a.modal,
.rtl .itemEditLink a.modal,
.rtl .catItemEditLink a.modal,
.rtl .catItemAddLink a.modal {
  right: auto;
  margin-right: 0;
}
.rtl span.catItemAddLink {
  text-align: left;
}
.rtl .gkTabsWrap.vertical ol li,
.rtl .gkTabsWrap.horizontal ol li {
  float: right;
}
.rtl .feature-tab .gkTabsWrap.vertical ol li,
.rtl .feature-tab .gkTabsWrap.horizontal ol li {
  border-left: 1px solid rgba(0,0,0,0.15);
}
.rtl div.k2CategoriesListBlock ul li a:hover,
.rtl div.k2ArchivesBlock ul li a:hover {
  padding-right: 10px;
}
.rtl div.k2ArchivesBlock ul li,
.rtl div.k2CategoriesListBlock ul li {
  float: right;
}
.entry-content img {
    margin: 5px;
}
.entry-title.page-header {
	font-weight: bold;
}

.homepage #sp-content-top {
	padding-bottom: 14px;
}

.legend-title {
    background: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    left: 7px;
    margin: 0 !important;
    padding: 0 5px !important;
    position: absolute;
    top: -25px;
}

.legend-hilite .legend-title {
	color: #006699;
}

.legend-hilite {
	border: 3px solid #d6e9f3;
	margin: 25px 0;
	padding: 20px 10px 0 10px;
	position: relative;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.module h3 {
	font-size: 20px;
}