/*
#------------------------------------------------------------------------
# Music State - October 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
 */
 
/*
 * News Show Pro GK5
 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -63px;
}
.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: #aaa;
	border: none!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	margin: 6px 4px 0 0!important;
	padding: 0;
	text-indent: -999em;
	width: 10px;
}
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #e74c3c; 
}
.nspNext,
.nspPrev {
	cursor: pointer;
	float: left;
	height: 16px;
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.nspNext:after,
.nspPrev:after {
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 26px;
	text-indent: 0;
}
.nspNext:after {
	color: #aaa;
	content: '\f105';
}
.nspPrev:after {
	color: #aaa;
	content: '\f104';
}
.nspNext:hover:after,
.nspPrev:hover:after { 
	color: #e74c3c; 
}
/* Articles layout */
.nspArts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-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;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.nspArt div { overflow: hidden; }
.nspArt h4.nspHeader {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.nspArt img.nspImage {
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt .nspImageWrapper img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.nspArt .nspImageWrapper:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.nspArt p.nspText {
	display: block!important;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #aaa;
	display: block!important;
	font-size: 12px;
	padding: 5px 0;
}
.nspArt p.nspInfo > * { padding-left: 10px; }
.nspArt p.nspInfo > *:first-child { padding-left: 0; }
.nspArt p.nspInfo img { vertical-align: middle; }
.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.fleft,
.readon.fright,
.readon.fcenter { clear: both; }
.readon.fleft { float: left; }
.readon.fright { float: right; }
.readon.fcenter {
	display: inline;
	float: none;
}
.nspAvatar { }
/* Links layout */
.nspLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-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 {
	margin: 0!important;
	padding: 10px 0;
}
.nspLinks ul li h4 {
	font-size: 16px;
	font-weight: 400;
}
.nspLinks ul li h4 a { text-decoration: none; }
.nspLinks ul li p {
	font-size: 13px;
	margin: 0;
}
/* 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 {
	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:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover {
	background: #fff!important;
	color: #111!important;
}
/* Bottom 5 */
#gkBottomSection .nspHeader,
#gkBottomSection .nspHeader a,
#gkBottomSection .nspLinks a {
	color: #fff;
}
#gkBottomSection .nspText,
#gkBottomSection .nspLinks li p{
	color: #ccc;
}
#gkBottomSection .nspLinks li {
	border:none!important;
}
#gkBottomSection .nspInfo a {
	color: #ddd;
}
#gkBottomSection .nspInfo a:hover,
#gkBottomSection .nspHeader a:hover,
#gkBottomSection .nspLinks a:hover {
	color: #e74c3c;
}
#gkBottomSection .nspPagination li {
	background: #fff;
}
#gkBottomSection .nspPagination li:hover,
#gkBottomSection .nspPagination li.active { 
	background-color: #e74c3c; 
}
#gkBottomSection .nspNext:after {
	color: #fff;
}
#gkBottomSection .nspPrev:after {
	color: #fff;
}
#gkBottomSection .nspNext:hover:after,
#gkBottomSection .nspPrev:hover:after { 
	color: #e74c3c; 
}

