@charset "utf-8";
/***!  /media/system/css/modal.css?c9f5d795d6cf78c4b01dcdc7ccf3ad3c  !***/

/**
 * 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;
	}
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/popovers.css  !***/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/k2.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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;
	font-size: 13px;
	color: #999;
	background: url('/templates/gk_rockwall/images/k2/rss.png') no-repeat 0 0;
}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon {
	color: #222;
}

/* 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: #29a3e0;
	font-size: 10px;
	font-weight: 600;
	top: -2.5em;
	color: #fff;
	padding: 2px 6px;
	text-transform: uppercase
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('/templates/gk_rockwall/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, .itemEmail { float: right}

.itemImageBlock {
	position: relative;
	margin: 0 0 12px;
}
.itemImage {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.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;
}
.itemImageBlock img:hover { 
	-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	   -moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	    -ms-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	     -o-box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
	        box-shadow: inset 0 0 12px rgba(0,0,0,0.4);
}
.itemImageCaption {
	display: block;
	color: #999;
	font-size: 11px;
	margin: 6px 0 0;
	padding: 0;
}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a,
.itemLinks .itemTagsBlock ul {
	display: block;
	margin: 0 0 0 21%;
}
.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;
}
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks {
	clear: both;
	margin: 38px 0;
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
	
}
.itemSocialSharing {
	
	padding: 20px 0;
	margin-top: 38px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	
    
}
.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: 20%;
}
.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: #29a3e0;
	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_rockwall/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;
}

.itemExtraFields ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.itemLinks ul li {
	list-style: none;
	margin-right: 10px;
}
.itemTagsBlock ul li:after { 
	content: ",";
}

.itemAttachmentsBlock {
	margin: 0 0 48px;
	
	min-height: 38px;
	padding: 10px 10px 10px 80px;
}

.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;
	padding: 12px;
	max-width: 80px;
}
.itemAuthorBlock > .gkAvatar > img {
	display: block;
}
.itemAuthorBlock .itemAuthorDetails {
	margin: 0 24px 0 130px;
	line-height: 1.7;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 0.5em 0 0.8em;
}
.itemAuthorUrl,
.itemAuthorEmail {
	display: block;
	font-size: 12px;
	
}
.itemAuthorData {
	overflow: hidden;
	margin: 0 0 36px;
	padding: 16px;
	background: #f9f9f9;
}
.itemAuthorData h3 {
	font-size: 20px;
	font-weight: 400;
	color: #242424;
	margin: 0 0 12px
}
.itemAuthorData a { color: #242424 !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 {   
    line-height: 1;
	padding: 38px 0
    }
.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: -24px 0 24px;
	color: #999;
	font-size: 13px;
	
}
#itemCommentsAnchor {
	clear: both;
	
	
}
.itemComments p {margin: 0.5em 0}
.itemComments .itemCommentsList {
	clear: both;
	padding: 36px 0 12px;
}
.itemComments .itemCommentsList li {
	border-top: 1px solid #e5e5e5;
	margin: 0 0 24px;
	padding: 24px 0 0;
	
}
.itemComments .itemCommentsList li > div { 
	padding: 10px;
}

.itemComments .itemCommentsList li > img, .k2LatestCommentsBlock img{
	float: left;	
	margin: 18px 0 0;
	padding: 8px 2px;
	
}
.itemComments .itemCommentsList li > div {
	margin: 0 0 0 92px;
}
.itemComments .itemCommentsList li span {
	margin-right: 16px;
	font-size: 13px;
	color: #999
	
}
.itemComments .itemCommentsList li span:first-child { font-size: 16px; font-weight: 600; color: #242424;}
.itemComments .itemCommentsList li span:first-child a { color: #242424 !important}
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;
}
.userView article,
.genericView article,
.itemList article {
	clear: both;
	margin-top: 38px !important;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory {
	margin: 0 32px 24px 0;
}
.itemContainer {
	float: left;
}
.itemList article {

	padding-top: 24px;
}
.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
}
itemContainerLast article {
	margin: 0;
}
#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
----------------------------------------------------------------------*/
/* 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.2 !important;
	font-size: 14px
}
.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: #29a3e0;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #29a3e0;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f5f5f5;
	
	padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #29a3e0;
	font-size: 12px;
	font-weight: bold
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #29a3e0;
	color: #fff;
	padding: 2px;
}
.calendarNavLink { 
	color: #29a3e0;
}
/* 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;
}
/* ---Tag Cloud ---*/
.itemTags li, .k2TagCloudBlock a { 
	margin: 0 12px 0 0;	
	text-transform: lowercase;
}
.itemTags li a,
.k2TagCloudBlock a,
.moduleItemTags a {
	color: #999 !important;
	font-size: 12px;
	font-weight: bold;
	
}

.k2TagCloudBlock a:hover {
	color: #222 !important;
}
/*--- Archives MOdule ---*/

.k2ArchivesBlock li b {
	font-size: 11px; 
	font-weight: 400;
	color: #aaa
}

/* ---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;
	font-size: 36px;
	line-height: 52px;
}

#k2Container .itemsContainerWrap article header h2 {
	font-size: 28px;
	line-height: 38px;
}

#k2Container .itemsContainerWrap article header {
	margin-bottom: 10px;
}
.itemIntroText ol,
.itemFullText ol {
	list-style:decimal;
	list-style-position:inside;
}
.itemAuthorContent { clear: both; }
div.itemSocialSharing { overflow: visible!important }

/* 2.7.0 update */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	background: transparent;
}
.itemSocialSharing > div {
	line-height: 1;
	margin-right: 12px;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/normalize.css  !***/

/*! 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;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/layout.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	/* Positions blocks -clearing */
	clear: both;
}

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

