@charset "utf-8";/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/

.k2FeedIcon a, a.k2FeedIcon {
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 32px 0 0;
	padding: 0 0 0 32px;
	float: left;
	font-size: 13px;
	color: #999;
	background: url(/templates/gk_creativity/images/k2/rss.png) no-repeat 0 0;
}
.k2FeedIcon a:hover, a:hover.k2FeedIcon {
	color: #222;
}
.k2FeedIcon {
	float: none!important;
}
.activeCategory a {
	color: #7484ff
}
/* item view */

article header ul + ul {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}
article header ul + ul li {
	line-height: 28px;
}
h1 > sup, h2 > sup {
	background: #7484ff;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 20px;
	padding: 0 8px;
	position: absolute;
	right: 0;
	top: -2.5em;
	text-transform: uppercase;
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/templates/gk_creativity/images/k2/fonts.png) no-repeat 100% 5px;
	text-indent: -9999em;
}
ul li.itemResizer span {
	padding: 0 6px 0 0;
}
ul li.itemResizer #fontIncrease {
	background-position: 0 5px;
}
.smallerFontSize {
	font-size: 90% !important;
}
.largerFontSize {
	font-size: 115% !important;
}
.itemPrint a, .itemEmail a {
	color: #666 !important
}
.itemImageBlock {
	margin: 0 20px 40px 0;
	overflow: hidden;
	position: relative;
}
.catpage .itemListView .itemImageBlock {
	margin: 0 0 25px 0;
	float: left;
}
.itemImage {
	display: block;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.itemImage:hover {
	background-color: rgba(0,0,0,.5);
}

.itemImage:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}
.itemImage:after {
	border: 2px solid #fff;
	-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: #fff;
	content: attr(data-content) "\f0c1";
	font-family: FontAwesome;
	font-size: 22px;
	height: 52px;
	left: 52%;
	line-height: 50px;
	margin: -32px 0 0 -32px;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 52%;
	-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: 52px;
}
.itemImageBlock img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
/*	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;*/
	width: 100%;
}
#k2Container.itemView .itemImageBlock img {
    width: 100% !important;
}
.itemImageBlock img:hover {
/*	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);*/

}
.itemImageCaption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
/*.itemImageGallery {
	margin: -40px 0 40px;
}*/
.itemImageGallery h3 {
	display:none;
}
.itemExtraFields ul li span.itemExtraFieldsValue, .itemLinks .itemCategory a, .itemLinks .itemTagsBlock ul {
	display: block;
	margin: 0 0 0 15%;
}
.itemBottom .itemRatingBlock span, .itemBottom .itemRatingBlock .itemRatingList, .itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li, .itemLinks .itemCategory span, .itemLinks .itemAttachmentsBlock > span, .itemExtraFields ul li span.itemExtraFieldsLabel, .itemLinks .itemTagsBlock span, .itemLinks .itemTagsBlock ul li, .latestView .itemsContainer {
	float: left;
}
.latestView {
	margin: 0 -10px;
}
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks {
	clear: both;
	font-size: 13px;
	margin: 38px 0;
}
.itemLinks .itemTagsBlock, .itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
}
.itemSocialSharing {
	padding: 20px 0;
	margin-top: 38px;
}
.itemExtraFields {
	margin: 8px 0 24px;
	font-size: 12px;
}
.itemExtraFields h3 {
	padding: 0 0 8px;
	font-size: 18px;
}
small.itemDateModified {
	display: block;
	text-align: right;
	font-style: italic
}
.itemRatingBlock {
	overflow: hidden;
}
.itemRatingBlock span {
	float: left;
}
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 15%;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
	font-size: 11px;
	color: #999
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: white;
	background: #7484ff;
	text-align: center;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.itemRatingForm .formLogLoading {
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
	background: url(/templates/gk_creativity/images/k2/star.png) left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}
.itemRatingList a, .itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover {
	background-position: left center;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}
.itemTags li a, .k2TagCloudBlock a, .moduleItemTags a {
	background: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	margin-right: 6px;
	padding: 2px 6px;
	text-transform: uppercase;
}
.itemTags li a:hover, .k2TagCloudBlock a:hover, .moduleItemTags a:hover {
	background: #7484ff;
	color: #fff
}
.k2TagCloudBlock a {
	background-image: none;
	height: auto;
	line-height: normal;
}
.itemExtraFields ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.itemLinks ul li {
	list-style: none;
}

.itemAttachmentsBlock {
	margin: 0 0 48px;
	min-height: 38px;
	padding: 10px;
}
.itemLinks .itemAttachmentsBlock ul li a {
	color: #fff !important;
	font-weight: 400;
	margin-left: 12px;
}
.itemLinks .itemAttachmentsBlock ul li a span {
	font-weight: normal;
	font-size: 11px;
}
.itemLinks .itemSocialSharing > div {
	float: left;
}
.itemAuthorBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
}
.itemAuthorBlock > .gkAvatar {
	float: left;
	max-width: 80px;
}
.itemAuthorBlock > .gkAvatar > img {
	margin: inherit!important
}
.itemAuthorBlock .itemAuthorDetails {
	font-size: 14px;
	margin: 0 24px 0 130px;
	line-height: 1.7;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 0.5em 0 0.8em;
}
.itemAuthorUrl, .itemAuthorEmail {
	font-size: 12px;
}
.itemAuthorData {
	overflow: hidden;
	margin: 0 0 36px;
	padding: 16px;
	background: #fafafa;
}
.itemAuthorData h3 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.itemAuthorData a {
	color: #333 !important
}
.itemAuthorData .itemAuthorContent {
	margin: 0;
}
.itemAuthorContent {
	margin: 0 0 32px 0;
	overflow: hidden;
}
.itemAuthorContent ul li {
	line-height: 1.6;
	padding: 5px 0 0 24px;
}
.itemNavigation {
	clear: both;
	padding: 0;
	font-size: 12px;
	color: #7D7B7A;
}
.itemAuthorContent ul li a:hover {
	color: #2f3336;
}
.itemComments h3, .itemAuthorContent h3 {
	border-top: 1px solid #eee;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 6px
}
.itemCommentsForm textarea, .itemCommentsForm .inputbox {
	float: left;
}
.itemCommentsForm textarea.inputbox {
	height: 200px;
}
.itemCommentsForm .inputbox {
	width: 100%;
}
.itemCommentsForm #submitCommentButton {
	clear: both;
	margin: 20px 0 0;
}
.itemCommentsForm .itemCommentsFormNotes {
	margin: 0 0 24px;
	color: #999;
	font-size: 13px;
}
#itemCommentsAnchor {
	clear: both;
	padding: 48px 0 0
}
.itemComments p {
	margin: 0.5em 0
}
.itemComments .itemCommentsList {
	padding: 0 0 24px
}
.itemComments .itemCommentsList li {
	border-top: 1px dotted #e5e5e5;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.itemComments .itemCommentsList li:first-child {
	border: none
}
.itemComments .itemCommentsList li > div {
	padding: 10px;
}
.itemComments .itemCommentsList li > img, .k2LatestCommentsBlock img, .itemAuthorBlock > .gkAvatar > img {
	float: left;
	margin: 18px 0 0;
}
.itemComments .itemCommentsList li > div {
	margin: 0 0 0 92px;
}
.itemComments .itemCommentsList li span {
	color: #999;
	font-size: 13px;
	margin-right: 16px;
}
.itemComments .itemCommentsList li div > p + span {
	color: #333;
	font-weight: 400
}
a.commentLink {
	float: right
}
.itemBackToTop {
	float: right;
}
/* Items views */

.itemList ul.itemTags {
	clear: both;
	padding: 12px 0 0 0;
}
.itemTags {
	padding-left: 4px !important;
}
.itemList ul.itemTags li {
	float: left;
}
.clr {
	clear: both;
}
.itemListSubCategories {
	overflow: hidden;
	margin-top: 75px;
}
.userView article, .genericView article, .itemList article {
	clear: both;
	margin-top: 38px !important;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory {
	margin: 0 20px 25px 0;
	height: auto !important
}
.itemContainer {
	float: left;
}
.itemList article {
	padding-top: 0;
}
.itemsContainer:first-child .itemList article, .itemsContainer .itemsContainerWrap .itemList article, #itemListLeading .itemContainer:first-child article.itemView, .genericView .itemList article:first-child {
	border: none;
	margin-top: 0 !important;
	padding: 0
}
.genericView > header > h1 {
	color: #999;
	font-size: 24px;
}
#itemListLinks {
	clear: both;
}
#itemListLinks ul {
	margin: 12px 0 0 0;
}
#itemListLinks li {
	padding-left: 24px;
	font-size: 13px;
}
#itemListLinks a {
	color: #737373;
}
#itemListLinks a:hover {
	color: #2f3336;
}
/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon {
	margin-top: 16px;
}
.k2LatestCommentsBlock ul li, .k2TopCommentersBlock ul li {
	padding: 12px 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}
.k2Avatar {
	display: block !important;
	float: left;
	margin: 0 24px 0 0;
}
.lcAvatar {
	margin: 0 12px 0 0;
}
.lcAvatar img {
	margin: 0;
}
.lcUsername {
	font-weight: 600;
	font-size: 12px;
}
.k2LatestCommentsBlock div {
	margin-left: 72px
}
.k2LatestCommentsBlock div p {
	margin: 0.3em 0
}
.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777;
}
/* Restriction */
#gkRight .k2Avatar, #gkLeft .k2Avatar {
	border-color: #fff;
}
/* Top Commenters */
.tcUsername {
	font-size: 18px;
	color: #333;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 13px;
	color: #737373;
}
.tcLatestCommentDate {
	display: block;
	font-size: 11px;
	color: #999;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
	margin-right: -20px;
}
div .k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}
a.moduleItemTitle {
	color: #2f3336;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
}
.moduleItemAuthor a {
	color: #2f3336;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 0 0 12px;
}
.moduleItemAuthor p {
	clear: both;
}
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemDateCreated, .moduleItemCategory {
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags, .moduleAttachments {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #2f3336;
}
.moduleItemTags a {
	float: right;
}
a.moduleItemComments {
	font-size: 12px;
}
a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
}
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.moduleItemReadMore {
	display: block;
	clear: both;
}
/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label, .k2LoginBlock fieldset.input p input {
	display: block;
}
.k2LoginBlock fieldset.input p#form-login-remember label, .k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}
.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
/* ---Modules:  mod_k2_tools ---*/
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}
/* ---Calendar ---*/
.k2CalendarBlock {
	margin-bottom: 8px;
}
/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
	background: #fff;
}
.k2CalendarBlock table.calendar {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
	border-left: 1px solid #eee;
}
.k2CalendarBlock table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev, .k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #f5f5f5;
	font-size: 11px;
	width: 14.2%;
	color: #333;
	font-weight: 600;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #fbfbfb;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
	font-size: 11px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #7484ff;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #7484ff;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f5f5f5;
	padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #7484ff;
	font-size: 12px;
	font-weight: bold
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #7484ff;
	color: #fff;
	padding: 2px;
}
.calendarNavLink {
	color: #7484ff;
}
/* restriction */
.gkColumns > aside .k2CalendarBlock table.calendar, .gkColumns > aside .k2CalendarBlock table.calendar tr td {
	background: none;
	border: none;
	color: #fff;
}
.gkColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	font-weight: 700;
	font-size: 18px;
}
.gkColumns > aside .calendarNavMonthPrev, .gkColumns > aside .calendarCurrentMonth, .gkColumns > aside .calendarNavMonthNext {
	background: #2f3336 !important;
}
/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
	width: auto;
}
/*--- Archive module ---*/


