/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */

.widget_gk_comments li {
	border-top: none!important;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	line-height: 1.5;
	list-style: none;
	overflow: hidden;
	padding: 12px 0;
}

.widget_gk_comments li strong {
	color: #363636;
}

.widget_gk_comments li p {
	color: #777;
	font-size: 12px;
	margin: 0.5em 0;
}

.widget_gk_comments li p a {
	color: #777;
}

.widget_gk_comments li p a:active,
.widget_gk_comments li p a:focus,
.widget_gk_comments li p a:hover {
	color: #e25b32;
}

.widget_gk_comments li > img {
	float: left;
	margin: 4px 0 0 0;
}

.widget_gk_comments li div {
	margin-left: 76px;
}

/* 9.2. GK NSP
==================================== */

.gk-nsp {
	position: relative;
}

.gk-nsp-arts,
.gk-nsp-links {
	overflow: hidden;
}

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: -3px;
	padding: 0 3px;
	top: -39px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none !important;
	margin: 11px 0 0 !important;
	padding: 0 !important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	float: left;
	width: 8px;
	height: 8px;
	margin: -2px 4px 0 0 !important;
	background: #ddd;
	border: none!important;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background: #eb1e00;
}
.gk-nsp-next,
.gk-nsp-prev {
	border: 1px solid #eb1e00;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 0 0 0 5px;
	position: relative;
	text-indent: -9999px;
	width: 26px;
}

.gk-nsp-next:after,
.gk-nsp-prev:after {
	color: #949494;
	content: "\f104";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	left: 10px;
	line-height: 15px;
	position: absolute;
	text-indent: 0;
	top: 5px;
}
.gk-nsp-next:after {
	color: #949494;
	content: '\f105';
}
.gk-nsp-prev:after {
	color: #949494;
	content: '\f104';
}
.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after { 
	color: #eb1e00;
}
.gk-nsp-art-page {
	float: left;
}
.gk-nsp-art {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}

.gk-nsp-art:first-child {
	border-top: none;
}
.gk-nsp-art div {
	overflow: hidden;
}
.gk-nsp-header {
	color: #222;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0 0 16px 0;
	text-transform: none;
}

.gk-nsp-header a {
	color: #000!important;
}
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
	color: #eb1e00!important;
}
.gk-nsp-art .gk-nsp-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 100%!important;
}

.gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
	display: block;
}

.gk-nsp-art .gk-nsp-image-wrap .gk-image-link {
	display: block;
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
	color: #8e8e8e;
	display: block!important;
	line-height: 1.5;
	margin: 0;
	padding: 0!important;
}
.gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}