.gridpage #gkTop1 .box,
.gridpage #gkTop2 .box,
.gridpage #gkBottom1 .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,
article header::after,
.itemSocialSharing::after,
#gkTopMenu::after,
article header ul::after,
#gkTop1 > div::after,
#gkTop2 > div::after,
.gkTabsWrap::after,
.gkTabsWrap ol::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,
#gkBottom1 .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 -20px!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;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/joomla.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	font-size: 14px;
	font-weight: 300;
	color: #848484;
	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;
}
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"],
.pagenav li.previous a,
.pagenav li.next a,
.readon,
.itemReadMore,
.readmore > a,
div.pager li a,
.pagination ul li a,
.pagination ul li span {
	background: #747474;
	background-image: linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -moz-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4A4A4A), color-stop(0.99, #747474));
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	-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,
.pagenav li.previous a:hover,
.pagenav li.next a:hover,
.readon:hover,
div.pager li a:hover,
.itemReadMore:active,
.itemReadMore:focus,
.itemReadMore:hover,
.readmore > a:active,
.readmore > a:focus,
.readmore > a:hover,
.pagination ul li a:hover,
.pagination ul li span:hover {
	background: #2AA4E1;
	background-image: linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -moz-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -webkit-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1162B3), color-stop(0.99, #2AA4E1));
	border: none;
	color: #fff!important;
}

.icon-arrow-up-3,
.icon-arrow-down-3 {
	font-family: "FontAwesome";
	margin-left: 6px;
}

.icon-arrow-up-3:before {
	content: "\f0d8";
}

.icon-arrow-down-3:before {
	content: "\f0d7";
}

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 h2 small {
	color: #666;
	font-size: 20px
}
section > header div p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	text-transform: none
}
section img {
	height: auto;
	max-width: 100%;
}
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul {
	margin-left: 20px !important;
}
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 > img {
	display: none;
}

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: #222;
	font-size: 18px;
	font-weight: 300;
	padding: 12px;
	text-align: left;

}
th a {
	color: #333!important;
}
th a:active,
th a:focus,
th a:hover {
	color: #29a3e0!important;
}
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p {
	margin: .5em 0
}
tr:hover {
	background: #fbfbfb
}
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 aside.itemAsideInfo a, article aside.itemAsideInfo .itemPrintEmail a:hover { color: #848484 !important}
article aside.itemAsideInfo a:hover, article aside.itemAsideInfo .itemPrintEmail a { color: #333 !important}
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%
}

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: #29a3e0!important;
}
article header ul {
	margin: 0 0 32px !important;
}
.blog article header ul {
	margin: 0 0 10px !important;
}
article header h1, article header h2 { font-size: 44px; font-weight: 300;}
article header li {
	float: left;
    font-size: 11px !important;
    font-weight: 400;
    margin: 0 12px 0 4px !important;
    text-transform: uppercase;

}
article header li:first-child {
	margin-left: 0
}
article header li a {
	color: #222;
}
article header li a:hover {
	color: #418CD1;
}
article.item-page ul.content-links li {
	background: none
}
.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;
	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 !important;
}
.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: none;
	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;
	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
}

.newsfeed h2 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.newsfeed header > h2 {
	font-size: 52px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.newsfeed .tags-label {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
}

.newsfeed > div > div::before,
.newsfeed > div > div::after {
  content: "";
  display: table;
  clear: both;
}

.newsfeed > div > hr {
	margin-top: 32px;
	margin-bottom: 32px;
}

.newsfeed .feed-item-description img {
	max-width: 320px;
}

.newsfeed .feed-item-description p {
	margin-left: 360px;
}

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
}
.tooltip {
	background: #fff;
	border: 1px solid #ccc;
	max-width: 350px;
	min-width: 160px;
	padding: 8px;
	position: absolute!important;
	opacity: 1;
	z-index: 10;
}
.tooltip-inner strong {
	background: #29a3e0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 15px;
	width: 100%;
	clear: both;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tooltip-inner  {
	color: #555;
	font-size: 12px;
	padding: 5px 0
}
.tooltip-inner br {
     display: none;
}
#system-message {
	margin: 0;
}
#system-message dd {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fcf8e5;
	border-bottom: 1px solid #efecc5;
	box-sizing: border-box;
	color: #c0b136;
	font-size: 16px;
	font-weight: 600;
	min-height: 30px;
	padding: 6px 10px;
	text-align: center;
}
#system-message dd.error {
	background-color: #F2DEDE;
	border-bottom: 1px solid #EED3D7;
	color: #B94A48;
}
#system-message h4.alert-heading,
#system-message a.close {
	display: none;
}
#system-message p {
	margin: 0.5em 0;
}
#system-message dd.notice {
	background-color: #D9EDF7;
	border-bottom: 1px solid #BCE8F1;
	color: #3A87AD;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
.item-page > div.pagination {
	display: none!important
}
.pagination {
	clear: both;
    margin: 60px 0 20px;
}
.pagination ul li {
	background-image: none!important;
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0
}
.pagination ul li a,
.pagination ul li span {
	color: #fff!important;
	display: block;

	height: 34px;
	line-height: 36px;
	min-width: 34px;
	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 {
	color: #333;
	font-size: 14px;
	line-height: 3;
	font-weight: 600;
}
div.banneritem {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 14px;
	padding: 8px 0
}
div.banneritem a {
	color: #29a3e0!important;
	font-size: 14px;
}
div.banneritem a:active,
div.banneritem a:focus,
div.banneritem a:hover {
	color: #363636!important;
}
div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #29a3e0;
	font-size: 14px;
	font-style: italic;
	padding: 5px 5px 0 0;
	text-align: right
}
#gkSocialAPI {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 16px 0;
	padding: 16px 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;
}
#gkSocialAPI .fb_iframe_widget {
     top: -7px;
     margin-left: 10px;
}
.fb_iframe_widget iframe {
	max-width: 1000px!important;
	overflow: visible;
}
.fb_iframe_widget_lift {
	max-width: inherit!important;
}
#dynamic_recaptcha_1,
#recaptcha_area {
	margin-bottom: -30px;
	max-width: 480px;
	min-height: 112px
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
	margin-bottom: 10px
}
.pane-sliders .panel h3 {
	border-bottom: 1px solid #eee;
	color: #333;
	padding: 5px 0;
	text-transform: uppercase
}
.pagenavcounter {
	color: #999
}
.article-index {
	float: right;
	margin: 0 0 30px 30px;
	padding: 0 24px;
	width: 160px
}
.article-index h3 {
	font-size: 21px;
	line-height: 1;
	margin: 24px 0 6px;
}
.article-index li {
	background: none!important;
	border-top: 1px solid #e5e5e5;
	padding: 7px 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
}
#searchForm fieldset,
.search-results dt {
	border-bottom: 1px solid #eee;
	padding: 12px
}
fieldset.phrases,
fieldset.only {
	background:#fafafa;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	padding: 12px 24px!important
}
#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;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	padding-left: 36px !important;
	position: relative
}

.result-title :before {
	color: #29A3E0;
    content: "\f046";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 12px;
	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: 25px;
	min-width: 140px
}
#finder-filter-select-list .control-group {
	padding: 8px 0;
}
#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: #29a3e0!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
}

@media (max-width: 610px) {
	.archive #filter-search {
		width: 100%;
		margin: 5px 0 10px;
	}
}

.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 16px;
	max-width: 100%!important
}

/* Menu suffix */