.k2ArchivesBlock ul li b {
	color: #ccc;
	font-size: 11px;
	font-weight: 400;
	padding: 0 0 0 4px;
}
/* ---Tag Cloud ---*/

.k2TagCloudBlock a {
	float: left;
	margin-bottom: 6px;
}
/* ---Google Search ---*/
#k2Container .gsc-branding-text {
	text-align: right;
}
#k2Container .gsc-control {
	width: 100%;
}
#k2Container .gs-visibleUrl {
	display: none;
}
/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon, a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserFeedIcon span, a.ubUserFeedIcon:hover span {
	display: none;
}
a.ubUserURL, a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserURL span, a.ubUserURL:hover span {
	display: none;
}
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
.catCounter {
	font-size: 11px;
	font-weight: normal;
}
/* Rating form fix */
article header .itemRatingBlock > span {
	display: none;
}
article header .itemRatingBlock > div {
	margin: 3px 0 0 0;
}
/* Fix for the categories view */

.itemContainerLast:first-child .itemImageBlock, .clr + .itemContainerLast .itemImageBlock {
	padding: 0;
}
.itemCommentsPagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 80%;
}
.itemCommentsPagination ul {
	text-align: right;
}
/* change layout when more than 1 column */
.itemsContainerWrap time + header, .cols-2 time + header, .cols-3 time + header, .cols-4 time + header {
	padding-left: 0!important;
}
.itemsContainer .itemsContainerWrap, .itemContainer .itemsContainerWrap {
	margin: 0/* 10px*/;
}
.itemsContainerWrap .itemView header ul li.itemDate, .itemsContainerWrap header ul li.item-date, .cols-2 header ul li.item-date, .cols-3 header ul li.item-date, .cols-4 header ul li.item-date {
	display: block;
}
.itemsContainer .itemsContainerWrap .itemList article {
	margin-bottom: 50px;
}
/* Latest Items columns */

#k2Container article header h2 {
	clear: both;
	line-height: 1.2;
}
#k2Container .itemsContainerWrap article header h2 {
	font-size: 29px;
	line-height: 38px;
}
#k2Container .itemsContainerWrap article header {
	margin-bottom: 10px;
}
.itemIntroText ol, .itemFullText ol {
	list-style: decimal;
	list-style-position: inside;
}
.itemAuthorContent {
	clear: both;
}
/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/

.k2FeedIcon a, a.k2FeedIcon {
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 32px 0 0;
	padding: 0 0 0 32px;
	float: left;
	font-size: 13px;
	color: #999;
	background: url(/templates/gk_creativity/images/k2/rss.png) no-repeat 0 0;
}
.k2FeedIcon a:hover, a:hover.k2FeedIcon {
	color: #222;
}
.k2FeedIcon {
	float: none!important;
}
.activeCategory a {
	color: #7484ff
}
/* item view */

article header ul + ul {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}
article header ul + ul li {
	line-height: 28px;
}
h1 > sup, h2 > sup {
	background: #7484ff;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 20px;
	padding: 0 8px;
	position: absolute;
	right: 0;
	top: -2.5em;
	text-transform: uppercase;
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/templates/gk_creativity/images/k2/fonts.png) no-repeat 100% 5px;
	text-indent: -9999em;
}
ul li.itemResizer span {
	padding: 0 6px 0 0;
}
ul li.itemResizer #fontIncrease {
	background-position: 0 5px;
}
.smallerFontSize {
	font-size: 90% !important;
}
.largerFontSize {
	font-size: 115% !important;
}
.itemPrint a, .itemEmail a {
	color: #666 !important
}
.itemImageBlock {
	margin: 0 20px 40px 0;
	overflow: hidden;
	position: relative;
}
.catpage .itemListView .itemImageBlock {
	margin: 0 0 25px 0;
	float: left;
}
.itemImage {
	display: block;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.itemImage:hover {
	background-color: rgba(0,0,0,.5);
}

.itemImage:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}
.itemImage:after {
	border: 2px solid #fff;
	-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: #fff;
	content: attr(data-content) "\f0c1";
	font-family: FontAwesome;
	font-size: 22px;
	height: 52px;
	left: 52%;
	line-height: 50px;
	margin: -32px 0 0 -32px;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 52%;
	-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: 52px;
}
.itemImageBlock img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
/*	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;*/
	width: 100%;
}
#k2Container.itemView .itemImageBlock img {
    width: 100% !important;
}
.itemImageBlock img:hover {
/*	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);*/

}
.itemImageCaption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
/*.itemImageGallery {
	margin: -40px 0 40px;
}*/
.itemImageGallery h3 {
	display:none;
}
.itemExtraFields ul li span.itemExtraFieldsValue, .itemLinks .itemCategory a, .itemLinks .itemTagsBlock ul {
	display: block;
	margin: 0 0 0 15%;
}
.itemBottom .itemRatingBlock span, .itemBottom .itemRatingBlock .itemRatingList, .itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li, .itemLinks .itemCategory span, .itemLinks .itemAttachmentsBlock > span, .itemExtraFields ul li span.itemExtraFieldsLabel, .itemLinks .itemTagsBlock span, .itemLinks .itemTagsBlock ul li, .latestView .itemsContainer {
	float: left;
}
.latestView {
	margin: 0 -10px;
}
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks {
	clear: both;
	font-size: 13px;
	margin: 38px 0;
}
.itemLinks .itemTagsBlock, .itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
}
.itemSocialSharing {
	padding: 20px 0;
	margin-top: 38px;
}
.itemExtraFields {
	margin: 8px 0 24px;
	font-size: 12px;
}
.itemExtraFields h3 {
	padding: 0 0 8px;
	font-size: 18px;
}
small.itemDateModified {
	display: block;
	text-align: right;
	font-style: italic
}
.itemRatingBlock {
	overflow: hidden;
}
.itemRatingBlock span {
	float: left;
}
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 15%;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
	font-size: 11px;
	color: #999
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: white;
	background: #7484ff;
	text-align: center;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.itemRatingForm .formLogLoading {
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
	background: url(/templates/gk_creativity/images/k2/star.png) left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}
.itemRatingList a, .itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover {
	background-position: left center;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}
.itemTags li a, .k2TagCloudBlock a, .moduleItemTags a {
	background: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	margin-right: 6px;
	padding: 2px 6px;
	text-transform: uppercase;
}
.itemTags li a:hover, .k2TagCloudBlock a:hover, .moduleItemTags a:hover {
	background: #7484ff;
	color: #fff
}
.k2TagCloudBlock a {
	background-image: none;
	height: auto;
	line-height: normal;
}
.itemExtraFields ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.itemLinks ul li {
	list-style: none;
}

.itemAttachmentsBlock {
	margin: 0 0 48px;
	min-height: 38px;
	padding: 10px;
}
.itemLinks .itemAttachmentsBlock ul li a {
	color: #fff !important;
	font-weight: 400;
	margin-left: 12px;
}
.itemLinks .itemAttachmentsBlock ul li a span {
	font-weight: normal;
	font-size: 11px;
}
.itemLinks .itemSocialSharing > div {
	float: left;
}
.itemAuthorBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
}
.itemAuthorBlock > .gkAvatar {
	float: left;
	max-width: 80px;
}
.itemAuthorBlock > .gkAvatar > img {
	margin: inherit!important
}
.itemAuthorBlock .itemAuthorDetails {
	font-size: 14px;
	margin: 0 24px 0 130px;
	line-height: 1.7;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 0.5em 0 0.8em;
}
.itemAuthorUrl, .itemAuthorEmail {
	font-size: 12px;
}
.itemAuthorData {
	overflow: hidden;
	margin: 0 0 36px;
	padding: 16px;
	background: #fafafa;
}
.itemAuthorData h3 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.itemAuthorData a {
	color: #333 !important
}
.itemAuthorData .itemAuthorContent {
	margin: 0;
}
.itemAuthorContent {
	margin: 0 0 32px 0;
	overflow: hidden;
}
.itemAuthorContent ul li {
	line-height: 1.6;
	padding: 5px 0 0 24px;
}
.itemNavigation {
	clear: both;
	padding: 0;
	font-size: 12px;
	color: #7D7B7A;
}
.itemAuthorContent ul li a:hover {
	color: #2f3336;
}
.itemComments h3, .itemAuthorContent h3 {
	border-top: 1px solid #eee;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 6px
}
.itemCommentsForm textarea, .itemCommentsForm .inputbox {
	float: left;
}
.itemCommentsForm textarea.inputbox {
	height: 200px;
}
.itemCommentsForm .inputbox {
	width: 100%;
}
.itemCommentsForm #submitCommentButton {
	clear: both;
	margin: 20px 0 0;
}
.itemCommentsForm .itemCommentsFormNotes {
	margin: 0 0 24px;
	color: #999;
	font-size: 13px;
}
#itemCommentsAnchor {
	clear: both;
	padding: 48px 0 0
}
.itemComments p {
	margin: 0.5em 0
}
.itemComments .itemCommentsList {
	padding: 0 0 24px
}
.itemComments .itemCommentsList li {
	border-top: 1px dotted #e5e5e5;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.itemComments .itemCommentsList li:first-child {
	border: none
}
.itemComments .itemCommentsList li > div {
	padding: 10px;
}
.itemComments .itemCommentsList li > img, .k2LatestCommentsBlock img, .itemAuthorBlock > .gkAvatar > img {
	float: left;
	margin: 18px 0 0;
}
.itemComments .itemCommentsList li > div {
	margin: 0 0 0 92px;
}
.itemComments .itemCommentsList li span {
	color: #999;
	font-size: 13px;
	margin-right: 16px;
}
.itemComments .itemCommentsList li div > p + span {
	color: #333;
	font-weight: 400
}
a.commentLink {
	float: right
}
.itemBackToTop {
	float: right;
}
/* Items views */

.itemList ul.itemTags {
	clear: both;
	padding: 12px 0 0 0;
}
.itemTags {
	padding-left: 4px !important;
}
.itemList ul.itemTags li {
	float: left;
}
.clr {
	clear: both;
}
.itemListSubCategories {
	overflow: hidden;
	margin-top: 75px;
}
.userView article, .genericView article, .itemList article {
	clear: both;
	margin-top: 38px !important;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory {
	margin: 0 20px 25px 0;
	height: auto !important
}
.itemContainer {
	float: left;
}
.itemList article {
	padding-top: 0;
}
.itemsContainer:first-child .itemList article, .itemsContainer .itemsContainerWrap .itemList article, #itemListLeading .itemContainer:first-child article.itemView, .genericView .itemList article:first-child {
	border: none;
	margin-top: 0 !important;
	padding: 0
}
.genericView > header > h1 {
	color: #999;
	font-size: 24px;
}
#itemListLinks {
	clear: both;
}
#itemListLinks ul {
	margin: 12px 0 0 0;
}
#itemListLinks li {
	padding-left: 24px;
	font-size: 13px;
}
#itemListLinks a {
	color: #737373;
}
#itemListLinks a:hover {
	color: #2f3336;
}
/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon {
	margin-top: 16px;
}
.k2LatestCommentsBlock ul li, .k2TopCommentersBlock ul li {
	padding: 12px 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}