/* grid-left-img and gird-right-img suffixes */
.nspMain.grid-left-img .nspArts,
.nspMain.grid-right-img .nspArts {
	padding: 0;
}
.nspMain.grid-left-img .nspImageWrapper {
	background: #fff;
	float: left;
	width: 50%!important;
}
.nspMain.grid-right-img .nspImageWrapper {
	background: #fff;
	float: right;
	width: 50%!important;
}
.nspMain.grid-left-img .nspImage,
.nspMain.grid-right-img .nspImage {
	height: auto!important;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%!important;
}
.nspMain.grid-left-img .nspArt,
.nspMain.grid-right-img .nspArt {
	background: #fff;
	position: relative;	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(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;
}
.nspMain.grid-left-img .gkArtContentWrap,
.nspMain.grid-right-img .gkArtContentWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 22px;
	width: 50%!important;
}
.nspMain.grid-left-img .nspInfo1,
.nspMain.grid-right-img .nspInfo1 {
	color: #e74c3c;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.nspMain.grid-left-img .nspInfo2,
.nspMain.grid-right-img .nspInfo2 {
	bottom: 15px; 
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.nspMain.grid-left-img .nspInfo2 > a,
.nspMain.grid-right-img .nspInfo2 > a,
.nspMain.grid-left-img .nspInfo2 > span,
.nspMain.grid-right-img .nspInfo2 > span {
	clear: both;
	color: #999!important;
	display: block;
}
.nspMain.grid-left-img .nspInfo2 > a:active,
.nspMain.grid-right-img .nspInfo2 > a:active,
.nspMain.grid-left-img .nspInfo2 > a:focus,
.nspMain.grid-right-img .nspInfo2 > a:focus,
.nspMain.grid-left-img .nspInfo2 > a:hover,
.nspMain.grid-right-img .nspInfo2 > a:hover {
	color: #e74c3c;
}
.nspMain.grid-left-img .nspHeader,
.nspMain.grid-right-img .nspHeader,
.nspMain.grid-left-img .nspHeader a,
.nspMain.grid-right-img .nspHeader a {
	color: #000!important;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 3px 0 0;
}
.nspMain.grid-left-img .nspHeader a:active,
.nspMain.grid-right-img .nspHeader a:active,
.nspMain.grid-left-img .nspHeader a:focus,
.nspMain.grid-right-img .nspHeader a:focus,
.nspMain.grid-left-img .nspHeader a:hover,
.nspMain.grid-right-img .nspHeader a:hover {
	color: #e74c3c!important;
}
.nspMain.grid-left-img .nspArt:hover,
.nspMain.grid-right-img .nspArt:hover {
	background: #e74c3c;
}
.nspMain.grid-left-img .nspArt *,
.nspMain.grid-right-img .nspArt * {
	-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;
}
.nspMain.grid-left-img .nspArt:hover *,
.nspMain.grid-right-img .nspArt:hover *,
.nspMain.grid-left-img .nspArt:hover a,
.nspMain.grid-right-img .nspArt:hover a,
.nspMain.grid-left-img .nspArt:hover a:active,
.nspMain.grid-right-img .nspArt:hover a:active,
.nspMain.grid-left-img .nspArt:hover a:focus,
.nspMain.grid-right-img .nspArt:hover a:focus,
.nspMain.grid-left-img .nspArt:hover a:hover,
.nspMain.grid-right-img .nspArt:hover a:hover {
	color: #fff!important;
}

/* grid-big-img */
.nspMain.grid-big-img {
	height: 100%;
}
.nspMain.grid-big-img .nspArts {
	background: #fff;
	padding: 0;
}
.nspMain.grid-big-img .nspImageWrapper {
	position: relative;
	width: 66.666666%;
}
.nspMain.grid-big-img .gkArtContentWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 24px;
	width: 33.333333%;
}
.nspMain.grid-big-img .nspImageWrapper:after {
	border: 17px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	content: "";
	display: block;
	right: 0px;
	position: absolute;
	top: 8%;
}
.nspMain.grid-big-img .nspImageWrapper img {
	height: 100%!important;
	width: 100%!important;
}
.nspMain.grid-big-img .nspInfo1 {
	color: #e74c3c;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.nspMain.grid-big-img .nspInfo1 a {
	color: #e74c3c;
}
.nspMain.grid-big-img .nspInfo1 a:active,
.nspMain.grid-big-img .nspInfo1 a:focus,
.nspMain.grid-big-img .nspInfo1 a:hover {
	color: #000;
}
.nspMain.grid-big-img .nspHeader {
	margin-bottom: 32px;
}
.nspMain.grid-big-img .nspHeader,
.nspMain.grid-big-img .nspHeader a {
	color: #000!important;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
	padding: 0;
}
.nspMain.grid-big-img .nspHeader a:active,
.nspMain.grid-big-img .nspHeader a:focus,
.nspMain.grid-big-img .nspHeader a:hover {
	color: #e74c3c!important;
}
.nspMain.grid-big-img .nspInfo2 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 11px;
	margin: 0 -24px 32px -24px;
	padding: 4px 24px;
	text-transform: uppercase;
}
.nspMain.grid-big-img .nspText {
	color: #999;
	font-size: 16px;
}