.box.menu .header { background: #29A3E0;color: #fff; font-size: 18px; margin: 0 0 5px; padding: 9px 20px;}
.box.menu ul ul {
	margin-left: 0
}
.box.menu li {

    border: 1px solid #eee;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;

}
.box.menu li:before {
    color: #ccc;
	content: "\f0da";
    font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 8px;
	left: 20px;
}
.box.menu li:hover:before {
	color: #29A3E0;
}

.box.menu li:last-child {
	 border: 1px solid #eee;
}


.box.menu li a {
	display: block;
	padding: 8px 20px;

}


/* 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 {
	display: none
}
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,
.pagenav li.next a {
	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 */
div.tags > span.tags-label {
	margin-right: 40px;
}
div.tags {
	margin-top: 10px;
}
div.tags a {
    display: inline-block;
    margin-right: 10px;
}
div.tags a > span {
	color: #000;
}
li.tags a:hover,
div.tags a:hover {}
span.tag-body p {
	display: inline;
}
div.tags.tagcloud ul li {
	display: inline-block;
	margin-right: 10px;
}
div.tags.tagcloud a.gk-tooltip span {
    z-index:10;
    display:none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height:16px;
    font-size: 85%;

    transition: all 1s ease-in;
}

div.tags.tagcloud  a.gk-tooltip:hover span {
	border: 1px solid #eee;
	background: #fff;
    display:inline;
    position:absolute;
    color:#111;
}
div.tags.tagcloud a.gk-tooltip span img {
	max-width: 150px!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 label {
	margin-top: 6px;
}
div.tag-category h3 {
	font-size: 19px;
	margin: 8px 0;
}


/* tags */
span.tags-label {
	margin-right: 20px
}
div.tags > span.tags-label {
	margin-right: 40px;
}
span.tags-label + div.tags {
	display: inline;
}
div.tags,
ul.tags {
	margin-top: 10px;
}

div.tags a,
ul.tags li,
ul.tags a {
  display: inline-block;
  margin-right: 10px;
  color: #999 !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
}
div.tags {
	color: #999;
}
div.tags a:hover {
	color: #222 !important;
}
span.tag-body p {
	display: inline;
}
div.tags.tagcloud ul li {
	display: inline-block;
	margin-right: 10px;
}
div.tags.tagcloud a.tooltip span {
    z-index:10;
    display:none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
	font-weight: normal;
	font-size: 11px;

    transition: all 1s ease-in;
}
div.tags.tagcloud  a.tooltip:hover span {
	border: 1px solid #eee;
	background: #fff;
    display:inline;
    position:absolute;
    color:#111;
}
div.tags.tagcloud a.tooltip span img {
	max-width: 75px!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 label {
	line-height: 29px;
}
div.tag-category ul.category li {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px;
}
div.tag-category ul.category li:hover{
	background: #FBFBFB
}
div.tag-category h3 {
	font-size: 19px;
	margin: 8px 0;
}

/* user edit page */
.item-page.edit .formelm {
     width: 100%;
}
.item-page.edit input {
     float: left;
     height: 36px;
}
.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
     padding: 4px 6px;
     height: auto;
     line-height: auto;
}
.item-page.edit .formelm .btn  {
     float: left;
     display: inline-block;
}
.item-page.edit .icon-calendar {
     padding: 0;
}
.item-page.edit #jform_title {
     width: 83%;
}
#gkMainbody .item-page.edit a {
	color: #333;
}
.item-page.edit .toggle-editor {
	margin-top: 10px!important;
	padding-top: 5px;
}
.gkTypoTable code {
     border: 0;
     margin: 0!important;
     padding: 0!important;
}
.calendar .button {
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     border: 0;
}
.tooltip.top .tooltip-arrow {
     display: none;
}
.tooltip-inner {
     background: #fff;
}
.btn.jmodedit > span.icon-edit {
	background-image: none;
   color: #272727;
   margin: 5px 5px 0 0;
   padding-right: 8px;
   display: block;
   font-family: 'FontAwesome'!important;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.btn.jmodedit > span.icon-edit:before{
     content: "\f044";
     font-family: 'FontAwesome'!important;
}

/* Module edit form */
#modules-form .btn {
	background: #ddd;
	border-radius: 0;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
	background: #222!important;
	color: #fff!important;
}
#modules-form .btn:hover i {
	color: #fff!important;
}
#modules-form .btn-group {
	padding: 0!important;
}
#modules-form .btn-group .btn {
	margin: 0 20px 0 0!important;
}
#modules-form .radio.btn-group {
	padding-left: 20px!important;
}
#modules-form .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}
#modules-form .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
}
#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}
#modules-form .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}
#modules-form #jform_content {
	height: 500px!important;
}
#modules-form .input-prepend .add-on {
	display: none;
}
#modules-form .accordion-heading a {
	color: #222;
	font-size: 18px;
	text-decoration: none!important;
}
#modules-form .accordion-heading .accordion-toggle {
	padding: 15px;
}
#modules-form .btn-group {
	padding-left: 20px;
}
#modules-form hr {
	display: none;
}
#modules-form .row-fluid {
	padding: 20px 0;
}
#modules-form label {
	text-transform: none!important;
}
#modules-form .chzn-container-single .chzn-single {
	background: #fff!important;
}

/* Item edit form */
.item-page.edit #jform_articletext {
	clear: both;
}
.item-page.edit #jform_title {
	width: 100%;
}
.item-page.edit .formelm {
	height: auto!important;
	min-height: 40px;
	overflow: hidden;
}
.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}
.item-page.edit fieldset > div label {
	display: block;
	float: left;
	min-width: 160px;
}
.item-page.edit legend {
	font-size: 24px!important;
	font-style: normal !important;
	padding: 0 0 24px;
}
.item-page.edit .control-group {
	margin: 10px 0;
}
.item-page.edit .control-group:after {
	clear: both;
	content: "";
	display: table;
}
.item-page.edit #jform_articletext {
	height: 500px!important;
}
.item-page.edit .formelm {
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	width: 100%;
}
.item-page.edit .formelm label {
	display: inline-block;
	line-height: 40px;
	text-transform: none;
}
.item-page.edit *[class^="icon-"] {
	display: none;
}
.item-page.edit .icon-remove,
.item-page.edit .icon-calendar {
	background-image: url('/media/jui/img/glyphicons-halflings-white.png');
	display: block;
}
.item-page.edit .icon-remove {
	margin-top: 12px;
}
.item-page.edit .btn {
	color: #fff!important;
	padding: 12px 20px!important;
}
.item-page.edit .media-preview.add-on {
	display: none;
}
.item-page.edit .input-append > .btn {
	height: 40px!important;
	line-height: 40px;
	padding: 0 10px!important;
}
.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
	width: 100%;
}
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	height: 50px!important;
	line-height: 50px!important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 14px;
}
.calendar .button {
	display: table-cell!important;
	float: none!important;
}
.item-page.edit .formelm-buttons button {
	margin-right: 10px;
}
.item-page.edit .btn {
	background: #ddd;
	border-radius: 0!important;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
	background: #222!important;
	color: #fff!important;
}
.item-page.edit .btn:hover i {
	color: #fff!important;
}
.item-page.edit .btn-group {
	padding: 0!important;
}
.item-page.edit .btn-group .btn {
	margin: 0 20px 0 0!important;
}
.item-page.edit .radio.btn-group {
	padding-left: 20px!important;
}
.item-page.edit .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}
.item-page.edit .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
	text-transform: none;
}