.k2Avatar {
	display: block !important;
	float: left;
	margin: 0 24px 0 0;
}
.lcAvatar {
	margin: 0 12px 0 0;
}
.lcAvatar img {
	margin: 0;
}
.lcUsername {
	font-weight: 600;
	font-size: 12px;
}
.k2LatestCommentsBlock div {
	margin-left: 72px
}
.k2LatestCommentsBlock div p {
	margin: 0.3em 0
}
.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777;
}
/* Restriction */
#gkRight .k2Avatar, #gkLeft .k2Avatar {
	border-color: #fff;
}
/* Top Commenters */
.tcUsername {
	font-size: 18px;
	color: #333;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 13px;
	color: #737373;
}
.tcLatestCommentDate {
	display: block;
	font-size: 11px;
	color: #999;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
	margin-right: -20px;
}
div .k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}
a.moduleItemTitle {
	color: #2f3336;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
}
.moduleItemAuthor a {
	color: #2f3336;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 0 0 12px;
}
.moduleItemAuthor p {
	clear: both;
}
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemDateCreated, .moduleItemCategory {
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags, .moduleAttachments {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #2f3336;
}
.moduleItemTags a {
	float: right;
}
a.moduleItemComments {
	font-size: 12px;
}
a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
}
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.moduleItemReadMore {
	display: block;
	clear: both;
}
/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label, .k2LoginBlock fieldset.input p input {
	display: block;
}
.k2LoginBlock fieldset.input p#form-login-remember label, .k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}
.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
/* ---Modules:  mod_k2_tools ---*/
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}
/* ---Calendar ---*/
.k2CalendarBlock {
	margin-bottom: 8px;
}
/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
	background: #fff;
}
.k2CalendarBlock table.calendar {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
	border-left: 1px solid #eee;
}
.k2CalendarBlock table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev, .k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #f5f5f5;
	font-size: 11px;
	width: 14.2%;
	color: #333;
	font-weight: 600;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #fbfbfb;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
	font-size: 11px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #7484ff;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #7484ff;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f5f5f5;
	padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #7484ff;
	font-size: 12px;
	font-weight: bold
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #7484ff;
	color: #fff;
	padding: 2px;
}
.calendarNavLink {
	color: #7484ff;
}
/* restriction */
.gkColumns > aside .k2CalendarBlock table.calendar, .gkColumns > aside .k2CalendarBlock table.calendar tr td {
	background: none;
	border: none;
	color: #fff;
}
.gkColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	font-weight: 700;
	font-size: 18px;
}
.gkColumns > aside .calendarNavMonthPrev, .gkColumns > aside .calendarCurrentMonth, .gkColumns > aside .calendarNavMonthNext {
	background: #2f3336 !important;
}
/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
	width: auto;
}
/*--- Archive module ---*/


.k2ArchivesBlock ul li b {
	color: #ccc;
	font-size: 11px;
	font-weight: 400;
	padding: 0 0 0 4px;
}
/* ---Tag Cloud ---*/

.k2TagCloudBlock a {
	float: left;
	margin-bottom: 6px;
}
/* ---Google Search ---*/
#k2Container .gsc-branding-text {
	text-align: right;
}
#k2Container .gsc-control {
	width: 100%;
}
#k2Container .gs-visibleUrl {
	display: none;
}
/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon, a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserFeedIcon span, a.ubUserFeedIcon:hover span {
	display: none;
}
a.ubUserURL, a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserURL span, a.ubUserURL:hover span {
	display: none;
}
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
.catCounter {
	font-size: 11px;
	font-weight: normal;
}
/* Rating form fix */
article header .itemRatingBlock > span {
	display: none;
}
article header .itemRatingBlock > div {
	margin: 3px 0 0 0;
}
/* Fix for the categories view */

.itemContainerLast:first-child .itemImageBlock, .clr + .itemContainerLast .itemImageBlock {
	padding: 0;
}
.itemCommentsPagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 80%;
}
.itemCommentsPagination ul {
	text-align: right;
}
/* change layout when more than 1 column */
.itemsContainerWrap time + header, .cols-2 time + header, .cols-3 time + header, .cols-4 time + header {
	padding-left: 0!important;
}
.itemsContainer .itemsContainerWrap, .itemContainer .itemsContainerWrap {
	margin: 0/* 10px*/;
}
.itemsContainerWrap .itemView header ul li.itemDate, .itemsContainerWrap header ul li.item-date, .cols-2 header ul li.item-date, .cols-3 header ul li.item-date, .cols-4 header ul li.item-date {
	display: block;
}
.itemsContainer .itemsContainerWrap .itemList article {
	margin-bottom: 50px;
}
/* Latest Items columns */

#k2Container article header h2 {
	clear: both;
	line-height: 1.2;
}
#k2Container .itemsContainerWrap article header h2 {
	font-size: 29px;
	line-height: 38px;
}
#k2Container .itemsContainerWrap article header {
	margin-bottom: 10px;
}
.itemIntroText ol, .itemFullText ol {
	list-style: decimal;
	list-style-position: inside;
}
.itemAuthorContent {
	clear: both;
}
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: 400; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/
 
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#kontakt,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	/* Positions blocks -clearing */
	clear: both;
}

#gkTop1 .box,
#gkTop2 .box,
#kontakt .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box {
	margin-bottom: 30px!important;
}

.gridpage #gkTop1 .box,
.gridpage #gkTop2 .box,
.gridpage #kontakt .box,
.gridpage #gkBottom2 .box {
	margin-bottom: 14px!important;
}

#gkTop1,
#gkTop2 {
	overflow: hidden;
}

#gkTop1 + #gkBreadcrumb,
#gkTop2 + #gkBreadcrumb {
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
}

body .gkCols3.gkNoMargin,
body .gkCols4.gkNoMargin,
body .gkCols6.gkNoMargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* clearfix */
#gkTop:after,
#gkPageContent:after,
#gkContent:after,
#gkSidebar:after,
.gkPage:after,
footer:after,
header:after,
section:after,
aside:after,
article:after,
.box:after,
#k2Container:after,
#gkMainbody:after,
article header:after,
.itemSocialSharing:after,
#gkTopMenu:after,
article header ul:after,
#gkTop1 > div:after,
#gkTop2 > div:after,
.gkTabsWrap:after,
.gkTabsWrap ol:after,
.itemList:after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
#gkContent,
#gkComponentWrap,
#gkSidebar,
#gkInset {
	/* Main columns */
	-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;
}

#gkContent.gkColumnLeft {
	float: right;
	padding: 0;
}

#gkSidebar {
	padding: 0 0 0 65px;
}

.gridpage #gkSidebar {
	padding: 0 0 0 14px;
}

#gkContent.gkColumnLeft + #gkSidebar {
	float: left;
	padding: 0 65px 0 0;
}

.gridpage #gkContent.gkColumnLeft + #gkSidebar {
	padding: 0 14px 0 0;
}

#gkSidebar > div > .box {
	margin-top: 14px;
}

#gkSidebar > div > .box:first-child {
	margin-top: 0;
}

#gkContentWrap {
	-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;
	padding: 0;
}

#gkContentWrap + #gkInset {
	float: left;
	padding: 0 0 0 65px;
}

.gridpage #gkContentWrap + #gkInset {
	padding: 0 0 0 14px;
}

#gkContentWrap.gkInsetLeft {
	float: right;
}

#gkContentWrap.gkInsetLeft + #gkInset {
	float: left;
	padding: 0 65px 0 0;
}

.gridpage #gkContentWrap.gkInsetLeft + #gkInset {
	padding: 0 14px 0 0;
}

#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0;
	padding-right: 0;
}

#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
	padding-top: 10px;
}

#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
	padding-top: 10px;
}

/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#kontakt .box,
#gkBottom2 .box {
	/* Columns in the positions blocks */
	-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;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	-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;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-bottom: 30px;
} 

/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
section#gkPage > section:first-child,
section#gkContent > section:first-child,
section#gkComponentWrap > section:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}
/* top/bottom modules */

.gkCols3,
.gkCols4,
.gkCols6 {
	margin: 0 -10px!important;
}

/* 3-column layout */
.gkCols3 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols3 .box.gkmod-1 {
	width: 100%;	
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}

/* 4-column layout */
.gkCols4 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols4 .box.gkmod-1 {
	width: 100%;	
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}

/* 6-column layout */
.gkCols6 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols6 .box.gkmod-1 {
	width: 100%;	
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}

/* Bottom */
#gkBottom3 .box,
#gkBottom4 .box {
	padding: 0 30px!important;
}

#gkBottom3 > div,
#gkBottom4 > div {
	margin: 0 -30px!important;
}

/* page suffix gridpage */
.gridpage .gkCols3 .box,
.gridpage .gkCols4 .box,
.gridpage .gkCols6 .box {
	padding: 0 7px;
}

.gridpage .gkCols3,
.gridpage .gkCols4,
.gridpage .gkCols6 {
	margin: 0 -7px!important;
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	height: 38px;
	max-width: 100%!important;
	padding: 0 10px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}
legend {
	color: #222;
	font-weight: 600;
	text-transform: uppercase
}
select {
	height: inherit;
	padding: 6px
}
html.-moz-select {
	padding: 3px 5px
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fffef4;
}
.bigbutton,
button,
.button,
.button.inverse:active,
.button.inverse:focus,
.button.inverse:hover,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.gkPriceTable dd a {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #888!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 400!important;
	height: 34px;
	line-height: 34px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	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
}
button:hover,
.button:hover,
.button.inverse,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.gkPriceTable dd a:hover {
	background: rgba(50, 50, 50, .9);
	border: 1px solid rgba(50, 50, 50, 0.9);
	color: #fff!important;
}
/* Additional button styles */

