/*
#------------------------------------------------------------------------
# Music Free - #1 Free Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  GPL v.2.0
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
	position: relative;
}
.gkTabsWrap {
	margin: 0;
}
.gkTabsWrap.vertical ol {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	margin: -16px -16px 10px !important;
	min-height: 41px;
	padding: 0 !important;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
	border-right: 1px solid #e5e5e5;
	color: #444;
	cursor: pointer;
	float: left;
	font-size: 11px;
	height: 42px;
	line-height: 42px;
	list-style-type: none;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.horizontal ol li.active{
	background: #fff;
}
.gkTabsContainer {
	clear: both;
	overflow: hidden;
	position: relative;
}
.gkTabsItem {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	left: -9999px;
	padding: 10px 2px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}
.gkTabsWrap.vertical .gkTabsContainer + ol {
	border: none;
	border-top: 1px solid #ddd;
	bottom: -16px;
	margin: 10px -16px 0 !important;
	position: relative;
}

/* Horizontal */
.gkTabsWrap.horizontal ol,
.gkTabsWrap.horizontal .gkTabsContainer {
	clear: none;
	float: left
}
.gkTabsWrap.horizontal ol li {
	border: 1px solid #ddd;
	border-top: none;
	float: none;
}
.gkTabsWrap.horizontal ol li:first-child {
	border-top: 1px solid #ddd;
}
.gkTabsWrap.horizontal .gkTabsContainer + ol {
	float: right;
}

/*
 * News Show Pro GK4
 */
.nsp {
	position: relative;
}
.nspMain {
	overflow: hidden;
}
.nspBotInterface,
.nspTopInterface {
	clear: both;
	overflow: hidden;
}
.nspBotInterface div,
.nspTopInterface div {
	float: right;
}
.box.nsp .nspTopInterface div {
	position: absolute;
	right: 20px;
	top: 18px;
}
#gkContent .box.nsp .nspTopInterface div {
	top: 13px;
} 
.nspPagination {
	float: left;
	list-style-type: none !important;
	margin: 5px 0 0 !important;
	padding: 0 !important;
}
.nspPagination li {
	background: #ddd;
	border: none !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 9px;
	margin: 0 0 0 4px!important;
	padding: 0 !important;
	text-indent: -999em;
	width: 9px;
}
.nspBotInterface .nspPagination li {
	margin-left: 4px!important;
}
.nspPagination + span {
	margin-left: 8px;
}
.nspNext,
.nspPrev {
	background: url('../images/style1/nsp_interface.png') no-repeat -13px -8px;
	cursor: pointer;
	float: left;
	height: 21px;
	margin: 8px 0 0;
	width: 13px;
	text-indent: -999em;
}
.nspPrev {
	background-position: 0 0;
	margin: 0;
}
.nspNext:hover {
	background-position: -13px -45px;
}
.nspPrev:hover {
	background-position: 0 -37px;
}
.nspCounter {
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #878787;
	cursor: pointer;
	float: left;
	font-size: 9px;
	margin: 0 0 0 8px;
	padding: 1px 4px;
}
.nspArts {
	overflow: hidden;
}
.nspArtPage {
	float: left;
}
.nspArt {
	-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;
}
.nspArt div {
	overflow: hidden;
}
.nspArt h4.nspHeader {
	line-height: 21px;
	font-size: 18px;
}
.nspArt h4.nspHeader a {
	color: #222;
	text-decoration: none;
}
.nspArt img.nspImage {
	border: none;
}
.nspArt img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nspArt .nspImageWrapper {
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nspArt .nspImageWrapper:hover img {
	-webkit-transform: scale(1.2) rotate(-7deg);
	-moz-transform: scale(1.2) rotate(-7deg);
	-ms-transform: scale(1.2) rotate(-7deg);
	-o-transform: scale(1.2) rotate(-7deg);
	transform: scale(1.2) rotate(-7deg);
}
.nspArt p.nspText {
	float: none;
	margin: 1.5em 0
}
.nspArt p.nspInfo {
	color: #aaa;
	font-size: 12px;
	margin: 0;
}
.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;
}
.nspList {
	float: left;
}
.nspLinks ul {
	list-style-type: none !important;
	padding: 0 !important;
}
.nspLinks ul li {
	border-top: 1px solid #ddd;
	line-height: 1;
	margin: 0 !important;
	padding: 2px 0;
}
.nspLinks ul li:first-child {
	border-top: none;
}
.nspLinks ul li h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 8px 0;
}
.nspLinks ul li p {
	margin: 0.5em 0
}
/* positioning */
.nspArts.left {
	float: right;
}
.nspLinksWrap.left {
	float: left;
}
.nspArts.right {
	float: left;
}
.nspLinksWrap.right {
	float: right;
}
/* make element unvisible */
.nspMain .unvisible {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
/* font-size classes */
.nspFs80 {
	font-size: 80%;
}
.nspFs90 {
	font-size: 90%;
}
.nspFs100 {
	font-size: 100%;
}
.nspFs110 {
	font-size: 110%;
}
.nspFs120 {
	font-size: 120%;
}
.nspFs130 {
	font-size: 130%;
}
.nspFs140 {
	font-size: 140%;
}
.nspFs150 {
	font-size: 150%;
}
.nspFs160 {
	font-size: 160%;
}
.nspFs170 {
	font-size: 170%;
}
.nspFs180 {
	font-size: 180%;
}
.nspFs190 {
	font-size: 190%;
}
.nspFs200 {
	font-size: 200%;
}

/* New responsive layout */
.gkResponsive {
	line-height: 1;
}
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100% !important;
}
.gkResponsive a,
a.gkResponsive {
	display: block;
	margin: 0 !important;
}
a.gkResponsive,
div.gkResponsive {
	margin-bottom: 18px!important;
}
div.gkResponsive a.gkResponsive {
	margin-bottom: 0!important;
}
.nspArt img.nspImage {
	max-width: 100%;
}
.nspArtScroll1,
.nspLinkScroll1 {
	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%;
}
/* Suffix big */
.big .nspHeader {
	font-size: 35px !important;
}