.item-page.edit .field-calendar {
	margin-left: 180px;
}

.item-page.edit .media-preview + input {
	min-width: 250px;
}
.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}
.item-page.edit .chzn-container-single .chzn-single {
	background: #fff!important;
}

#jform_articletext_parent {
   clear: both!important;
}

.mce-btn button {
	color: #333 !important;
	border-radius: 0 !important;
}

.mce-btn button:hover {
	background: transparent;
}

#jform_catid_chzn .chzn-results {
	display: inline-block;
}

#jform_tags_chzn,
#jform_tags_chzn .chzn-choices {
	height: auto !important;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/system/system.css  !***/

/* 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_rockwall/images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(/templates/gk_rockwall/images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(/templates/gk_rockwall/images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(/templates/gk_rockwall/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(/templates/gk_rockwall/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(/templates/gk_rockwall/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_rockwall/images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/template.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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: #f8f8f8;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #f8f8f8;
	color: #666;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 56px 0 0 0;
	word-wrap: break-word;
}

a,
#gkMainbody article a:active,
#gkMainbody article a:focus,
#gkMainbody article a:hover,
#gkMainbody article header a {
	color: #222;
	-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,
#gkMainbody article a,
#gkMainbody article header a:active,
#gkMainbody article header a:focus,
#gkMainbody article header a:hover {
	color: #29a3e0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

h1 {
	font-size: 52px;
}

h2,
.componentheading {
	font-size: 42px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

iframe {
	max-width: 100%!important;
}
/* Containers */

#gkTop.noheader ~ #gkPageContentWrap {
	padding-top: 52px;
}

#gkPageContentWrap {
	background: #fff;
}

.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-size: cover;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 14px;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkContent,
#gkPageContent,
#gkPageCotnetnWrap {
	width: 100%;
}

#gkPageContent {
	margin-bottom: 30px!important;
}

.gridpage #gkPageContent {
	margin-bottom: 14px!important;
}

#gkPageContent + #gkFooter {
	margin-top: 20px;
}

/* Logo  */

.gkLogo {
	float: left;
	margin: 0;
}

#gkLogo {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 125px;
	display: block;
	float: left;
	-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_rockwall/images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 98px;
	width: 125px;
}

#gkLogo.text {
	color: #060606;
	display: block;
	height: auto;
	margin: 14px 0 0 0;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
	width: auto;
}

#gkLogo.text > span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #c3c3c3;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

/* Top */
#gkTop {
	background: #fff;
}

#gkTop.noheader {
	border-bottom: 1px solid #e5e5e5;
}

#gkSearch {
	float: right;
	position: relative;
}

#gkSearch .mod-search-searchword,
#gkSearch #mod-finder-searchword {
	border: 3px solid #29a3e0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #cbcbcb;
	font-size: 14px;
	font-style: italic;
	height: 44px;
	margin: 27px 0 0 64px;
	outline: none;
	width: 414px;
}

#gkSearch .mod-search-searchword:focus,
#gkSearch #mod-finder-searchword:focus {
	color: #222;
	font-style: normal;
	font-weight: bold;
}

#gkSearch::before {
	color: #29a3e0;
	content: '\f002';
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 18px;
	top: 34px;
	z-index: 1;
}

#gkTopMenu {
	float: right;
	margin: 42px 0 0 0;
}

#gkTopMenu li {
	float: left;
	line-height: 13px;
	padding: 0 11px;
}

#gkTopMenu li a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	background-color: transparent;
	color: #29a3e0;
}

/* Userarea */
#gkUserArea {
	float: right;
}

#gkUserArea .button {
	float: right;
	height: 31px;
	line-height: 31px;
	margin: 13px 0 0 5px;
}

/* Stylearea */

#gkStyleArea {
	display: block;
	float: right;
	line-height: 10px;
	margin: 25px 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: #29a3e0;
}

#gkColor2 {
	background: #e65e47;
}

#gkColor3 {
	background: #00e2f9;
}

#gkColor4 {
	background: #76a546;
}

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	padding: 0;
}

#gkBottom3,
#gkBottom4 {
	padding: 66px 0;
}

#gkBottom3 + #gkFooter,
#gkBottom4 + #gkFooter {
	border-top: 1px solid #e5e5e5;
}

#gkBottom3 + #gkFooter > div,
#gkBottom4 + #gkFooter > div {
	border-top: 1px solid #fff;
}

#gkBottom3,
#gkBottom4 {
	color: #999;
	font-size: 15px!important;
	line-height: 1.6!important;
}

#gkBottom3 a,
#gkBottom4 a {
	color: #666;
}

#gkBottom3 a:active,
#gkBottom3 a:focus,
#gkBottom3 a:hover,
#gkBottom4 a:active,
#gkBottom4 a:focus,
#gkBottom4 a:hover {
	color: #29a3e0;
}

#gkBottom3 li,
#gkBottom4 li {
	border: none;
	font-size: 14px!important;
	line-height: 1.6!important;
	padding: 0;
}

#gkBottom3 .content h3,
#gkBottom4 .content h3,
#gkBottom3 .header,
#gkBottom4 .header {
	color: #222;
	font-size: 18px;
	font-weight: 700;

}

#gkBottom3 .header,
#gkBottom4 .header {
	padding-bottom: 20px;
}

#gkBottom3 .content h3,
#gkBottom4 .content h3 {
	margin: 30px 0;
	padding: 10px 0;
}

/* standard breadcrumb */

#gkBreadcrumb {
	background: #DED7DB;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 5px 12px;
}

#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #666;
}

#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 6px!important;
	color: #ddd;
}

#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 14px;
	font-weight: 500;
}

#gkBreadcrumb .breadcrumbs > ul > li a {
	font-weight: normal
}

#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('/templates/gk_rockwall/images/font_size.png') no-repeat -38px 50%;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* Middle bar */
#gkMiddleBar {
	border-top: 3px solid #29a3e0;
	margin-top: 95px!important;
	padding: 20px 0;
}