.readon {
	font-weight: 400
}
.border,
.gkPriceTable dd a {
	background: transparent!important;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #888!important;
}
.border:hover,
.gkPriceTable dd a:hover {
	background: #7484ff!important;
	border-color: #7484ff!important;
	color: #fff!important;
}
.gkPriceTable .gkPremium dd a:hover {
	border-color: #fff;
}
#gkBottom2 .border {
	border-color: #fff;
}
#gkBottom2 .box .border:hover {
	background: #fff!important;
	border-color: #fff!important;
	color: #7484ff!important;
}
.bigbutton {
	border-width: 2px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	float: none;
	height: 58px!important;
	line-height: 58px!important;
	padding: 0 32px!important;
	text-transform: uppercase!important;
}
/* Other form elements */

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 29px!important;
	line-height: 24px
}
.invalid {
	background: #fffef4;
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	padding: 0 6px 0 0;
	text-transform: uppercase
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}
fieldset.filters > div > select {
	margin-top: 4px
}
section article {
	margin-top: 20px
}
section > header {
	margin: 0 0 32px;
	padding: 0
}
section > header div p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	text-transform: none
}
section img {
	height: auto!important;
	max-width: 100%!important
}
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul {
	margin-left: 20px;
}
section.categories-list ul ul li {
	border: none;
	border-top: 1px solid #eee;
	padding-left: 6px
}
section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0
}
section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}
section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	font-size: 11px;
	margin: 0
}
section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt {
	float: left
}
section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px
}
section.category .children h3,
section.blog .children h3 {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0
}
.filters .display-limit select {
	display: inline!important;
	float: none
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	background: #fafafa;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 12px;
	text-align: left;
	text-transform: uppercase
}
th a {
	color: #333!important;
}
th a:active,
th a:focus,
th a:hover {
	color: #7484ff!important;
}
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p {
	margin: .5em 0
}
section.blog .items-row {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden
}
section.blog-featured .items-row {
	margin-top: 40px;
	margin-bottom: 0;
}
section.blog-featured .items-row:first-child {
	margin-top: 0;
}
section.blog .items-row header h2,
section.blog-featured .items-row header h2 {
	font-size: 28px;
}
section.blog .items-more h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}
.items-leading > div {
	clear: both!important;
	margin-top: 50px;
}
.items-leading > div:first-child {
	margin-top: 0;
}
/* Article */
article,
article > section {
	position: relative
}
article aside {
	background: #f8f8f8;
	display: block;
	float: left;
	font-size: 13px;
	padding: 15px;
	text-align: center;
	width: 90px
}
article aside.itemAsideInfo > img,
article aside.itemAsideInfo > ul li {
	margin: 0 0 22px
}
article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
	color: #333;
	font-weight: 400;
	margin: 0 0 2px
}
article header {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 32px;
	width: 100%
}
li.print-icon,
li.email-icon {
}
li.print-icon a,
li.email-icon a {
	position: relative;
	top: 3px;
}
article header.itemHasImage {
	position: relative
}
article header.itemHasImage h1 {
	background: rgba(0,0,0,0.8);
	bottom: 36px;
	left: 0;
	line-height: 1.1;
	padding: 10px 16px;
	position: absolute;
	width: 65%;
	z-index: 1;
	color: #fff;
}
article header.itemHasImage h1 a {
	color: #fff!important;
}
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover {
	color: #7484ff!important;
}
.blog article header ul {
	margin: 0 0 10px;
}
article header h1,
article header h2 {
	font-size: 2em;
	margin: 0 0 6px;
	hyphens: auto;
}
article header li {
	color: #666;
	float: left;
	font-size: 13px !important;
	font-weight: 400;
	margin: 0 12px 0 4px !important;
}
article header li:first-child {
	margin-left: 0
}
article.item-page ul.content-links li {
	background: none
}
article header li a {
	color: #333
}
article header li a:hover {
	color: #7484ff
}
.img-intro-none {
	float: none
}
.img-intro-none img {
	float: none!important;
	margin: 0 auto
}
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
	float: none;
	margin: 0 0 40px 0;
	overflow: hidden;
	position: relative
}
.img-fulltext-none > div,
.img-fulltext-left > div,
.img-fulltext-right > div {
	float: none!important;
	width: 100%!important
}
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	display: block;
	height: auto!important;
	max-width: 100%!important;
	width: 100%!important
}
p.img_caption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	font-size: 11px;
}
section.blog div.img_caption img.caption {
	display: block;
	float: none!important
}
.item-page ul {
	list-style-type: none
}
.edit fieldset > div {
	clear: both;
	padding: 5px 0
}
.edit fieldset > div label {
	display: block;
	float: left;
	min-width: 120px
}
section.login .login-fields {
	padding-bottom: 16px
}
section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}
section.login ul {
	font-size: 11px;
	margin-top: 40px
}
.profile dt {
	clear: both;
	float: left;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 200px
}
.contact-image {
	border: 10px solid #fff;
	float: right;
	padding: 0;
}
.contact-form legend {
	color: #999;
	font-size: 13px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	width: auto!important
}
.contact h3 {
	border-top: 1px solid #e5e5e5;
	margin: 30px 0 12px;
	padding: 24px 0 0;
}
#jform_contact_email_copy {
	margin-left: 10px
}
section.newsfeed > ol {
	list-style: none
}
section.newsfeed > ol > li {
	border-top: 1px solid #eee;
	padding: 24px 0 0
}
section.newsfeed > ol > li > a {
	font-size: 42px
}
section.contentpane iframe {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #eee;
	box-sizing: border-box
}
.tip {
	background: #fff;
	border: 1px solid #ccc;
	max-width: 350px;
	min-width: 160px;
	padding: 8px
}
.tip-title {
	background: #7484ff;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 15px
}
.tip-text {
	color: #555;
	font-size: 12px;
	padding: 5px 0
}
#system-message {
	margin: 0;
}
#system-message dd ul {
	list-style: none!important
}
#system-message > div {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FFFEF4;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	min-height: 30px;
	padding: 12px 0;
	text-align: center;
}
.item-page > div.pagination {
	display: none!important
}
.pagination {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 15px;
	margin: 60px 0 20px;
	padding: 8px 0 0;
}
.pagination ul li {
	background-image: none!important;
	color: #999;
	cursor: default;
	display: inline-block;
	margin: 0
}
.pagination ul li a,
.pagination ul li span {
	display: block;
	padding: 2px 6px;
	text-align: center
}
.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin-right: 12px
}
ul.pagenav {
	margin: 0;
	overflow: hidden;
	padding: 0
}
#member-registration dt,
#member-registration dd {
	display: inline-block;
	padding-bottom: 10px
}
#member-registration dt {
	min-width: 170px
}
#member-registration dd {
	min-width: 200px
}
#member-registration dd:after {
	content: '\A';
	white-space: pre
}
#gkMainbody .registration {
	width: 500px
}
.bannergroup:first-line,
.bannergroup_text:first-line {
	font-size: 14px;
	line-height: 3;
	font-weight: 500;
}
div.banneritem {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 12px;
	padding: 8px 0
}
div.banneritem a {
	font-size: 14px;
	margin-bottom: 3px;
}
div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #7484ff;
	font-size: 13px;
	padding: 5px 5px 0 0;
	text-align: right
}
#gkSocialAPI {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 20px 0;
	padding: 20px 0 0 0;
}
#gkSocialAPI > iframe,
#gkSocialAPI > #___plusone_0 {
	position: relative;
	top: -5px
}
#gkSocialAPI #___plus_0 {
	margin-right: 10px!important;
	position: relative;
	top: -5px;
	vertical-align: top
}
#gkSocialAPI > a {
	top: -5px;
}
#dynamic_recaptcha_1,
#recaptcha_area {
	max-width: 480px;
	min-height: 100px
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
	margin-bottom: 10px
}
.pane-sliders .panel h3 {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
}
.pagenavcounter {
	color: #333;
	font-size: 13px;
	font-weight: 400;
}
.article-index {
	border-left: 1px solid #e5e5e5;
	float: right;
	margin: 0 0 30px 30px;
	padding: 12px 0 18px 24px;
	width: auto
}
.article-index h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
.article-index li {
	font-size: 14px;
	font-weight: 400;
	padding: 2px 0
}
.article-index li a.active {
	color: #333;
}
.article-index li:first-child {
	border-top: none;
	margin-top: 10px
}
dl#tabs,
dl.tabs {
	border: 1px solid #e5e5e5;
	margin: 0 0 16px;
	min-height: 30px;
	overflow: hidden;
	padding: 12px 24px
}
dl#tabs dt.tabs,
dl.tabs dt.tabs {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 24px;
	padding-right: 12px
}
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	float: left;
	height: 30px;
	line-height: 29px;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
	cursor: pointer
}
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	color: #333
}
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
	margin-top: 11px!important
}
#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px
}
#searchForm label,
#searchForm input,
#finder-search input {
	float: left;
	font-weight: normal;
	margin: 0 12px 0 0!important;
	text-transform: none
}
fieldset.phrases,
fieldset.only {
	line-height: 36px;
	font-size: 14px
}
#searchForm fieldset.word {
	border: none;
	padding: 0 0 42px
}
#searchForm fieldset legend {
	float: left;
	padding: 0 24px 0 0
}
.searchintro strong {
	color: #333;
	font-size: 16px;
	font-weight: 400
}
.form-limit {
	float: right;
	margin: 24px 0 0
}
.result-category,
.result-created {
	color: #AFAFAF;
	font-size: 13px;
	padding: 0 0 8px
}
.result-created {
	margin: 0 0 0 24px
}
.result-title {
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 300;
	padding: 8px 36px;
	position: relative
}
.result-title :before {
	color: #333;
	content: "\f046";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 8px;
	left: 4px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0
}
.advanced-search-tip p {
	margin: 0
}
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}
#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0
}
#search-result-empty h2 {
	font-size: 18px
}
.autocompleter-queried {
	color: #7484ff!important
}
div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}
.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px 4px
}
.archive article {
	padding: 32px 0 0
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 16px;
	max-width: 100%!important
}
/* Menu suffix */


.box.menu ul ul {
	margin-left: 0
}
.box.menu li,
.box .k2ArchivesBlock li {
	margin: 0 0 5px;
	padding: 0 0 0 16px;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box.menu li:before,
.box .k2ArchivesBlock li:before {
	color: #ccc;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	top: 0!important;
	left: 0;
}
.box.menu li:hover:before;
.box .k2ArchivesBlock li:before {
	color: #7484ff;
}
.box.menu li a {
	color: #333;
	display: block;
	font-weight: 400;
}
.box.menu li a:hover {
	display: block;
	color: #7484FF;
}
/* Languages */
div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}
div.mod-languages {
	text-align: center
}
div.mod-languages p {
	margin-bottom: .5em
}
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	line-height: 32px;
	margin: 0 5px
}
.mod-languages ul li.lang-active {
	font-weight: 700
}
.mod-languages ul li a img {
	-moz-transform: scale(1);
	-moz-transform-style: preserve-3d;
	-moz-transition: 0 .1s ease-out;
	-ms-transform: scale(1);
	-ms-transform-style: preserve-3d;
	-o-transform: scale(1);
	-o-transition: 0 .1s ease-out;
	-webkit-transform: scale(1);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0 .1s ease-out;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: transform .1s ease-out
}
.mod-languages ul li a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: 0 .6s ease-out;
	transform: scale(1.2);
	transition: transform .6s ease-out
}
.mod-languages ul li.lang-active a img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt,
#system-message h4.alert-heading,
#system-message a.close  {
	display: none
}
#system-message p {
	text-align: center;
	margin: 0;
}

fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
	margin-bottom: 50px;
}
section article:first-child,
section.blog .items-more ol {
	margin-top: 0
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border: none
}
.filters .display-limit,
ul.pagenav .pagenav-next {
	float: right
}
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption {
	float: none!important
}
#member-registration fieldset + div,
#member-profile > div {
	line-height: 35px
}
/* page links */
div.articleContent div.content-links ul li {
	background: none !important;
	padding-left: 0 !important;
}
/*
 * Joomla! and K2 common parts
 */
 
.itemAsideInfo {
	position: absolute;
	top: 0;
}
.itemBody.containsItemInfo,
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
	margin-left: 160px
}
.itemAsideInfo img {
	max-width: 86px!important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}


/* tags */
#adminForm div.tags {
     margin-top: 0;
}
div.tags {
     margin-top: 10px;
     overflow: hidden;
}
div.tags > span.tags-label {
     float: left;
     margin-right: 30px;
     line-height: 20px;    
}
.item-page .tags {
     padding-bottom: 15px;
     font-size: 14px;
}
div.tags a {
     background: #333;
     color: #fff;
     font-size: 11px;
     font-weight: 400;
     margin-right: 6px;
     padding: 2px 6px;
     text-transform: uppercase;
}
div.tags a:hover,
div.tags a:focus,
div.tags a:active {
     background: #7484ff;
     color: #fff
}
span.tag-body p {
     display: inline;
}
div.tags.tagcloud a.tooltip span {
    z-index:10;
    font-weight: bold;
    display:none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height:16px;
    font-size: 85%;
    font-weight: normal!important;
    transition: all 1s ease-in;
}