/* Suffix dark */
.dark .nspArt h4.nspHeader a {
	color: #fff;
}
.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover {
	color: #bbb;
}
.dark .nspArt p.nspInfo {
	color: #7e8085;
}
.dark .readon {
	background: #393939
}
.dark .readon:hover {
	color: #fff !important
}
.dark .nspPagination li {
	background: #494949;
}
.dark .nspPagination li:hover,
.dark .nspPagination li.active {
	background: #a5a5a5;
}
.dark .nspNext,
.dark .nspPrev {
	background-position: -13px -84px;
	cursor: pointer;
	text-indent: -999em;
}
.dark .nspPrev {
	background-position: 0 -75px;
}
.dark .nspNext:hover {
	background-position: -13px -122px;
}
.dark .nspPrev:hover {
	background-position: 0 -112px;
}

/* Suffix color2 */
.color2 .nspArt h4.nspHeader a {
	color: #fff;
}
.color2 .readon:hover {
	background: #222
}
.color2 .nspPagination li:hover,
.color2 .nspPagination li.active {
	background: #fff;
}
.color2 .nspNext,
.color2 .nspPrev {
	background-position: -13px -159px;
	cursor: pointer;
	text-indent: -999em;
}
.color2 .nspPrev {
	background-position: 0 -150px;
}
.color2 .nspNext:hover,
.color2 .nspPrev:hover {
	background-position: -13px -197px;
}
.color2 .nspPrev:hover {
	background-position: 0 -187px;
}

/* centernav suffix */
.centernav .nspTopInterface > div {
	bottom: 16px;
	left: auto !important;
	margin-left: -19px;
	position: absolute;
	right: 0 !important;
	text-align: center;
	top: auto !important;
	width: 100%;
}
.centernav .nspTopInterface ul {
	display: inline-block;
	float: none;
	margin-left: 0 !important;
}
.centernav .nspArts {
	margin-bottom: 20px;
}
.centernav .nspTopInterface .nspNext,
.centernav .nspTopInterface .nspPrev {
	display: none;
}
