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

/*
 * News Show Pro GK4
 */
.nsp {
	position: relative;
}
.nspMain {
	overflow: hidden;
}
.nspBotInterface,
.nspTopInterface {
	clear: both;
}
.nspBotInterface div,
.nspTopInterface div {
	float: right;
}
.nsp .nspTopInterface div {
	position: absolute;
	right: 12px;
	padding: 0 3px;
	top: 10px;
}
.nspPagination {
	list-style-type: none !important;
	margin: 1px 0 0 0 !important;
	padding: 0 !important;
	float: left;
}
.nspPagination li {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0 !important;
	background: #ababab;
	border: none!important;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}
.nspPagination li:hover,
.nspPagination li.active {
	background: #333;
}
.nspNext,
.nspPrev {
	float: left;
	width: 22px;
	height: 22px;
	margin: -5px 0 0 4px;
	background: url('../images/nsp_interface.png') no-repeat -22px 0;
	text-indent: -999em;
	cursor: pointer;
}
.nspPrev {
	background-position: 0 0;
}
.nspNext:hover,
.nspPrev:hover {
	background-position: -22px -22px;
}
.nspPrev:hover {
	background-position: 0 -22px;
}
.nspCounter {
	float: left;
	margin: 0 0 0 8px;
	padding: 1px 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	color: #878787;
	font-size: 9px;
	cursor: pointer;
}
.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:first-child {
	border-top: none;
}
.nspArt div {
	overflow: hidden;
}
h4.nspHeader {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 10px;
}
.nspArt h4.nspHeader a {
	color: #2f3133;
	text-decoration: none;
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover {
	color: #418cd1;
}
.nspArt a {
	-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 img.nspImage {
	border: none;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.15s linear;
	   -moz-transition:    -moz-transform 0.15s linear;
	     -o-transition:      -o-transform 0.15s linear;
	        transition:         transform 0.15s linear;
}
.nspArt img.nspImage:hover {
	-webkit-transform: scale(0.96);
	   -moz-transform: scale(0.96);
	    -ms-transform: scale(0.96);
	     -o-transform: scale(0.96);
	        transform: scale(0.96);
}
.nspArt .nspImageWrapper {
	overflow: hidden;
}
.nspArt p.nspText {
	color: #555;
	float: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.nspArt p.nspText + .readon {
	margin-top: 16px;	
}
.nspArt p.nspText + .nspInfo {
	margin-top: 6px;
}
.nspArt p.nspInfo {
	color: #999;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.nspArt p.nspInfo a {
	color: #999;
	padding-left: 8px;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
	color: #333;
}
.nspRate strong {
	font-size: 14px;
	font-weight: bold;
}
.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;
	width: 100%;
	float: none;
}
.readon {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #2f3234;
	font-size: 18px;
	line-height: 30px;
	padding: 0 10px;
}
.readon:active,
.readon:focus,
.readon:hover {
	background: #2f3234;
	color: #fff;
}
.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 {
	padding: 0 !important;
	list-style-type: none !important;
}
.nspLinks ul li {
	background: transparent url('../images/separator_bg.png') repeat-x 0 top;
	border-top: none!important;
	margin:0 !important;
	padding: 16px 0 12px 0!important;
}
.nspLinks ul li h4 {
	color: #2f3133;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.nspLinks ul li h4 a {
	color: #2f3133;
	text-decoration: none;
}
.nspLinks ul li h4 a:active,
.nspLinks ul li h4 a:focus,
.nspLinks ul li h4 a:hover {
	color: #418cd1;
}
.nspLinks ul li p {
	font-size: 14px;
	line-height: 22px;
	margin: 5px 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 {
	width: 100% !important;
	height: auto;
}
.gkResponsive a,
a.gkResponsive {
	display: block;
	position: relative;
}
.gkResponsive {
	position: relative;
}
.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 dark */
.dark .readon {
	background: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	padding: 0;
}
.dark .readon:active,
.dark .readon:focus,
.dark .readon:hover {
	color: #ccc;
}
.dark .nspArt p.nspText {
	color: #8d8d8d;
}
.dark .nspArt p.nspInfo {
	color: #ddd;
}
.dark .nspArt p.nspInfo a {
	color: #ddd;
	padding-left: 8px;
}
.dark .nspArt p.nspInfo a:active,
.dark .nspArt p.nspInfo a:focus,
.dark .nspArt p.nspInfo a:hover {
	color: #fff;
}
.dark .nspLinks ul li h4 a {
	color: #ddd;
}
.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover {
	color: #fff;
}
.dark .nspArt.nspCol1  {
	border-top: 1px solid #444;
}
.dark .nspArt:first-child {
	border-top: none;
}
.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: #ccc;
}
.dark .nspTopInterface div {
	position: absolute;
	right: 14px;
	padding: 0 3px;
	top: 30px;
}
.dark.small .nspTopInterface div {
	top: 30px!important;
}
.dark .nspNext,
.dark .nspPrev {
	background-position: -22px -44px;
}
.dark .nspPrev {
	background-position: 0 -44px;
}
.dark .nspNext:hover,
.dark .nspPrev:hover {
	background-position: -22px -66px;
}
.dark .nspPrev:hover {
	background-position: 0 -66px;
}
.dark .nspPagination li {
	background: #ccc;
}
.dark .nspPagination li:hover,
.dark .nspPagination li.active {
	background: #666;
}

/* Suffix color */
.color .readon {
	background: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	padding: 0;
}
.color .readon:active,
.color .readon:focus,
.color .readon:hover {
	color: #faebd8;
}
.color .nspArt p.nspText {
	color: #faebd8;
}
.color .nspArt p.nspInfo {
	color: #faebd8;
}
.color .nspArt p.nspInfo a {
	color: #fff;
	padding-left: 8px;
}
.color .nspArt p.nspInfo a:active,
.color .nspArt p.nspInfo a:focus,
.color .nspArt p.nspInfo a:hover {
	color: #faebd8;
}
.color .nspLinks ul li h4 a {
	color: #fff;
}
.color .nspLinks ul li h4 a:active,
.color .nspLinks ul li h4 a:focus,
.color .nspLinks ul li h4 a:hover {
	color: #faebd8;
}
.color .nspArt.nspCol1  {
	border-top: 1px solid #fabf66;
}
.color .nspArt:first-child {
	border-top: none;
}
.color .nspArt h4.nspHeader a {
	color: #fff;
}
.color .nspArt h4.nspHeader a:active,
.color .nspArt h4.nspHeader a:focus,
.color .nspArt h4.nspHeader a:hover {
	color: #faebd8;
}
.color .nspTopInterface div {
	position: absolute;
	right: 14px;
	padding: 0 3px;
	top: 30px;
}
.color.small .nspTopInterface div {
	top: 30px!important;
}
.color .nspNext,
.color .nspPrev {
	background-position: -22px -44px;
}
.color .nspPrev {
	background-position: 0 -44px;
}
.color .nspNext:hover,
.color .nspPrev:hover {
	background-position: -22px -66px;
}
.color .nspPrev:hover {
	background-position: 0 -66px;
}
.color .nspPagination li {
	background: #fabf66;
}
.color .nspPagination li:hover,
.color .nspPagination li.active {
	background: #fff;
}
.color .nspLinks li {
	background-image: none!important;
	border-top: 1px solid #fabf66!important;
}

/* suffix " bigdate" */
.bigdate .nspArt p.nspInfo {
	color: #e89e44;
	font-size: 20px;
	padding-right: 30px;
	text-align: center;
	width: 54px;
}

.bigdate .nspArt p.nspInfo::first-line {
	font-size: 39px;
}

.bigdate .nspArt { 
	background: transparent url('../images/separator_bg.png') repeat-x left bottom;
}

.bigdate .nspArt p.nspInfo {
	margin: 0!important;
}

/* suffix small */
.small .nspHeader {
	font-size: 18px!important;
}
.small .nspTopInterface div {
	top: 6px;
}

/* Speakers portal mode */
.nspMainPortalMode6 {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}

.nspMainPortalMode6 .nspSpeakers {
	margin: 0 auto;
	max-width: 864px;
	position: relative;
}

.nspMainPortalMode6 .nspRestSpeakers {
	left: -9999px;
	position: absolute;
}

.nspMainPortalMode6 .nspSpeakerBig {
	background: transparent url('../images/style1/speaker_big_bg.png') no-repeat 0 0;
	margin: 0 auto;
	overflow: hidden;
	width: 296px;
}

.nspMainPortalMode6 .nspSpeakerBig > div {
	-webkit-border-radius: 50%!important;
	   -moz-border-radius: 50%!important;
	     -o-border-radius: 50%!important;
	        border-radius: 50%!important;
	display: block;
	height: 272px;
	margin: 10px 0 0 11px;
	overflow: hidden;
	width: 272px;
}

.nspMainPortalMode6 .nspSpeakerBig > div a,
.nspMainPortalMode6 .nspSpeakerSmall > div a {
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	        display: block;
}

.nspMainPortalMode6 .nspSpeakerBig > div img,
.nspMainPortalMode6 .nspSpeakerSmall > div img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	   	    transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.71,.23,.03,.79), opacity 0.3s ease-out;
	   -moz-transition:    -moz-transform 0.3s cubic-bezier(.71,.23,.03,.79), opacity 0.3s ease-out;
	    -ms-transition:     -ms-transform 0.3s cubic-bezier(.71,.23,.03,.79), opacity 0.3s ease-out;
	     -o-transition:      -o-transform 0.3s cubic-bezier(.71,.23,.03,.79), opacity 0.3s ease-out;
	        transition:         transform 0.3s cubic-bezier(.71,.23,.03,.79), opacity 0.3s ease-out;
}