div.tags.tagcloud  a.tooltip:hover span {
     border: 1px solid #ccc;
     background: rgba(255, 255, 255, 0.9);
    display:inline;
    position:absolute;
    color:#111;
}
div.tags.tagcloud a.tooltip span img {
     max-width: 80px!important;
     height: auto;
     float: left;
     margin: 0 10px 10px 0;
}
div.tag-category div.btn-group {
     margin-top: 10px;
}
div.tag-category div.btn-group.pull-right {
     float: right;
}
div.tag-category div.btn-group label {
     margin-top: 10px;
}
div.tag-category h3 {
     font-size: 19px;
     margin: 8px 0;
}
div.tag-category h3 {
     font-size: 19px;
     margin: 8px 0;
}
div.tag-category ul.category li {
     border-bottom: 1px solid #ccc;
     padding: 10px;
     font-size: 90%;
}
div.tag-category ul.category li h3 {
     font-size: 14px;
     margin: 5px 0;
}
div.tags.tagcloud a {
     float: left;
     margin-bottom: 6px;
}
/* Fix for the editor */
.item-page.edit .formelm {
	clear: both;
	float: left;
}
.item-page.edit .formelm .button2-left {
	margin-top: 6px;
}
.item-page.edit .formelm-area label {
	display: block;
	width: 100%;
}
.item-page.edit .formelm-buttons {
	margin-top: 5px;
	overflow: hidden;
}
.item-page.edit .fltlft {
	float: left;
}
.item-page.edit legend {
	font-size: 140%;
	font-style: italic;
}
.item-page.edit .toggle-editor {
	margin-top: -5px;
}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 30px 0 10px;
	font-size: 12px;
	line-height: 23px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(/templates/gk_creativity/images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(/templates/gk_creativity/images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(/templates/gk_creativity/images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(/templates/gk_creativity/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(/templates/gk_creativity/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(/templates/gk_creativity/images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/gk_creativity/images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/

/* Basic elements */

html {
	background: #5a69de;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	min-height: 100%;
}
body {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a {
	color:#333;
	text-decoration: none;
}
article .itemBody a {
	text-decoration:underline;
}

#gkMainMenu /*div.childcontent*/ a:active,
#gkMainMenu /*div.childcontent*/ a:focus,
#gkMainMenu /*div.childcontent*/ a:hover,
article header h1 a:hover,
article header h2 a:hover,
.pane-sliders .panel h3 a:hover {
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainMenu div.childcontent a,
article header h1 a,
article header h2 a,
.pane-sliders .panel h3 a {
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 0;
}
h1 {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 24px 0;
}
h2,
.componentheading {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 18px 0;
	hyphens: auto;
}
.catpage h2 {
	font-size: 1.5em;
}
.itemIntroText h2 {
	margin: 36px 0;
}
h3 {
	font-size: 1.5em;
}
.itemFullText h3 {
	font-weight: 300;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 2.0;
}
p {
	margin: 0.5em 0 1.5em;
}
iframe {
	max-width: 100%!important;
}
/* Containers */
div.gk-intro {
	height: 101%;
	position: relative;
}
#gkContent {
	padding: 0 0 30px 0;
}
#gkContentWrapper {
	background: #eee;
	position: relative;
	z-index: 50;
	overflow-x: hidden;
}
#gkContentWrapper.noIntro {
	padding: 75px 0 0 0;
}
#gkPageContentWrap {
	background: url(/templates/gk_creativity/images/debut_light.png) repeat scroll 0 0 #f8f8f8;
	padding: 60px 0 0 0;
}
#gkInset,
#gkSidebar {
	font-size: 14px;
}
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}
#gkHeader {
	background: url(/templates/gk_creativity/images/debut_light.png) repeat scroll 0 0 #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -60px;
	margin-bottom: 30px;
}
.onepage #gkHeader {
	margin-bottom: 0;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent,
#gkPageCotnentWrap {
	width: 100%;
}
#gkPageContent {
	margin-bottom: 30px!important;
}
.gridpage #gkPageContent {
	margin-bottom: 14px!important;
}
#gkPageContent + #gkFooter {
	margin-top: 20px;
}
/* Logo  */

.gkLogo {
	float: left;
	margin: 3px 0 0;
}
#gkLogo {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 130px;
	display: block;
	float: left;
	position:relative;
	left: -10px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	background: transparent url(/templates/gk_creativity/images/logo.png) no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 74px;
	width: 130px;
}
#gkLogo.text {
	color: #333;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 25px 5px 5px 0;
	text-align: center;
	text-indent: 0;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	text-transform: uppercase;
}
#gkLogo.text .gkLogoSlogan {
	color: #c3c3c3;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
/* Top */
#gkTop {
	background: rgba(23, 18, 31, .75)/*url('../images/stressed_linen.png') repeat scroll 0 0 *//*rgba(0, 0, 0, 0.85)*//*rgba(50, 50, 50, .9)*/;
/*	border-bottom: 1px solid #fff;*/
	min-height: 75px;
	position: fixed;
	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%;
	z-index: 999;
}
#gkTop.isIntro {
	top: -200px;
}
/* Userarea */
#gkUserArea {
	float: right;
}
#gkUserArea .button {
	color: #fff!important;
	float: right;
	margin: 20px 0 0 26px;
}
#gkUserArea .button:hover {
	color: #fff!important;
}
/* Stylearea */

#gkStyleArea {
	display: block;
	float: right;
	line-height: 10px;
	margin: 34px 0 0 15px;
	padding: 0!important;
	text-align: center;
}
#gkStyleArea a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 7px 0 0 1px;
	text-indent: -9999px;
	-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.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 8px;
}
#gkStyleArea a:first-child {
	margin-left: 0;
}
#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#gkColor1 {
	background: #7484ff;
}
#gkColor2 {
	background: #68b5ff;
}
#gkColor3 {
	background: #81ac8b;
}
#gkColor4 {
	background: #ff7f66;
}
#gkColor5 {
	background: #fa9556;
}
#gkColor6 {
	background: #ff8598;
}

/* Group modules */

#kontakt,
#gkBottom2 {
	overflow: hidden;
	padding: 64px 0 40px 0;
}
#gkBottom2 {
	background: rgba(23, 18, 31,.75);
}
/* standard breadcrumb */

#gkBreadcrumb {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 5px 0;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
}
.breadcrumbs li.separator {
	color: #ccc;
	font-size: 16px;
	font-weight: 300;
	padding: 13px 10px!important;
}
.breadcrumbs > ul > li {
	color: #fff;
	float: left;
	font-size: 28px;
	font-weight: 300;
}
.breadcrumbs > ul > li a {
	color: #fff;
}
.breadcrumbs > ul > li a:hover {
	color: #7484FF;
}
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
/* footer */

#gkFooter {
	background: /*url('../images/stressed_linen.png') repeat scroll 0 0 */rgba(0, 0, 0, 1)/*#5a69de*/;
/*	border-top: 1px solid #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;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 90px;
	padding: 0;
}
#gkFooter > div > div {
	padding: 0;
}
#gkFooterNav {
	float: left;
}
#gkFooterNav li {
	border: none;
	float: left;
	line-height: 90px;
	margin: 0 16px 0 0!important;
	padding: 0;
	text-transform: uppercase;
}
#gkFooter a {
	color: #fff;
}
#gkFooter li:hover,
#gkFooter a:hover {
	color: #fff;
}
#gkCopyrights {
	float: right;
	margin: 0;
	padding: 0;
}
/* Other footer elements */

#gkFrameworkLogo {
	clear: both;
	display: block;
	width: 90px;
	height: 36px;
	background: url(/templates/gk_creativity/images/gavern-logo.png) no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	padding: 40px 0 50px 0;
	opacity: 0.4;
}
/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 52px 0;
	padding: 0;
	width: 100%;
}
.gridpage .box {
	margin: 0 0 14px 0;
}
.box:last-child {
	margin-bottom: 0!important;
}
div.content {
	clear: both;
}
.box li {
	padding: 5px 0 0 12px;
	position: relative;
}
.box .menu li:before,
.box .custom li:before {
	content: "\f105";
	font-family: FontAwesome;
	left: 0;
	padding: 0;
	position: absolute;
	top: 6px;
}
.box li a {
	line-height: 2.0;
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul {
	margin: 0;
	padding: 0;
}
.box ul ul {
	margin-left: 20px;
}
/* default suffix */
.box .header {
	color: #686868;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
/* greybg suffix - only with the onepage page suffix */
.onepage .box.greybg {
	background: #f8f8f8/*url("../images/debut_light.png") repeat scroll 0 0 #f8f8f8*/;
}
.onepage #gkHeader .box,
.onepage #kontakt .box,
.onepage #gkPageContent .box {
	margin: 0!important;
	padding: 102px 0 0!important;
	width: 100%!important;
}
.onepage #gkContent,
.onepage #kontakt {
	padding: 0;
}
.onepage #gkPageContent {
	margin-bottom: 0!important;
}
/*.onepage #gkHeader .box.mediumspaces,
.onepage #kontakt .box.mediumspaces,
.onepage #gkPageContent .box.mediumspaces {
	padding: 70px 0!important;
}*/
.onepage .gkCols3,
.onepage .gkCols4,
.onepage .gkCols6 {
	margin: 0!important;
}
/* clear suffix */

.box.clear,
#gkBottom2 .box.clear {
	margin: 0!important;
	padding: 0!important;
}
.clear div.content {
	clear: both;
}
/* nomargin suffix */

.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}
/* advertisement suffix */

#gkSidebar .box.advertisement {
	border-top: none;
}
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #aaa!important;
	font-family: Arial, Verdana, sans-serif!important;
	font-size: 11px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 12px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
}
.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}
/* suffix light */
.box.light {
	background: #f8f8f8;
	padding: 20px!important;
}
/* suffix _text */

.box_text > div {
	background: #fff;
}
/* suffix dark */
.box.dark {
	background: #333!important;
	color: #888;
	padding: 20px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #ddd;
}
.box.dark a {
	color: #ddd!important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #7484ff!important;
}
/* suffix color */
.box.color,
#gkBottom2 .box {
/*	background: rgba(50, 50, 50, 1);*/
	color: #c9d9ff!important;
	padding: 20px!important;
}
.box.color .header,
#gkBottom2 .box .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.color .header small,
#gkBottom2 .box .header small {
	color: #fff;
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6,
#gkBottom2 .box h1,
#gkBottom2 .box h2,
#gkBottom2 .box h3,
#gkBottom2 .box h4,
#gkBottom2 .box h5,
#gkBottom2 .box h6 {
	color: #fff;
}
.box.color a,
#gkBottom2 .box a {
	color: #fff!important;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover,
#gkBottom2 .box a:active,
#gkBottom2 .box a:focus,
#gkBottom2 .box a:hover {
	color: #c9d9ff!important;
}
/* suffix colortitle */
.box.colortitle .header {
	color: #7484ff;
}
/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}
/* Suffix bigtitle */
.box.bigtitle .header {
	font-size: 1.75em;
	letter-spacing: 0.25em;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
.box.bigtitle .header small {
	clear: both;
	color: #999;
	display: block;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 100;
}
/* Suffix mediumtitle */
.box.mediumtitle .header {
	font-size: 36px;
	font-weight: 500;
	line-height: 2.0;
	margin: 0 0 45px 0;
	text-align: center;
	text-transform: uppercase;
}
.box.mediumtitle .header small {
	clear: both;
	color: #999;
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 2.0;
	text-align: center;
	text-transform: none;
}
/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}
/* Login form */

#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0 30px !important;
}
#form-login-remember label {
	font-size: 13px;
	font-weight: 400;
	text-transform: inherit;
}
#login-form fieldset p {
	margin: 0.5em 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	margin: 6px 0 0;
	width: 99%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#form-login-buttons {
	float: left;
}
#form-login-buttons .button {
	height: 44px;
	line-height: 44px;
	padding: 0 22px
}
/* Login with Facebook button */

span#fb-auth {
	background-color: #2F4989;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	height: 43px;
	line-height: 43px;
	margin: 0 0 0 6px;
	padding: 0 20px 0 44px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	width: 172px;
}
span#fb-auth:before {
	color: #fff;
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 2px;
	left: 18px;
	width: 24px;
}

