/*
#------------------------------------------------------------------------
# News II - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
*/

@charset "UTF-8";

@font-face {
  font-family: "news2-icons";
  src:url("../fonts/news2-pixellove/news2-pixellove.eot");
  src:url("../fonts/news2-pixellove/news2-pixellove.eot?#iefix") format("embedded-opentype"),
    url("../fonts/news2-pixellove/news2-pixellove.woff") format("woff"),
    url("../fonts/news2-pixellove/news2-pixellove.ttf") format("truetype"),
    url("../fonts/news2-pixellove/news2-pixellove.svg#news2-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "news2-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
  font-family: "news2-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gk-icon-chat:before {
  content: "a";
}
.gk-icon-fb:before {
  content: "b";
}
.gk-icon-gplus:before {
  content: "c";
}
.gk-icon-news:before {
  content: "d";
}
.gk-icon-next:before {
  content: "e";
}
.gk-icon-prev:before {
  content: "f";
}
.gk-icon-rss:before {
  content: "g";
}
.gk-icon-search:before {
  content: "h";
}
.gk-icon-twitter:before {
  content: "i";
}
.gk-icon-email:before {
   content: "j";
}
.gk-icon-print:before {
   content: "k";
}
.gk-icon-tags:before {
   content: "l";
}
.gk-icon-views:before {
   content: "m";
}

/*
 * News Show Pro GK5
 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -44px;
}
.nspBotInterface .nspPagination { margin-top: 0; }
/*
	Interface - for different looking Top and Bottom interface use the following classes:
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination {
	float: left;
	list-style-type: none!important;
	margin: 3px 0 0 0!important;
	padding: 0!important;
}
.nspPagination li {
	background: #ccc;
	border: none!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	float: left;
	height: 8px;
	margin: 6px 4px 0 0!important;
	padding: 0;
	text-indent: -999em;
	width: 8px;
}
.nspPagination li:hover,
.nspPagination li.active { background-color: #eb1e00; }
.nspNext,
.nspPrev {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 0 0 0 5px;
	position: relative;
	text-indent: -9999px;
	width: 26px;
}
.nspNext:after,
.nspPrev: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;
}
.nspNext:after {
	color: #949494;
	content: '\f105';
}
.nspPrev:after {
	color: #949494;
}
.nspNext:hover:after,
.nspPrev:hover:after { color: #eb1e00; }
/* Articles layout */
.nspArts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
.nspArtPage { float: left; }
.nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.nspArt div { overflow: hidden; }
.nspArt h4.nspHeader {
	color: #222;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0 0 16px 0;
	text-transform: none;
}
.nspArt h4.nspHeader a { color: #222; }
.nspArt h4.nspHeader a:hover { color: #eb1e00; }

.nspArt img.nspImage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
	padding: 0!important;
}
.nspArt .nspImageWrapper.gkResponsive {
	width: 100%;
}
.nspMain .nspImageWrapper 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;
}
.nspMain .nspImageWrapper: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);
}
.nspArt p.nspText {
	color: #8e8e8e;
	display: block!important;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #ccc;
	display: block!important;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.nspArt p.nspInfo a {
	color: #999!important;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
	color: #eb1e00!important;
}
.nspArt p.nspInfo > * { padding: 0 10px!important; }
.nspArt p.nspInfo > i {
	color: #999;
	font-size: 14px;
	padding: 0 0 0 10px!important;
}
.nspArt p.nspInfo > i + a {
	padding-left: 5px!important;
}
.nspArt p.nspInfo img { vertical-align: middle; }
.nspArt p.nspInfo > .nsp-stars {
	padding: 0 10px 0 0!important;
}
.nspArt .nsp-star-0:before,
.nspArt .nsp-star-1:before {
	content: "\f005";
	color: #ccc;
	font-family: FontAwesome;
	font-size: 10px;
	padding: 0 2px 0 0;
}
.nspArt .nsp-star-1:before {
	color: #f7a834;
}
.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.inline { border: none; padding: 0; }
.readon.fleft,
.readon.fright,
.readon.fcenter {
	clear: both;
	margin: 24px 46px 0 0;
}
.readon.fleft { float: left; }
.readon.fright { float: right; }
.readon.fcenter {
	display: inline;
	float: none;
}
.nspAvatar { }
.readon-button {
	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%;
}
.readon-button:active,
.readon-button:focus,
.readon-button:hover {
	color: #eb1e00;
}

/* 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;
	overflow: hidden;
}
.nspList li > .nspImageWrapper + div > h4 {
	margin-top: 5px;
}
.nspLinks ul {
	list-style-type: none!important;
	padding: 0!important;
}
.nspLinks .nspLinkScroll1 ul li {
	border: none;
	margin: 0!important;
	overflow: hidden;
	padding: 18px 0;
}
.nspLinks .nspLinkScroll2 {
	overflow: hidden;
}
.nspLinks ul li h4 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: none;
}
.nspLinks ul li h4 a {
	color: #222;
	text-decoration: none;
}
.nspLinks ul li h4 a:active,
.nspLinks ul li h4 a:focus,
.nspLinks ul li h4 a:hover {
	color: #eb1e00;
}
.nspLinks ul li {
	border-top: 1px solid #e5e5e5!important;
}
.nspLinks ul li:first-child {
	border-top: none!important;
}
.nspLinks ul li p {
	color: #8e8e8e;
	font-size: 12px;
	margin: 0;
}
/* positioning */
.nspArts.left { float: right; }
.nspLinksWrap.left { float: left; }
.nspArts.right { float: left; }
.nspLinksWrap.right { float: right; }
.nspLinksWrap.left .nspLinks {
	padding-right: 64px;
}
.nspLinksWrap.right .nspLinks {
	padding-left: 64px;
}

/* 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 {
	overflow: hidden;
	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%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }
/* Animation */
.nspList,
.nspArtPage {
	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;
}
.nspList.active,
.nspArtPage.active { opacity: 1; }

/* Suffix dark */
.box.dark a.readon,
.box.dark a.readon:after {
	border-color: #aaa!important;
	color: #aaa!important;
}
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover,
.box.dark a.readon:active:after,
.box.dark a.readon:focus:after,
.box.dark a.readon:hover:after {
	color: #fff!important;
	border-color: #fff!important;
}
.box.dark .nspLinks ul li {
	border-top-color: #444!important;
}
.box.dark .nspArt h4.nspHeader a { color: #fff; }
.box.dark .nspNext,
.box.dark .nspPrev {
	border-color: #aaa;
}

/* Suffix color */
.box.color .nspText,
.box.color .nspInfo,
.box.color .nspLinks ul li p {
	color: rgba(255, 255, 255, 0.75)!important;
}
.box.color .nspInfo a {
	color: rgba(255, 255, 255, 0.95)!important;
}
.box.color .nspInfo a:active,
.box.color .nspInfo a:focus,
.box.color .nspInfo a:hover {
	color: rgba(255, 255, 255, 0.75)!important;
}
.box.color a.readon,
.box.color a.readon:after {
	border-color: rgba(255, 255, 255, 0.6)!important;
	color: rgba(255, 255, 255, 0.6)!important;
}
.box.color a.readon:active,
.box.color a.readon:focus,
.box.color a.readon:hover,
.box.color a.readon:active:after,
.box.color a.readon:focus:after,
.box.color a.readon:hover:after {
	color: #fff!important;
	border-color: #fff!important;
}
.box.color .nspLinks ul li {
	border-top-color: rgba(255, 255, 255, 0.2)!important;
}
.box.color .nspArt h4.nspHeader a { color: #fff; }
.box.color .nspNext,
.box.color .nspPrev {
	border-color: rgba(255, 255, 255, 0.6);
}
.box.color .nspPagination li {
	background: rgba(255, 255, 255, 0.6);
}
.box.color .nspPagination li.active {
	background: #fff;
}
.box.color .nspPrev:after,
.box.color .nspNext:after {
	color: rgba(255, 255, 255, 0.6);
}
.box.color .nspPrev:hover:after,
.box.color .nspNext:hover:after {
	color: #fff;
}

/* Module in menu */
.gkMenu .nspArt h4.nspHeader { font-size: 14px; padding: 0}

/* title-color* Suffixes */
.box.title-color1 .nspLinks ul li h4 a:hover,
.box.title-color1 .nspArt h4.nspHeader a:hover { color: #eb1e00; }
.box.title-color1 .readon-button:hover {

	color: #eb1e00;
}
.box.title-color2 .nspLinks ul li h4 a:hover,
.box.title-color2 .nspArt h4.nspHeader a:hover { color: #56afc3; }
.box.title-color2 .readon-button:hover {

	color: #56afc3;
}
.box.title-color3 .nspLinks ul li h4 a:hover,
.box.title-color3 .nspArt h4.nspHeader a:hover { color: #ffc000; }
.box.title-color3 .readon-button:hover {

	color: #ffc000;
}
.box.title-color4 .nspLinks ul li h4 a:hover,
.box.title-color4 .nspArt h4.nspHeader a:hover { color: #8560a8; }
.box.title-color4 .readon-button:hover {

	color: #8560a8;
}
.box.title-color5 .nspLinks ul li h4 a:hover,
.box.title-color5 .nspArt h4.nspHeader a:hover { color: #fa5f00; }
.box.title-color5 .readon-button:hover {

	color: #fa5f00;
}
.box.title-color6 .nspLinks ul li h4 a:hover,
.box.title-color6 .nspArt h4.nspHeader a:hover { color: #736357; }
.box.title-color6 .readon-button:hover {

	color: #736357;
}

/* Suffix nsp-list */
.nspMain.nsp-list .nspArt {
	border-bottom: 1px solid #e5e5e5;
}

.nspMain.nsp-list .nspHeader {
	font-size: 15px;
	padding: 4px 0;
}
.nspMain.nsp-list .nspInfo {
	padding: 0;
}

/* Suffix highlights */
.box.highlights .nspMain {
	position: static;
}
.box.highlights .nspHeader {
	font-size: 36px;
	line-height: 43px;
	padding: 0;
}
.box.highlights .nspInfo {
	color: #999;
	font-size: 14px;
	padding: 10px 0 48px 0;
	text-transform: none;
}
.box.highlights .nspInfo span {
	color: #eb1e00;
}
.box.highlights .nspText {
	color: #8e8e8e;
	font-size: 18px;
}
.box.highlights .readon {
	margin-left: 2px;
	margin-top: 50px;
}
.box.highlights .nspTopInterface {
	background: #f9fafb;
	border-top: 1px solid #e5e5e5;
	bottom: 0;
	height: 60px;
	margin: 0 -45px;
	position: absolute;
	right: auto;
	top: auto;
	width: 100%;
}

.box.highlights .nspTopInterface .nspPagination {
	float: none;
	margin-top: -30px !important;
	text-align: center;
}

.box.highlights .nspTopInterface .nspPagination li {
	display: inline-block;
	float: none;
}

.box.highlights .nspTopInterface .nspPrev,
.box.highlights .nspTopInterface .nspNext {
	background: #fff;
	left: 36px;
	position: absolute;
	top: 16px;
}
.box.highlights .nspTopInterface .nspNext {
	left: auto;
	right: 36px;
}
.box.highlights .nspTitleArea {
	height: 60px;
	line-height: 60px;
	padding: 0 80px;
	text-align: center;
}
.box.highlights .nspTitleArea h4 {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box.highlights .nspTitleArea h4 a {
	color: #222;
}
.box.highlights .nspTitleArea h4 a:active,
.box.highlights .nspTitleArea h4 a:focus,
.box.highlights .nspTitleArea h4 a:hover {
	color: #eb1e00;
}

/* Portal Mode - VideoList */
.gkNspPM-VideoList {
	-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;
}

.gkNspPM-VideoList > div {
	overflow: hidden;
	position: relative;
}

.gkNspPM-VideoList .gkItemsPage {
	display: block;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	top: 0;
	-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: 100%;
	z-index: 0;
}

.gkNspPM-VideoList .gkItemsPage.to-hide,
.gkNspPM-VideoList .gkItemsPage.active {
	display: block;
	opacity: 1;
}

.gkNspPM-VideoList .gkItemsPage.active {
	position: relative;
	z-index: 2;
}

.gkNspPM-VideoList .gkItemsPage.to-hide {
	display: block;
	opacity: 0;
}

.gkNspPM-VideoList .gkItemsPage 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;
}

.gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure { width: 100%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure { width: 50%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure { width: 33.333333%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure { width: 25%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure { width: 20%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure { width: 16.666666%; }

.gkNspPM-VideoList .gkItem {
	cursor: pointer;
	opacity: 0;
	padding: 16px 0;
	position: relative;
	top: 50px;
	-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;
}

.gkNspPM-VideoList .gkItem.active {
	opacity: 1;
	top: 0;
}

.gkNspPM-VideoList .gkItem .gkImageWrap {
	position: relative;
}
.gkNspPM-VideoList .gkItem.video .gkImageWrap:before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.gkNspPM-VideoList .gkItem.video .gkImageWrap: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;
}

.gkNspPM-VideoList .gkItem:hover figcaption {
	background: #f6f7f9;
}

.gkNspPM-VideoList h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 16px 0;
	text-align: center;
	text-transform: none;
}

.gkNspPM-VideoList figcaption {
	padding: 0 16px 16px 16px;
	-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;
}

.gkNspPM-VideoList strong {
	color: #afafaf;
	display: block;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

/* Bottom navigation */
.gkNspPM-VideoList .gkBottomNav {
	border-top: 1px solid #e5e5e5;
	margin: 32px 19px -24px 19px;
	padding: 12px 0 0 0;
	position: relative;
}
.gkNspPM-VideoList .gkBottomNavNext,
.gkNspPM-VideoList .gkBottomNavPrev {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	width: 26px;
}
.gkNspPM-VideoList .gkBottomNavNext {
	right: 0;
	position: absolute;
	top: 12px;
}
.gkNspPM-VideoList .gkBottomNavPrev {
	left: 0;
	position: absolute;
	top: 12px;
}
.gkNspPM-VideoList .gkBottomNavNext:after,
.gkNspPM-VideoList .gkBottomNavPrev: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;
}
.gkNspPM-VideoList .gkBottomNavNext:after {
	color: #949494;
	content: '\f105';
}
.gkNspPM-VideoList .gkBottomNavPrev:after {
	color: #949494;
}
.gkNspPM-VideoList .gkBottomNavNext:hover:after,
.gkNspPM-VideoList .gkBottomNavPrev:hover:after { color: #eb1e00; }
.gkNspPM-VideoList .gkBottomNavPagination {
	-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%;
}
.gkNspPM-VideoList .gkBottomNavPagination 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;
}
.gkNspPM-VideoList .gkBottomNavPagination li:hover,
.gkNspPM-VideoList .gkBottomNavPagination li.active { background-color: #eb1e00; }

/* Images */
.gkNspPM-VideoList img,
.gkNspPM-VideoList .gkImageWrap  {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.gkNspPM-VideoList .gkImageWrap {
	margin: 0 35px 0 0;
}
.gkNspPM-VideoList .gkImageWrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.gkNspPM-VideoList .gkImageWrap 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;
}

.gkNspPM-VideoList .gkImageWrap: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 Tabs */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap 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;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: #eb1e00;
    color: #fff;
}
.gkTabsWrap 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;
}
.gkTabsWrap ol li:hover {
    color: #eb1e00;
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    overflow: hidden;
    padding: 24px!important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
    background: transparent;
	border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    position: relative;
    top: -1px;
}
.gkTabsNav:after {
    clear: both;
    content: "";
    display: table;
}
.box.clear-horizontal .gkTabsNav {
	top: 0;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
    display: none;
}

/* Columns in the content */
.gkCols {
	margin: 0 -20px;
	width: auto;
}
.gkCols > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}
.gkCols[data-cols="2"] > div { width: 50%; }
.gkCols[data-cols="3"] > div { width: 33.333333%; }
.gkCols[data-cols="4"] > div { width: 25%; }
.gkCols[data-cols="5"] > div { width: 20%; }

/* Newsletter form */
.gk-newsletter p {
	margin: 0;
	position: relative;
}
.gk-newsletter strong {
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 45px 0 0;
	text-transform: uppercase;
}
.gk-newsletter strong > span {
	color: #eb1e00;
}
.gk-newsletter input[type="email"] {
	border: 1px solid #e5e5e5;
	float: right;
	height: 40px;
	line-height: 33px;
	padding: 0 10px !important;
	width: 50%;
}
.gk-newsletter input[type="button"] {
	float: right;
	height: 40px;
	line-height: 41px;
	margin: 0 0 0 10px;
	padding: 0 30px !important;
}

/* Banners */
.gkBanner {
	display: block;
}
.gkBanner img {
	height: auto;
	width: 100%;
}

/* Social GK5 */
iframe[src^="//www.facebook.com/plugins/likebox.php"],
.fb-like-box.fb_iframe_widget,
.fb-like-box.fb_iframe_widget > span {
	max-width: 100%;
}


/* Highlighter GK5 */

.gkHighlighterGK5 {
	position:relative;
	width: 100%;
}
/* Interface */

.gkHighlighterInterface {
	float:left;
	padding: 0;
}
.gkHighlighterInterface[data-pos="right"] {
	float: right;
}
.gkHighlighterInterface span.text {
	display:block;
	float:left;
	margin:0 0 0 45px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 55px;
}
.gkHighlighterInterface div {
	position: absolute;
	right: 18px;
	width:auto;
	z-index: 1001;
}
.gkHighlighterInterface div a {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor:pointer;
	display:block;
	float:left;
	height:24px;
	margin: 14px 0 0 5px;
	position: relative;
	width:26px;
}
.gkHighlighterInterface div a.prev:before,
.gkHighlighterInterface div a.next:before {
	color: #949494;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 16px;
	left: 10px;
	line-height: 15px;
	position: absolute;
	top: 5px;
}
.gkHighlighterInterface div a.next:before {
	content: "\f105";
}
.gkHighlighterInterface div a.prev:hover:before,
.gkHighlighterInterface div a.next:hover:before {
	color: #eb1e00;
}


/* Items */
.gkHighlighterWrapper {
	height: 55px;
	max-height: none !important;
	overflow: hidden;
	position: relative;
}
.gkHighlighterWrapperSub {
	position: relative;
	min-height: 30px;
	opacity: 0;
}
.active .gkHighlighterWrapperSub {
	opacity: 1;
}
.gkHighlighterWrapper .nowrap { width: 100000px; position: absolute; left: -99999em; }
.gkHighlighterWrapper .gkHighlighterItem { position: absolute; top:0; width:100%; left:0}
.gkHighlighterWrapper .gkHighlighterItem a { color: #999}
.gkHighlighterWrapper:hover .gkHighlighterItem a { color: #eb1e00!important;}
.gkHighlighterWrapper .gkHighlighterItem > span {
	min-height: 58px;
	display: block;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.gkHighlighterItem.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.gkHighlighterItem {
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.gkHighlighterItem.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.gkHighlighterItem.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
.invisible {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.gkHighlighterItem.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.gkHighlighterItem.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.gkHighlighterItem.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* 3d rotating bar */
.bar {
	width: 100%px;
	height: 40px;
	position: relative;

  -webkit-perspective: 1100px;
     -moz-perspective: 1100px;
     -ms-perspective: 1100px;
       -o-perspective: 1100px;
          perspective: 1100px;
}
.bar .gkHighlighterWrapperSub {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.bar .gkHighlighterItem {
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: 0px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}
.bar .gkHighlighterItem.gkHidden {
	opacity: 0;
	display: none;
}

.bar .gkHighlighterItem.front {
 -webkit-transform: rotateX(0deg) translateZ(20px);
	-moz-transform: rotateX(0deg) translateZ(20px);
	  -o-transform: rotateX(0deg) translateZ(20px);
	     transform: rotateX(0deg) translateZ(20px);
}
.bar .gkHighlighterItem.bottom {
 -webkit-transform: rotateX(90deg) translateZ(20px);
	-moz-transform: rotateX(90deg) translateZ(20px);
	  -o-transform: rotateX(90deg) translateZ(20px);
	     transform: rotateX(90deg) translateZ(20px);
}
.bar .gkHighlighterItem.back {
 -webkit-transform: rotateX(180deg) translateZ(20px);
	-moz-transform: rotateX(180deg) translateZ(20px);
	  -o-transform: rotateX(180deg) translateZ(20px);
	     transform: rotateX(180deg) translateZ(20px);
}
.bar .gkHighlighterItem.top {
 -webkit-transform: rotateX(270deg) translateZ(20px);
	-moz-transform: rotateX(270deg) translateZ(20px);
	  -o-transform: rotateX(270deg) translateZ(20px);
	     transform: rotateX(270deg) translateZ(20px);
}

/* Weather GK4 */
.gkwMain {
	margin-bottom: -10px;
	padding: 10px 0 0 0;
}
.gkwMain:after {
	clear: both;
	content: "";
	display: table;
}
.gkwMain .gkwCurrent {
    float: left;
    width: 55%;
}
.gkwMainLeft {
	-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%;
}
.gkwMainLeft > *:first-child {
	float: left;
}
.gkwMainLeft > i,
.gkwMainLeft > i:before {

	margin: -9px 0 0 -9px;
	width: 48px;
}
.gkwTemp {
	color: #eb1e00;
	float: right;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.gkwMainRight {
    float: left;
    width: 68%;
    margin: 0;
}
.gkwMainRight h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 4px 0;
}
.gkwMainRight p {
	color: #999;
	float: left;
    font-size: 12px;
    margin: 0 18px 0 0;
    line-height: 1.1;
}
.gkwCondition { }
.gkwHumidity { }
.gkwWind { }
ul.gkwNextDays {
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 45%;
}
ul.gkwNextDays 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.gkwNextDays li.gkwItems1 { width: 100% }
ul.gkwNextDays li.gkwItems2 { width: 50% }
ul.gkwNextDays li.gkwItems3 { width: 33.333333% }
ul.gkwNextDays li.gkwItems4 { width: 25% }
.gkwDay {
	font-size: 13px;
    font-weight: bold;
    display: block;
}
ul.gkwNextDays li img {
    display: block;
    margin: 0 auto;
    clear: both;
}
ul.gkwNextDays li i {
	font-size: 36px!important;
}
p.gkwDayTemp {
    margin: 6px 0 0 0;
    white-space: nowrap;
    text-align: center;
}
span.gkwDayDay,
span.gkwDayNight {
    padding: 0 8px 0 0;
    color: #222;
    font-size: 12px;
    font-weight: bold;
}
span.gkwDayDay {
	color: #eb1e00;
}
.gkwNextDays li > *:first-child {
	float: left;
	margin: 0 20px 0 0;
}
.gkwNextDays li > i {
	margin-top: 6px!important;
}
.gkwNextDays li > i:before {
	color: #c1c1c1;
}
div.gkwFday {
    border-left: 1px solid #ddd;
    margin: 0 6px 0 0;
    padding: 0 0 0 6px;
}
ul.gkwNextDays li:first-child div.gkwFday { border-left: none }

/* Grid 2x2 for banners */
.gkGrid2x2 {
	margin: -3px;
}
.gkGrid2x2 > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 3px;
	width: 50%;
}
.gkGrid2x2 > a > img {
	display: block;
	height: auto;
	max-width: 100%
}
/* popup */

@media (min-width: 768px) {
	#sbox-window {
		padding: 20px 30px;
	}
}

/* EasySocial reset rules */
body div#fd .btn,
body div#fd button {
	height: auto;
	float: none;
	text-transform: none;
}
img.nspImage {
    object-fit: cover;
}
.blog.itemList .itemImageBlock img {
    max-height: 166px;
    object-fit: cover;
}