#gkTags {
	float: left;
	max-width: 60%;
}

#gkTags .header {
	float: left;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}

#gkTags .content {
	clear: none;
	float: left;
	line-height: 1.3;
	margin-left: 30px;
	width: 75%;
}

#gkTags .itemTags li a,
#gkTags .k2TagCloudBlock a,
#gkTags .moduleItemTags a {
	font-size: 13px!important;
}

#gkSearchMiddle {
	float: right;
	max-width: 40%;
}

#gkSearchMiddle .mod-search-searchword {
	-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;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #848484;
	height: 38px;
	padding: 0 10px;
	margin-right: 18px;
	max-width: 100%!important;
	outline: none;
	width: 256px;
}

/* footer */

#gkFooter {
	-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: #888;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
}

#gkFooter > div > div {
	padding: 25px 0;
}

#gkFooterNav {
	float: left;
}

#gkFooterNav li {
	border: none;
	float: left;
	margin: 0 10px 0 0!important;
	padding: 0;
}

#gkFooterNav a {
	color: #222;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #29a3e0;
}

#gkCopyrights {
	float: right;
	margin: 0;
	padding: 25px 0;
}

/* Other footer elements */

#gkFrameworkLogo {
	clear: both;
	display: block;
	width: 90px;
	height: 36px;
	background: url('/templates/gk_rockwall/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 {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

.box li:last-child {
	border-bottom: none;
}

.box li a {
	line-height: 2.0;
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

/* default suffix */

.box .header {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 0 12px 0;

}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.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: #ccc!important;
	font-size: 11px!important;
	font-weight: 300;
	margin: 0 0 12px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;

	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.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: #060606!important;
	color: #666;
	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 ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}

.box.dark ul li:last-child {
	border-bottom: none;
}

.box.dark a {
	color: #ddd!important;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #29a3e0!important;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

/* suffix color */
.box.color {
	background: #29a3e0!important;
	color: #aedcf2!important;
	padding: 20px!important;
}

.box.color .header {
	background: transparent!important;
	line-height: 1.2;
}

.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6 {
	color: #fff;
}

.box.color ul {
	margin: 0;
	padding: 0;
}

.box.color ul li {
	border-bottom: 1px solid #4bc5f2;
	position: relative;
}

.box.color ul li:last-child {
	border-bottom: none;
}

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

.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	color: #aedcf2!important;
}

.box.color ul ul {
	margin: 0 0 0 20px;
}

/* suffix colortitle */
.box.colortitle .header {
	color: #29a3e0;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Suffix bigtitle */
.box.bigtitle .header {
	color: #222;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 40px 0;
	text-align: center;
}

.box.bigtitle .header small {
	clear: both;
	color: #aaa;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

/* 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 20px !important;

}

#form-login-remember label {
   font-size: 12px;
   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: #798db9;
	background-image: linear-gradient(bottom, #405c98 0%, #5b73bc 99%);
	background-image: -moz-linear-gradient(bottom, #405c98 0%, #5b73bc 99%);
	background-image: -webkit-linear-gradient(bottom, #405c98 0%, #5b73bc 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #405c98), color-stop(0.99, #5b73bc));
	border: 1px solid #657dc7;
	-webkit-box-shadow: 0 0 0 1px #31497b;
	   -moz-box-shadow: 0 0 0 1px #31497b;
	    box-shadow: 0 0 0 1px #31497b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 1px 0 0 6px;
	padding: 0 0 0 72px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0px #31497B;
	-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;
	box-shadow: 0 0 0 1px #31497b;
	border: 1px solid #657dc7;
}

span#fb-auth:before {
	border-right: 1px solid #31497B;
	-webkit-box-shadow: 1px 0 0 #657dc7;
	   -moz-box-shadow: 1px 0 0 #657dc7;
	    box-shadow: 1px 0 0 #657dc7;
	color: #fff;
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 22px;
	font-weight: 400;
    position: absolute;
    top: 0;
    left: 22px;
	width: 30px;
}


#form-login-remind {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
	margin: 42px 0 0;
	padding: 16px 0 0
}
#form-login-remind a { margin: 0 4px}

/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 100px;
	background: #fff;
}

#gkPopupLogin {
	margin-left: -220px;
	position: absolute;
	width: 426px;
}

.gkPopupWrap {
	padding: 40px;
	overflow: hidden;
}

.gkPopupWrap h3 {
	font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 20px;

}

.gkPopupWrap h3 small {
	font-size: 55%;
}

.gkPopupWrap h3 a {
	color: #29A3E0
}

.gkPopupWrap h3 a:hover {
	color: #222;
}

.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;
}

body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/menu/menu.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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: left;
	padding: 0;
	width: auto;
}
#gkMainMenu {
	margin-top: 0;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}
.gkMenu > ul > li {
	border-right: 1px solid #363636;
	clear: none!important;
	float: left;
	font-size: 17px;
	font-weight: 700;
	height: 56px;
	letter-spacing: -0.6px;
	line-height: 56px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li:first-child {
	border-left: 1px solid #363636;
}
.gkMenu > ul > li > a {
	color: #c3c3c3;
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 18px;
}
.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-top: -35px!important;
}

/* main menu CSS */
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu > ul > li.active > a {
	color: #fff;
}
.gkMenu > ul > li > a {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #fff;
	text-decoration: none;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	-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;
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	margin: 0;
	padding: 0;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.gkMenu > ul li div.childcontent li:hover {
	 background: #fbfbfb;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li.active > a {
	color: #29a3e0;
}
.gkMenu > ul li div.childcontent li:first-child > a {
	border: none;
}
.gkMenu > ul li div.childcontent a {
	border-top: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 8px 20px;
}
.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 16px 6px 16px;
	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: 2px solid #e5e5e5;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/font-awesome.css  !***/

/*!
 *  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_rockwall/fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('/templates/gk_rockwall/fonts/fontawesome-webfont.eot#iefix&v=3.0.1') format('embedded-opentype'),
    url('/templates/gk_rockwall/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('/templates/gk_rockwall/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;font-display:swap;}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  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;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights 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-"] {
  /* keeps button heights with and without icons the same */

}
.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;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.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;
}
.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;
}
.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;
}
.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); }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  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               { 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            { 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                 { 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                { content: "\f112"; }
.icon-github-alt:before           { content: "\f113"; }
.icon-folder-close-alt:before     { content: "\f114"; }
.icon-folder-open-alt:before      { content: "\f115"; }

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/gk.stuff.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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: #ccc;
	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: #29a3e0;
}
.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: #29a3e0;
}

/* 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: 23px;
	font-weight: bold;
	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) rotateZ(-3deg);
	-moz-transform: scale(1.1) rotateZ(-3deg);
	-ms-transform: scale(1.1) rotateZ(-3deg);
	-o-transform: scale(1.1) rotateZ(-3deg);
	transform: scale(1.1) rotateZ(-3deg);
}
.nspArt p.nspText {
	display: block!important;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #aaa;
	display: block!important;
	font-size: 12px;
	padding: 5px 0;
}
.nspArt p.nspInfo > * {
	padding-left: 10px;
}
.nspArt p.nspInfo > *:first-child {
	padding-left: 0;
}
.nspArt p.nspInfo img {
	vertical-align: middle;
}
.nspArt .tleft {
	text-align: left;
}
.nspArt .tright {
	text-align: right;
}
.nspArt .tcenter {
	text-align: center;
}
.nspArt .tjustify {
	text-align: justify;
}
.nspArt .fleft {
	float: left;
}
.nspArt .fright {
	float: right;
}
.nspArt .fnone {
	clear: both;
	float: none;
	width: 100%;
}
.readon.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 .nspLinkScroll1 ul li:first-child {
	border-top: none;
}

.nspLinks ul li h4 {
	font-size: 16px;
	font-weight: bold;

}
.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 */
.dark .nspLinks .nspLinkScroll1 ul li {
	border-top-color: #333;
}

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

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

.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;
}

