/*
#------------------------------------------------------------------------
# Bluap - June 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: -40px;
}

.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: #ddd;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 8px; 
	margin: 4px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 8px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #dd5749;
}
.nspNext,
.nspPrev {  
	cursor: pointer;
	float: left; 
	height: 16px; 
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.nspNext:after,
.nspPrev:after {
	color: #000;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.nspNext:after {
	color: #ccc;
	content: '\f105';
}
.nspPrev:after {
	color: #ccc;
	content: '\f104';
}
.nspNext:hover:after,
.nspPrev:hover:after { 
	color: #dd5749;
}

/* Articles layout */
.nspArts { 
	-webkit-box-sizing: border-box;
	-moz-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;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspArt h4.nspHeader { 
	color: #222;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
}
.nspArt h4.nspHeader a:hover {
	color: #222;
}
.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt .nspImageWrapper img {
	-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 {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.nspArt p.nspText { 
	display: block!important;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #888;
	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.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 { 
	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 {
	color: #fff!important;
}

/* Suffix color */
.box.color .nspArt p.nspInfo {
	color: #fff;
}

.box.color .readon {
	color: #fff;
}

.box.color .readon:hover {
	color: #eee!important;
}

.box.color a.readon {
	color: #fff!important;
}

.box.color .nspPagination li { 
	background: #fff;
}
.box.color .nspPagination li:hover,
.box.color .nspPagination li.active { 
	background-color: #ccc;
}
.box.color .nspNext:after,
.box.color .nspPrev:after { 
	color: #ccc;
}
.box.color .nspNext:hover:after,
.box.color .nspPrev:hover:after { 
	color: #fff;
}

/* Portal Mode - News Gallery */
.gkNspPM-NewsGallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
}

.gkNspPM-NewsGallery.gkArrows {
	padding: 50px 72px;
}

.gkNspPM-NewsGallery .gkImagesWrapper {
	width: 100%;
}

.gkNspPM-NewsGallery:after,
.gkNspPM-NewsGallery .gkImagesWrapper:after {
	clear: both;
	content: "";
	display: table;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 12px;
	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 .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.active {
	display: block;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols1 > a { width: 100%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols2 > a { width: 50%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols3 > a { width: 33.3%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols4 > a { width: 25%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols5 > a { width: 20%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols6 > a { width: 16.66%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols7 > a { width: 14.28%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols8 > a { width: 12.5%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols9 > a { width: 11.11%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols10 > a { width: 10%; }

.gkNspPM-NewsGallery .gkImagesWrapper > a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn,
.gkNspPM-NewsGallery .gkNextBtn {
	background: transparent url('../images/news_gallery_interface.png') no-repeat 0 0;
	height: 41px;
	margin-top: -21px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 21px;
}

.gkNspPM-NewsGallery .gkPrevBtn {
	left: 0;
}

.gkNspPM-NewsGallery .gkNextBtn {
	background-position: -21px 0;
	right: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn:active,
.gkNspPM-NewsGallery .gkPrevBtn:focus,
.gkNspPM-NewsGallery .gkPrevBtn:hover {
	background-position: 0 -41px;
}

.gkNspPM-NewsGallery .gkNextBtn:active,
.gkNspPM-NewsGallery .gkNextBtn:focus,
.gkNspPM-NewsGallery .gkNextBtn:hover {
	background-position: -21px -41px;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay {
	background: #DD5749;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	filter: alpha(opacity=0);
	height: 100%;
	left: 50%;
	opacity:0; 
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 100%;
	z-index: 1;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay > span {
	display: block;
	height: 100%;
	width: 100%;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay > span:before {
	color: #fff;
	content: '\f0c1';
	font-family: FontAwesome;
	font-size: 28px;
	left: 50%;
	line-height: 1.0;
	margin: -12px 0 0 -12px;
	opacity: 0;
	position: absolute;
	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;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay.active > span:before {
	opacity: 1;
	top: 50%;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

.gkNspPM-NewsGallery .gkPagination {
	display: block;
	position: relative;
	text-align: center;
	top: 58px;
}

.gkNspPM-NewsGallery .gkPagination li {	
	background: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0!important;
	padding: 0;
	text-indent: -9999px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	width: 16px;
}

.gkNspPM-NewsGallery .gkPagination li.active,
.gkNspPM-NewsGallery .gkPagination li:hover {
	background: #dd5749;
	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);
}

.gkNspPM-NewsGallery .gkPagination li.active {
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap ol li {	
	color: #222;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	list-style-type: none;
	padding: 12px 20px!important;
	position: relative;
	top: 1px;
	text-transform: uppercase;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	 border-bottom: 1px solid #dd5749;
	 color: #dd5749;
}
.gkTabsWrap ol li:hover { 
	color: #dd5749; 
}
.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: 0 0 10px 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 #e1e1e1;	
	margin: 0 0 20px;  
	
}
.gkTabsNav:after {
	clear: both;
	content: "";
	display: table;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
	display: none;
}

/*
 * Image Show GK4 - gk_bluap style
 */

.gkIsWrapper-gk_bluap {
	margin: 0;
	min-height: 200px;
	margin: 0 90px;
	position: relative;
}

.gkIsWrapper-gk_bluap .gkIsPreloader {
	background: transparent;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 101;
}

.gkIsWrapper-gk_bluap .gkIsPreloader span {
	-webkit-animation-duration: .5s;
	   -moz-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-name: gkIsLoader;
	   -moz-animation-name: gkIsLoader;
	        animation-name: gkIsLoader;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
            animation-timing-function: linear;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	width: 16px;
}

.gkIsWrapper-gk_bluap .figure {
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_bluap .figure:after {
	clear: both;
	content: "";
	display: table;
}

.gkIsWrapper-gk_bluap.loaded .gkIsButtons {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gkIsWrapper-gk_bluap .figure.animated {
	z-index: 2;
}

.gkIsWrapper-gk_bluap.loaded .figure.animated {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

.gkIsWrapper-gk_bluap .figure.active {
	position: relative;
	z-index: 3;
}

.gkIsWrapper-gk_bluap img {
	display: block;
	height: auto;
	position: relative;
	max-width: 100%;
	top: 200px;
	-webkit-transition: all .5s cubic-bezier(.19,.98,1,1);
	-moz-transition: all .5s cubic-bezier(.19,.98,1,1);
	-ms-transition: all .5s cubic-bezier(.19,.98,1,1);
	-o-transition: all .5s cubic-bezier(.19,.98,1,1);
	transition: all .5s cubic-bezier(.19,.98,1,1);
}

.gkIsWrapper-gk_bluap .active img,
.gkIsWrapper-gk_bluap .animated img {
	top: 0;
}

.gkIsWrapper-gk_bluap .figcaption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: 100%;
	left: -20%;
	opacity: 0;
	padding: 0 30px 0 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.gkIsWrapper-gk_bluap[data-textpos="right"] .figcaption {
	left: auto;
	padding: 0 0 0 30px;
	right: -20%;
}

.gkIsWrapper-gk_bluap .figcaption a.button {
	background: #dd5749;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 20px;
	height: 50px;
	line-height: 51px;
	margin: 32px auto 20px auto;
	padding: 0 35px;
	text-transform: none;
}

.gkIsWrapper-gk_bluap .figcaption a.button i[class^="icon-"] {
	color: #fff;
	float: left;
	font-size: 46px;
	line-height: 1.1;
	margin-right: 15px;
	margin-left: -20px;
}

.gkIsWrapper-gk_bluap .figcaption a.button:active,
.gkIsWrapper-gk_bluap .figcaption a.button:focus,
.gkIsWrapper-gk_bluap .figcaption a.button:hover {
	background: #222;
}

.gkIsWrapper-gk_bluap .figure.active .figcaption {
	z-index: 101;
}

.gkIsWrapper-gk_bluap .figcaption h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 54px;
	margin: 60px 0 20px 0;
	padding: 0;
}

.gkIsWrapper-gk_bluap .figcaption p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	padding: 10px 0;
}

.gkIsWrapper-gk_bluap .figcaption u {
	clear: both;
	color: #fff;
	display: block;
	float: left;
	font-style: italic;
	font-weight: 300;
	line-height: 1.0;
	margin: 5px 0 0 0;
}

.gkIsWrapper-gk_bluap .gkIsPagination {
	bottom: 0px;
	left: 0;
	opacity: 0; filter: alpha(opacity=0);
	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;
	z-index: 10;
}

.gkIsWrapper-gk_bluap.loaded .gkIsPagination {
	bottom: 25px;
	opacity: 1; filter: alpha(opacity=100);
}

.gkIsWrapper-gk_bluap[data-textpos="right"] .gkIsPagination {
	left: auto;
	right: 0;
}

.gkIsWrapper-gk_bluap .figcaption {
	float: left;
}

.gkIsWrapper-gk_bluap .figure > div:first-child {
	overflow: hidden;
}

.gkIsWrapper-gk_bluap .figure > div:first-child,
.gkIsWrapper-gk_bluap .figure > div:first-child img {
	float: right;
}

.gkIsWrapper-gk_bluap[data-textpos="right"] .figcaption {
	float: right;
}

.gkIsWrapper-gk_bluap[data-textpos="right"] .figure > div:first-child,
.gkIsWrapper-gk_bluap[data-textpos="right"] .figure > div:first-child img {
	float: left;
}

.gkIsWrapper-gk_bluap .gkIsPagination li {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 10px;
	margin: 0 0 0 5px;
	padding: 0;
	text-indent: -9999px;
	-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_bluap .gkIsPagination li.active,
.gkIsWrapper-gk_bluap .gkIsPagination li:active
.gkIsWrapper-gk_bluap .gkIsPagination li:focus,
.gkIsWrapper-gk_bluap .gkIsPagination li:hover {
	background: #dd5749;
}

/* Loader */
@-webkit-keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-moz-keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes gkIsLoader {
	from, to {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/* Frontpage elements */

/* Big icon feature */
.icon-big {
	font-size: 84px;
	float: left!important;
	margin-right: 45px;
}

.icon-big:hover {
	-webkit-animation-name: gkIconBig;
	   -moz-animation-name: gkIconBig;
		-ms-animation-name: gkIconBig;
			animation-name: gkIconBig;
	-webkit-animation-duration: .7s;
	   -moz-animation-duration: .7s;
		-ms-animation-duration: .7s;
			animation-duration: .7s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	   -moz-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
			animation-timing-function: linear;
}

@-webkit-keyframes gkIconBig {
	from, to {  
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	50% {  
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@-moz-keyframes gkIconBig {
	from, to {  
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	50% {  
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@-ms-keyframes gkIconBig {
	from, to {  
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	50% {  
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@keyframes gkIconBig {
	from, to {  
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	50% {  
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}
}

/* Big button feature */
.button-big {
	background: #dd5749;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: 50px;
	line-height: 51px;
	margin: 40px auto 20px auto;
	padding: 0 16px;
}

.button-big:active,
.button-big:focus,
.button-big:hover {
	background: #222;
}

.button-big i[class^="icon-"] {
	color: #fff;
	float: left;
	font-size: 46px;
	line-height: 1.1;
	margin-right: 20px;
}

.button.bordered {
	background: transparent;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #b9b9b9!important;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 41px;
	margin: 30px 0;
	padding: 0 30px;
}

.button.bordered:active,
.button.bordered:focus,
.button.bordered:hover {
	background: #dd5749;
	border-color: #dd5749;
	color: #fff!important;
}

#gkBottom5 .button.bordered,
#gkBottom6 .button.bordered {
	border-color: #fff;
	color: #fff!important;
}

#gkBottom5 .button.bordered:active,
#gkBottom6 .button.bordered:active,
#gkBottom5 .button.bordered:focus,
#gkBottom6 .button.bordered:focus,
#gkBottom5 .button.bordered:hover,
#gkBottom6 .button.bordered:hover {
	background: #fff;
	border-color: #fff;
	color: #dd5749!important;
}

/* Text classes */
.text-centered {
	text-align: center;
}

u {
	border-bottom: 1px solid #ccc;
	color: #9d9d9d;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
}

/* Columns */
div[data-width],
address[data-width] {
	float: left;
}

div[data-width] h3 {
	margin-bottom: 24px;
}

address[data-width] {
	border-left: 1px solid #f1857a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	padding-left: 40px;
}

address > p.heading {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	padding-bottom: 25px;
}

#gkBottom5 address[data-width],
#gkBottom6 address[data-width] {
	border-left-color: #ff9d93;
}

div[data-width]:last-child,
address[data-width]:last-child {
	float: right;
}

div[data-width="30"],
address[data-width="30"] { width: 30%; }
div[data-width="35"],
address[data-width="35"] { width: 35%; }
div[data-width="40"],
address[data-width="40"] { width: 40%; }
div[data-width="45"],
address[data-width="45"] { width: 45%; }
div[data-width="50"],
address[data-width="50"] { width: 50%; }
div[data-width="55"],
address[data-width="55"] { width: 55%; }
div[data-width="60"],
address[data-width="60"] { width: 60%; }
div[data-width="65"],
address[data-width="65"] { width: 65%; }
div[data-width="70"],
address[data-width="70"] { width: 70%; }

div[data-width] img {
	display: block;
}

.gkHeader {
	font-size: 32px;
	font-weight: 300;
	margin: 40px 0 20px 0;
}

.gkDesc {
	font-size: 18px;
}

.gkDesc + img {
	margin: 60px 0 0 -4px;
}

/* Styleswitcher */
#gkStyleSwitcher {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	margin: 40px 0 0 0;
	max-width: 220px;
}
#gkStyleSwitcher a {
	background-clip: content-box;
	border: 1px solid #e1e1e1;
	-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;
	display: block;
	float: left;
	height: 28px;
	margin: 7px 5px 0 0;
	padding: 9px;
	text-indent: -9999px;
	-webkit-transition: padding 0.2s ease-out;
	-moz-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
	width: 28px;
}
#gkStyleSwitcher a:hover {
	padding: 5px;
	margin: 7px 5px 0 0;
}
.gkColor1 {
	background: #dd5749;
}
.gkColor2 {
	background: #9b59b6;
}
.gkColor3 {
	background: #3cade7;
}
.gkColor4 {
	background: #2ecc71;
}
.gkColor5 {
	background: #f2c406;
}
.gkColor6 {
	background: #f57b3d;
}

/* Contact Form */
.gkForm {
	margin: 60px 0 30px 0;
}

.gkForm input[type="text"],
.gkForm input[type="email"],
.gkForm input[type="www"],
.gkForm input[type="password"] {
	float: left;
	margin-right: 12px;
	padding: 0 30px;
	width: 63%;
}

.gkForm .bordered {
	margin: 0;
}

.gkSocialIcons {
	margin: 0;
	overflow: hidden;
	padding: 40px 0 10px 0;
}

.gkSocialIcons > a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 3px;
	overflow: hidden;
	width: 32px;
}

.gkSocialIcons > a:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #b9b9b9;
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-indent: 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: 28px;
}
.gkSocialIcons > a:hover:before {
	color: #999;
}

#gkBottom5 .gkSocialIcons > a:before,
#gkBottom6 .gkSocialIcons > a:before {
	color: #ff9d93;
}

#gkBottom5 .gkSocialIcons > a:hover:before,
#gkBottom6 .gkSocialIcons > a:hover:before {
	color: #fff;
}

.gkFbIcon:before {
	content: '\f09A';
}

.gkTwitterIcon:before {
	content: '\f099';
}

.gkGplusIcon:before {
	content: '\f0d5';
}

.gkLinkedinIcon:before {
	content: '\f0e1';
}

.gkPinterestIcon:before {
	content: '\f0d2';
}

.gkRssIcon:before {
	content: '\f09e';
}

/* Togglers */
.gkTogglers {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 32px;
}

.gkTogglers dt {
	border-top: 1px solid #e1e1e1;
	color: #222;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	line-height: 75px;
	margin: 0 -32px;
	padding: 0 32px 0 54px;
}

.gkTogglers dt:first-child {
	border-top: none;
}

.gkTogglers dt:before {
	color: #dfdfdf;
	content: "\f0da";
	font-family: FontAwesome;
	left: -20px;
	position: relative;
}

.gkTogglers dt.active,
.gkTogglers dt.active:before,
.gkTogglers dt:hover:before {
	color: #dd5749;
}

.gkTogglers dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	font-size: 15px;
	height: 0;
	opacity: 0; filter: alpha(opacity=0);
	overflow: hidden;
	padding: 0;
}

.gkTogglers dd p {
	margin: 0;
	padding: 0 0 24px 0;
}

/* Animations */
div[data-anim="left"] {
	left: -20%;
	opacity: 0; filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .5s cubic-bezier(.19,.98,1,1);
	-moz-transition: all .5s cubic-bezier(.19,.98,1,1);
	-ms-transition: all .5s cubic-bezier(.19,.98,1,1);
	-o-transition: all .5s cubic-bezier(.19,.98,1,1);
	transition: all .5s cubic-bezier(.19,.98,1,1);
}

div[data-anim="left"].loaded {
	left: 0%;
	opacity: 1; filter: alpha(opacity=100);
	position: relative;
}

div[data-anim="right"] {
	right: -20%;
	opacity: 0; filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .5s cubic-bezier(.19,.98,1,1);
	-moz-transition: all .5s cubic-bezier(.19,.98,1,1);
	-ms-transition: all .5s cubic-bezier(.19,.98,1,1);
	-o-transition: all .5s cubic-bezier(.19,.98,1,1);
	transition: all .5s cubic-bezier(.19,.98,1,1);
}

div[data-anim="right"].loaded {
	right: 0%;
	opacity: 1; filter: alpha(opacity=100);
	position: relative;
}

/**
 *
 * GK Contact plugin
 *
 **/

.gkContactForm {
	overflow: hidden;
	padding: 60px 0 0 0;
}
.gkContactForm[data-cols="1"] > div {
	width: 100%;
}
.gkContactForm[data-cols="2"] > div {
	float: right;
	width: 41%;
}
.gkContactForm[data-cols="2"] > form {
	float: left;
	width: 45%;
}
.gkContactForm h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.gkContactForm form p {
	margin: 0 0 12px 0;
}
.gkContactForm input[type="text"],
.gkContactForm input[type="email"],
.gkContactForm textarea {
	width: 100%;
}
.gkContactForm input[type="text"],
.gkContactForm input[type="email"] {
	height: 52px;
	line-height: 53px;
	padding: 0 22px;
}
.gkContactForm textarea {
	height: 190px;
	padding: 22px;
}
.gkContactForm address {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	padding: 30px 0;
}
.gkContactForm address p {
	margin: 0;
}
.gkContactFooter {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	margin: 10px 0 0 0;
}
.gkContactSocialIcons {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.gkContactSocialIcons > a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 6px;
	overflow: hidden;
	width: 32px;
}
.gkContactSocialIcons > a:before {
	border: 2px solid #ebebeb;
	-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;
	color: #c7c7c7;
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	text-indent: 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: 32px;
}
.gkContactSocialIcons > a:hover:before {
	background: #DD4A07;
	border-color: #DD4A07;
	color: #fff;
}
.gkContactFbIcon:before {
	content: '\f09A';
} 
.gkContactTwitterIcon:before {
	content: '\f099';
}
.gkContactGplusIcon:before {
	content: '\f0d5';
}
.gkContactLinkedinIcon:before {
	content: '\f167';
}
.gkContactPinterestIcon:before {
	content: '\f232';
}
.gkContactRssIcon:before {
	content: '\f041';
}