.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 0;
}
.gk-nsp-art .gk-nsp-info {
	color: #ccc;
	display: block!important;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.gk-nsp-art .gk-nsp-info a {
	color: #999!important;
}

.gk-nsp-art .gk-nsp-info a:active,
.gk-nsp-art .gk-nsp-info a:focus,
.gk-nsp-art .gk-nsp-info a:hover,
.gk-nsp-art .readon:active,
.gk-nsp-art .readon:focus,
.gk-nsp-art .readon:hover {
	color: #eb1e00!important;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	padding-left: 5px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}

.readon.left,
.readon.right,
.readon.center {
	clear: both;
}
.readon.left {
	float: left;
}
.readon.right {
	float: right;
}
.readon.center {
	display: inline;
	float: none;
}
.gk-nsp-art .readon {
	background: transparent!important;
	color: #afafaf!important;
	float: right;
	margin: 24px 46px 0 0;
	position: relative;
}

/*.gk-nsp-art .readon:after {
	border: 1px solid #e5e5e5;
	color: #d3d5d8;
	content: "a";
	display: block;
	font-family: "news2-icons";
	font-size: 19px;
	height: 38px;
	position: absolute;
	right: -47px;
	text-transform: none;
	top: -1px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 45px;
}*/

.gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.gk-nsp-links ul li {
	border-top: 1px solid #e5e5e5;
	margin:0 !important;
	padding: 18px 0;
}
.gk-nsp-image-wrap {
	float: left;
}
/* responsive layout */
.gk-responsive {
	line-height: 1;
}
img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.gk-responsive {
	display: block;
	overflow: hidden;
	position: relative;
}
.gk-nsp-image {
	max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
	clear: both;
	width: 100%;
}
.gk-nsp-links {
	margin-top: 30px;
}

.gk-nsp-arts::after,
.gk-nsp-links::after,
.gkw-main:after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-arts-page,
.gk-nsp-art {
	float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }

.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
	clear: both;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
	overflow: hidden;
}

.gk-nsp-list li {
	display: table;
}
.gk-nsp-list li > div {
	display: table-cell;
	vertical-align: top;
}

.gk-nsp-link-header {
	color: #222;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}

.gk-nsp-link-header a {
	color: #222;
}

.gk-nsp-link-header a:active,
.gk-nsp-link-header a:focus,
.gk-nsp-link-header a:hover {
	color: #eb1e00!important;
}

.gk-nsp-link-text {
	color: #8e8e8e;
	font-size: 12px;
	margin: 0;
}

.gk-nsp-links .gk-image-link img {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

/*.gk-nsp-links .gk-image-link:hover img {
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}*/

.gk-nsp-comment-count:before {
	color: #999;
	content: "\f086";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	padding-right: 6px;
}

.gk-nsp-art .gk-nsp-info > .gk-nsp-stars {
	display: block;
	padding: 4px 10px 0 0!important;
}

.gk-nsp-art .gk-nsp-info > .gk-nsp-stars span {
	padding: 0;
}

.gk-nsp-art .gk-nsp-star-0:before,
.gk-nsp-art .gk-nsp-star-1:before {
	content: "\f005";
	color: #6c6c6c;
	font-family: FontAwesome;
	font-size: 10px;
	padding: 0 2px 0 0;
}
.gk-nsp-art .gk-nsp-star-1:before {
	color: #f7a834;
}

#gk-banner-right .gk-nsp-art .readon {
	float: left;
}

.gk-nsp-links-readon {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	color: #afafaf;
	display: block;
	font-size: 12px;
	height: 38px;
	line-height: 39px;
	margin: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.gk-nsp-links-readon:active,
.gk-nsp-links-readon:focus,
.gk-nsp-links-readon:hover {
	color: #eb1e00!important;
}

.gk-nsp-list > li {
	overflow: hidden;
}

.gk-nsp-list .gk-image-link {
	float: left;
	overflow: hidden;
}

.gk-nsp-image-wrap + .gk-nsp-link-content-wrap > h4 {
	margin-top: 5px;
}

.gk-nsp.nsp-list .gk-nsp-header {
	font-size: 15px;
	padding: 4px 0;
}

.gk-nsp.nsp-list .gk-nsp-art {
	border-bottom: 1px solid #e5e5e5;
}

/* Style dark */
.gk-nsp-links {
	margin-top: 0;
	padding: 3px;
}

#gk-mainbody-bottom .gk-nsp-links {
	padding: 0;
}
.dark .gk-nsp-links-scroll ul li {
	border-top-color: #444;
}

/* Suffix highlights */
.gk-nsp.highlights {
	position: static;
}
.gk-nsp.highlights .gk-nsp-header {
	font-size: 36px;
	line-height: 43px;
	padding: 0;
}
.gk-nsp.highlights .gk-nsp-info {
	color: #999;
	font-size: 14px;
	padding: 10px 0 48px 0;
	text-transform: none;
}
.gk-nsp.highlights .gk-nsp-info a {
	color: #eb1e00!important;
}
.gk-nsp.highlights .gk-nsp-text {
	color: #8e8e8e;
	font-size: 18px;
}
.gk-nsp.highlights .readon {
	float: left;
	margin-left: 2px;
	margin-top: 50px;
}
.gk-nsp.highlights .gk-nsp-arts-nav {
	background: #f9fafb;
	border-top: 1px solid #e5e5e5;
	bottom: 0;
	height: 60px;
	margin: 0 -45px;
	padding: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 100%;
}
.gk-nsp.highlights .gk-nsp-arts-nav .gk-nsp-prev,
.gk-nsp.highlights .gk-nsp-arts-nav .gk-nsp-next {
	background: #fff;
	left: 36px;
	position: absolute;
	top: 16px;
}
.gk-nsp.highlights .gk-nsp-arts-nav .gk-nsp-next  {
	left: auto;
	right: 36px;
}
.gk-nsp.highlights .nsp-title-area {
	height: 60px;
	line-height: 60px;
	padding: 0 80px;
	text-align: center;
}
.gk-nsp.highlights .nsp-title-area h3 {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gk-nsp.highlights .nsp-title-area h3 a {
	color: #222;
}
.gk-nsp.highlights .nsp-title-area h3 a:active,
.gk-nsp.highlights .nsp-title-area h3 a:focus,
.gk-nsp.highlights .nsp-title-area h3 a:hover {
	color: #eb1e00;
}

/* Style left-right */
.gk-nsp-arts,
.gk-nsp.right .gk-nsp-links,
.gk-nsp.left .gk-nsp-links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.gk-nsp.right .gk-nsp-arts {
	float: left;
	width: 41%;
}

.gk-nsp.right .gk-nsp-links {
	clear: none;
	float: right;
	padding-left: 65px;
	width: 59%;
}

.gk-nsp.left .gk-nsp-arts {
	float: right;
	width: 41%;
}
.gk-nsp.left .gk-nsp-links {
	clear: none;
	float: left;
	padding-right: 65px;
	width: 59%;
}

#gk-mainbody .box.right.gk_nsp {
	margin-bottom: 12px;
} 


/* readon left */
.gk-nsp.readon-left .gk-nsp-art .readon {
	float: left;
}

/* GK NSP Highlighter */
.gk-nsp-highlighter {
  display: table;
  position: relative;
  width: 100%;
}
.gk-nsp-highlighter > strong,
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
  display: table-cell;
  vertical-align: top;
}
.gk-nsp-highlighter > strong {
  color: #282828;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  line-height: 55px;
  padding: 0 0 0 45px;
  width: 2%;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
  height: 55px;
  padding: 0 95px 0 20px;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol {
  display: block;
  height: 55px;
  margin: 0;
  overflow: hidden;
  -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;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li {
  border: none;
  height: 55px;
  line-height: 55px;
  opacity: 0;
  position: relative;
  -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;
}
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a {
  color: #999;
  display: block;
  height: 55px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a:hover,
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a:active,
.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li a:focus {
	color: #eb1e00;
}

.gk-nsp-highlighter > .gk-nsp-highligher-items-wrap ol li.active {
  opacity: 1;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui {
  position: absolute;
  right: 17px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child {
  border: 1px solid #eb1e00;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin: 14px 0 0 5px;
  position: relative;
  width: 26px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child:before {
  color: #949494;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 16px;
  left: 10px;
  line-height: 15px;
  position: absolute;
  top: 5px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child:hover:before {
  color: #eb1e00;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child + a {
  border: 1px solid #eb1e00;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin: 14px 0 0 5px;
  position: relative;
  width: 26px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child + a:before {
  color: #949494;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  left: 10px;
  line-height: 15px;
  position: absolute;
  top: 5px;
}
.gk-nsp-highlighter .gk-nsp-highlighter-ui a:first-child + a:hover:before {
  color: #eb1e00;
}
@media (max-width: 800px) {
  .gk-nsp-highlighter > strong {
    padding: 0 0 0 20px;
  }
  .gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
    padding: 0 95px 0 12px;
  }
}
@media (max-width: 600px) {
  .gk-nsp-highlighter > strong {
    padding: 0 0 0 10px;
  }
  .gk-nsp-highlighter > .gk-nsp-highligher-items-wrap {
    padding: 0 12px;
  }
  .gk-nsp-highlighter .gk-nsp-highlighter-ui {
    display: none;
  }
}

/* Video List  */
.gk-nsp-video_list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -19px;
  position: relative;
  width: auto;
}
.gk-nsp-video_list > div {
  overflow: hidden;
  position: relative;
}
.gk-nsp-video_list .gk-nsp-items-page {
  display: block;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  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: 0;
}
.gk-nsp-video_list .gk-nsp-items-page.to-hide,
.gk-nsp-video_list .gk-nsp-items-page.active {
  display: block;
  opacity: 1;
}
.gk-nsp-video_list .gk-nsp-items-page.active {
  position: relative;
  z-index: 2;
}
.gk-nsp-video_list .gk-nsp-items-page.to-hide {
  display: block;
  opacity: 0;
}
.gk-nsp-video_list .gk-nsp-items-page figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 19px;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="1"] figure {
  width: 100%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="2"] figure {
  width: 50%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="3"] figure {
  width: 33.333333%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="4"] figure {
  width: 25%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="5"] figure {
  width: 20%;
}
.gk-nsp-video_list .gk-nsp-items-page[data-cols="6"] figure {
  width: 16.666666%;
}
.gk-nsp-video_list .gk-nsp-item {
  cursor: pointer;
  opacity: 0;
  padding: 16px 0;
  position: relative;
  top: 50px;
  -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;
}
.gk-nsp-video_list .gk-nsp-item.active {
  opacity: 1;
  top: 0;
}
.gk-nsp-video_list .gk-nsp-item .gk-nsp-image-wrap {
  position: relative;
}
.gk-nsp-video_list .gk-nsp-item.video .gk-nsp-image-wrap:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gk-nsp-video_list .gk-nsp-item.video .gk-nsp-image-wrap:after {
  color: #fff;
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 24px;
  left: 50%;
  line-height: 24px;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.gk-nsp-video_list .gk-nsp-item:hover figcaption {
  background: #f6f7f9;
}
.gk-nsp-video_list h3 {
  clear: both;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  text-transform: none;
}
.gk-nsp-video_list figcaption {
  padding: 0 16px 16px 16px;
  -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;
}
.gk-nsp-video_list strong {
  color: #afafaf;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.gk-nsp-video_list .gk-nsp-bottom-nav {
  border-top: 1px solid #e5e5e5;
  margin: 32px 19px -24px 19px;
  padding: 12px 0 0 0;
  position: relative;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next,
.gk-nsp-video_list .gk-nsp-bottom-nav-prev {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  width: 26px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next:after,
.gk-nsp-video_list .gk-nsp-bottom-nav-prev:after {
  color: #949494;
  content: "\f104";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  left: 10px;
  line-height: 15px;
  position: absolute;
  text-indent: 0;
  top: 5px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next {
  right: 0;
  position: absolute;
  top: 12px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next:after {
  color: #949494;
  content: '\f105';
}
.gk-nsp-video_list .gk-nsp-bottom-nav-next:hover:after {
  color: #eb1e00;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-prev {
  left: 0;
  position: absolute;
  top: 12px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-prev:after {
  color: #949494;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-prev:hover:after {
  color: #eb1e00;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-pagination {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
  width: 100%;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-pagination li {
  background: #ccc;
  border: none!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 10px 4px 0 0!important;
  padding: 0!important;
  text-indent: -999em;
  width: 8px;
}
.gk-nsp-video_list .gk-nsp-bottom-nav-pagination li:hover,
.gk-nsp-video_list .gk-nsp-bottom-nav-pagination li.active {
  background-color: #eb1e00;
}
.gk-nsp-video_list img,
.gk-nsp-video_list .gk-nsp-image-wrap {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.gk-nsp-video_list .gk-nsp-image-wrap {
  margin: 0 35px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gk-nsp-video_list .gk-nsp-image-wrap img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.gk-nsp-video_list .gk-nsp-image-wrap:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -moz-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
/* Mobile devices */
@media (max-width: 1280px) {
  .gk-nsp-video_list {
    margin: 0 -6px;
  }
  .gk-nsp-video_list .gk-nsp-bottom-nav {
    margin: 32px 19px -16px 19px;
  }
  .gk-nsp-video_list .gk-nsp-items-page figure {
    padding: 0 6px;
  }
  .gk-nsp-video_list figcaption {
    padding: 0 8px 16px 8px;
  }
}
@media (max-width: 1100px) {
  .gk-nsp-video_list h3 {
    font-size: 13px;
  }
  .gk-nsp-video_list .gk-nsp-bottom-nav {
    margin: 10px 10px 5px 10px;
    min-height: 36px;
  }
}
@media (max-width: 640px) {
  .gk-nsp-video_list .gk-nsp-items-page figure {
    padding: 0 2px;
  }
  .gk-nsp-video_list h3 {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .gk-nsp-video_list .gk-nsp-items-page[data-cols="1"] figure,
  .gk-nsp-video_list .gk-nsp-items-page[data-cols="2"] figure,
  .gk-nsp-video_list .gk-nsp-items-page[data-cols="3"] figure,
  .gk-nsp-video_list .gk-nsp-items-page[data-cols="4"] figure,
  .gk-nsp-video_list .gk-nsp-items-page[data-cols="5"] figure,
  .gk-nsp-video_list .gk-nsp-items-page[data-cols="6"] figure {
    width: 100%;
  }
}

/* 9.3. GK Weather
==================================== */

.gkw-main { 
	margin-bottom: -10px;
	padding: 10px 0 0 0;
}

.gkw-current { 
	float: left;
	width: 55%;
}

.gkw-main-left { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 0 30px 0 10px;
    width: 32%;
}

.gkw-main-left > *:first-child {
	float: left;
}

.gkw-main-left > i,
.gkw-main-left > i:before {
	margin: -9px 0 0 -9px;
	width: 48px;
}

.gkw-temp { 
	color: #eb1e00;
	float: right;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.gkw-main-right { 
	float: left;
    width: 68%;
    margin: 0;
}

.gkw-main-right h2 { 
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 4px 0; 
}

.gkw-main-right p { 
	color: #999;
	float: left;
    font-size: 12px;
    margin: 0 18px 0 0;
    line-height: 1.1;
}

ul.gkw-next-days { 
	float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 45%; 
}

ul.gkw-next-days li { 
	border: none!important;
    border-left: 1px solid #e5e5e5!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 30px!important;
    margin: 0!important;
    list-style-type: none!important;
}

ul.gkw-next-days li.gkw-items {
	width:49%;
}

.gkw-day { 
	font-size: 13px;
	font-weight: bold;
	display: block;
}

ul.gkw-next-days li img { 
	display:block; 
	margin:0 auto; 
	clear:both; 
}

ul.gkw-next-days li i {
	font-size: 36px!important;
	margin-top: 6px!important;
}

ul.gkw-next-days li i:before {
	color: #c1c1c1;
}

p.gkw-day-temp { 
	margin:6px 0 0 0; 
	white-space:nowrap; 
	text-align:center; 
}

span.gkw-day-day,
span.gkw-day-night { 
	padding: 0 12px 0 0;
	color: #222;
	font-size: 12px;
	font-weight: bold;
}

span.gkw-day-day { 
	color: #eb1e00;
}

div.gkw-fday{ 
	margin: 0 6px 0 0;
	padding: 0 0 0 6px; 
}

ul.gkw-next-days li > *:first-child { 
	float: left;
	margin: 0 20px 0 0;
}

.box.widget_gk_weather .box-title {
	margin: 0;
}

/* 9.4. GK Tabs
==================================== */

.gk-tabs,
#gk-sidebar .box .gk-tabs {
    font-size: 14px!important;
    overflow: hidden;
    position: relative;
}

/*
 * Default style
 */
.gk-tabs-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.gk-tabs-wrap > ol {
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    position: relative;
    top: -1px;
}

.box.clear-horizontal .gk-tabs-wrap > ol {
	top: 0;
}

.gk-tabs-wrap > ol:after {
	clear: both;
	content: "";
	display: table;
}

.gk-tabs-wrap > ol li {
    border: none;   
    color: #222;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 51px;
    list-style-type: none;
    margin: 0;
    padding: 0 20px!important;
    position: relative;
    text-transform: uppercase;
}

.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover {
    background: #eb1e00;
    color: #fff;
}

.gk-tabs-wrap > ol li:hover {
    color: #eb1e00;
}

.gk-tabs-wrap > ol li.active:after {
	border: 6px solid #eb1e00;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -11px;
	content: "";
	left: 50%;
	margin-left: -6px;
	position: absolute;
	z-index: 101;
}

.gk-tabs-container {
    clear: both;
    overflow: hidden;
    position: relative;
}

.gk-tabs-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.gk-tabs-item .box {
    margin-bottom: 0!important;
    border: none!important;
    margin-bottom: 0!important;
    padding: 0!important;
}

.gk-tabs-item.active {
    left: 0;
    position: relative;
    z-index: 2;
}

.gk-tabs-prev,
.gk-tabs-next {
    display: none
}

/**
 *
 * The common part
 *
 **/

/* Errors */
.gk-tabs-error {
    color: #555;
    font-size: 16px;
    padding: 32px 16px;
    text-align: center;
}

.gk-tabs-error > strong {
    color: #d44;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 100px;
}

.gk-tabs-error > small {
    font-size: 11px;
}
/* Animations */
.gk-tabs-item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gk-tabs-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    z-index: 2;
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.gk-tabs[data-anim="scale-down"] .gk-tabs-item {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.gk-tabs[data-anim="rotate-y"],
.gk-tabs[data-anim="rotate-x"] {
    -webkit-perspective: 1200;
    -moz-perspective: 1200;
    -ms-perspective: 1200;
    perspective: 1200;
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}


.gk-tabs[data-anim="rotate-x"] .gk-tabs-item {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item.active,
.gk-tabs[data-anim="scale-down"] .gk-tabs-item.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item.active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item.active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* 9.5. WPML
==================================== */

body #lang_sel_footer {
	background-color: transparent;
	border: none;
	clear: both;
	font: inherit;
	margin: 0;
	min-height: 15px;
	padding: 7px;
	text-align: center;
}

/* 9.6. Wysija plugin
==================================== */
#gk-newsletter .box-title {
	color: #505050;
	float: left;
	margin: 13px 45px 0 0;
}

#gk-newsletter .box-title small {
	color: #eb1e00;
	font-size: 100%;
}

#gk-newsletter .box {
	padding: 0;
}

#form-wysija-2 > p {
    margin: 0;
    position: relative;
}
.formError {
    left: 273px!important;
    position: absolute !important;
    top: 50px !important;
}
.wysija-input {
    border: 1px solid #e5e5e5!important;
    float: left;
    height: 40px;
    line-height: 33px;
    padding: 0 10px !important;
    width: 56%;
}

.widget_wysija_cont .wysija-submit {
	float: right;
	height: 40px;
	line-height: 41px;
	margin: 0 0 0 10px;
	padding: 0 30px !important;
}

@media (max-width: 1410px) {
	.wysija-input {
		width: 50%;
	}
}

@media (max-width: 1410px) {
	.wysija-input {
		width: 44%;
	}
}

.wysija-input::-webkit-input-placeholder { 
	color: #bbb; 
}
.wysija-input::-moz-placeholder {
	color: #bbb;
}
.wysija-input:-ms-input-placeholder {
	color: #bbb; 
}
.wysija-input:-moz-placeholder {
	color: #bbb; 
}
.wysija-input:placeholder {
	color: #bbb;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