#form-login-remind {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	margin: 42px 0 0;
	padding: 16px 0 0
}
#form-login-remind a {
	margin: 0 4px
}
/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 100px;
	background: #fff;
}
#gkPopupLogin {
	margin-left: -220px;
	position: fixed;
	width: 426px;
}
.gkPopupWrap {
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	font-size: 33px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.gkPopupWrap ul.menu {
	float: left;
	margin: 0;
	width: 70%;
}
.gkPopupWrap .logout-button {
	margin-top: 20px;
}
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}

/* NEU NEU NEU */
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    background: none;
    padding: 0 4px 9px;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: none;
    margin: 0;
    padding: 0;
}
#k2Container ul li.sigProThumb:before {
  content: none;
}
ul.sigProClassic li.sigProThumb {
    margin: 0;
	background:none !important;
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/
 
/* Base for all menus */
#gkMainMenu {
	float: right;
	margin-top: 0;
	padding: 0;
	width: auto;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}
.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 74px;
	line-height: 75px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a {
	color: #fff;
	display: block;
	height: 74px;
	line-height: 75px;
	padding: 0 14px;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
/*	border: 1px solid #ededed;*/
	position: absolute;
	left: -999em;
	z-index: 999;
}
.gkMenu > ul > li > .childcontent {
	border-top: none;
}
.gkMenu > ul > li > .childcontent .gkcol {
/*	float: left;*/
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: 0;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 160px;
	margin-top: -35px!important;
	overflow: visible!important;
}

