/*
#------------------------------------------------------------------------
# Startup - October 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
 */
 html {
	-webkit-font-smoothing: antialiased;
}
.nsp {
	position: relative
}
.nspMain {
	overflow: hidden
}
.nspBotInterface, .nspTopInterface {
	overflow: hidden;
	clear: both;
}
.nspBotInterface div, .nspTopInterface div {
	float: right
}
.nsp .nspTopInterface div {
	position: absolute;
	right: 0;
	padding: 0 3px;
	top: 2px;
}
.nspPagination {
	list-style-type: none !important;
	margin: 5px 0 0 !important;
	padding: 0 !important;
	float: left;
}
.nspPagination li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0 !important;
	background: #ccc;
	border: none!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}
.nspPagination li:hover, .nspPagination li.active {
	background: #777
}
.nspNext, .nspPrev {
	float: left;
	width: 17px;
	height: 22px;
	margin: 0 0 0 4px;
	background: url('../images/nsp_interface.png') no-repeat -17px -44px;
	text-indent: -999em;
	cursor: pointer;
}
.nspPrev {
	background-position: 0 -44px
}
.nspNext:hover, .nspPrev:hover {
	background-position: -17px -66px
}
.nspPrev:hover {
	background-position: 0 -66px
}
.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.nspCol1 {
	border-top: 1px solid #e5e5e5
}
.nspArt:first-child {
	border-top: none
}
.nspArt div {
	overflow: hidden
}
h4.nspHeader {
	color: #363636;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.nspArt h4.nspHeader a {
	color: #363636;
	text-decoration: none;
}
.nspArt h4.nspHeader a:active, .nspArt h4.nspHeader a:focus, .nspArt h4.nspHeader a:hover {
	color: #eb592a
}
.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: #777;
	float: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}