/* grid-big-title */
.nspMain.grid-big-title .nspArt {
	position: relative;
}
.nspMain.grid-big-title .gkArtContentWrap {
	overflow: hidden;
	padding: 24px;
}
.nspMain.grid-big-title .nspInfo1 {
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.nspMain.grid-big-title .nspInfo1 a {
	color: #e74c3c;
}
.nspMain.grid-big-title .nspInfo1 a:active,
.nspMain.grid-big-title .nspInfo1 a:focus,
.nspMain.grid-big-title .nspInfo1 a:hover {
	color: #1e1e1e;
}
.nspMain.grid-big-title .nspHeader,
.nspMain.grid-big-title .nspHeader a {
	font-size: 28px;
}
.nspMain.grid-big-title .nspInfo2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px solid #e5e5e5;
	display: block;
	font-size: 11px;
	margin: 0 -24px;
	padding: 4px 24px;
	position: absolute;
	text-transform: uppercase;
	width: 50%;
}
.nspMain.grid-big-title.grid-right-img .nspArt {
	border-left: 1px solid #e5e5e5;
}
.nspMain.grid-big-title .nspArt:hover .nspInfo2 {
	border-top-color: rgba(255, 255, 255, .2);
}
@media (max-width: 1610px) {
	.nspMain.grid-big-title .nspHeader, 
	.nspMain.grid-big-title .nspHeader a {
		font-size: 20px;
	}
	.nspMain.grid-big-img .nspHeader, 
	.nspMain.grid-big-img .nspHeader a {
		color: #000!important;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.1;
		padding: 0;
	}
	.nspMain.grid-big-img .nspText {
		font-size: 12px;
		line-height: 1.4;
	}
	.nspMain.grid-big-img .nspHeader {
		margin-bottom: 12px;
	}
	.nspMain.grid-big-img .nspInfo2 {
		margin: 0 -24px 12px -24px;
	}
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
	margin: 0 0 26px 0;
    position: relative;
    overflow: hidden;
}
.gkTabsWrap ol {
	background: #222;
	list-style-type: none;
	margin: 0;
	min-height: 30px;
	overflow: hidden;
	padding: 0;
}
.gkTabsWrap ol li {		
	border: none;
	border-right: 1px solid #444;
	cursor: pointer;
	float: left;
	font-weight: 500;
	padding: 14px 24px;
	-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;
}
.gkTabsWrap ol li:hover {
	color: #fff;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: #f5f5f5;
    color: #222;
}
.gkTabsContainer {
	clear: both;
	overflow: hidden;
	position: relative;
}
.gkTabsItem {
	background: #f5f5f5;
	-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: 24px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}
.gkTabsNav {
	margin: 0;      
}
.gkTabsNav:after {
	clear: both;
	content: "";
	display: table;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
	display: none;
}

/*
 * Grid GK5
 */
.gkGridGK5Wrap {
	background: url('../images/loader.gif') no-repeat center center!important;
}
.grid-border .gkGridGK5 {
	border: 1px solid #dbdbdb;
	border-left: none;
	border-right: none;
}
.normal-width.grid-border .gkGridGK5 {
	border: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.frontpage .normal-width.grid-border .gkGridGK5 {
	margin: 0 -1px;
}
.frontpage #gkBottom1 .gkGridGK5Wrap,
.frontpage #gkBottom2 .gkGridGK5Wrap,
.frontpage #gkBottom3 .gkGridGK5Wrap,
.frontpage #gkBottom4 .gkGridGK5Wrap {
	background-image: none!important;
}

/*
 * GK Image Show - Music State style
 */
.gkIsWrapper-gk_musicstate {
	margin: 0;
	min-height: 200px;
	position: relative;
}

.gkIsWrapper-gk_musicstate .gkIsPreloader {
	background: #fff url('../images/loader.gif') no-repeat center center;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 101;
}

.gkIsWrapper-gk_musicstate figure {
	height: 100%;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0;
	z-index: 1;
}