/* main menu CSS */
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #7484ff;
}
.gkMenu > ul > li > div.childcontent:before {
	background: transparent url(/templates/gk_creativity/images/menu_arrow.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 10px;
	left: 26px;
	position: absolute;
	top: -10px;
	width: 14px;
}
.gkMenu > ul li div.childcontent {
	width: auto !important;
	min-width: 300px;
	background: rgba(23, 18, 31, 0.75);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	margin-top: 2px;*/
	text-transform: none;
	overflow: visible!important;
	top: 75px;
}
.gkMenu > ul li div.childcontent-inner {
	overflow: visible!important;
/*	background: rgba(204, 93, 99, .9);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu .gkcol.gkcol2.first {
	border-right: 1px solid #fff;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	margin: 0 !important;
	padding: 0 !important;

}
.gkMenu > ul li div.childcontent ul {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.gkMenu > ul li div.childcontent a {
	color: #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	padding: 10px 25px
}
.gkMenu > ul li div.childcontent a:active,
.gkMenu > ul li div.childcontent a:focus,
.gkMenu > ul li div.childcontent a:hover {
	background: rgba(255, 255, 255, 0.2) !important;

}
.gkMenu > ul li li div.childcontent small {
	color: #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent header {
	padding: 10px 30px 6px;
	display: block;
	color: #fff;
	margin: 0;
	font-weight: 400!important;
}
.gkMenu > ul li div.childcontent header a {
	/*font-size: 16px;*/
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	border
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/templates/gk_creativity/fonts/fontawesome-webfont.eot);
  src: url(/templates/gk_creativity/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
    url(/templates/gk_creativity/fonts/fontawesome-webfont.woff) format('woff'),
    url(/templates/gk_creativity/fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
/*
#------------------------------------------------------------------------
# Creativity - May 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: #7484ff;
}
.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: #7484ff;
}

/* 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: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0 15px 0;
	
}
.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 {
	background: #96a6ff;
}

.box.color .readon:hover {
	background: #fff;
	color: #333!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 - Portfolio */

.gkNspPM-Portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 72px 0 0 0;
	position: relative;
	text-align: center;
}

.gkNspPM-Portfolio .gkImagesWrapperLoadArea {
	height: 0;
	overflow: hidden;
}

.gkNspPM-Portfolio .gkImagesWrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -1%;
	overflow: hidden;
	padding: 0 0 70px 0;
	width: 102%;
}

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

.gkNspPM-Portfolio .gkImagesWrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 1%;
	padding: 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 .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-Portfolio .gkImagesWrapper > a.active {
	display: block;
}

.gkNspPM-Portfolio .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-Portfolio .gkImagesWrapper.gkImagesCols1 > a { width: 98%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols2 > a { width: 48%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols3 > a { width: 31.3%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols4 > a { width: 23%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols5 > a { width: 18%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols6 > a { width: 14.66%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols7 > a { width: 12.28%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols8 > a { width: 10.5%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols9 > a { width: 9.11%; }
.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols10 > a { width: 8%; }

.gkNspPM-Portfolio .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%;
}

.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: 100%;
	left: 50%;
	opacity: 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-Portfolio .gkImagesWrapper > a > .gkImgOverlay > span {
	background: #7484ff;
	display: block;
	height: 100%;
	width: 100%;
}

.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay > span:before {
	border: 2px solid #fff;
	-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: #fff;
	content: "\f0c1";
	font-family: FontAwesome;
	font-size: 22px;
	height: 52px;
	left: 50%;
	line-height: 50px;
	margin: -32px 0 0 -32px;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 65%;
	-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: 52px;
}

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

.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay.active span:before {
	opacity: 1; filter: alpha(opacity=100);
	top: 50%;
}

/* Loader */
.gkLoadMore.inactive,
.gkLoadMore.inactive:hover {
	background: transparent!important;
	border: none!important;
}

.gkLoader {
/*	-webkit-animation-name: gktimer;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	   -moz-animation-name: gktimer;
	   -moz-animation-duration: 0.75s;
	   -moz-animation-iteration-count: infinite;
	   -moz-animation-timing-function: linear;
	        animation-name: gktimer;
	        animation-duration: 0.75s;
	        animation-iteration-count: infinite;
	        animation-timing-function: linear;
	border: 2px solid #333!important;
	-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;
	height: 26px;
	position: relative;
	top: 15px;
	width: 26px;*/
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: #fff;
	border-radius: 100%;  
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

/*.gkLoader:before {
	background: #333!important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	content: "";
	display: block;
	height: 2px;
	left: 11px;
	position: absolute;
	top: 10px;
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	width: 9px;
}

@-webkit-keyframes gktimer {
	from { -webkit-transform: scale(1.0) rotateZ(0deg); }
	50% { -webkit-transform: scale(1.2) rotateZ(180deg); }
	to { -webkit-transform: scale(1.0) rotateZ(360deg); }
}

@-moz-keyframes gktimer {
	from { -moz-transform: scale(1.0) rotateZ(0deg); }
	50% { -moz-transform: scale(1.2) rotateZ(180deg); }
	to { -moz-transform: scale(1.0) rotateZ(360deg); }
}

@keyframes gktimer {
	from { transform: scale(1.0) rotateZ(0deg); }
	50% { transform: scale(1.2) rotateZ(180deg); }
	to { transform: scale(1.0) rotateZ(360deg); }
}*/
@-webkit-keyframes gktimer {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes gktimer {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

/*
 * 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 #7484ff;
	 color: #7484ff;
}
.gkTabsWrap ol li:hover { 
	color: #7484ff; 
}
.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 #e5e5e5;	
	margin: 0 0 20px;  
	
}
.gkTabsNav:after {
	clear: both;
	content: "";
	display: table;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
	display: none;
}

/**
 *
 * 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: #686868;
	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: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	/*padding: 30px 0;*/
}
.gkContactForm address p {
	margin: 0;
}
.gkContactFooter {
	color: #999;
	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: 15px;
	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: #7484ff;
	border-color: #7484ff;
	color: #fff;
}
.gkContactFbIcon:before {
	content: '\f09A';
}
.gkContactTwitterIcon:before {
	content: '\f099';
}
.gkContactGplusIcon:before {
	content: '\f0d5';
}
.gkContactLinkedinIcon:before {
	content: '\f0e1';
}
.gkContactPinterestIcon:before {
	content: '\f0d2';
}
.gkContactRssIcon:before {
	content: '\f09e';
}

/* Frontpage elements */

/* Quotes */
.gkQuote {
	color: #666;
	font-size: 26px;
	font-style: italic;
	line-height: 38px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

/* Testimonials */
.gkTestimonial:before {
	display: none;
}
.gkTestimonial {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 24px;
}
.gkTestimonial.col1 { width: 100%; }
.gkTestimonial.col2 { width: 50%; }
.gkTestimonial.col3 { width: 33.3%; }
.gkTestimonial.col4 { width: 25%; }
.gkTestimonial img {
	float: left;
	margin: 4px 32px 4px 0;
}
.gkTestimonial p {
	color: #888;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	margin: 0;
}
.gkTestimonial p cite {
	color: #333;
	display: block;
	margin: 20px 0 0 0;
}

/* Testimonial - animation */
.gkTestimonial.animate {
	opacity: 0; filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.gkTestimonial.animate.loaded {
	opacity: 1; filter: alpha(opacity=100);
}

.gkTestimonial.animate.col2,
.gkTestimonial.animate.col3,
.gkTestimonial.animate.col4 {
	left: -300px;
}

.gkTestimonial.animate.col2 + .gkTestimonial.animate.col2,
.gkTestimonial.animate.col3:nth-child(3), 
.gkTestimonial.animate.col4:nth-child(4) {
	left: 300px;
}

.gkTestimonial.animate.col2.loaded,
.gkTestimonial.animate.col3.loaded,
.gkTestimonial.animate.col4.loaded {
	left: 0!important;
}

/* Team */
.gkTeam {
	margin: 0 -8px;
	padding: 80px 0;
}

.gkTeam:after {
	clear: both;
	content: "";
	display: table;
}

.gkTeam figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 1%;
	position: relative;
	width: 100%;
}

.gkTeamOverlay {
	background: #7484ff;
	height: 100%;
	left: 0;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	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%;
	z-index: 1;
}

figure.hover .gkTeamOverlay {
	opacity: 1; filter: alpha(opacity=100);
}

.gkTeam.col2 figure { width: 48%; }
.gkTeam.col3 figure { width: 31.3%; }
.gkTeam.col4 figure { width: 23%; }

.gkTeam figure img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.gkTeam figcaption {
	background: #fff;
	margin: 14px 0 0 0;
	padding: 18px 22px;
}

.gkTeam figcaption h3 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.0;
	margin: 0;
	text-transform: uppercase;
}

.gkTeam figcaption small {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.0;
	text-transform: uppercase;
}

.gkTeamOverlay > a {
	border: 2px solid #fff;
	-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;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: 0; filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 64%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 50px;
}

.gkTeamOverlay a.active {
	opacity: 1.0; filter: alpha(opacity=100);
	top: 50%;
}

.gkTeamOverlay a:hover {
	background: #6675e6;
}

/* Icons amount */
.gkTeamOverlay.gkIcons1 a {
	margin-top: -25px;
}

.gkTeamOverlay.gkIcons2 a {
	margin-top: -57px;	
}

.gkTeamOverlay.gkIcons2 a + a {
	margin-top: 3px;
}

.gkTeamOverlay.gkIcons3 a {
	margin-top: -87px!important;	
}

.gkTeamOverlay.gkIcons3 a + a {
	margin-top: -25px!important;
}

.gkTeamOverlay.gkIcons3 a + a + a {
	margin-top: 36px!important;
}

.gkTeamOverlay > a:before {
	color: #fff;
	display: block;
	font-family: FontAwesome;
	font-size: 28px;
	/*height: 50px;*/ /*GOH*/
	line-height: 44px; /*50px GOH*/
	text-align: center;
	text-indent: 0!important;
	/*width: 50px;*/ /*GOH*/
}

.gkTeamOverlay a[data-type="fb"]:before {
	content: '\f09A';
}

.gkTeamOverlay a[data-type="twitter"]:before {
	content: '\f099';
}

.gkTeamOverlay a[data-type="gplus"]:before {
	content: '\f0d5';
}

.gkTeamOverlay a[data-type="email"]:before {
	content: '\f003';
}

/* Team - animation */
.gkTeam figure.animate_queue_element {
	opacity: 1; filter: alpha(opacity=1);
	position: relative;
/*	top: 100px;
	-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 .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;*/
}

.gkTeam figure.animate_queue_element.loaded {
	opacity: 1; filter: alpha(opacity=100);
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Portfolio - animation */
.gkNspPM-Portfolio .animate_queue_element {
	opacity: 0; filter: alpha(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: all .4s ease-out!important;
	-moz-transition: all .4s ease-out!important;
	-ms-transition: all .4s ease-out!important;
	-o-transition: all .4s ease-out!important;
	transition: all .4s ease-out!important;	
}

.gkNspPM-Portfolio .animate_queue_element.loaded {
	opacity: 1; filter: alpha(opacity=100);
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/
 
/* Style 4 */

/* template.css */
html {
	background: rgba(0, 0, 0, .5);
}
/*a,*/
#gkMainMenu div.childcontent a:active,
#gkMainMenu div.childcontent a:focus,
#gkMainMenu div.childcontent a:hover,
article header h1 a:hover,
article header h2 a:hover,
.pane-sliders .panel h3 a:hover {
	color: #fff;
}
#gkBottom2 {
	/*background: rgba(0, 0, 0, .5);*/
}
.breadcrumbs > ul > li a:hover {
	color: rgba(0, 0, 0, .5)
}
#gkFooter {
	/*background: rgba(0, 0, 0, .5);*/
/*	border-top: 1px solid #fff;*/
/*	color:#fec8bd;*/
}
#gkFooter a {
/*	color:#fee2dc;*/
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: rgba(0, 0, 0, .5)!important;
}
.box.color,
#gkBottom2 .box {
/*	background: rgba(0, 0, 0, .5)!important;
	color: #fec8bd!important;*/
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover,
#gkBottom2 .box a:active,
#gkBottom2 .box a:focus,
#gkBottom2 .box a:hover {
	color: #fec8bd!important;
}
.box.colortitle .header {
	color: rgba(0, 0, 0, .5);
}

/* joomla.css */
.bigbutton,
button,
.button,
.button.inverse:active,
.button.inverse:focus,
.button.inverse:hover,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.gkPriceTable dd a {
/*	background: rgba(0, 0, 0, .5);*/
}
button:hover,
.button:hover,
.button.inverse,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.gkPriceTable dd a:hover {
/*	background: #dd5d44;*/
}
.border:hover,
.gkPriceTable dd a:hover {
	background: rgba(0, 0, 0, .5)!important;
	border-color: rgba(0, 0, 0, .5)!important;
	color: #fff!important;
}
#gkBottom2 .box .border:hover {
	color: rgba(0, 0, 0, .5)!important;
}
th a:active,
th a:focus,
th a:hover {
	color: rgba(0, 0, 0, .5)!important;
}
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover {
	color: rgba(0, 0, 0, .5)!important;
}
article header li a:hover {
	color: rgba(0, 0, 0, .5)
}
.tip-title {
	background: rgba(0, 0, 0, .5);
}
.autocompleter-queried {
	color: rgba(0, 0, 0, .5)!important
}
.box.menu li:hover:before;
.box .k2ArchivesBlock li:before {
	color: rgba(0, 0, 0, .5);
}
.box.menu li a:hover {
	color: rgba(0, 0, 0, .5);
}
div.bannerfooter {
	color: rgba(0, 0, 0, .5);
} 

/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: rgba(0, 0, 0, .5);
}
.box.color .readon {
	background: #ffaf99;
}
.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay > span {
	background: rgba(0, 0, 0, 0.5);
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	 border-bottom: 1px solid rgba(0, 0, 0, .5);
	 color: rgba(0, 0, 0, .5);
}
.gkTabsWrap ol li:hover { 
	color: rgba(0, 0, 0, .5); 
}
.gkContactSocialIcons > a:hover:before {
	background: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .5);
}
.gkTeamOverlay {
	background: rgba(0, 0, 0, .5);
}
.gkTeamOverlay a:hover {
	background: #e4013a;
}

/* menu.css */
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #e4013a;
	transform: scale(1.05);
}

/* k2.css */
.activeCategory a {
	color: rgba(0, 0, 0, .5)
}
h1 > sup, h2 > sup {
	background: rgba(0, 0, 0, .5);
}
span#formLog {
	background: rgba(0, 0, 0, .5);
}
.itemTags li a:hover, .k2TagCloudBlock a:hover, .moduleItemTags a:hover, div.tags a:hover {
	background: rgba(0, 0, 0, .5);
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	background: rgba(0, 0, 0, .5);
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: rgba(0, 0, 0, .5);
}
table.calendar tr td.calendarTodayLinked a {
	color: rgba(0, 0, 0, .5);
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	background: rgba(0, 0, 0, .5);
}
.calendarNavLink {
	color: rgba(0, 0, 0, .5);
}

/* Image Show CSS */
.gkIsWrapperFixed {
	background: #000/*rgba(0, 0, 0, .5)*/!important;
}

.gkIsWrapper-gk_creativity .figcaption > a:hover {
	color: rgba(0, 0, 0, .5)!important;
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/



b,  strong {
	font-weight: 600
}
.k2box > ul,  .k2box > ul ul {
	list-style-type: disc;
	padding-left: 20px
}
.k2box > ol,  .k2box > ol ol {
	list-style-type: decimal;
	padding-left: 20px
}
.k2box > ul li,  .k2box > ul ul li,  .k2box > ol li,  .k2box > ol ol li {
	list-style-position: outside;
	padding-left: 0
}
p[class*='gkInfo'], p.gkTips1, p.gkWarning1 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	
	
	padding: 12px 12px 12px 66px;
	position: relative;
	
}
.gkHighlight1,  .gkHighlight2 {
	cursor: default;
	padding: 1px 5px;
	text-shadow: none
}
pre, code {
	font: normal .92em/32px 'Curier New', monospace!important;
	margin: 36px 0!important;
	padding: 20px 26px !important
}


ol {
	list-style-position: inside;
	margin: 2em 0;
	padding: 0
}
ol.gkDec {
	list-style-type: decimal
}
ol.gkRoman {
	list-style-type: upper-roman
}
ol.gkAlpha {
	list-style-type: lower-alpha
}
ol.gkDecimalLeadingZero {
	list-style-type: decimal-leading-zero
}
.itemBody > div > ul,
ul.gkBullet1,  ul.gkBullet2,  ul.gkBullet3,  ul.gkBullet4,  #k2Container .itemFullText ul,  #k2Container .itemIntroText ul {
	margin: 2em 0;
	padding: 0
}
ul li {
	list-style-position: outside
}
.itemBody > div > ul li,
ul.gkBullet1 li,  ul.gkBullet2 li,  ul.gkBullet3 li,  ul.gkBullet4 li,  #k2Container .itemFullText ul li,  #k2Container .itemIntroText ul li {
	line-height: 1.8em!important;
	list-style: none;
	margin: 0!important;
	overflow: inherit;
	padding: 2px 0 2px 28px;
	position: relative
}
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,  ul.gkBullet2 li:before,  ul.gkBullet3 li:before,  ul.gkBullet4 li:before,  #k2Container .itemFullText ul li:before,  #k2Container .itemIntroText ul li:before {
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	top: 3px;
	left: 0
}
div.gkLegend1 h4 {
	background: #fff;
	float: left;
	font-size: 14px;
	font-weight: 400;
	left: 11px;
	line-height: 18px;
	margin: 0 0 -9px!important;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	top: -16px
}
div.gkLegend1 {
	margin: 30px 0;
	padding: 6px
}
div.gkLegend1 p {
	clear: both;
	margin: 7px
}
blockquote {
	font-style: italic;
	margin: 40px 0;
	color: #999
	
}
blockquote {
	display: block;
	padding: 0 0 0 80px;
	position: relative;
}
blockquote:before {
	color: #ff7f66;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 56px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 15px;
}


blockquote.gkBlockquote1:before {
	color: #e5e5e5;
	
}


.gkBlockTextLeft, .gkBlockTextRight, .gkBlockTextCenter {
	color: #242424;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 170%;
	padding: 30px 40px;
	width: 38%
}
.gkBlockTextLeft {
	float: left;
	padding-left: 0;
	text-align: left
}
.gkBlockTextRight {
	float: right;
	padding-right: 0;
	text-align: right
}
.gkBlockTextCenter {
	margin: 0 auto;
	text-align: center
}
p.numblocks {
	margin: 20px 0;
	min-height: 56px;
	padding: 0 0 0 72px !important;
	position: relative
}
p.numblocks span {
	-moz-border-radius: 2px;
	-ms-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #c1c1c1;
	display: block;
	font-size: 20px;
	font-weight: 600;
	height: 46px;
	left: 0;
	line-height: 46px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 46px
}
p.num-1 span {
	color: #888;
}
p.num-2 span {
	color: #333;
	border-color: #333;
}
p.num-3 span {
	color: #ff7f66;
	border-color: #ff7f66;
}
p.numblocks span.highlight {
	border-right: none;
	display: inline;
	font-size: 15px;
	position: static;
	width: auto
}
.gkblock-1,  .gkblock-2,  .gkblock-3 {
	margin: 36px 0;
	padding: 15px 20px
}
.bubble-1,  .bubble-2 {
	margin: 20px 0 40px;
	padding: 15px 20px;
	position: relative
}
.bubble-1::after,  .bubble-2::after {
	border-color: transparent;
	border-style: solid;
	border-width: 22px 0 0 22px;
	bottom: -22px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
}
.bubble-1 cite,  .bubble-2 cite {
	bottom: -25px;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: 25px;
	left: 26px;
	line-height: 32px;
	padding-left: 40px;
	position: absolute
}
pre, code {
	border: 1px solid #e5e5e5;
	border-left: 5px solid #ff7f66;
	color: #333;
	padding-left: 32px
}

p.gkInfo1, p.gkInfo2, p.gkInfo3 {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    color: #333;
}
p.gkTips1 {
	background-color: #FFFEF4;
	
	color: #333;
}
p.gkWarning1 {
	background-color: #333;
	
	color: #fff;
}
p.gkInfo1:before, p.gkInfo2:before, p.gkInfo3:before, p.gkTips1:before, p.gkWarning1:before {
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	top: 5px;
	left: 22px;
}
p.gkInfo1:before {
	color: #333;
	content: "\f0e6";
}
p.gkInfo2:before {
	color: #333;
	content: "\f0eb";
}
p.gkInfo3:before {
	color: #333;
	content: "\f087";
}
p.gkTips1:before {
	color: #333;
	content: "\f0eb";
}
p.gkWarning1:before {
	color: #fff;
	content: "\f057";
}
div.gkLegend1 {
	border: 4px double #e5e5e5
}
div.gkLegend1 h4 {
	background: #fff;
	color: #242424
}
.gkHighlight1 {
	background: #ffd
}

.gkblock-1 {
	border: 1px solid #e5e5e5
}
.gkblock-2 {
	background: #FFFEF4;
	border: 1px solid #EAE8CC
}
.gkblock-3 {
	background: #f8f8f8
}
.bubble-1 {
	background: #333;
	color: #fff
}
.bubble-1::after {
	border-color: #333;
	border-left: 22px solid transparent;
}
.bubble-2 {
	background: #ff7f66;
	color: #fff
}
.bubble-2::after {
	border-color: #ff7f66;
	border-left: 22px solid transparent;
}
.bubble-1 cite {
	color: #333
}
.bubble-2 cite {
	color: #ff7f66;
}
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,  #k2Container .itemFullText ul li:before,  #k2Container .itemIntroText ul li:before {
	color: #222;
	content: "\f00c";
}
ul.gkBullet2 li:before {
	color: #222;
	content: "\f046";
}
ul.gkBullet3 li:before {
	color: #222;
	content: "\f0a4";
}
ul.gkBullet4 li:before {
	color: #222;
	content: "\f0a9";
}
ul#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px
}
ul#demo-typography li {
	color: #cb260a;
	float: left;
	font-size: 11px;
	line-height: 24px;
	list-style-position: none;
	list-style-type: disc;
	width: 23.9%
}
ul#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff
}
.demo-typoDiv {
	clear: both;
	margin: 0 0 30px;
	overflow: hidden
}
h4.demo-typo {
	color: #333;
	font-size: 16px;
	margin: 60px 0 20px;
	text-transform: uppercase
}
.demo-typo-col2 {
	float: left;
	width: 50%
}
.demo-typo-col3 {
	float: left;
	width: 33%
}
.demo-typo-col4 {
	float: left;
	width: 25%
}
.demo-typo_padd {
	padding: 0 15px
}
#warnings .demo-typo_padd p {
	margin: 1em 0 1.6em
}
.typoDesc small {
	color: #bbb;
	font: normal 11px Monaco, Consolas, "Courier News", monospace;
}
.gkblock-3 small {
	color: #353639!important
}