/* NSP title suffixes */
.nsptitle30 h4.nspHeader,
.nsptitle40 h4.nspHeader,
.nsptitle50 h4.nspHeader,
.nsptitle60 h4.nspHeader,
.nsptitle70 h4.nspHeader,
.nsptitle80 h4.nspHeader,
.nsptitle90 h4.nspHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nsptitle30 h4.nspHeader,
.nsplinktitle30 .nspLinks h4 { padding-right: 70%!important; }
.nsptitle40 h4.nspHeader,
.nsplinktitle40 .nspLinks h4 { padding-right: 60%!important; }
.nsptitle50 h4.nspHeader,
.nsplinktitle50 .nspLinks h4 { padding-right: 50%!important; }
.nsptitle60 h4.nspHeader,
.nsplinktitle60 .nspLinks h4 { padding-right: 40%!important; }
.nsptitle70 h4.nspHeader,
.nsplinktitle70 .nspLinks h4 { padding-right: 30%!important; }
.nsptitle80 h4.nspHeader,
.nsplinktitle80 .nspLinks h4 { padding-right: 20%!important; }
.nsptitle90 h4.nspHeader,
.nsplinktitle90 .nspLinks h4 { padding-right: 10%!important; }

/* Suffix overlay */
.overlayblack .nspArt,
.overlaywhite .nspArt {
	position: relative;
}

.overlayblack .nspArt .nspHeader,
.overlaywhite .nspArt .nspHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	padding: 25px;
	position: absolute;
}

.overlaywhite .nspArt .nspHeader a {
	color: #fff;
}

.overlayblack .nspArt .nspHeader,
.overlayblack .nspArt .nspHeader a {
	color: #222;
}

.overlaywhite .nspList,
.overlayblack .nspList {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 17px!important;
}

.overlaywhite .nspList li,
.overlayblack .nspList li {
	border: none!important;
	padding: 45px 0 0 0!important;
}

.overlaywhite .nspList li:first-child,
.overlayblack .nspList li:first-child {
	padding: 0!important;
}

.overlaywhite .nspLinks,
.overlayblack .nspLinks {
	padding: 0!important;
}

.overlaywhite .nspLinks ul li h4,
.overlayblack .nspLinks ul li h4,
.overlaywhite .nspLinks ul li h4 a,
.overlayblack .nspLinks ul li h4 a {
	font-size: 18px;
	line-height: 1.2;
}

.overlaywhite .nspLinks ul li h4,
.overlayblack .nspLinks ul li h4 {
	padding-bottom: 15px;
}

.overlaywhite .nspLinks ul li p,
.overlayblack .nspLinks ul li p {
	font-size: 15px;
	line-height: 1.6;
}

/**
 *
 * NSP Title Overlay Portal Mode
 *
 **/

.gkNspPM-TitleOverlay > figure {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-perspective: 1200;
	-moz-perspective: 1200;
	-ms-perspective: 1200;
	perspective: 1200;
}

.gkNspPM-TitleOverlay > figure > img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.gkNspPM-TitleOverlay > figure:hover > img {
	-webkit-transform: scale(1.1) rotateZ(-3deg);
	-moz-transform: scale(1.1) rotateZ(-3deg);
	-ms-transform: scale(1.1) rotateZ(-3deg);
	-o-transform: scale(1.1) rotateZ(-3deg);
	transform: scale(1.1) rotateZ(-3deg);
}

.gkNspPM-TitleOverlay > figure > figcaption {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	z-index: 1;
}

.gkNspPM-TitleOverlay[data-textpos="bottom"] > figure > figcaption {
	bottom: 0;
}

.gkNspPM-TitleOverlay[data-textpos="top"] > figure > figcaption {
	top: 0;
}

.gkNspPM-TitleOverlay[data-textpos="bottom"] .gkImgOverlay:before {
	bottom: auto;
	top: 12px;
}

.gkNspPM-TitleOverlay[data-textpos="top"] .gkImgOverlay:before {
	bottom: 12px;
	top: auto;
}

.gkNspPM-TitleOverlay > figure > figcaption h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

.gkNspPM-TitleOverlay > figure > figcaption a {
	color: #fffefe!important;
}

/* Image overlays */
.gkNspPM-TitleOverlay .gkImgOverlay {
	background: #000;
	cursor: pointer;
	height: 100%;
	left: -30%;
	opacity: 0;
	position: absolute;
	top: 0;
	-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: 100%;
	z-index: 2;
}

.gkNspPM-TitleOverlay.hover .gkImgOverlay {
	filter: alpha(opacity=75);
	opacity: 0.75;
	left: 0;
}

