/**
* Main CSS file
* @package News Show Pro GK5
* @Copyright (C) 2009-2013 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: GK5 1.0 $
**/
.nsp
{
	position: relative;
}
.nspMain
{
	overflow: hidden;
}
/*Pagination*/
.nspBotInterface, .nspTopInterface
{
	clear: both;
	float: right;
	margin: 5px 0;
	overflow: hidden;
	border: 1px solid #000000;
	display: none;
}
/*
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: 5px 0 0 !important;
	padding: 0 !important;
	display: none;
}
.nspPagination LI
{
	background: #CCC;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	padding: 0 !important;
	height: 14px;
	margin: 1px 4px 0 0 !important;
	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;
	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;
	display: none;
}
.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;
	display: none;
}
.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;
	padding: 3px;
}
.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
{
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px;
}
.nspArt H4.nspHeader A
{
	text-decoration: none;
}
.nspArt H4.nspHeader A:hover
{
}
.nspArt IMG.nspImage
{
	border: none;
	display: block;
}
.nspArt .nspImageWrapper
{
	display: block;
}
.nspArt P.nspText
{
	display: block !important;
	margin: 0;
	padding: 0 !important;
}
.nspArt P.nspText A
{
}
.nspArt P.nspText A:hover
{
}
.nspArt P.nspInfo
{
	display: block !important;
	font-size: 90%;
}
.nspArt P.nspInfo A
{
}
.nspArt P.nspInfo A:hover
{
}
.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;
}
.nspAvatar
{
}
/*Links layout*/
.nspLinks
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList
{
	float: left;
}
.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 0;
}
.nspLinks .nspLinkScroll1 UL LI:first-child
{
	border-top: none;
}
.nspLinks UL LI:hover
{
}
.nspLinks UL LI H4
{
}
.nspLinks UL LI H4 A
{
	text-decoration: none;
}
.nspLinks UL LI H4 A:hover
{
}
.nspLinks UL LI P
{
}
/*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%;
}
.nspCol1
{
	width: 100%;
}
.nspCol2
{
	width: 50%;
}
.nspCol3
{
	width: 33.3%;
}
.nspCol4
{
	width: 25%;
	/*[disabled]border:1px solid #000000;*/
}
.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;
	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;
}
.nspList.active, .nspArtPage.active
{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*Suffix neutral*/
.neutral
{
	color: #999;
	font-size: 13px;
}
.neutral A
{
	color: #333;
	text-decoration: none;
}
.neutral A:active, .neutral A:focus, .neutral A:hover
{
	color: #777;
}
.neutral .nspHeader
{
	font-size: 18px;
	font-weight: 400;
}
.neutral .nspInfo A
{
	padding-right: 5px;
}
.neutral .readon
{
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	padding: 6px 10px;
}
.neutral .readon:active, .neutral .readon:focus, .neutral .readon:hover
{
	background: #999;
	color: #FFF;
}
.neutral .nspLinks UL LI H4
{
	font-size: 15px;
	margin: 0 0 10px;
}
/*Mobile*/
@media (max-width: 800px)
{
	.nspArts, .nspLinksWrap
	{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 32px;
		position: relative;
	}
	.nspPrev, .nspNext
	{
		left: 0;
		position: absolute;
		top: 20%;
		z-index: 101;
	}
	.nspNext
	{
		left: auto;
		right: 0;
	}
	.nspPagination
	{
		display: none;
	}
}
@media (max-width: 600px)
{
	.nspArt
	{
		width: 100%;
	}
}
/*EOF*/