.gkIsWrapper-gk_musicstate figure > div:before {
	background: url('../images/is_pattern.png') repeat 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.gkIsWrapper-gk_musicstate .active figcaption {
	opacity: 1; filter: alpha(opacity=100);
}

.gkIsWrapper-gk_musicstate figure.active {
	position: absolute;
	top: 0;
	z-index: 3;
}

.gkIsWrapper-gk_musicstate img {
	display: block;
	width: 100%;
}
.gkIsWrapper-gk_musicstate .gkIsSlide {
	background-size: cover;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.gkIsWrapper-gk_musicstate figcaption {
	border-left: 5px solid #e74c3c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: auto;
	left: -10%;
	margin: -92px 0 0 0;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	padding: 0 0 0 48px;
	top: 64%;
	-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;
	z-index: 1;
}

.gkIsWrapper-gk_musicstate figure.active figcaption {
	left: 0;
	opacity: 1; filter: alpha(opacity=100);
	z-index: 101;
}

.gkIsWrapper-gk_musicstate figure.inactive figcaption {
	left: -10%;
	opacity: 0; filter: alpha(opacity=0);
}

.gkIsWrapper-gk_musicstate figcaption > h2 {
	color: inherit;
	font-size: 55px;
	font-weight: 400;
	line-height: 55px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.gkIsWrapper-gk_musicstate figcaption > p {
	color: inherit;
	font-size: 72px;
	font-weight: 500;
	line-height: 62px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.gkIsWrapper-gk_musicstate figcaption > a {
	color: inherit;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.gkIsWrapper-gk_musicstate figcaption > a:active,
.gkIsWrapper-gk_musicstate figcaption > a:focus,
.gkIsWrapper-gk_musicstate figcaption > a:hover {
	color: #e74c3c;
}

.gkIsWrapper-gk_musicstate .gkIsPagination {
	position: absolute;
	right: 0;	
	top: 64%;
	z-index: 10;
}

.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="1"] { margin-top: -32px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="2"] { margin-top: -64px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="3"] { margin-top: -96px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="4"] { margin-top: -128px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="5"] { margin-top: -160px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="6"] { margin-top: -192px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="7"] { margin-top: -224px; }
.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="8"] { margin-top: -256px; }

.gkIsWrapper-gk_musicstate .gkIsPagination li {
	background: #fff;
	clear: both;
	cursor: pointer;
	float: left;
	height: 62px;
	margin: 1px 0;
	position: relative;
	-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: 10px;
}
.gkIsWrapper-gk_musicstate .gkIsPagination li > small {
	background: #e74c3c;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 62px;
	line-height: 63px;
	padding: 0 12px;
	position: absolute;
	left: 100%;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

.gkIsWrapper-gk_musicstate .gkIsPagination li.active,
.gkIsWrapper-gk_musicstate .gkIsPagination li:active
.gkIsWrapper-gk_musicstate .gkIsPagination li:focus,
.gkIsWrapper-gk_musicstate .gkIsPagination li:hover {
	background: #e74c3c;
}

/* Mobile styles */

/* Small desktop */
@media (max-width: 1280px) {
	.gkIsWrapper-gk_musicstate figcaption {
		padding: 0 0 0 32px;
	}
	.gkIsWrapper-gk_musicstate figcaption > h2 {
		font-size: 42px;
		line-height: 42px;
	}
	.gkIsWrapper-gk_musicstate figcaption > p {
		font-size: 60px;
		line-height: 50px;
		position: relative;
		top: 10px;
	}
	.gkIsWrapper-gk_musicstate figcaption > a {
		font-size: 24px;
	}
}

/* Tablets */
@media (max-width: 1040px) {
	.gkIsWrapper-gk_musicstate figcaption {
		margin: -57px 0 0 0;
		padding: 0 0 0 32px;
	}
	.gkIsWrapper-gk_musicstate figcaption > h2 {
		font-size: 32px;
		line-height: 32px;
	}
	.gkIsWrapper-gk_musicstate figcaption > p {
		font-size: 48px;
		line-height: 38px;
		position: relative;
		top: 8px;
	}
	.gkIsWrapper-gk_musicstate figcaption > a {
		font-size: 18px;
	}
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="1"] { margin-top: -20px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="2"] { margin-top: -40px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="3"] { margin-top: -60px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="4"] { margin-top: -80px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="5"] { margin-top: -100px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="6"] { margin-top: -120px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="7"] { margin-top: -140px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="8"] { margin-top: -160px; }
	
	.gkIsWrapper-gk_musicstate .gkIsPagination li {
		height: 38px;
	}
	.gkIsWrapper-gk_musicstate .gkIsPagination li > small {
		font-size: 16px;
		height: 38px;
		line-height: 39px;
	}
}

/* Small tablets */
@media (max-width: 840px) {
	.gkIsWrapper-gk_musicstate figcaption {
		margin: -41px 0 0 0;
		padding: 0 0 0 32px;
	}
	.gkIsWrapper-gk_musicstate figcaption > h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.gkIsWrapper-gk_musicstate figcaption > p {
		font-size: 32px;
		line-height: 22px;
		position: relative;
		top: 6px;
	}
	.gkIsWrapper-gk_musicstate figcaption > a {
		font-size: 16px;
	}
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="1"] { margin-top: -15px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="2"] { margin-top: -30px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="3"] { margin-top: -45px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="4"] { margin-top: -60px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="5"] { margin-top: -75px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="6"] { margin-top: -90px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="7"] { margin-top: -105px; }
	.gkIsWrapper-gk_musicstate .gkIsPagination[data-count="8"] { margin-top: -120px; }
	
	.gkIsWrapper-gk_musicstate .gkIsPagination li {
		height: 28px;
	}
	.gkIsWrapper-gk_musicstate .gkIsPagination li > small {
		font-size: 14px;
		height: 28px;
		line-height: 29px;
	}
}

/* Mobile */
@media (max-width: 580px) {
	.gkIsWrapper-gk_musicstate figcaption {
		margin: -41px 0 0 0;
		padding: 0 0 0 32px;
	}
	.gkIsWrapper-gk_musicstate figcaption > h2 {
		font-size: 18px;
		line-height: 18px;
	}
	.gkIsWrapper-gk_musicstate figcaption > p {
		font-size: 20px;
		line-height: 10px;
		position: relative;
		top: 4px;
	}
	.gkIsWrapper-gk_musicstate figcaption > a {
		font-size: 12px;
	}
	.gkIsWrapper-gk_musicstate .gkIsPagination {
		display: none;
	}
}

/*
 * GK JS Feed module
 */

.gkJSFeed {
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

/* Status content type */
.gkJSFeed > .gkAvatar,
.gkJSFeed > .gkAvatar + .gkStatus {
	float: left;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 50%;
}
.gkJSFeed > .gkStatus {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
	padding: 25px;
}
.gkJSFeed > .gkAvatar-right {
	float: right;
}
.gkJSFeed > .gkAvatar > img {
	opacity: 1; filter: alpha(opacity=100);
	-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%;
}
.gkJSFeed > .gkAvatar:hover > img {
	opacity: 0.85; filter: alpha(opacity=85);
}
.gkJSFeed .gkUsername {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 0 14px;
	text-transform: uppercase;
}
.gkJSFeed .gkUsername,
.gkJSFeed .gkReadon:active,
.gkJSFeed .gkReadon:focus,
.gkJSFeed .gkReadon:hover {
	color: #272727;
}
.gkJSFeed p,
.gkJSFeed p a {
	color: #999;
	font-size: 14px;
	line-height: 1.4;
}
.gkJSFeed p { margin: 0 0 10px}
.gkJSFeed p a:active,
.gkJSFeed p a:focus,
.gkJSFeed p a:hover,
.gkJSFeed .gkUsername:active,
.gkJSFeed .gkUsername:focus,
.gkJSFeed .gkUsername:hover {
	color: #272727;
}
.gkJSFeed .gkReadon {
	color: #db4a37;
	font-size: 13px;
	font-style: italic;
	margin-top: 5px;
}

/* Photo content type */
.gkJSFeedType-photo > a {
	background-position: center center;
	background-size: cover;
	height: 100%;
	opacity: 1; filter: alpha(opacity=100);
	position: absolute;
	-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;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}
.gkJSFeedType-photo > a:hover {
	opacity: 0.85; fitler: alpha(opacity=85);
}
.gkJSFeedType-photo > h3 {
	left: 0;
	margin: 0;
	padding: 25px;
	position: absolute;
	z-index: 1;
}
.gkJSFeedType-photo > .gkStatusText-top {
	top: 0;
}
.gkJSFeedType-photo > .gkStatusText-bottom {
	bottom: 0;
}
.gkJSFeedType-photo > .gkStatusText-dark a {
	color: #272727;
}
.gkJSFeedType-photo > .gkStatusText-light a {
	color: #fff;
}
.gkJSFeedType-photo > h3 a:active,
.gkJSFeedType-photo > h3 a:focus,
.gkJSFeedType-photo > h3 a:hover {
	color: #db4a37;
}

@media (max-width:800px) {
	.gkJSFeed > .gkStatus {
		padding: 15px;
	}
	.gkJSFeed .gkUsername {
		font-size: 14px;
		padding: 4px 0 10px;
	}
	.gkJSFeed p,
	.gkJSFeed p a {
		font-size: 12px;
	}
	.gkJSFeed .gkReadon {
		font-size: 11px;
	}
}

/* User content type */
.gkJSFeedType-user {
	background: #222;
}
.gkJSFeedType-user > a {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	opacity: 1; filter: alpha(opacity=100);
	position: absolute;
	-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;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%!important;
}
.gkJSFeedType-user > a > span {
	background: #e74c3c;
	color: #fff;
	height: 100%;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	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%;
}
.gkJSFeedType-user:hover > a > span {
	opacity: 1; filter: alpha(opacity=100);
}
.gkJSFeedType-user > a > span > em {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	line-height: 20px;
	margin: 20px 0 0 0;
	opacity: 0; filter: alpha(opacity=0);
	padding: 0 10px;
	position: absolute;
	top: 50%;
	-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%;
}
.gkJSFeedType-user:hover > a > span > em {
	margin: -10px 0 0 0;
	opacity: 1; filter: alpha(opacity=100);
}

/*
 * JomSocial top members module on the frontpage
 */
.frontpage .cMods-TopMembers > div {
	border: none;
	clear: none!important;
	float: left;
	margin: 0;
	padding: 24px 0;
	width: 25%;
}
.frontpage .cMods-TopMembers > div .cThumb-Avatar {
	display: block;
	height: 80px;
	overflow: hidden;
	-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: 80px;
}
.frontpage .cMods-TopMembers > div:hover .cThumb-Avatar {
	opacity: 0.75; filter: alpha(opacity=75);
}
.frontpage .cMods-TopMembers > div .cThumb-Avatar img {
	height: 80px;
	width: 80px;
}
.frontpage .cMods-TopMembers > div .cThumb-Detail {
	margin: 0 0 0 100px;
}
.frontpage .cMods-TopMembers > div .cThumb-Title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 16px 0 0;
	text-transform: uppercase;
}
.frontpage .cMods-TopMembers > div .cThumb-Brief {
	text-transform: uppercase;
}

/* 
 * Special Typography elements 
 */

/* Grid modules */
.gkPhoto > a {
	background: #e74c3c;
	display: block;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}
.gkPhoto > a > img {
	display: block;
	height: auto;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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%;
}
.gkPhoto > a:hover > img {
	opacity: 0; filter: alpha(opacity=0);
}
.gkPhoto > a:after {
	color: #fff;
	content: "\f0c1";
	font-family: FontAwesome;
	font-size: 32px;
	height: 32px;
	left: 50%;
	line-height: 1;
	margin: -16px 0 0 -16px;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 75%;
	-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: 32px;
}
.gkPhoto > a:hover:after {
	opacity: 1; filter: alpha(opacity=100);
	top: 50%;
}

/* Bigtitles */
.gkTitle {
	font-size: 55px;
	font-weight: 600;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.gkSubtitle {
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Columns in the content */
.gkColumns {
	margin: 0 -10px;
	overflow: hidden;
	width: auto;
}
.gkColumns > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
}
.gkColumns[data-cols="2"] > div { width: 50%; }
.gkColumns[data-cols="3"] > div { width: 33.333333%; }
.gkColumns[data-cols="4"] > div { width: 25%; }
.gkColumns[data-cols="5"] > div { width: 20%; }
.gkColumns[data-cols="6"] > div { width: 16.666666%; }
/* Columns with big spaces */
body .gkColumns.bigSpaces { margin: 0 -110px; }
body .gkColumns.bigSpaces > div {
	border-left: 1px solid #e6e6e6;
	padding: 0 110px;
}
body .gkColumns.bigSpaces > div:first-child { border-left: none; }
body .gkColumns.bigSpaces h3 {
	font-size: 26px;
	text-transform: uppercase;
}