.gkNspPM-TitleOverlay .gkImgOverlay:before {
	color: #fff;
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    bottom: 12px;
    right: 22px;
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap {
   border: 1px solid #e5e5e5
 }
.gkTabsWrap ol li {
    background: #fbfbfb;
	border-right: 1px solid #e5e5e5;
	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 {
   	 background: #fff;
	 border-bottom-color: #fff;
	 color: #29a3e0;
	 font-weight: 600

}
.gkTabsWrap ol li.active:last-child {
	border-bottom: 1px solid #fff;
}
.gkTabsWrap ol li:hover {
	color: #29a3e0;
}
.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 20px 20px !important;
  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;
}

/**
 *
 * Image Show GK4 - style gk_rockwall
 *
 **/

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

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

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

.gkIsWrapper-gk_rockwall.loaded .gkIsButtons {
	opacity: 1;
}

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

.gkIsWrapper-gk_rockwall.loaded figure.animated {
	opacity: 1;
}

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

.gkIsWrapper-gk_rockwall img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.gkIsWrapper-gk_rockwall figcaption {
	-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;
	z-index: 1;
}

.gkIsWrapper-gk_rockwall[data-textpos="right"] figcaption {
	left: auto;
	right: -50%;
}

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

.gkIsWrapper-gk_rockwall figcaption a.button {
	background: #2AA4E1;
	background-image: linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -moz-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -webkit-linear-gradient(bottom, #1162B3 0%, #2AA4E1 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1162B3), color-stop(0.99, #2AA4E1));
	margin: 30px 0 0 0;
	text-transform: uppercase;
}

.gkIsWrapper-gk_rockwall figcaption a.button:active,
.gkIsWrapper-gk_rockwall figcaption a.button:focus,
.gkIsWrapper-gk_rockwall figcaption a.button:hover {
	background: #747474;
	background-image: linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -moz-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4A4A4A), color-stop(0.99, #747474));
}

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

.gkIsWrapper-gk_rockwall figcaption h2 {
	color: inherit;
	font-size: 66px;
	font-weight: 600;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-transform: lowercase
}

.gkIsWrapper-gk_rockwall .gkIsPagination {
	bottom: 22px;
	position: absolute;
	right: 32px;
	z-index: 10;
}

.gkIsWrapper-gk_rockwall[data-textpos="right"] .gkIsPagination {
	left: 32px;
	right: auto;
}

.gkIsWrapper-gk_rockwall .gkIsPagination li {
	background: #717171;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 10px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 0px;
}

.gkIsWrapper-gk_rockwall .gkIsPagination li.active,
.gkIsWrapper-gk_rockwall .gkIsPagination li:active
.gkIsWrapper-gk_rockwall .gkIsPagination li:focus,
.gkIsWrapper-gk_rockwall .gkIsPagination li:hover {
	background: #fff;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/style2.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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 2 */

/* template.css */
a:hover,
a:active,
a:focus,
#gkMainbody article a,
#gkMainbody article header a:active,
#gkMainbody article header a:focus,
#gkMainbody article header a:hover {
	color: #e65e47;
}
#gkSearch .mod-search-searchword,
#gkSearch #mod-finder-searchword {
	border: 3px solid #e65e47;
}
#gkSearch::before {
	color: #e65e47;
}
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #e65e47;
}
#gkBottom3 a:active,
#gkBottom3 a:focus,
#gkBottom3 a:hover,
#gkBottom4 a:active,
#gkBottom4 a:focus,
#gkBottom4 a:hover {
	color: #e65e47;
}
#gkMiddleBar {
	border-top: 3px solid #e65e47;
}
#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #e65e47;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #e65e47!important;
}
.box.color {
	background: #e65e47!important;
	color: #f6c7bf!important;
}
.box.color ul li {
	border-bottom: 1px solid #f87f69;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	color: #f6c7bf!important;
}
.box.colortitle .header {
	color: #e65e47;
}
.gkPopupWrap h3 a {
	color: #e65e47
}