.nspMainPortalMode6 .nspSpeakerBig > div:hover img,
.nspMainPortalMode6 .nspSpeakerSmall > div:hover img {
	opacity: 0.92;
}

.nspMainPortalMode6 .nspSpeakerBig.speakerHide > div img,
.nspMainPortalMode6 .nspSpeakerSmall.speakerHide > div img {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	   	    transform: scale(0);
}

.nspMainPortalMode6 .nspSpeakerSmall {
	background: transparent url('../images/style1/speaker_small_bg.png') no-repeat 0 0;
	margin: 0 auto;
	overflow: hidden;
	width: 119px;
}

.nspMainPortalMode6 .nspSpeakerSmall > div {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	display: block;
	height: 104px;
	margin: 8px 0 0 8px;
	overflow: hidden;
	width: 104px;
}

.nspMainPortalMode6 .nspSpeakersSmallRight {
	position: absolute;
	right: 0;
	top: 101px;
}

.nspMainPortalMode6 .nspSpeakersSmallLeft {
	left: 0;
	position: absolute;
	top: 101px;
}

.nspMainPortalMode6 .nspSpeakerSmall {
	float: left;
}

.nspMainPortalMode6 .nspSpeakersSmallLeft .nspSpeakerSmall:first-child,
.nspMainPortalMode6 .nspSpeakersSmallRight .nspSpeakerSmall:first-child {
	margin-right: 14px;
}


