.gkTabsWrap.vertical ol {
  text-align: center;
}
.gkTabsWrap.vertical ol li.active {
  border-radius: 30px;
  padding: 3px 12px;
  border: 1px solid #101010;
  color: #101010;
}
.gkTabsButtonNext, .gkTabsButtonPrev {
  background: #ddd;
}
.gkTabsButtonNext:hover, .gkTabsButtonPrev:hover {
  background: #eee;
}
.gkTabsWrap.horizontal > ol {
  background: #fff;
}
/* ==================  End  ===================== */
/*
 * VERTICAL mode
 */
.gkTabsGK5 {
  position: relative;
  overflow: hidden;
}
.gkTabsWrap {
  margin: 0;
}
.gkTabsContainer {
  -webkit-perspective: 500;
  -moz-perspective: 500;
  -ms-perspective: 500;
  perspective: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gkTabsItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.gkTabsItem.gk-active {
  left: 0;
  position: relative;
  top: 0;
  z-index: 1;
}
.gkTabsItem.gk-hide {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.gkTabsItem.gk-opacity.gk-hide {
  opacity: 0;
}
.gkTabsItem.gk-opacity.gk-active {
  left: 0;
  opacity: 1;
}
.gkTabsItem.gk-slide_vertical.gk-hide {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gkTabsItem.gk-slide_vertical.gk-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.gkTabsItem.gk-slide_vertical.gk-hidden {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gkTabsItem.gk-slide_horizontal.gk-hide {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gkTabsItem.gk-slide_horizontal.gk-active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.gkTabsItem.gk-slide_horizontal.gk-hidden {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.gkTabsItem.gk-scale.gk-active {
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gkTabsItem.gk-scale.gk-hide, .gkTabsItem.gk-scale.gk-hidden {
  opacity: 0 !important;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.gkTabsItem.gk-rotate_x.gk-active {
  opacity: 1 !important;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.gkTabsItem.gk-rotate_x.gk-hide, .gkTabsItem.gk-rotate_x.gk-hidden {
  opacity: 0 !important;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.gkTabsItem.gk-rotate_y.gk-active {
  opacity: 1 !important;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.gkTabsItem.gk-rotate_y.gk-hide, .gkTabsItem.gk-rotate_y.gk-hidden {
  opacity: 0 !important;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.gkTabsItem.gk-rotate_z.gk-active {
  opacity: 1 !important;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
}
.gkTabsItem.gk-rotate_z.gk-hide, .gkTabsItem.gk-rotate_z.gk-hidden {
  opacity: 0 !important;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
/* tabs */
.gkTabsWrap.vertical ol {
  background: transparent !important;
  margin: 0 0 50px !important;
  padding: 0 !important;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin: 0 12px !important;
  padding: 0;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #101010;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gkTabsWrap.vertical ol li:after, .gkTabsWrap.horizontal ol li:after {
  content: "-";
  position: absolute;
  right: -18px;
  top: 1px;
}
.gkTabsWrap.vertical ol li.active:after, .gkTabsWrap.horizontal ol li.active:after {
  font-weight: normal;
  color: #666;
}
.gkTabsWrap.vertical ol li:last-child:after, .gkTabsWrap.horizontal ol li:last-child:after {
  display: none;
}
/* bottom tabs */
.gkTabsContainer + ol {
  border-bottom: none !important;
}
.gkTabsContainer + ol li {
  border-radius: 0 0 2px 2px !important;
}
/* containers */
.gkTabsContainer, .gkTabsContainer[style] {
  clear: both;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative;
}
/* buttons prev/next */
.gkTabsButtonNext, .gkTabsButtonPrev {
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 0;
  font: 0/0px a;
  top: 43%;
  width: 18px;
  z-index: 3;
}
.gkTabsButtonPrev {
  left: 0;
  right: inherit;
}
.gkTabsButtonNext:before, .gkTabsButtonPrev:before {
  content: "›";
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 17px;
  text-align: center;
  width: 18px;
}
.gkTabsButtonPrev:before {
  content: "‹";
}
/*
 * HORIZONTAL mode
 */
.gkTabsWrap.horizontal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.gkTabsWrap.horizontal > ol, .gkTabsWrap.horizontal > .gkTabsContainer {
  display: table-cell;
  vertical-align: top;
}
.gkTabsWrap.horizontal > ol {
  position: relative;
  z-index: 5;
}
/* tabs */
.gkTabsWrap.horizontal ol li {
  cursor: pointer;
  float: right;
  border-radius: 2px;
  margin: 0 0 3px !important;
}
.gkTabsWrap.horizontal ol li:hover, .gkTabsWrap.horizontal ol li.active {
  /* line 45 */
}
.gkTabsWrap.horizontal .gkTabsItem {
  padding: 0;
}
/* right tabs */
.gkTabsWrap.horizontal .gkTabsContainer + ol {
  border: none !important;
}
.gkTabsWrap.horizontal .gkTabsContainer + ol li {
  border-radius: 2px !important;
  float: left;
}
#category .sppb-carousel-extended-outer-stage {
  height: auto !important;
}
#category .sppb-carousel-extended-heading {
  color: #101010;
  font-size: 16px;
}
#category .sppb-carousel-extended-content-wrap {
  position: relative;
}
#category .sppb-carousel-extended-item img:before {
  background-color: #e8e8e8;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#category .sppb-carousel-extended-item {
  background-color: #f9f9f9;
}
#category .sppb-carousel-extended-item img {
  mix-blend-mode: multiply;
}
/**
 * @package News Show Pro GK5
 **/
.nsp {
  position: relative;
}
.nspMain {
  overflow: hidden;
}
/* Pagination */
.nspBotInterface, .nspTopInterface {
  clear: both;
  float: right;
  margin: 5px 0;
  overflow: hidden;
  position: absolute;
  bottom: -70px;
  right: 30px;
  z-index: 999;
}
.nsp-column.nspMain {
  margin-left: -20px;
  margin-right: -20px;
}
.nsp-column .nspArt {
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.nsp-column .nspTopInterface {
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  top: auto;
  position: absolute;
}
.overlay .nspArt {
  position: relative;
}
.overlay .nspArt:hover .nspImageWrapper {
  background: rgba(0, 0, 0, 0.4);
}
.overlay .nspArt .nspImageWrapper:before {
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.overlay .nspArt .nspInfo, .overlay .nspArt .nspInfo a, .overlay .nspHeader a {
  color: #fff;
}
.overlay .nspHeader {
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .overlay .nspHeader {
    line-height: 1.2;
  }
}
.overlay .nspInfo {
  font-size: 16px;
}
.overlay .gkArtContentWrap {
  position: absolute;
  padding-left: 48px;
  padding-right: 48px;
  top: 60%;
  left: 50%;
  margin-left: -50%;
  width: 100%;
}
@media (min-width: 680px) and (max-width: 979px) {
  .overlay .nspArt.nspCol3, .overlay .nspArt.nspCol4, .overlay .nspArt.nspCol5 {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .overlay .gkArtContentWrap {
    top: auto;
    bottom: 10%;
  }
}
.responsive .nspArt img.nspImage {
  width: 100% !important;
  height: auto !important;
}
.nspImageWrapper {
  -webkit-transform: translateZ(0);
  overflow: hidden;
}
.nsp-row .nspArt {
  border-bottom: 1px solid #eaeaea;
}
.nsp-row .nspArt:first-child {
  padding-top: 0 !important;
}
.nsp-row .nspArt:last-child {
  padding-bottom: 0 !important;
}
/*
 Interface - for different looking Top and Bottom interface use the following classes:
 .nspTopInterface
 .nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
 */
.nspPagination {
  text-align: center;
  list-style-type: none !important;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
}
.nspPagination li {
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin: 1px 0 0 0 !important;
  width: 9px;
  display: inline-block;
}
.nspPagination li > a {
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 14px;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
  width: 14px;
}
.nspPagination li:hover, .nspPagination li.active {
  background-color: #999;
}
.nspNext, .nspPrev {
  background: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  height: 24px;
  margin: 0 0 0 4px;
  overflow: hidden;
  text-indent: -999px;
  width: 24px;
}
.nspPrev:before {
  border: 10px solid #ccc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: none;
  content: "";
  display: block;
  float: left;
  margin: 3px 0 0 4px;
}
.nspNext:before {
  border: 10px solid #ccc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: none;
  content: "";
  display: block;
  float: left;
  margin: 3px 0 0 6px;
}
.nspNext:hover, .nspPrev:hover {
  border-color: #999;
}
.nspPrev:hover:before {
  border-right-color: #999;
}
.nspNext:hover:before {
  border-left-color: #999;
}
/* Articles layout */
.nspArts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.nspArtPage {
  float: left;
}
.nspArt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.nspArt div {
  overflow: hidden;
}
h4.nspHeader {
  font-weight: 600;
  line-height: 1.2;
}
.nspArt h4.nspHeader a {
  text-decoration: none;
}
.nspArt img.nspImage {
  border: none;
  display: block;
  mix-blend-mode: multiply;
  border-radius: 6px;
}
.nspArt .nspImageWrapper {
  display: block;
  position: relative;
  mix-blend-mode: multiply;
}
.nspText {
  margin-top: 25px;
}
.nspInfo {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.nspInfo2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #222;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 28px;
  transition: background-color ease-in 0.2s;
  -webkit-transition: background-color ease-in 0.2s;
}
.nspArt:hover .nspInfo2 {
  background-color: #d53803;
}
.nspcategory {
  position: absolute;
  top: 15px;
  right: 36px;
  border-radius: 3px;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
}
.nspcategory a {
  color: #fff;
}
.nspArt .nspInfo > .nsp-stars {
  padding: 0 10px 0 0 !important;
}
.nspArt .nsp-star-0:before, .nspArt .nsp-star-1:before {
  content: "★";
  color: #6c6c6c;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.nspArt .nsp-star-1:before {
  color: #f7a834;
}
.nspArt .nspBadge {
  background: #fff;
  position: absolute;
  top: 29px;
  left: 20px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nspArt .tleft {
  text-align: left;
}
.nspArt .tright {
  text-align: right;
}
.nspArt .tcenter {
  text-align: center;
}
.nspArt .tjustify {
  text-align: justify;
}
.nspArt .fleft {
  float: left;
}
.nspArt .fright {
  float: right;
}
.nspArt .fnone {
  clear: both;
  float: none;
  width: 100%;
}
.readon.left, .readon.right, .readon.center {
  clear: both;
}
.readon.left {
  float: left;
}
.readon.right {
  float: right;
}
.readon.center {
  display: inline;
  float: none;
}
/* Links layout */
.nspLinks {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.nspList {
  float: left;
}
.nspList > li > .nspImageWrapper {
  float: left;
}
.nspList > li > .nspImageWrapperRight {
  float: right;
}
.nspList > li .nspImage {
  height: auto !important;
  max-width: 100%;
}
.nspLinks ul {
  list-style-type: none !important;
  padding: 0 !important;
}
.nspLinks .nspLinkScroll1 ul li {
  background: #fff;
  border-top: 1px solid #eee;
  margin: 0 !important;
  padding: 10px 3px;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
  border-top: none;
}
.nspLinks ul li h4 a {
  text-decoration: none;
}
/* positioning */
.nspArts.left {
  float: right;
}
.nspLinksWrap.left {
  float: left;
}
.nspArts.right {
  float: left;
}
.nspLinksWrap.right {
  float: right;
}
/* make element unvisible */
.nspMain .unvisible {
  left: -9999px;
  position: absolute;
  top: auto;
}
/* Responsive layout */
.gkResponsive img.nspImage, img.nspImage.gkResponsive {
  height: auto;
  width: 100% !important;
}
.nspArt img.nspImage {
  max-width: 100%;
}
.nspArtScroll1, .nspLinkScroll1 {
  clear: both;
  width: 100%;
}
.nspPages1 {
  width: 100%;
}
.nspPages2 {
  width: 200%;
}
.nspPages3 {
  width: 300%;
}
.nspPages4 {
  width: 400%;
}
.nspPages5 {
  width: 500%;
}
.nspPages6 {
  width: 600%;
}
.nspPages7 {
  width: 700%;
}
.nspPages8 {
  width: 800%;
}
.nspPages9 {
  width: 900%;
}
.nspPages10 {
  width: 1000%;
}
.nspPages11 {
  width: 1100%;
}
.nspPages12 {
  width: 1200%;
}
.nspPages13 {
  width: 1300%;
}
.nspPages14 {
  width: 1400%;
}
.nspPages15 {
  width: 1500%;
}
.nspPages16 {
  width: 1600%;
}
.nspPages17 {
  width: 1700%;
}
.nspPages18 {
  width: 1800%;
}
.nspPages19 {
  width: 1900%;
}
.nspPages20 {
  width: 2000%;
}
.nspCol1 {
  width: 100%;
}
.nspCol2 {
  width: 50%;
}
.nspCol3 {
  width: 33.333333%;
}
.nspCol4 {
  width: 25%;
}
.nspCol5 {
  width: 20%;
}
.nspCol6 {
  width: 16.666666%;
}
.nspCol7 {
  width: 14.285714%;
}
.nspCol8 {
  width: 12.5%;
}
.nspCol9 {
  width: 11.111111%;
}
.nspCol10 {
  width: 10%;
}
.nspCol11 {
  width: 9.090909%;
}
.nspCol12 {
  width: 8.333333%;
}
.nspCol13 {
  width: 7.692307%;
}
.nspCol14 {
  width: 7.142857%;
}
.nspCol15 {
  width: 6.666666%;
}
.nspCol16 {
  width: 6.25%;
}
.nspCol17 {
  width: 5.882352%;
}
.nspCol18 {
  width: 5.555555%;
}
.nspCol19 {
  width: 5.263157%;
}
.nspCol20 {
  width: 5%;
}
/* Animation */
.nspList, .nspArtPage {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  visibility: hidden;
}
.nspList.active, .nspArtPage.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* Mobile */
@media (max-width: 800px) {
  .nspArts, .nspLinksWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .nspPrev, .nspNext {
    left: 0;
    position: absolute;
    top: 20%;
    z-index: 101;
  }
  .nspNext {
    left: auto;
    right: 0;
  }
  .nspPagination {
    display: none;
  }
}
@media (max-width: 679px) {
  .nspArt img.nspImage {
    max-width: 100%;
  }
  .nspImageWrapper {
    margin: 0 0 20px 0 !important;
    width: 100%;
  }
  .gkArtContentWrap {
    width: 100%;
  }
}