/* joomla.css */
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"],
.pagenav li.previous a,
.pagenav li.next a,
div.pager li a,
.readon,
.itemReadMore,
.readmore > a,
.pagination ul li a,
.pagination ul li span {
	background: #747474;
	background-image: linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -moz-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4A4A4A), color-stop(0.99, #747474));
}
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,
.pagenav li.previous a:hover,
.pagenav li.next a:hover,
div.pager li a:hover,
.readon:hover,
.itemReadMore:active,
.itemReadMore:focus,
.itemReadMore:hover,
.readmore > a:active,
.readmore > a:focus,
.readmore > a:hover,
.pagination ul li a:hover,
.pagination ul li span:hover {
	background: #e15b45;
	background-image: linear-gradient(bottom, #c24a36 0%, #e15b45 99%);
	background-image: -moz-linear-gradient(bottom, #c24a36 0%, #e15b45 99%);
	background-image: -webkit-linear-gradient(bottom, #c24a36 0%, #e15b45 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c24a36), color-stop(0.99, #e15b45));
}
th a:active,
th a:focus,
th a:hover {
	color: #e65e47!important;
}
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover {
	color: #e65e47!important;
}
article header li a:hover {
	color: #e65e47;
}
.tip-title {
	background: #e65e47;
}
#system-message .alert-notice {
	background-color: #D9EDF7;
	border-bottom: 1px solid #BCE8F1;
	color: #3A87AD;
}
div.banneritem a {
	color: #e65e47!important;
}
div.bannerfooter {
	color: #e65e47;
}
.result-title :before {
	color: #e65e47;
}
.autocompleter-queried {
	color: #e65e47!important
}
.box.menu .header {
	background: #e65e47;
}
.box.menu li:hover:before {
	color: #e65e47;
}

/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active {
	background-color: #e65e47;
}
.nspNext:hover::after,
.nspPrev:hover::after {
	color: #e65e47;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
	 color: #e65e47;
}
.gkTabsWrap ol li:hover {
	color: #e65e47;
}
.gkIsWrapper-gk_rockwall .gkIsPreloader {
	background: #3b3b3b url('/templates/gk_rockwall/images/style2/loader.gif') no-repeat center center;
}
.gkIsWrapper-gk_rockwall figcaption a.button {
	background: #e15b45;
	background-image: linear-gradient(bottom, #c24a36 0%, #e15b45 99%);
	background-image: -moz-linear-gradient(bottom, #c24a36 0%, #e15b45 99%);
	background-image: -webkit-linear-gradient(bottom, #c24a36 0%, #e15b45 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c24a36), color-stop(0.99, #e15b45));
}
.gkIsWrapper-gk_rockwall figcaption a.button:active,
.gkIsWrapper-gk_rockwall figcaption a.button:focus,
.gkIsWrapper-gk_rockwall figcaption a.button:hover {
	background: #747474;
	background-image: linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -moz-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-linear-gradient(bottom, #4A4A4A 0%, #747474 99%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4A4A4A), color-stop(0.99, #747474));
}

/* menu.css */
.gkMenu > ul > li {
	border-right: 1px solid #4c4c4c;
}
.gkMenu > ul > li:first-child {
	border-left: 1px solid #4c4c4c;
}
.gkMenu > ul > li > a {
	color: #c3c3c3;
}
.gkMenu > ul > li.active > a {
	color: #fff;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li.active > a {
	color: #e65e47;
}
#gkMenuWrapper {
	background: #3b3b3b;
}

/* k2.css */
h1 > sup,
h2 > sup {
	background: #e65e47;
}
span#formLog {
	background: #e65e47;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	background: #e65e47;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #e65e47;
}
table.calendar tr td.calendarTodayLinked a {
	color: #e65e47;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	background: #e65e47;
}
.calendarNavLink {
	color: #e65e47;
}

/***!  https://www.christianmuela.it/templates/gk_rockwall/css/typography/typography.style2.css  !***/

/*
#------------------------------------------------------------------------
# RockWall - April 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.gkInfo1,
 p.gkTips1,
 p.gkWarning1 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	font-size: 17px;
	font-weight: 400;
	padding: 12px 12px 12px 66px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.gkHighlight1,
 .gkHighlight2,
 .gkHighlight3,
 .gkHighlight4 {
	cursor: default;
	padding: 1px 5px;
	text-shadow: none
}

pre,
 .gkCode1,
 .gkCode2,
 .gkCode3 {
	font: normal .92em/32px 'Courier New', monospace!important;
	margin: 20px 0!important;
	padding: 26px 30px!important;
}

pre,
 .gkCode1,
 .gkCode2 {
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1
}

.gkCode3 {
	border: 1px solid #eee;
	color: #363636;
	padding-left: 82px!important
}

.gkCode3 h4 {
	background: #fe0000;
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 -64px !important;
	padding: 2px 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 35px
}

div.gkCode2:hover,
 div.gkCode3:hover {
	color: #000
}

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
}

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
}

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
}

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
}

blockquote div {
	display: block;
	position: relative;
}

blockquote > div > div {
	padding: 0 38px;
}

blockquote div.gkBlockquote3 div,
blockquote div.gkBlockquote4 div {
	color: #222;
	font-size: 20px;
	padding: 0 80px;
}

blockquote div.gkBlockquote1 div:before,
 blockquote div.gkBlockquote2 div:before,
 blockquote div.gkBlockquote1:before,
 blockquote div.gkBlockquote2:before,
 blockquote div.gkBlockquote3 div:before,
 blockquote div.gkBlockquote4 div:before,
 blockquote div.gkBlockquote3:before,
 blockquote div.gkBlockquote4:before {
	color: #ccc;
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

blockquote div.gkBlockquote1:before,
blockquote div.gkBlockquote3:before {
	content: "\f10d";
	bottom: 0;
	left: 0;
	top: inherit
}

blockquote div.gkBlockquote2:before {
	content: "\f10d";
	left: 0;
}

blockquote div.gkBlockquote3 div:before,
blockquote div.gkBlockquote4 div:before,
blockquote div.gkBlockquote3:before,
blockquote div.gkBlockquote4:before {
	color: #222;
	font-size: 56px;
}

blockquote div.gkBlockquote4:before {
	content: "\f10d";
	left: 0;
	top: 20px
}

blockquote div.gkBlockquote4 div:before {
	bottom: 20px;
	top: inherit
}

.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 68px !important;
	position: relative
}

p.numblocks span {
	-moz-border-radius: 50%;
	-ms-webkit-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	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 {
	background: #bbb;
}

p.num-2 span {
	background: #3b3b3b;
}

p.num-3 span {
	background: #fe0000;
}

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 {
	border: 1px solid #e5e5e5;
	border-left: 5px solid #3b3b3b;
	color: #363636;
	padding-left: 32px
}

.gkCode2 {
	border: 1px solid #e5e5e5;
	border-top: 5px solid #fe0000;
	color: #363636
}

p.gkInfo1 {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

p.gkTips1 {
	background-color: #fcf8e5;
	border-color: #efecc5;
	color: #c0b136;
}

p.gkWarning1 {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

p.gkInfo1:before,
p.gkTips1:before,
p.gkWarning1:before {
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	top: 7px;
	left: 22px;
}

p.gkInfo1:before {
	color: #3A87AD;
	content: "\f05a";
}

p.gkTips1:before {
	color: #c0b136;
	content: "\f0eb";
}

p.gkWarning1:before {
	color: #B94A48;
	content: "\f057";
}

div.gkLegend1 {
	border: 4px double #e5e5e5
}

div.gkLegend1 h4 {
	background: #fff;
	color: #242424
}

.gkHighlight1 {
	background: #ffd
}

.gkHighlight4 {
	background: #3b3b3b;
	color: #fff
}

.gkblock-1 {
	border: 1px solid #e5e5e5
}

.gkblock-2 {
	background: #FFFEF4;
	border: 1px solid #EAE8CC
}

.gkblock-3 {
	background: #f8f8f8
}

.bubble-1 {
	background: #222;
	color: #fff
}

.bubble-1::after {
	border-color: #222;
	border-left: 22px solid transparent;
}

.bubble-2 {
	background: #fff0ee;
	color: #fe0000
}

.bubble-2::after {
	border-color: #fff0ee;
	border-left: 22px solid transparent;
}

.bubble-1 cite {
	color: #363636
}

.bubble-2 cite {
	color: #fe0000
}

ul.gkBullet1 li:before,
#k2Container ul.gkBullet1 li:before,
 #k2Container .itemFullText ul li:before,
 #k2Container .itemIntroText ul li:before {
	color: #222;
	content: "\f00c";
}

ul.gkBullet2 li:before,
#k2Container ul.gkBullet2 li:before {
	color: #222;
	content: "\f046";
}

ul.gkBullet3 li:before,
#k2Container ul.gkBullet3 li:before {
	color: #222;
	content: "\f0a4";
}

ul.gkBullet4 li:before,
#k2Container 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 {
	border-bottom: 1px solid #eee;
	color: #222;
	font-size: 22px;
	font-weight: 300;
	margin: 30px 0;
	padding: 0 0 8px;
	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 {
	background: #f9f9f9;
	color: #888;
	font: normal 11px Monaco, Consolas, "Courier News", monospace;
	padding: 6px;
}

.gkblock-3 small {
	color: #353639!important
}

.bubble-1 small {
	background: rgba(255,255,255, 0.15);
	color: #fff
}

pre:hover,
 .gkCode1:hover {
	background: #fff
}

.gkHighlight3,
 span.helpTooltip {
	background: #fe0000;
	color: #fff;
}

.gkHighlight2 {
	background: #fff0ee;
	border: 1px solid #f3dbd7;
	color: #fe0000;
}

h5.page-header {
	clear: both;
	padding: 36px 0 18px;
	text-transform: uppercase
}