.nspArt p.nspText + .readon {
	margin-top: 32px
}
.nspArt p.nspText + .nspInfo {
	margin-top: 12px
}
.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: #eb592a
}
.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.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 {
	border-top: 1px solid #e5e5e5;
	margin: 0 !important;
	padding: 16px 0;
}
.nspLinks ul li h4 {
	color: #2f3133;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.nspLinks ul li h4 a {
	text-decoration: none
}
.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 nspanimate */
 .nspanimate .nspArtScroll2 .nspArtPage:first-child .nspArt {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .45s ease-out;
	-moz-transition: all .45s ease-out;
	-o-transition: all .45s ease-out;
	transition: all .45s ease-out;
}
.nspanimate .nspArtScroll2 .nspArtPage:first-child .nspArt.nsploaded {
	filter: alpha(opacity=100);
	opacity: 1.0;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
/* Suffix dark */
 .dark .nspArt p.nspText {
	color: #999
}
.dark .nspArt p.nspInfo {
	color: #ddd
}
.dark .nspArt p.nspInfo a {
	color: #fff
}
.dark .nspArt p.nspInfo a:active, .dark .nspArt p.nspInfo a:focus, .dark .nspArt p.nspInfo a:hover {
	color: #ddd
}
.dark .nspLinks ul li h4 a {
	color: #fff
}
.dark .nspLinks ul li h4 a:active, .dark .nspLinks ul li h4 a:focus, .dark .nspLinks ul li h4 a:hover {
	color: #eb592a
}
.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: #eb592a
}
.dark .nspPagination li {
	background: #ccc
}
.dark .nspPagination li:hover, .dark .nspPagination li.active {
	background: #fff
}
.dark .nspNext, .dark .nspPrev {
	background: url('../images/nsp_interface.png') no-repeat -17px 0
}
.dark .nspPrev {
	background-position: 0 0
}
.dark .nspNext:hover, .dark .nspPrev:hover {
	background-position: -17px -22px
}
.dark .nspPrev:hover {
	background-position: 0 -22px
}
/*
 * Tabs GK5 Module
 */
 .gkTabsGK5 {
	position: relative;
	overflow: hidden;
}
.gkTabsWrap.vertical ol {
	margin: 0!important
}
.gkTabsWrap.vertical ol li {
	cursor: pointer;
	float: left;
	line-height: 39px;
	list-style-type: none;
	height: 38px;
	padding: 0 6px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #363636;
	text-transform: uppercase;
}
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.vertical ol li.active:hover {
	color: #f7693b;
	font-weight: 600;
}
.gkTabsWrap.vertical ol li.active::after {
	content:"";
	clear: both;
	display: block;
	float: left;
	height: 2px;
	margin-left: -14px;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 2;
}
.gkTabsWrap.vertical ol li:hover {
	color: #2f3336
}
.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: 18px 4px 0;
	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;
	min-height: 38px;
	border-top: 3px solid #f7693b;
}
/* Bottom position*/
 .vertical .gkTabsContainer + ol.gkTabsNav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #f7693b;
	margin: 18px 0 0 !important;
}
/* Animation Engine */
 .gkPerspective {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	-webkit-perspective-origin: 25% 0;
	-moz-perspective-origin: 25% 0;
	-ms-perspective-origin: 25% 0;
	-o-perspective-origin: 25% 0;
	perspective-origin: 25% 0;
}
*[data-animation="horizontal"] {
	filter: alpha(opacity=0);
	left: 50%;
	opacity: 0;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
	-moz-transition: -moz-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
	-o-transition: -o-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
	transition: transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
}
*[data-animation="horizontal"].loaded {
	filter: alpha(opacity=100);
	left: 0;
	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);
}
*[data-animation="vertical"] {
	filter: alpha(opacity=0);
	bottom: 80px;
	opacity: 0;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
	-moz-transition: -moz-transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
	-o-transition: -o-transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
	transition: transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
}
*[data-animation="vertical"].loaded {
	filter: alpha(opacity=100);
	bottom: 0;
	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);
}
*[data-animation="scale"] {
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
	-o-transition: -o-transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
}
*[data-animation="scale"].loaded {
	filter: alpha(opacity=100);
	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);
}
*[data-animation="flip"].loaded {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
*[data-animation="flip"] {
	filter: alpha(opacity=0);
	opacity: 0;
	position: relative;
	-webkit-transform: rotateX(-89deg);
	-moz-transform: rotateX(-89deg);
	-ms-transform: rotateX(-89deg);
	-o-transform: rotateX(-89deg);
	transform: rotateX(-89deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
	-moz-transition: -moz-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
	-o-transition: -o-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
	transition: transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
}
/* Team */
 .gkTeam {
	padding: 48px 0 0 0;
	-webkit-perspective: 1000;
	-webkit-perspective-origin: 25% 0;
}
.gkTeam figure {
	-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;
	margin-bottom: 48px;
}
.gkTeam[data-count="1"] figure {
	width: 100%
}
.gkTeam[data-count="2"] figure {
	width: 50%
}
.gkTeam[data-count="3"] figure {
	width: 33.3%
}
.gkTeam[data-count="4"] figure {
	width: 25%
}
.gkTeam[data-count="5"] figure {
	width: 20%
}
.gkTeam[data-count="6"] figure {
	width: 16.6%
}
.gkTeam[data-count="7"] figure {
	width: 14.28%
}
.gkTeam[data-count="8"] figure {
	width: 12.5%
}
.gkTeam[data-count="9"] figure {
	width: 11.11%
}
.gkTeam[data-count="10"] figure {
	width: 10%
}
.gkTeam figure img {
	border: 4px solid transparent;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.gkTeam figure:hover img {
	border: 4px solid #eb592a;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gkTeam figcaption {
	color: #363636;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.gkTeam > a {
	border-top: 1px solid #cfcfcf;
	clear: both;
	float: left;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 60px 0 0;
	text-transform: uppercase;
}
/* Features */
 .gkFeatures {
	margin: 0 -1%;
	overflow: hidden;
	padding: 40px 0 50px 0;
}
.gkFeatures > a {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #363636;
	float: left;
	font-size: 21px;
	line-height: 24px;
	margin: 10px 1%;
	padding: 290px 28px 22px 28px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 23%;
}
.gkFeatures > a > span {
	display: block;
	height: 191px;
	left: 50%;
	margin: 0 0 0 -62px;
	position: absolute;
	text-indent: -9999px;
	top: 50px;
	width: 123px;
}
.gkFeatures > a:hover {
	background: #eb592a;
	color: #fff;
}
.gkFeatures + a {
	border-top: 1px solid #cfcfcf;
	clear: both;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 60px 0 0;
	text-transform: uppercase;
}
.gkRocket > span {
	background: transparent url('../images/style1/gk_rocket.png') no-repeat 0 0
}
.gkBadge > span {
	background: transparent url('../images/style1/gk_badge.png') no-repeat 0 0
}
.gkMouse > span {
	background: transparent url('../images/style1/gk_mouse.png') no-repeat 0 0
}
.gkPiggy > span {
	background: transparent url('../images/style1/gk_piggy.png') no-repeat 0 0
}
.gkRocket:hover > span {
	background: transparent url('../images/style1/gk_rocket.png') no-repeat 0 bottom
}
.gkBadge:hover > span {
	background: transparent url('../images/style1/gk_badge.png') no-repeat 0 bottom
}
.gkMouse:hover > span {
	background: transparent url('../images/style1/gk_mouse.png') no-repeat 0 bottom
}
.gkPiggy:hover > span {
	background: transparent url('../images/style1/gk_piggy.png') no-repeat 0 bottom
}
/* Image Show GK4 */
 .gkIsWrapper-gk_startup {
	margin: 0 auto;
	max-width: 1400px;
	position:relative;
	width:100%;
	/*-webkit-transform-style: preserve-3d!important;*/
}
.gkIsWrapper-gk_startup .gkIsImage {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.gkIsWrapper-gk_startup.loaded .gkIsImage img {
	height: auto!important;
}
.gkIsWrapper-gk_startup .gkIsPreloader {
	position:absolute;
	z-index:128;
	top:50%;
	left:50%;
	width:12px;
	height:12px;
	border-radius: 50%;
	text-indent: -9999px;
	display: block;
	background: #fff;
	margin: -4px 0 0 -4px;
	-webkit-animation: preloader 0.35s infinite alternate;
	-moz-animation: preloader 0.35s infinite alternate;
	animation: preloader 0.35s infinite alternate;
}
@-webkit-keyframes preloader {
	from {
		margin: 0px;
	}
	to {
		margin: 0 0 0 -16px;
	}
}
@-moz-keyframes preloader {
	from {
		margin: 0;
	}
	to {
		margin: 0 0 0 -16px;
	}
}
@keyframes preloader {
	from {
		margin: 0;
	}
	to {
		margin: 0 0 0 -16px;
	}
}
body[data-tablet="true"] .gkIsWrapper-gk_startup .gkIsPreloader, 
body[data-mobile="true"] .gkIsWrapper-gk_startup .gkIsPreloader {
	display: none;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
.gkIsWrapper-gk_startup .gkIsPagination {
	width:100%;
	height:50px;
	text-align: center;
	position: absolute;
	bottom: -100px;
	transition: bottom 0.3s ease-out;
	z-index: 100;
}
.gkIsWrapper-gk_startup.loaded .gkIsPagination {
	bottom: 0px;
}
.gkIsWrapper-gk_startup .gkIsPagination > ol {
	display: inline-block;
	position: relative;
	z-index: 102;
	list-style-type: none;
	padding: 13px 0 0 0;
	margin: 0;
}
.gkIsWrapper-gk_startup .gkIsPagination > ol li {
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 6px;
	text-indent: -9999px;
}
.gkIsWrapper-gk_startup .gkIsPagination > ol li:first-child {
	margin-left:0;
}
.gkIsWrapper-gk_startup .gkIsPagination > ol li a {
	display: block;
	margin: 0;
	width: 16px;
	height: 16px;
	background: transparent url('../images/style1/gk_is_pagination.png') no-repeat 0 -15px;
	border-radius: 50%;
}
.gkIsWrapper-gk_startup .gkIsPagination > ol li.active a, .gkIsWrapper-gk_startup .gkIsPagination > ol li:hover a {
	width:15px;
	height:15px;
	background: transparent url('../images/style1/gk_is_pagination.png') no-repeat 0 0;
	margin:0;
}
.gkIsWrapper-gk_startup .gkIsPrev, .gkIsWrapper-gk_startup .gkIsNext {
	width: 36px;
	height: 48px;
	background: transparent url('../images/gk_is_arrows.png') no-repeat 0 0;
	position: absolute;
	top: 30%;
	left: 20px;
	text-indent: -9999px;
	cursor: pointer;
	-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: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	z-index: 127;
}
.gkIsWrapper-gk_startup .gkIsNext {
	right: 20px;
	left: auto;
	background-position: right 0;
}
.gkIsWrapper-gk_startup .gkIsPrev:hover, .gkIsWrapper-gk_startup .gkIsNext:hover {
	cursor: pointer;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
.gkIsWrapper-gk_startup.loaded .gkIsPrev {
	opacity: 1;
}
.gkIsWrapper-gk_startup.loaded .gkIsNext {
	opacity: 1;
}
.gkIsWrapper-gk_startup .gkIsSlide {
	bottom: 50px;
	left:50%;
	position:absolute;
	visibility:hidden;
}
.gkIsWrapper-gk_startup .gkIsSlide:first-child {
	visibility:visible;
}
.gkIsWrapper-gk_startup .gkIsText {
	display: block;
	filter: alpha(opacity=0);
	left: 0;
	margin: 0 15%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 10px;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	width: 70%;
	z-index: 127;
}
.gkIsWrapper-gk_startup .gkIsText.active {
	top: 115px;
}
.gkIsWrapper-gk_startup .gkIsText h2 a {
	display: block;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
}
.gkIsWrapper-gk_startup .gkIsText p {
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	margin: 5px 0 40px 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.gkIsWrapper-gk_startup .gkIsText .btn1, .gkIsWrapper-gk_startup .gkIsText .btn2, .gkIsWrapper-gk_startup .gkIsText .btn2:hover {
	background: #eb592a;
	/* Old browsers */
	background: -moz-linear-gradient(top, #eb592a 0%, #f8693b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb592a), color-stop(100%, #f8693b));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb592a 0%, #f8693b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb592a 0%, #f8693b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb592a 0%, #f8693b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #eb592a 0%, #f8693b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb592a', endColorstr='#f8693b', GradientType=0);
	/* IE6-9 */
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	-ms-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	-o-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin: 10px 8px 2px 8px;
	padding: 0 20px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.gkIsWrapper-gk_startup .gkIsText .btn1:hover, .gkIsWrapper-gk_startup .gkIsText .btn2 {
	background: #53524d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53524d', endColorstr='#62615d', GradientType=0);
	/* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	-o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
}
.gkIsWrapper-gk_startup .gkIsText span.gkLine {
	border-top: 1px solid #fff;
	display: block;
	height: 1px;
	margin: 24px auto 30px auto;
	max-width: 30%;
	overflow: hidden;
	text-indent: -9999px;
}
.gkIsWrapper-gk_startup .gkIsSlide {
	bottom: 300px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease-out, bottom 0.3s cubic-bezier(0, 1.54, .89, 1.35);
	-moz-transition: -moz-transform 0.3s ease-out, bottom 0.3s cubic-bezier(0, 1.54, .89, 1.35);
	-o-transition: -o-transform 0.3s ease-out, bottom 0.3s cubic-bezier(0, 1.54, .89, 1.35);
	transition: transform 0.3s ease-out, bottom 0.3s cubic-bezier(0, 1.54, .89, 1.35);
}
.gkIsWrapper-gk_startup .gkIsSlide.active {
	bottom: 50px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}