span.helpTooltip {
	background: #EE5F5B;
	color: #fff;
}
.gkHighlight2 {
	background: #f5f5f5;
	
}
h5.page-header {
	clear: both;
	padding: 36px 0 18px;
	text-transform: uppercase
}
[class^="icon-"], [class*=" icon-"] {
 /*color: #222;*/
 padding-right: 8px
}
/* 
 * Price table 
 */

.gkPriceTable {
	padding: 60px 0 48px 0;
}
.gkPriceTable::after {
	clear: both;
	content: "";
	display: table;
}
.gkPriceTable.col1 dl {
	width: 100%;
}
.gkPriceTable.col2 dl {
	float: left;
	width: 50%;
}
.gkPriceTable.col3 dl {
	float: left;
	width: 33.3%;
}
.gkPriceTable.col4 dl {
	float: left;
	width: 25%;
}
.gkPriceTable.col5 dl {
	float: left;
	width: 20%;
}
.gkPriceTable dl {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	padding: 20px 32px;
}
.gkPriceTable.gkWhite dl {
	background: #f8f8f8;
}
.gkPriceTable dt {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 65px;
	margin-top: -20px;
	text-align: center;
}
.gkPriceTable dd {
	font-size: 16px;
	font-weight: 36px;
	padding: 6px 0;
	text-align: center;
}
.gkPriceTable dd a {
	display: inline-block;	
	float: none;
	margin: 23px 0 15px;
}
.gkPriceTable .gkPremium dd a {
	background: #fff;
	color: #fff!important;
}
.gkPriceTable .gkPremium dd a:hover {
	background: #fff!important;
	border-color: #fff!important;
	color: #ff7f66!important;
}
.gkPriceTable dd.gkPrice {
	color: #000;
	font-size: 60px;
	font-weight: 600;
}
.gkPriceTable dd.gkPrice small {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.gkPriceTable dl.gkPremium {
	background: #ff7f66;
	border-color: #ff7f66;
	
	
}
.gkPriceTable dl.gkPremium dt {
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	    
	color: #fff;
}
.gkPriceTable dl.gkPremium dd,
.gkPriceTable dl.gkPremium dd.gkPrice small {
	color: #fff;
}
/*
#------------------------------------------------------------------------
# Creativity - May 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 
*/

/* Here you can include your override CSS styles */
hr {
    background: -webkit-gradient(linear, to left, transparent, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3), transparent);
    background: -ms-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3), transparent);
    background: -o-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3), transparent);
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3), transparent);
    border: 0;
    height: 1px;
	margin: 36px 0;
}

.custom_teaser > div {
	box-sizing: border-box;
	max-width: 50%;
	position: relative;
}
.custom_teaser > div:first-of-type {
	border-right: 10px solid transparent;
	 float: left;
}
.custom_teaser > div:last-of-type {
	border-left: 10px solid transparent;
	border-right: 0 none;
	float: right;
	cursor: pointer;
}
.custom_teaser img {
	width: 100%;
	height: auto;
	display: block;
}
.custom_teaser > div .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}

.custom_teaser > div:hover .overlay {
  opacity: 1;
}

.custom_teaser > div .text,
.custom_teaser > div .text i {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.custom_teaser > div .text i:before {
	font-family: FontAwesome;
	content: "\f08e";
	border: 2px solid #fff;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: block;
	font-size: 22px;
	line-height: 50px;
	box-sizing: border-box;
	margin: 0 auto;
/*	text-indent: -7px;*/
}
@media only screen and (max-width: 580px) {
	.custom_teaser div {
		max-width: 100%;
		float: none !important;
		border-right: 0 none !important;
		border-left: 0 none !important; 
		border-bottom: 10px solid transparent;
	}
}

/*BOF SLIDER ANPASSUNGEN ***GOH*/
.gk-intro + #gkContentWrapper {
	clear: both;
}
.gk-intro .gkIsWrapperFixed {
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: relative !important;
	float: left;
	box-sizing: border-box;
	width: 33.3%;
}
#gkIs-gk-is-1,
#gkIs-gk-is-2 {
	border-right: 3px solid transparent;
}
#gkIs-gk-is-3 {
	border-left: 3px solid transparent;
}
.gkIsWrapper-gk_creativity .figcaption > div {
	top: 35% !important;
    padding: 25px 0;
}
.gkIsWrapper-gk_creativity .figcaption h1 {
    font-size: 1.75em !important;
	font-weight: 500 !important;
	margin: 0 auto 0 !important;
    color: #fff !important;
	letter-spacing: 0.25em;
	line-height:1.25em !important;
}

/*.gkIsWrapper-gk_creativity .figcaption h1.loaded[data-anim~="scale"] {
    color: rgba(50, 50, 50, .9);
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}*/

.gkIsWrapper-gk_creativity .figcaption h1 {
    color: rgba(255, 255, 255, 0) !important;
    height: 69px;
}
#gkIs-gk-is-1 h1 {
    background: url(/templates/gk_creativity/images/logo_visioshop.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}
#gkIs-gk-is-2 h1 {
    background: url(/images/logo_visioimmo.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}
#gkIs-gk-is-3 h1 {
    background: url(/images/logo_immoFEEDBACK.svg) no-repeat scroll center center rgba(0, 0, 0, 0);
	background-size: contain;
}
.gkIsWrapper-gk_creativity .figcaption span {
	display: block;
	font-size: initial;
	text-transform: none;
	font-weight: normal;
	margin: 0 auto;
	padding: 1rem;
}

.gkIsWrapper-gk_creativity .figcaption h2 {
    font-family: "Open Sans",Arial,sans-serif !important;
	max-width: 480px;
}
@media (max-width: 1200px) {
/*@media (max-width: 800px) {*/
	.gk-intro .gkIsWrapperFixed {
		height: 50%;
		/* float: none; */
		width: 100%;
	}
	#gkIs-gk-is-1,
	#gkIs-gk-is-2 {
		border-right: 0 none;
		border-bottom: 3px solid transparent;
		display: block !important;
	}
	#gkIs-gk-is-3 {
		border-left: 0 none;
		border-top: 3px solid transparent;
		display: block !important;
	}
	.gk-intro .gkIsWrapper-gk_creativity .figcaption > div {
		top: 10% !important;
	}
	.gkIsWrapper-gk_creativity .gkIsPrevTextLayer,
	.gkIsWrapper-gk_creativity .gkIsNextTextLayer {
		top: 0 !important;
	}
/*	.gkIsWrapper-gk_creativity .figcaption span {
		display: none;
	}*/
}
@media (max-width: 800px) and (orientation:portrait) {
	.gk-intro .gkIsWrapper-gk_creativity .figcaption > div {
		top: 20% !important;
	}
	.gkIsWrapper-gk_creativity .figcaption span {
		display: block;
	}
}
@media (max-width: 600px) and (orientation:portrait) {
	.gkIsWrapper-gk_creativity .figcaption span {
		display: none;
	}
}
@media (max-height: 800px) and (orientation:landscape) {
/* 	.gk-intro .gkIsWrapper-gk_creativity .figcaption > div {
		top: 30% !important;
	} */
	.gkIsWrapper-gk_creativity .figcaption h2 {
		margin-top: 32px !important;
		font-size: 28px !important;
	}
}
@media (max-height: 600px) and (orientation:landscape) {
	.gk-intro .gkIsWrapper-gk_creativity .figcaption > div {
		top: 10% !important;
	}
	.gkIsWrapper-gk_creativity .figcaption span,
	.gkIsWrapper-gk_creativity .figcaption .gkLearnMore {
		display: none;
	}
	.gkIsWrapper-gk_creativity .figcaption h2 {
		margin-top: 16px;
		font-size: 18px !important;
	}
}
/*@media (max-height: 600px) {
	.gkIsWrapper-gk_creativity .figcaption > div {
		top: 15% !important;
	}
}*/
/*EOF SLIDER ANPASSUNGEN ***GOH*/

ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    max-height: 80px;
    max-width: 100px;
}

div.sigProGalleriaWhiteContainer {
    background: none !important;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}

/*article.itemView .itemIntroText {
	padding: 50px 0 0;
}*/

.itemBody {
    -moz-hyphens: auto;
    word-wrap: break-word;
	text-align:justify;
}

.itemIntroText .leistungenwrap {
    clear: both;
    content: "";
    display: table;
}

.leistungen {
    float: left;
    width: 32%;
	text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.075em;
    line-height: 1.8em;
}

.leistungen.mitte {
    margin: 0 2%;
}

.leistungen img {
	cursor: cell;
    filter: grayscale(1) opacity(0.5);
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}

.leistungen.hover img {
    filter: grayscale(0) opacity(1);
}

.leistungen h2 {
    font-size: .75em;
    font-weight: initial;
    letter-spacing: 0.15em;
    padding-top: 20px;
    text-transform: uppercase;
}

.leistungen h3 {
    font-size: .75em;
	font-weight: 300;
}

.leistungen a, .itemIntroText a {
	color: #e4013a;
	text-decoration: none !important;
}

.leistungen ul {
	max-height: 0;
/*	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);

	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;*/
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out 0s, max-height .5s ease-out 1s;
	-o-transition: opacity .5s ease-out 0s, max-height .5s ease-out 1s;
	-ms-transition: opacity .5s ease-out 0s, max-height .5s ease-out 1s;
	transition: opacity .5s ease-out 0s, max-height .5s ease-out 1s;
}

.leistungen.hover ul {
	max-height: 500px;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in .25s, max-height .5s ease-in 0s;
	-o-transition: opacity .5s ease-in .25s, max-height .5s ease-in 0s;
	-ms-transition: opacity .5s ease-out .25s, max-height .5s ease-in 0s;
	transition: opacity .5s ease-in .25s, max-height .5s ease-in 0s;
/*	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);*/
}

.leistungen li::before {
	content: normal !important;
}

.leistungen li {
	padding: 0 0 0.25em !important;
}

div.sigProGalleriaWhitePlaceholderContainer, p.sigProGalleriaWhiteTargetTitle {
    background-color: transparent !important;
}

.gkContactForm {
    float: left;
    width: 60%;
}

.gkContactForm + div {
    float: right;
	padding: 60px 0 0 0;
}

.gkContactForm + div h3 {
    color: #686868;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.gkContactForm + div address {
	color: #999;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
}
.gkContactForm + div address p {
	margin: 0;
}}