.nspMainPortalMode6 .nspSpeakerSmall .nspHeader {
	color: #1d1a1a;
	font-size: 18px;
	font-weight: 600;
	margin-top: 34px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.nspMainPortalMode6 .nspSpeakerSmall:hover .nspHeader {
	top: -12px;
}

.nspMainPortalMode6 .nspSpeakerSmall .nspHeader a {
	color: #1d1a1a;
}

.nspMainPortalMode6 .nspSpeakerSmall .nspHeader a:hover {
	color: #666;
}

.nspMainPortalMode6 .nspSpeakerBig {
	text-align: center;
}

.nspMainPortalMode6 .nspSpeakerBig .nspHeader {
	background: #e89e44;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: none!important;
	font-weight: 600;
	line-height: 51px;
	margin: -20px auto 0 auto!important;
	min-height: 50px;
	min-width: 190px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: -20px;
}

.nspMainPortalMode6 .nspSpeakerBig .nspHeader a {
	color: #fff;
}

.nspMainPortalMode6 .nspSpeakerBig .nspHeader a:hover {
	color: #eee;
}

.nspMainPortalMode6 .nspSpeakerBig:hover .nspHeader {
	-webkit-transform: scale(1.03);
	   -moz-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	     -o-transform: scale(1.03);
	        transform: scale(1.03);
}

.nspMainPortalMode6 .nspSpeakerBig .nspHeader {
	-webkit-transition: opacity 0.75s cubic-bezier(.71,.23,.03,.79), top 0.5s cubic-bezier(.71,.23,.03,.79), -webkit-transform 0.2s ease-out;
	   -moz-transition: opacity 0.75s cubic-bezier(.71,.23,.03,.79), top 0.5s cubic-bezier(.71,.23,.03,.79), -moz-transform 0.2s ease-out;
	        transition: opacity 0.75s cubic-bezier(.71,.23,.03,.79), top 0.5s cubic-bezier(.71,.23,.03,.79), transform 0.2s ease-out;
	opacity: 1;
}
.nspMainPortalMode6 .nspSpeakerSmall .nspHeader {
	-webkit-transition: opacity 0.3s cubic-bezier(.71,.23,.03,.79), top 0.3s cubic-bezier(.71,.23,.03,.79);
	   -moz-transition: opacity 0.3s cubic-bezier(.71,.23,.03,.79), top 0.3s cubic-bezier(.71,.23,.03,.79);
	        transition: opacity 0.3s cubic-bezier(.71,.23,.03,.79), top 0.3s cubic-bezier(.71,.23,.03,.79);
	opacity: 1;
}

.nspMainPortalMode6 .nspSpeakerBig.speakerHide .nspHeader,
.nspMainPortalMode6 .nspSpeakerSmall.speakerHide .nspHeader {
	opacity: 0;
	top: 30px;
}

/* Header Top slideshow */
.gk-animation {
	min-height: 100px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.gk-animation-wrap {
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.gk-animation > div > * {
	opacity: 0;	        
	-webkit-transition: -webkit-transform 0.5s linear, opacity 0.3s ease-out;
	   -moz-transition:    -moz-transform 0.5s linear, opacity 0.3s ease-out;
	     -o-transition:      -o-transform 0.5s linear, opacity 0.3s ease-out;
	        transition:         transform 0.5s linear, opacity 0.3s ease-out;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.gk-animation.loaded > div > * {
	opacity: 1;
}

.gk-animation .gka-bg {
	background: transparent url('../images/map.png') no-repeat center center;
	background-size: 1% 1%;
	left: 0;
	height: 528px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	-webkit-transition: background-size 0.75s ease-out;
	   -moz-transition: background-size 0.75s ease-out;
	     -o-transition: background-size 0.75s ease-out;
	        transition: background-size 0.75s ease-out;
	width: 1005px;
}

.gk-animation.displayed .gka-bg {
	background-size: 100% 100%;
}

.gk-animation h2 {
	color: #9a9999;
	font-size: 62px;
	font-weight: 300;
	line-height: 68px;
	padding-top: 60px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.gk-animation h1 {
	color: #fff;
	font-size: 100px;
	font-weight: 900;
	line-height: 106px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.gk-animation .gk-stars {
	background: transparent url('../images/stars.png') no-repeat center center;
	display: block;
	height: 23px;
	margin: 20px auto;
	position: relative;
	text-indent: -9999px;
	width: 240px;
	z-index: 1;
}

.gk-animation .gk-guitar {
	background: transparent url('../images/guitar.png') no-repeat 0 0;
	height: 419px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 30px;
	width: 187px;
	z-index: 2;
}

.gk-animation .gk-ticket {
	background: #222;
	background: rgba(0, 0, 0, 0.4) url('../images/tickets_btn.png') no-repeat 95% center;
	border: 1px solid #343334;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	border-top: none;
	-webkit-box-shadow: inset 0 0 3px #090909;
	   -moz-box-shadow: inset 0 0 3px #090909;
	    -ms-box-shadow: inset 0 0 3px #090909;
	     -o-box-shadow: inset 0 0 3px #090909;
	        box-shadow: inset 0 0 3px #090909;
	clear: both;
	display: block;
	height: 82px;
	position: relative;
	margin: 40px auto 0 auto;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	width: 630px;
	z-index: 3;
}

.gk-animation .gk-ticket:hover {
	background-position: 97% center;
}

.gk-animation .gk-ticket strong {
	background: #1077b8;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 32px;
	font-weight: 900;
	height: 62px;
	line-height: 62px;
	margin: 10px 0 10px 14px;
	padding: 0 36px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease-out;
	   -moz-transition: background-color 0.3s ease-out;
	     -o-transition: background-color 0.3s ease-out;
	        transition: background-color 0.3s ease-out;
}

.gk-animation .gk-ticket:hover strong {
	background: #e89e44;
}

.gk-animation .gk-ticket small {
	color: #9F9F9F;
	float: left;
	font-size: 14px;
	line-height: 17px;
	max-width: 180px;
	padding: 23px 46px;
	text-align: center;
}

.gk-animation-wrap > * {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.gk-animation-wrap > *.gk-scale-up {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

.gk-jscounter {
	color: #e89e44;
	position: relative;
	text-align: center;
	z-index: 3;
}

.gk-jscounter > div {
	display: inline-block;
	min-width: 104px;
	padding: 0 25px;
	position: relative;
}

.gk-jscounter > div::before {
	content: ":";
	float: left;
	font-size: 32px;
	font-weight: 800;
	position: absolute;
	top: 6px;
	left: -4px;
}

.gk-jscounter > div:first-child::before {
	content: "";
}

.gk-jscounter > div > strong {
	color: #e89e44;
	display: block;
	font-size: 80px;
	font-weight: 400;
	line-height: 84px;
}

.gk-jscounter > div > small {
	color: #e89e44;
	display: block;
	font-size: 32px;
	line-height: 36px;
}

.gk-jscounter > h3 {
	color: #e89e44;
	display: block;
	font-size: 80px;
	font-weight: 400;
	line-height: 84px;
	text-align: center;
}

/* GK Speakers */

.gkSpeakersHeader,
.gkK2SpeakersHeader {
	display: table;
	margin-bottom: 50px;
	min-height: 40px;
}

.gkK2SpeakersHeader {
	margin-bottom: 0!important;
}

.gkSpeakersHeader > span,
.gkK2SpeakersHeader > span {
	background: transparent url('../images/separator_bg.png') repeat-x 0 center;
	display: table-cell;
	text-indent: -9999px;
	width: 50%;
}

.gkSpeakersHeader > h3 {
	color: #e7e7e7;
	display: table-cell;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 55px;
	text-align: center;
	text-transform: uppercase;
	word-wrap: normal!important;
}

.gkK2SpeakersHeader > h1,
.gkK2SpeakersHeader > h2 {	
	display: table-cell;
	padding: 0 55px;
	word-wrap: normal!important;
}

/* Sponsors */

.gk-sponsors h2 {
	color: #fff;
	font-size: 100px;
	font-weight: 900;
	line-height: 140px;
	text-align: center;
	text-transform: uppercase;
}

.gk-sponsors > div {
	margin: 20px 0;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.gk-sponsors-wrap {
	overflow: hidden;
	width: 100%;
}

.gk-sponsors-wrap > a,
.gk-sponsors > div > a {
	background: #ea8d47;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	float: left;
	margin: 0 0.5% 1% 0.5%;
	min-height: 50px;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s ease-out, background-color 0.25s ease-out, border-radius 0.8s ease-out;
	   -moz-transition:    -moz-transform 0.4s ease-out, background-color 0.25s ease-out, border-radius 0.8s ease-out;
	     -o-transition:      -o-transform 0.4s ease-out, background-color 0.25s ease-out, border-radius 0.8s ease-out;
	        transition:         transform 0.4s ease-out, background-color 0.25s ease-out, border-radius 0.8s ease-out;
	width: 19%;
}

.gk-sponsors-wrap > a:hover,
.gk-sponsors > div > a:hover {
	background: #fcaf69;
}

.gk-sponsors > div > a img {
	display: block;
	margin: 0 auto;
}

.gk-sponsors-wrap > a.active,
.gk-sponsors > div > a.active {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

/* fix for Chrome browser */
.nspSpeakerBig div a,
.nspSpeakerSmall div a {
 	margin: 0 !important
 }