@charset "utf-8";/*
#------------------------------------------------------------------------
# News II - February 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 
*/
#k2Container { overflow: hidden; }
#k2Container .pagination {
	padding: 0 20px;
}
#k2Container > header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 32px;
}
#k2Container.itemView > header {
	padding: 0;
	margin: 0 0 50px 0;
}
.k2FeedIcon a,
a.k2FeedIcon {
	display: block;
	color: #272727;
	font-size: 13px;
	height: 21px;
	line-height: 21px;
	margin: 12px 0;
	text-align: center
}
.k2FeedIcon a:before,
a.k2FeedIcon:before {
	color: #eb1e00;
	content: "\f09e";
	font-family: FontAwesome;
	margin: 0 12px 0 0
}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon { color: #222; }
.k2FeedIcon { float: none!important; }
.activeCategory a { color: #eb1e00 }
/* item view */
.itemComments { min-height: 54px; }
article header ul + ul {
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
}
article header ul + ul li { line-height: 28px; }
article header .itemCommentsLink > span {
	border: 1px solid #E5E5E5;
	display: block;
	float: left;
	line-height: 18px;
	margin: 3px 12px 0 0;
	padding: 6px 16px;
	position: relative;
	top: -8px;
}
article header .itemCommentsLink > span:after {
	content: "";
	position: absolute;
	border: 5px solid #e5e5e5;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	bottom: -10px;
	width: 0;
	left: 2px;
	height: 0;
	z-index: 0;
}
article header .itemCommentsLink > span:before {
	content: "";
	position: absolute;
	border: 4px solid #fff;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	bottom: -7px;
	width: 0;
	left: 3px;
	height: 0;
	z-index: 1;
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/templates/gk_news2/images/k2/fonts.png) no-repeat 100% 2px;
	text-indent: -9999em;
}
ul li.itemResizer span { padding: 0 6px 0 0; }
ul li.itemResizer #fontIncrease { background-position: 0 2px; }
.smallerFontSize { font-size: 90% !important; }
.largerFontSize { font-size: 115% !important; }
.itemImageBlock sup {
	background: #e72e20;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	height: 28px;
	padding: 2px 12px;
	position: absolute;
	right: -10px;
	text-transform: uppercase;
	top: 24px;
	z-index: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.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;
	-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%!important;
}
.itemImageBlock img:hover {
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.itemImageCaption,
.itemImageCredits,
.itemVideoCaption {
	color: #bbb;
	display: block;
	float: left;
	font-size: 11px;
	padding: 12px 16px 0 0;
}
.itemVideoCaption { float: none}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
.itemLinks .itemCategory a,
.itemLinks .itemTagsBlock ul { 
	display: block;
	margin-top: 17px; 
}
.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 ul li { float: left; }
.itemBody .itemLinks {
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	padding-top: 20px;
}
.latestView { 
	margin: -32px; 
}
.latestView .itemsContainer {
	border-left: 1px solid #e5e5e5;
	float: left;
}
.latestView .itemsContainer:first-child,
.latestView .clr + .itemsContainer {
	border-left: none;
}
.latestView .itemsContainerWrap {
	padding: 0!important;
}
.latestView .itemView {
	border-top: 1px solid #e5e5e5!important;
	padding: 32px!important;
}
.latestView .itemView:first-child {
	border-top: none!important;
}
.latestView .itemView h2 {
	font-size: 26px;
}
.latestView .clr {
	min-height: 0!important;
}
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks, 
.itemAuthorContent  {
	clear: both;
	font-size: 12px;
	margin: 50px 0;
}
.itemAuthorContent > div {
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 20px 0 0;
	width: 100%;
}
.itemLinks span {
	color: #222;
	font-weight: bold;
	text-transform: uppercase
}
.itemsCategory > h2 {
	border-bottom: 1px solid #eee;
	margin: 0 0 48px;
	padding: 0 0 24px;
}
.itemsCategory > p { margin: -24px 0 52px; }
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
}
.itemSocialSharing {
	margin: 0;
	padding: 0 0 10px 0;
}
.itemSocialSharing > div { padding-bottom: 20px; }
.itemExtraFields {
	border: 1px solid #E5E5E5;
	font-size: 13px;
	margin: 20px 0 10px;
	padding: 12px 30px;
}
.itemExtraFields ul { margin: 1.2em 0 2em !important }
.itemExtraFields li { padding: 0 !important }
.itemExtraFields li:before { display: none }
.itemExtraFieldsLabel {
	font-weight: bold;
	margin: 0 12px 0 0
}
small.itemDateModified {
	color: #999;
	display: block;
	text-align: right;
	font-style: italic
}
.itemRatingBlock { overflow: hidden; }
.itemRatingBlock span { float: left; }
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	line-height: 25px;
	font-size: 11px;
	color: #999
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: #444;
	background: #FFFFDD;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	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_news2/images/k2/star.png) left -1000px repeat-x; }
.itemRatingList {
	position: relative;
	width: 95px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	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;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
.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;
}
.catItemRatingBlock:after {
	clear: both;
	content: "";
	display: table;
}
.catItemRatingBlock {
	margin: 5px 0;
}
.catItemRatingBlock .itemRatingList {
	float: left;
}
.itemVideoBlock iframe { 
	max-width: 100%; 
	width: 100%;
}
.itemLinks ul li {
	list-style: none;
	margin-right: 6px;
}
.itemAttachmentsBlock {
	margin: 0 0 48px;
	min-height: 38px;
	padding: 10px;
}
.itemLinks .itemAttachmentsBlock ul li a {
	font-weight: 400;
	margin-left: 12px;
}
.itemLinks .itemAttachmentsBlock ul li a span {
	font-weight: normal;
	font-size: 11px;
}
.itemLinks .itemSocialSharing > div { float: left; }
.itemAuthorBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
}
.itemAuthorBlock > .gkAvatar {
	float: left;
	max-width: 80px;
}
.itemAuthorBlock > .gkAvatar > img { margin: inherit!important }
.itemAuthorBlock .itemAuthorDetails { margin: 6px 24px 0 130px; }
.itemAuthorDetails p { margin: 1em 0 }
.itemAuthorUrl,
.itemAuthorEmail {
	font-size: 12px;
	padding: 0 20px 0 0;
}
.itemAuthorData {
	border: 1px solid #e5e5e5;
	margin: 0 0 -1px;
	overflow: hidden;
	padding: 24px 32px;
}
.userView .itemAuthorData {
	background: #F6F7F9;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.userView .itemAuthorData:first-child {
	border-top: none;
}
.itemAuthorData h3, .itemVideoBlock h3 {
	color: #111;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.itemAuthorContent ul li {
	float: left;
    line-height: 1.3;
    margin: 0 2% 32px 0;
    padding: 0 !important;
    width: 18%;
}
.itemAuthorContent ul li:before { display: none }
.itemAuthorContent ul li a { color: #777; display: block; margin: 10px 0}
.itemNavigation {
	border-top: 1px solid #E5E5E5;
	clear: both;
	color: #7D7B7A;
	padding: 20px 0;
}
.itemNavigation span,
.itemNavigation a {
	margin: 0 24px 0 0;
	font-weight: 600
}
.itemAuthorContent ul li a:hover { color: #2f3336; }
.itemRelImageWrap {
	overflow: hidden;
}
.itemRelImageWrap img {
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.itemRelImageWrap:hover img {
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.itemAuthorContent h3, 
.itemComments h3 {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin: 0 0 22px;
	padding: 0;
	text-transform: uppercase
}
.itemComments h3 {
	margin: 52px 0 40px;
}
.itemAuthorContent h3 { padding-bottom: 0; }
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 10px
}
.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 {
	color: #aaa;
	font-size: 13px;
	margin: -35px 0 24px;
}
#itemCommentsAnchor {
	border-top: 1px solid #e5e5e5;
	clear: both;
	padding: 0 0 30px 0;
}
.itemComments p { margin: 1em 0; }
.itemComments .itemCommentsList { padding: 0 0 24px }
.itemComments .itemCommentsList li {
	
	margin: 20px 0 0;
	
}
.itemComments .itemCommentsList li > div { border: 1px solid #E5E5E5;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 0 92px;
    padding: 20px 30px;}
.itemComments .itemCommentsList li > img,
.k2LatestCommentsBlock img,
.itemAuthorBlock > .gkAvatar > img {
	float: left;
	
}
.itemComments .itemCommentsList li > div { margin: 0 0 0 92px; }
.itemComments .itemCommentsList li span {
	color: #999;
	
	
	margin: 0 12px 0 0;
}
.itemComments .itemCommentsList li span:first-child {
	color: #111;
	font-weight: 600
}
a.commentLink { float: right }
.itemBackToTop { float: right; }
/* Items views */


.latestView .itemTags,
.categoryView .itemTags { text-align: center; }
.latestView .itemTags li,
.categoryView .itemTags li {
	display: inline-block;
	float: none!important;
}
ul.itemTags li {
	border: 1px solid #e5e5e5;
	font-style: normal;
	margin: 12px 6px 0 0
}
ul.itemTags li a {
	display: block;
	padding: 4px 12px;
}
ul.itemTags li a:hover { 
	background: #eb1e00;
	color: #fff!important;
}
.clr { clear: both; }
.itemListSubCategories { 
	overflow: hidden; 
	padding: 32px 32px 0 32px;
}
.userView article,
.genericView article,
.itemList article {
	clear: both;
	margin-bottom: 36px !important;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory { margin: 0 32px 24px 0; }

/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon { margin-top: 16px; }
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
	padding: 12px 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}
.k2Avatar {
	display: block !important;
	float: left;
	margin: 0 24px 0 0;
}
.lcAvatar { margin: 0 12px 0 0; }
.lcAvatar img { margin: 0; }
.lcUsername {
	font-weight: 500;
	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 #e1e1e1;
}
.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: 500;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags,
.moduleAttachments {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	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: 500;
	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: 6px 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: bold;
}
.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 {
	color: #eb1e00;
	display: block;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover { display: block; }
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #eb1e00;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked { background: #eb1e00; }
.k2CalendarBlock table.calendar tr td.calendarTodayLinked:hover { background: #000 }
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a { color: #fff !important }
.calendarNavLink { color: #eb1e00; }
/* 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; }
.calendarCurrentMonth {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select { width: auto; }
/*--- Archive module ---*/

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

.k2TagCloudBlock a {
	border: 1px solid #E5E5E5;
	color: #888;
	float: left;
	font-size: 13px;
	line-height: 1.5;
	margin: 3px;
	padding: 3px 6px;
}
.k2TagCloudBlock a:hover { color: #eb1e00 }
/* ---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 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 3px
}
/* Rating form fix */
article header .itemRatingBlock > span { display: none; }
article header .itemRatingBlock > div { margin: 3px 0 0 0; }


/* Categories view */
#gkMainbody .itemList {
	margin: 0;
}
.itemListView {
	margin: -32px;
	padding: 0;
}
.itemListLeading,
.itemListPrimary,
.itemListSecondary,
.itemListLinks {
	display: table;
}
.itemListRow {
	display: table-row;
}
.itemContainer { 
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: table-cell;
	vertical-align: top;
}

.gkListCols2 header h2 {  font-size: 24px; }
.gkListCols3 header h2, gkListCols4 header h2, gkListCols5 header h2, gkListCols6 header h2{  font-size: 18px; }
.itemContainer:first-child {
	border-left: none;
}
.itemList article {
	border: none!important;
	margin: 0!important;
	padding: 0!important;
}

.itemsContainer:first-child .itemList article,
.itemsContainer .itemsContainerWrap .itemList article,
#itemListLeading .itemContainer:first-child article.itemView,
.genericView .itemList article:first-child { margin-top: 0 !important; }
.genericView > header > h1 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	padding-bottom: 20px;
}
#itemListLinks { clear: both; }
#itemListLinks h4 {
	font-size: 16px;
	font-weight: 600
}
#itemListLinks ul { margin: 12px 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 */
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap {
	padding: 32px;	
}
.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 .itemsContainerWrap article header { margin-bottom: 10px; }
.itemIntroText ol,
.itemFullText ol {
	list-style: decimal;
	list-style-position: inside;
}

/* social popup */
.itemFacebookButton iframe {
  max-width: 1000px!important;
}

.itemAsideInfo iframe {
    max-width: 1000px!important;
}
/**
 * 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;
	}
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/templates/gk_news2/fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0);
  src: url(/templates/gk_news2/fonts/font-awesome/fontawesome-webfont.eot#iefix&v=4.2.0) format('embedded-opentype'), url(/templates/gk_news2/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(/templates/gk_news2/fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(/templates/gk_news2/fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*! 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: 500; 
}

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;
}
/*
#------------------------------------------------------------------------
# News II - February 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 {
	/* Positions blocks -clearing */
	clear: both;
}

#gkTop1,
#gkTop2 {
	overflow: hidden;
}

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

/* clearfix */
#gkBg:after,
#gkTopBar:after,
#gkTopNav:after,
#gkToolbar:after,
#gkHeader > div:after,
#gkPageContent:after,
#gkContent:after,
#gkSidebarLeft:after,
#gkSidebarRight:after,
#gkBottom1:after,
#gkBottom2:after,
#gkBottom3:after,
#gkBottom1 > div:after,
#gkBottom2 > div:after,
#gkBottom3 > div:after,
#gkBannerLeft:after,
.gkCols:after,
footer:after,
section:after,
aside:after,
article:after,
.box:after,
.itemSocialSharing:after,
article header ul:after,
#gkTop1 > div:after,
#gkTop2 > div:after,
.gkInset:after,
.gkArticleInset:after,
#gkBanners:after,
#gkPageContent > div:after,
#gkFooterArea:after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
#gkContent,
#gkComponentWrap,
#gkContentWrap,
#gkContentWrap > div,
#gkInset,
#gkBannerTop,
#gkSidebarLeft,
#gkSidebarRight,
#gkBannerLeft,
#gkBannerRight  {
	/* 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;
}
#gkSidebarRight {
	float: right;
}
#gkPageContent > div {
	float: left;
}
#gkBg,
#gkPageContent,
#gkTopNav,
#gkToolbar,
#gkSearch,
#gkUpdates,
#gkInset,
#gkArticleInset {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#gkBanners,
#gkBanners + div,
#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;
	clear: both;
	float: left;
}
#gkBannerTop,
#gkBannerLeft,
#gkBannerRight {
	width: 100%;
}
#gkBanners .box {
	margin: 0;
}
#gkContent.gkSidebarLeft {
	float: right;
}
#gkContent.gkSidebarLeft + #gkSidebar {
	float: left;
	padding-left: 0;
	padding-right: 45px;
}
#gkContentWrap > div {
	float: left;
}
#gkContentWrap > div[data-inset-pos="left"] {
	float: right;
}
#gkContentWrap > div[data-inset-pos="left"] + #gkInset {
	float: left;
}
.itemBody {
	float: left;
	width: 100%;
}
.itemBody.gkInsetLeft {
	float: right;
}
#gkInset,
#gkArticleInset {
	float: right;
}
#gkInset {

}
.itemBody.gkInsetLeft + #gkArticleInset {
	float: left;
	padding-left: 0;
	padding-right: 45px;
}
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0;
	padding-right: 0;
}

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

/* Banners */
#gkBanners {
	width: 100%;
}

/* 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 > div {
	width: 50%;
}
.cols-3 > div {
	width: 33.333333%;
}
.cols-4 > div {
	width: 25%;
}
.cols-5 > div {
	width: 20%;
}
.cols-6 > div {
	width: 16.666666%;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
/*
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;
}

/* top/bottom modules */

/* 3-column layout */
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	float: left;	
}
.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.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.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.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	float: left;	
}
.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;
}

/* Suffix double */
.gkCols3 .box.double.gkmod-2,
.gkCols4 .box.double.gkmod-2,
.gkCols6 .box.double.gkmod-2 {
	width: 66.666666%;
}

.gkCols3 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2 {
	width: 33.333333%;
}
.gkCols3 .box.double.gkmod-3,
.gkCols4 .box.double.gkmod-3,
.gkCols6 .box.double.gkmod-3 {
	width: 50%;
}
.gkCols3 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3 {
	width: 25%;
}
.gkCols4 .box.double.gkmod-4,
.gkCols6 .box.double.gkmod-4 {
	width: 40%;
}
.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4 {
	width: 20%;
}
.gkCols6 .box.double.gkmod-5 {
	width: 33.3%;
}
.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5 {
	width: 16.66%;
}
.gkCols6 .box.double.gkmod-6 {
	width: 25%;
}
.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6 {
	width: 15%;
}
/*
#------------------------------------------------------------------------
# News II - February 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;
	box-sizing: border-box;
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	padding: 12px 20px;
	max-width: 100%!important;
}
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: #111;
	font-weight: 500;
	text-transform: uppercase
}
select {
	height: inherit;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding: 12px;
}
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,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
li.previous a,
li.next a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover {
	-webkit-appearance: none;
	background: #eb1e00;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	height: 38px;
	line-height: 39px;
	margin: 0 5px 2px 2px;
	padding: 0 14px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-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,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
li.next a:hover,
li.previous a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.button.invert,
.gkShowCart a:hover {
	background: #222;
}
li.next:before,
li.previous:before {
	content: ""!important;
}
ul.pager li.next,
ul.pager li.previous {
	padding: 0;
}
ul.pager li.previous {
	float: left;
}
.readon {
	background: transparent!important;
	border: 1px solid #ddd;
	color: #afafaf;
	margin-right: 45px;
	position: relative;
}
.readon:after {
	border: 1px solid #e5e5e5;
	color: #d3d5d8;
	content: "a";
	display: block;
	font-family: "news2-icons";
	font-size: 19px;
	height: 38px;
	position: absolute;
	right: -47px;
	text-transform: none;
	top: -1px;
	-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: 45px;
}
.readon:active,
.readon:focus,
.readon:hover {
	
	color: #eb1e00;
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 39px;
	line-height: 39px;
}
.invalid {
	background: #fffef4;
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #111;
	font-size: 14px;
	font-weight: 500;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}
fieldset.filters > div > label { margin-top: 6px; }
section article { margin-top: 20px; }
section > header {
	margin: 0;
	padding: 32px;
}
section > header div p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase
}
section img {
	height: auto!important;
	max-width: 100%!important
}
h2.componentheading {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 32px;
}.
section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}
section.categories-list ul ul { }
section.categories-list ul ul li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 3px solid #eb1e00;
	padding-left: 16px
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border-bottom: none;
	border-top: none
}
section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #eee;
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0;
	width: 100%;
}
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 {
	float: right;
	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: 400;
	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 {
	border-top: 1px solid #222;
	border-bottom: 1px solid #e5e5e5;
    color: #222;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
th a { color: #222!important; }
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p { margin: .5em 0 }
.list-author { color: #999}
#gkMainbody .blog.itemList,
#gkMainbody .blog-featured.itemList {
	display: table;
	margin: -32px;
}
.blog .items-row,
.blog-featured .items-row {
	clear: both;
	display: table-row;
	margin-bottom: 0px;
	overflow: hidden
}
.blog .items-row > div,
.blog-featured .items-row > div {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: table-cell;
	padding: 32px;
	vertical-align: top;
}
.blog .items-row:first-child > div,
.blog-featured .items-row:first-child > div {
	border-top: none;
}
.blog .items-row > div:first-child,
.blog-featured .items-row > div:first-child {
	border-left: none;
}
.blog-featured .items-row:first-child { margin-top: 0; }
.blog .items-row.cols-2 header h2,
.blog-featured .items-row.cols-2 header h2 { font-size: 24px; }
.blog .items-row.cols-3 header h2,
.blog .items-row.cols-4 header h2,
.blog .items-row.cols-5 header h2,
.blog .items-row.cols-6 header h2,
.blog-featured .items-row.cols-3 header h2,
.blog-featured .items-row.cols-4 header h2,
.blog-featured .items-row.cols-5 header h2,
.blog-featured .items-row.cols-6 header h2 { font-size: 18px; }

section.blog .items-more { margin: 32px 0; }
section.blog .items-more h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.items-leading > div {
	clear: both!important;
	margin-top: 50px;
}
.items-leading > div:first-child { margin-top: 0; }
/* Article */

#gkMainbody b,
#gkMainbody strong {
	font-weight: 600;
	color: #111
}
article,
article > section { position: relative }
article aside {
	display: block;
	float: left;
	font-size: 13px;
	text-align: center;
	width: 90px
}
article aside.itemAsideInfo > ul li {
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 12px;
	padding: 0 0 6px;
}
article aside.itemAsideInfo > ul li i {
	color: #a5a5a5;
	display: block;
	font-size: 22px;
	line-height: 1
}
article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
	color: #444;
	font-weight: 400;
	margin: 0 0 2px
}
article header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 50px;
	clear: both;
	position: relative;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
.archive article header {
	margin: 0 0 20px 0;
}
li.print-icon,
li.email-icon { }
li.print-icon a,
li.email-icon a {
	position: relative;
	top: 3px;
}
article header.itemHasImage { position: relative }
article header.itemHasImage h1 {
	background: rgba(0,0,0,0.8);
	bottom: 36px;
	left: 0;
	line-height: 1.1;
	padding: 10px 16px;
	position: absolute;
	width: 65%;
	z-index: 1;
	color: #fff;
}
article header.itemHasImage h1 a { color: #fff!important; }
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover { color: #eb1e00!important; }
.blog article header ul { margin: 0 0 24px; }
.blog article p.readmore a,
.blog-featured article p.readmore a {
	display: inline-block!important;
	float: none!important;
}
article header ul {
	display: block;
	margin: 12px 0 32px;
}
article header li {
	display: block;
	float: left;
	margin: 0 !important;
	padding-right: 20px;
}
article header li:last-child { padding-right: 0; }
article.item-page ul.content-links li { background: none }
.itemBodyWrap { position: relative; }
.itemBody { margin: 0 0 20px; }
.itemImageBlock {
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
}

.itemList article {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 36px;
}
.itemList article header,
.itemListView article header { border: none !important; margin-bottom: 24px !important}
.itemList .itemBody {
	border: none;
	padding: 0;
}
.itemList a.button {
	display: inline-block;
	float: none;
	margin: 24px 0 0
}
.itemList li {
	color: #999;
	display: inline-block;
	font-size: 13px;
	margin: 0 16px 0 0;
}
.itemList li i {
	color: #bcbcbc;
	font-size: 14px;
	padding-right: 4px
}
.itemList li a { color: #999 !important }
.itemList li a:hover { color: #000!important }
.itemList ul.itemTags {
	clear: both;
	font-size: 13px;
	font-style: italic;
	padding: 12px 0 0 0;
}
.itemList .itemImageBlock { margin: 0 0 30px}
.itemList .itemBody {
	margin: 0 0 20px 0;
	padding: 0;
}
.itemList .itemBody p {
	margin: 0;
	padding: 0;
}
user agent stylesheet .img-intro-none { float: none }
.img-intro-none img {
	float: none!important;
	margin: 0 auto
}
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
	float: none;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative
}
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	display: block;
	height: auto!important;
	max-width: 100%!important;
	-webkit-transform: scale(1) rotateZ(0deg);
	-moz-transform: scale(1) rotateZ(0deg);
	-ms-transform: scale(1) rotateZ(0deg);
	-o-transform: scale(1) rotateZ(0deg);
	transform: scale(1) rotateZ(0deg);
	-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%!important
}
.img-fulltext-none:hover img,
.img-fulltext-left:hover img,
.img-fulltext-right:hover img {
	-webkit-transform: scale(1.2) rotateZ(-5deg);
	-moz-transform: scale(1.2) rotateZ(-5deg);
	-ms-transform: scale(1.2) rotateZ(-5deg);
	-o-transform: scale(1.2) rotateZ(-5deg);
	transform: scale(1.2) rotateZ(-5deg);
}
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
}
.logout form {
	border: none;
}
.profile dl { margin: 32px 0; }
.profile dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}
.contact-image { padding: 52px 0 24px; }
.contact-form dl {
	float: left;
	width: 50%;
}
#contact-form legend {
	text-transform: none;
}
.contact-form legend {
	color: #999;
	font-size: 12px;
	margin: 0 0 24px;
}
.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0 0;
}
.contact-form input {
	margin: 6px 0 0;
	width: 80%
}
.contact-form textarea {
	height: 202px;
	width: 100%;
}
dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	margin: 12px 0 0;
	width: auto!important
}
.contact h3 {
	clear: both;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 16px;
	padding: 52px 0 0;
}
.jicons-text {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	display: block;
}
.contact-address,
.contact-contactinfo {
	float: left;
	margin: 0 92px 32px 0
}
.contact-contactinfo div {
	float: left;
	margin: 0 52px 0 0
}
.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 72px 0 0;
	padding: 24px 0 0;
}
#jform_contact_email_copy { margin-left: 10px }
section.newsfeed > ol { list-style: none }
section.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	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 #e5e5e5;
	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: #eb1e00;
	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;
	position: relative;
	z-index: 1;
}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 24px; }
#system-message dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	min-height: 24px;
	padding: 10px;
	text-align: center;
}
#system-message dd.error {
	background: #eb1e00;
	color: #fff;
}
#system-message dd.notice { background: #f5f5f5; }
#system-message-container {
	margin: 0;
	padding: 0;
}
.item-page > div.pagination { display: none!important }
.pagination {
	clear: both;
	margin: 60px 0 32px;
}
.pagination ul li:before { content: "" !important; }
.pagination ul li {
	background-image: none!important;
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0;
}
.pagination ul li a,
.pagination ul li span {
	border: 1px solid #e5e5e5;
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 32px;
	line-height: 34px;
	margin: 0 7px 0 0;
	min-width: 32px;
	padding: 2px 6px;
	text-align: center
}
.pagination ul li a:hover,
.pagination ul li span:hover { color: #444 }
.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin-right: 12px
}
ul.pagenav,
ul.pager {
	margin: 0;
	overflow: hidden;
	padding: 0
}
#member-registration dt,
#member-registration dd {
	display: inline-block;
	padding-bottom: 10px
}
#member-registration dt { min-width: 170px }
#member-registration dd { min-width: 200px }
#member-registration dd:after {
	content: '\A';
	white-space: pre
}
#gkMainbody .registration { width: 500px }
.bannergroup:first-line,
.bannergroup_text:first-line {
	font-size: 16px;
	line-height: 3;
	font-weight: 500;
}
div.banneritem {
	border-top: 1px solid #e5e5e5;
	color: #999;
	font-size: 13px;
	padding: 8px 0
}
div.banneritem a {
	font-size: 14px;
	margin-bottom: 3px;
}
div.bannerfooter {
	border-top: 1px solid #e5e5e5;
	color: #eb1e00;
	font-size: 12px;
	padding: 5px 5px 0 0;
	text-align: right
}
#gkSocialAPI > * {
	padding-bottom: 20px;
	width: 100%;
}
.fb_iframe_widget iframe {
	max-width: 9999px!important;
}
.fb_iframe_widget_lift {
	max-width: inherit!important;
}
#dynamic_recaptcha_1,
#recaptcha_area {
	max-width: 480px;
	min-height: 140px
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area { margin-bottom: 10px }
.pane-sliders .panel h3 {
	border-top: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    margin: -1px 0 0;
    padding: 6px 0;
    text-transform: uppercase;
}
.pagenavcounter {
	color: #444;
	font-weight: 400;
}
.article-index,
#article-index {
	background: #1E1E1E;
	font-size: 13px;
	float: right;
	margin: 0 0 30px 72px;
	padding: 2em 2em 0;
	width: auto
}
#article-index h3,
.article-index h3 {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 -8px;
	text-transform: uppercase;
}
#article-index li,
.article-index li {
	padding: 4px 0;
	border-top: 1px solid #353535
}
#article-index li a,
.article-index li a {
	color: #777;
	display: block;
}
.article-index li a:hover,
#article-index li a:hover { color: #eee; }
#article-index li a.active,
.article-index li a.active { color: #eee; }
#article-index li:first-child,
.article-index li:first-child {
	border-top: none;
	margin-top: 10px
}
#article-index ul li:before,
.article-index ul li:before  { display: none }
dl#tabs,
dl.tabs {
	border: 1px solid #E5E5E5;
    margin: 0 0 36px;
    overflow: hidden;
    position: relative;
}
dl#tabs dt.tabs,
dl.tabs dt.tabs { float: left; }
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	color: #363636;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	border: 1px solid transparent;
	color: #444;
	float: left;
	height: 50px;
	line-height: 51px;
	margin: 0 8px 0 0;
	padding: 0 20px
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a { color: #eb1e00; cursor: pointer }
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	background: #eb1e00;
	color: #fff !important;
}
#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;
	text-transform: none
}
fieldset.phrases,
fieldset.only {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 36px;
	margin: 0 0 12px;
	padding: 12px 24px;
}
#searchForm fieldset.word {
	border: none;
	padding: 0 0 42px
}
#searchForm fieldset.word .button,
#adminForm fieldset.filters .button {
	height: 39px;
	line-height: 39px;
}
#searchForm fieldset legend {
	float: left;
	padding: 0 24px 0 0
}
.searchintro strong {
	color: #444;
	font-size: 16px;
	font-weight: 400
}
.form-limit {
	float: right;
	margin: 24px 0 0
}
.result-category,
.result-created {
	color: #999;
	display: inline-block;
	font-size: 13px;
	padding: 0 0 8px
}
.result-title {
	clear: both;
	font-size: 16px;
	font-weight: 400;
	
	padding: 0;
	position: relative;
	
}
.result-text {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#advanced-search-toggle {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	text-align: center
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0
}
.advanced-search-tip p { margin: 0 }
#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}
#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}
#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0
}
#search-result-empty h2 { font-size: 18px }
.autocompleter-queried { color: #eb1e00!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 {
	border-bottom: 1px solid #e5e5e5;
	padding: 32px 0 0;
	margin: 0 !important
}
.archive header { text-align: left }
.archive article header h1 {
	font-size: 24px;
	font-weight: 400;
}
.archive article header ul { 
	margin: 0; 
	padding: 10px 0 20px 0;
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 0;
	max-width: 100%!important
}
/* Menu suffix */
.box.menu ul ul { margin-left: 20px; }
.box.menu li { border-bottom: none!important; }
.box.menu .header + .content ul li:first-child { border-top: none; }
.box.menu li {
	line-height: 1;
	padding: 2px 0;
	position: relative;
	-webkit-transition: padding .3s ease-out;
	-moz-transition: padding .3s ease-out;
	-ms-transition: padding .3s ease-out;
	-o-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}
.box.menu li:hover { padding: 2px 0 2px 12px; }
.box.menu li:before {
	color: #fff;
	content: "\f105";
	font-family: FontAwesome;
	left: -20px;
	position: absolute;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	top: 8px;
}
.box.menu li:hover:before {
	color: #eb1e00;
	left: 0px;
}
.box.menu li a,
.box.menu li span.separator {
	display: block;
	line-height: 1;
	padding: 7px 0;
}
.box.menu li span.separator {
	color: #eb1e00;
}
/* Users */

#member-profile dt {
	float: left;
	width: 260px;
}
#member-profile dd { padding: 2px 0 }
#member-profile fieldset { margin: 0 0 32px }
/* 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: 32px; }
section article:first-child,
section.blog .items-more ol { margin-top: 0 }
section.blog ~ .items-more,
section.blog-featured ~ .items-more {
	border-top: 1px solid #E5E5E5;
    margin: 32px -32px 0;
    padding: 64px 32px 32px;
    width: 100%;
}
section.blog ~ .items-more h2,
section.blog-featured ~ .items-more h2 {
	font-size: 16px;
	font-weight: bold;
}
section.blog ~ .pagination,
section.blog-featured ~ .pagination {
	border-top: 1px solid #e5e5e5;
	margin: 32px -32px 0 -32px;
	padding: 32px 32px 0 32px;
	width: 100%;
}
.filters .display-limit,
ul.pagenav .pagenav-next,
ul.pager li.next { float: right }
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption { float: none!important }
/* 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;
	width: 110px;
}
.itemBody.gkHasAside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 145px;
}
/* edit page */

.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit legend {
	font-size: 100% !important;
	font-style: normal !important;
	padding: 0 0 24px;
}
/* Calendar fix */
.calendar .button {
	display: table-cell;
	float: none;
}
/* F.A.Q. */

.faq p { margin-bottom: 3em }

/* tags */
#adminForm div.tags {
     margin-top: 0;
}
div.tags {
     margin-top: 10px;
     overflow: hidden;
}
div.tags > span.tags-label {
     color: #222;
     font-size: 12px;
     font-weight: bold;
     text-transform: uppercase;   
     width: 100%;
     clear: both;
     display: block;
     margin-bottom: 17px;
}
.item-page .tags {
     border-top: 1px solid #E5E5E5;
     padding-top: 20px;
     margin: 25px 0;
}
div.tags a {
     display: inline-block;
     float: left;
     border: 1px solid #E5E5E5;
     font-style: normal;
     margin: 12px 6px 0 0;
     padding: 4px 12px;
     font-size: 12px;
}
div.tags a:hover,
div.tags a:focus,
div.tags a:active {
	background: #EB1E00;
	color: #FFF!important;
}
span.tag-body p {
     display: inline;
}
div.tags.tagcloud a.tooltip span {
    z-index:10;
    font-weight: bold;
    display:none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height:16px;
    font-size: 85%;
    font-weight: normal!important;
    transition: all 1s ease-in;
}

div.tags.tagcloud  a.tooltip:hover span {
     border: 1px solid #ccc;
     background: rgba(255, 255, 255, 0.9);
    display:inline;
    position:absolute;
    color:#111;
}
div.tags.tagcloud a.tooltip span img {
     max-width: 80px!important;
     height: auto;
     float: left;
     margin: 0 10px 10px 0;
}
div.tag-category div.btn-group {
     margin-top: 10px;
}
div.tag-category div.btn-group.pull-right {
     float: right;
}
div.tag-category div.btn-group label {
     margin-top: 10px;
}
div.tag-category h3 a,
div.tag-category h2 a{
	font-size: 18px;
	margin-bottom: 24px
}
div.tag-category h3 {
     font-size: 19px;
     margin: 8px 0;
}
div.tag-category h3 {
     font-size: 19px;
     margin: 8px 0;
}
div.tag-category ul.category li {
     border-bottom: 1px solid #ccc;
     padding: 10px;
     font-size: 90%;
}
div.tag-category ul.category li h3 {
     font-size: 14px;
     margin: 0;
}
div.tags.tagcloud a {
     float: left;
     margin-bottom: 6px;
}

/* user edit page */
.item-page.edit .formelm {
     width: 100%;
}
#gkMainbody .item-page.edit a {
	color: #333;
}
.item-page.edit input {
     float: left;
     height: 38px;
}
.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
     padding: 4px 6px;
     height: 31px;
     line-height: auto;
}
.item-page.edit .formelm .btn  {
     float: left;
     display: inline-block;
}
.item-page.edit #jform_tags {
	max-height: 150px;
}
.item-page.edit .icon-calendar:before {
     content: "";
}
.item-page.edit #jform_title {
     width: 85%;
}
.gkTypoTable code {
     border: 0;
     margin: 0!important;
     padding: 0!important;
}
div.gk_typography_content {
	background: #fff;
}
.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 {
   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: -1px;
}
#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;
	line-height: 50px;
	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 i.icon-remove,
.item-page.edit i.icon-calendar {
	background-image: url(/media/jui/img/glyphicons-halflings-white.png);
	display: block;
}
.item-page.edit i.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 .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;
}
/* 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_news2/images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(/templates/gk_news2/images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(/templates/gk_news2/images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(/templates/gk_news2/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(/templates/gk_news2/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(/templates/gk_news2/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_news2/images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
#------------------------------------------------------------------------
# News II - February 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 
*/
*/ Responsive colum css
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:””; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/* Basic elements */

html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a:hover,
a:active,
a:focus,
#gkMainbody header h2 a,
#k2Container article header h2 a {
	color: #000;
	-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,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover { color: #eb1e00; text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	
}
h1 {
	font-size: 44px;
	font-weight: 500;
	
}
h2,
.componentheading {
	font-size: 42px;
	font-weight: 300;
	
}
h3 { font-size: 20px; }
h4 { font-size: 22px; }
h5 { font-size: 17px; }
h6 { font-size: 13px; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li { line-height: 2.0; }
p { margin: 1em 0 2em; }
iframe { max-width: 100%!important; }
/* Containers */

.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 {
	-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: 58px 0 0 0;
}
#gkHeader h1.gkPage {
	color: #fff;
	font-size: 44px;
	letter-spacing: -1.5px;
	padding: 75px 0 35px 0;
	text-transform: none;
}
#gkHeaderNav {
	text-align: center;
}
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent { 
	float: right;
	width: 100%;
}
#gkPageContent {
	border: 1px solid #e5e5e5;
	border-top: none;
}
#gkPageContent > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	width: 100%;
}
#gkPageContent > #gkBanners {
	min-height: 0;
}
#gkBanners {
	background: transparent!important;
	border-bottom: 1px solid #e5e5e5;
	padding: 0!important;
}
#gkBannerLeft {
	float: left;
	position: relative;
}
#gkBannerRight {
	float: right;
	position: relative;
}
#gkBannerLeft .box {
	border-top: 1px solid #e5e5e5;
	padding: 45px!important;
}
#gkBannerRight .box {
	border-top: 1px solid #e5e5e5;
	padding: 24px;
}
#gkBannerLeft .box:first-child,
#gkBannerRight .box:first-child {
	border-top: none;
}
#gkBannerLeft + #gkBannerRight {
	border-left: 1px solid #e5e5e5;
}
#gkBanners .header {
	color: #000;
}

/* Logo  */
#gkLogo,
#gkLogoSmall {
	float: left;
	height: 40px;
	margin: 45px 0 35px 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 124px;
	display: block;
	vertical-align: bottom;
}
#gkLogoSmall {
	float: left;
	margin:5px 20px 0 0;
	vertical-align: bottom;
}
#gkLogo img,
#gkLogoSmall img {
	display: block;
	margin: 0;
	vertical-align: bottom;
}
#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
	background: transparent url(/templates/gk_news2/images/style1/logo.png) no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 40px;
	width: 124px;
	vertical-align: bottom;
}
.svg #gkLogo.cssLogo,
.svg #gkLogoSmall.cssLogo {
	background-image: url(/templates/gk_news2/images/style1/logo.svg);
}
#gkLogo.text,
#gkLogoSmall.text {
	color: #eb1e00;
	display: block;
	float: left;
	height: 40px;
	margin: 45px 0 35px 0;
	padding: 10px 0 0 0;
	text-indent: 0;
	width: auto;
	vertical-align: bottom;
}
#gkLogoSmall.text {
	margin: 0 20px 0 0;
}
#gkLogo.text > span,
#gkLogoSmall.text > span {
	display: block;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	vertical-align: bottom;
}
#gkLogo.text > span > sup,
#gkLogoSmall.text > span > sup {
	border: 1px solid #eb1e00;
	border-radius: 50%;
	color: #eb1e00;
	display: block;
	font-size: 10px;
	font-weight: 400;
	float: right;
	height: 14px;
	left: 5px;
	line-height: 14px;
	text-align: center;
	text-indent: -3px;
	top: -4px;
	width: 14px;
	vertical-align: bottom;
}
#gkLogo.text .gkLogoSlogan,
#gkLogoSmall.text .gkLogoSlogan {
	color: #e5e5e5;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	text-align: left;
	vertical-align: bottom;
}
/* Userarea */
#gkLogin {
	background: #008ce6;
	color: #fff;
	float: right;
	font-weight: 400;
	padding: 0 40px;
	text-transform: uppercase;
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	background: #eb1e00;
}

/* Top bar */
#gkTopBar {
	border-bottom: 1px solid #e5e5e5;
	min-height: 58px;
	line-height: 54px;
	position: relative;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	width: 100%;
	z-index: 110;
}
#gkTopNav {
	height: 55px;
}
#gkTopNav,
#gkToolbar {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	clear: both;
}
#gkToolbar {
	padding-top: 55px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
#gkTopNav + #gkToolbar {
	padding-top: 0;
}
#gkSearch {
	border-left: 1px solid #e5e5e5;
	float: right;
	position: relative;
	width: 18.5%;
}
#gkSocial {
	float: right;
	margin-right: 10px;
}
#gkSocial a {
	float: left;
	height: 54px;
	padding: 0 4px
}
#gkSocial i {
	color: #c9c9c9;
	font-size: 22px;
	line-height: 60px;
	-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;
}
#gkSocial a:active i.gk-icon-fb,
#gkSocial a:focus i.gk-icon-fb,
#gkSocial a:hover i.gk-icon-fb {
	color: #204385;
}
#gkSocial a:active i.gk-icon-twitter,
#gkSocial a:focus i.gk-icon-twitter,
#gkSocial a:hover i.gk-icon-twitter {
	color: #2aa9e0;
}
#gkSocial a:active i.gk-icon-gplus,
#gkSocial a:focus i.gk-icon-gplus,
#gkSocial a:hover i.gk-icon-gplus {
	color: #d3492c;
}
#gkSocial a:active i.gk-icon-rss,
#gkSocial a:focus i.gk-icon-rss,
#gkSocial a:hover i.gk-icon-rss {
	color: #ea7054;
}
#gkUpdates {
	border-right: 1px solid #e5e5e5;
	color: #000;
	float: left;
	font-size: 12px;
	padding-left: 32px;	
	width: 21.25%;
}
#gkHighlights {
	float: left;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
#gkBannerTop {
	float: right;
	margin: 15px 0 0 0;
}
#gkBannerTop a,
#gkBannerTop img {
	display: block;
}

/* Mainbody */
#gkMainbody { 
	padding: 32px; 
}
/* Sidebars */
#gkContentWrap {
	width: 100%;
}
#gkContentWrap > div[data-inset-pos="right"] {
	border-right: 1px solid #e5e5e5;
}
#gkContentWrap > div[data-inset-pos="left"] {
	border-left: 1px solid #e5e5e5;
}
#gkSidebarLeft {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
#gkSidebarRight {
	border-left: 1px solid #e5e5e5;
}
#gkInset .box,
#gkSidebarLeft .box,
#gkSidebarRight .box {
	border-top: 1px solid #e5e5e5;
}
#gkSidebarRight .box {
	padding: 24px;
}
#gkInset .box:first-child,
#gkSidebarLeft .box:first-child,
#gkSidebarRight .box:first-child {
	border-top: none;
}

/* Stylearea */
#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	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: 10px;
}
#gkStyleArea a:first-child { margin-left: 0; }*
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
*/
}
#gkColor1 { background: #eb1e00; }
#gkColor2 { background: #f2745c; }
#gkColor3 { background: #4c61a0; }
#gkColor4 { background: #ff9800; }
#gkColor5 { background: #348899; }
#gkColor6 { background: #ff8000; }

/* Group modules */
#gkTop1,
#gkTop2,
#gkMainbodyTop {
	border-bottom: 1px solid #e5e5e5;
}

#gkMainbodyTop,
#gkMainbodyBottom {
	padding: 32px;
}

#gkMainbodyBottom {
	border-top: 1px solid #e5e5e5;
}

#gkBottom1,
#gkBottom2,
#gkBottom3 {
	overflow: hidden;
}

/* standard breadcrumb */
#gkBreadcrumb {	
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
    padding: 20px 32px;
}
#gkBreadcrumb:first-child {
	border-top: none;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #999;
}
#gkBreadcrumb .breadcrumbs li.separator {
	padding: 0 10px!important;
	width: 6px;
}
#gkBreadcrumb .breadcrumbs li.separator i {
	color: #eb1e00;
	font-size: 4px;
	line-height: 1.6;
	position: relative;
	top: -3px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 1
}
#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_news2/images/font_size.png) no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* 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: #505050;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}
#gkFooter > div { 
	padding: 0; 
}
#gkFooterArea {
	background: #f6f7f9;
	border: 1px solid #e5e5e5;
	padding: 14px 38px;
}
#gkFooterArea > div {
	float: right;
	width: 75%;
}
#gkBackToTop {
	color: #afafaf!important;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}
#gkBackToTop:before {
	color: #eb1e00;
	content: "\f106";
	font-family: FontAwesome; 
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px 0 0;
}
#gkBackToTop:active,
#gkBackToTop:focus,
#gkBackToTop:hover {
	color: #eb1e00!important;
}
#gkFooterNav {
	clear: both;
	margin: 50px auto 20px auto;
	text-align: center;
	width: 72%;	
}
#gkFooterNav li {
	border-left: 1px solid #e5e5e5;
	display: inline-block;
	float: none;
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0;
	padding: 0 11px;
}
#gkFooterNav li:first-child {
	border-left: none;
}
#gkFooter a { 
	color: #555; 
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { 
	color: #eb1e00; 
}
#gkCopyrights {
	color: #999;
	float: none;
	line-height: 1.2;
	margin: 0 auto;
	padding: 36px 0;
	text-align: center;
	width: 50%;
}
#gkFooterNav + #gkCopyrights {
	border-top: 1px solid #e5e5e5;
}

/* Other footer elements */
#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url(/templates/gk_news2/images/gavern-logo.png) no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Default modules */
#gkSearch #mod-search-searchword {
	border: none;
	color: #999;
	display: block;
	font-weight: 400;
	height: 54px;
	line-height: 35px;
	padding: 8px 20px !important;
	width: 100%;
}
/*#gkSearch:after {
	color: #ddd;
	content: "h";
	font-size: 20px;
	font-family: 'news2-icons';
	position: absolute;
	right: 20px;
	top: 1px;
	z-index: 1;
}*/

/* 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;
	color: #555;
	line-height: 1.6;
	margin: 0;
	padding: 32px;
	width: 100%;
}
div.content { 
	clear: both; 
}
.box li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 10px 0;
	overflow: visible;
}
.box li:last-child { border-bottom: none; }
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }

/* default suffix */
.box .header {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
	margin: 0 0 22px 0;
	padding: 0;
	text-transform: uppercase
}


/* clear suffix */
.box.clear,
#gkSidebarLeft .box.clear,
#gkSidebarRight .box.clear,
#gkInset .box.clear {
	clear: none;
	margin: 0!important;
	padding: 0;
}
.box.clear img {
	display: block;
	height: auto;
	width: 100%;
}
.clear div.content { 
	clear: both; 
}

/* clear-horizontal */
.box.clear-horizontal,
#gkSidebarLeft .box.clear-horizontal,
#gkSidebarRight .box.clear-horizontal,
#gkInset .box.clear-horizontal {
	clear: none;
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 0;
	padding-right: 0;
}

/* banner-center */
.box.banner-center {
	text-align: center;
}
.box.banner-center.clear img {
	margin: 0 auto;
}

/* no-border */
.box.no-border {
	border: none!important;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	color: #c0c0c0!important;
	font-size: 13px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-transform: none;
}

/* suffix light */
.box.light {
	background: #f1f1f1;
}

/* suffix _text */
.box_text > div { background: #fff; }

/* suffix dark */
.box.dark {
	background: #000;
	color: #eee;
}
.box.dark .header {
	color: #fff;
	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: #aaa!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #eb1e00!important; }
.box.dark ul ul { margin: 0 0 0 20px; }

/* suffix color */
.box.color {
	background: #eb1e00;
	color: rgba(255, 255, 255, 0.75);
}
.box.color .header {
	color: #fff;
	line-height: 1.2;
}
.box.color h1,
.box.color h2,
.box.color h3,
.box.color h4,
.box.color h5,
.box.color h6 { 
	color: rgba(255, 255, 255, 0.85);
}
.box.color ul {
	margin: 0;
	padding: 0;
}
.box.color ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	position: relative;
}
.box.color ul li:last-child { border-bottom: none; }
.box.color a { color: rgba(255, 255, 255, 0.95)!important; }
.box.color a:active,
.box.color a:focus,
.box.color a:hover { color: rgba(255, 255, 255, 0.65)!important; }
.box.color ul ul { margin: 0 0 0 20px; }

/* Suffix banner */
.box.banner img {
	display: block;
}

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

/* title-color* suffixes */
.box.title-color1 .header,
.box.title-color1 .header a { color: #eb1e00; }
.box.title-color2 .header,
.box.title-color2 .header a { color: #56afc3; }
.box.title-color3 .header,
.box.title-color3 .header a { color: #ffc000; }
.box.title-color4 .header,
.box.title-color4 .header a { color: #8560a8; }
.box.title-color5 .header,
.box.title-color5 .header a { color: #fa5f00; }
.box.title-color6 .header, 
.box.title-color6 .header a { color: #736357; }

.box.title-color1 .header a:hover,
.box.title-color2 .header a:hover,
.box.title-color3 .header a:hover,
.box.title-color4 .header a:hover,
.box.title-color5 .header a:hover,
.box.title-color6 .header a:hover {
	color: #222;
}

.box.title-border .header {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.box.title-border.title-color1 .header { border-top: 1px solid #eb1e00; }
.box.title-border.title-color2 .header { border-top: 1px solid #56afc3; }
.box.title-border.title-color3 .header { border-top: 1px solid #ffc000; }
.box.title-border.title-color4 .header { border-top: 1px solid #8560a8; }
.box.title-border.title-color5 .header { border-top: 1px solid #fa5f00; }
.box.title-border.title-color6 .header { border-top: 1px solid #736357; }


/* Bottom */
#gkBottom1,
#gkBottom2 {
	border-top: 1px solid #e5e5e5;
}
#gkBottom1 .box,
#gkBottom2 .box {
	border-left: 1px solid #e5e5e5;
}
#gkBottom1 .box:first-child,
#gkBottom2 .box:first-child {
	border-left: none;
}
#gkBottom3 > div,
#gkBottom4 > div {
	border: 1px solid #e5e5e5;
	border-top: none;
}
#gkBottom3 .box,
#gkBottom4 .box {
	color: #555;
}
#gkBottom3 .box li,
#gkBottom4 .box li {
	border: none;
	padding: 4px 0;
}
#gkBottom3 .box a,
#gkBottom4 .box a {
	color: #555;
}
#gkBottom3 .box a:active,
#gkBottom3 .box a:focus,
#gkBottom3 .box a:hover,
#gkBottom4 .box a:active,
#gkBottom4 .box a:focus,
#gkBottom4 .box a:hover {
	color: #eb1e00;
}

/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.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; }
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
	border-top: 1px solid #E7E7E7;
	 margin: 42px 0 0;
    overflow: hidden;
    padding: 12px 0 0;
}

#login-form ul li {
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 95%; }
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url(/templates/gk_news2/images/fbauth.png) no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-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;
	position: relative;
	top: -3px;
}
span#fb-auth:hover { background-color: #556b9b; }
.login span#fb-auth { margin: 6px 0 0 10px; }
body[data-mobile="true"] #gkMobileMenu select { font-size: 50px; }
/*
#------------------------------------------------------------------------
# game. - December 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;
	margin: 0 auto;
	padding: 0;
}
#gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu > ul > li {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 54px;
	line-height: 55px;
	position: relative;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li.haschild:after {
	color: #ababab;
	content: "\f107";
	display: block;
	font-family: FontAwesome, sans-serif;
	position: absolute;
	right: 17px;
	top: -1px;
}
.gkMenu > ul > li > a {
	border-right: 1px solid #e5e5e5;
	color: #222;
	display: block;
	height: 54px;
	line-height: 55px;
	padding: 0 32px;
}
.gkMenu > ul > li.haschild > a {
	padding-right: 40px;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 1100;
}
.gkMenu > ul > li > .childcontent .gkcol {
	border-left: 1px solid #eee;
	float: left;
}
.gkMenu > ul > li > .childcontent .gkcol:first-child {
	border-left: none;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: -11px;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 100px;
	margin-top: -35px!important;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}

/* main menu CSS */
.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 > ul > li > a:hover,
.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li.active > a {
	color: #eb1e00;
}
.gkMenu ul ul { 
	color: #999;
	padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
	margin-top: 0;
	margin-left: -1px;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-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;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 0 20px;  
	text-align: left;
	
}
.gkMenu > ul li div.childcontent a:hover {
	color: #eb1e00!important
}

.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #777;	
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child  { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #999;
	font-weight: 400;
	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 {
	color: #444;
	display: block;
	font-size: 13px;
	font-weight: 600!important;
	margin: 6px 0 0;
	padding: 0 20px;
	text-transform: uppercase
	
}
.gkMenu > ul li div.childcontent .header a {
	color: #444;
}
.gkMenu > ul li div.childcontent .header small {
	display: block;
	text-transform: none;
}
.gkMenu li .module p {
	font-size: 12px;
	line-height: 18px;
}

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

/* Menu Overlay type */
#gkMainMenu.gkMenuOverlay ul .childcontent {
	display: none!important;
}

#gkMenuOverlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    display: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}

#gkMenuOverlay.open {
    display: block;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#gkMenuOverlayWrap {
    left: 50%;
    margin: 0 0 0 -482px;
    max-width: 964px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10002;
}

#gkMenuOverlayWrap > div {
    padding: 0;
    width: 100%;
}

#gkMenuOverlayHeader {
    color: #111;
    font-size: 60px;
    font-weight: bold;
    line-height: 140px;
    margin: 0;
    text-align: center;
    text-transform: none;
}

#gkMenuOverlayClose {
    color: #eb1e00;
    cursor: pointer;
    font-size: 36px;
    font-style: normal;
    line-height: 140px;
    position: absolute;
    right: 0;
}

#gkMenuOverlayContent {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 140px;
}

#gkMenuOverlayContent .gkcol {
    width: 100%;
}

#gkMenuOverlayContent .gkcol li li li {
	font-size: 17px;
}

#gkMenuOverlayContent .gkcol .header,
#gkMenuOverlayContent .gkcol li small,
#gkMenuOverlayContent .group-content > div {
    display: none!important;
}

#gkMenuOverlayContent .gkcol li {
    border-top: 1px solid #e5e5e5;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
}

#gkMenuOverlayContent .gkcol li.group {
    border-top: none;
}

#gkMenuOverlayContent .gkcol li a {
    color: #777;
    display: inline-block;
    line-height: 60px;
}

#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
    color: #eb1e00;
}

/* Fixed menu */
#gkFixedMenu {
	background: #fff;
	position: fixed;
	top: -80px;
	z-index: 1001;
}
#gkFixedMenu.active {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	line-height: 54px;
	top: 0;
	-webkit-transition: top .2s ease-out;
	-moz-transition: top .2s ease-out;
	-ms-transition: top .2s ease-out;
	-o-transition: top .2s ease-out;
	transition: top .2s ease-out;
	width: 100%;
}
#gkFixedMenu #gkTopNav {
	border-left: none;
	clear: none;
}
#gkFixedMenu #gkMainMenu {
	border-left: 1px solid #e5e5e5;
}
/*
#------------------------------------------------------------------------
# News II - February 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
*/
 


@font-face {
  font-family: "news2-icons";
  src:url(/templates/gk_news2/fonts/news2-pixellove/news2-pixellove.eot);
  src:url(/templates/gk_news2/fonts/news2-pixellove/news2-pixellove.eot#iefix) format("embedded-opentype"),
    url(/templates/gk_news2/fonts/news2-pixellove/news2-pixellove.woff) format("woff"),
    url(/templates/gk_news2/fonts/news2-pixellove/news2-pixellove.ttf) format("truetype"),
    url(/templates/gk_news2/fonts/news2-pixellove/news2-pixellove.svg#news2-icons) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "news2-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="gk-icon-"]:before,
[class*=" gk-icon-"]:before {
  font-family: "news2-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gk-icon-chat:before {
  content: "a";
}
.gk-icon-fb:before {
  content: "b";
}
.gk-icon-gplus:before {
  content: "c";
}
.gk-icon-news:before {
  content: "d";
}
.gk-icon-next:before {
  content: "e";
}
.gk-icon-prev:before {
  content: "f";
}
.gk-icon-rss:before {
  content: "g";
}
.gk-icon-search:before {
  content: "h";
}
.gk-icon-twitter:before {
  content: "i";
} 
.gk-icon-email:before {
   content: "j"; 
}
.gk-icon-print:before {
   content: "k"; 
} 
.gk-icon-tags:before {
   content: "l"; 
} 
.gk-icon-views:before {
   content: "m"; 
}
 
/*
 * News Show Pro GK5
 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: right;
	margin: 5px 0;
}
.nspTopInterface {
	position: absolute;
	right: 0;
	top: -44px;
}
.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: 6px 4px 0 0!important;
	padding: 0;
	text-indent: -999em;
	width: 8px;
}
.nspPagination li:hover,
.nspPagination li.active { background-color: #eb1e00; }
.nspNext,
.nspPrev {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 0 0 0 5px;
	position: relative;
	text-indent: -9999px;
	width: 26px;
}
.nspNext:after,
.nspPrev:after {
	color: #949494;

	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	left: 10px;
	line-height: 15px;
	position: absolute;
	text-indent: 0;
	top: 5px;
}
.nspNext:after {
	color: #949494;
	
}
.nspPrev:after {
	color: #949494;
}
.nspNext:hover:after,
.nspPrev:hover:after { color: #eb1e00; }
/* 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: 19px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0 0 16px 0;
	text-transform: none;
}
.nspArt h4.nspHeader a { color: #222; }
.nspArt h4.nspHeader a:hover { color: #eb1e00; }

.nspArt img.nspImage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
	padding: 0!important;
}
.nspArt .nspImageWrapper.gkResponsive {
	width: 100%;
}
.nspMain .nspImageWrapper img {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.nspMain .nspImageWrapper:hover img {
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}
.nspArt p.nspText {
	color: #8e8e8e;
	display: block!important;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #ccc;
	display: block!important;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.nspArt p.nspInfo a {
	color: #999!important;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
	color: #eb1e00!important;
}
.nspArt p.nspInfo > * { padding: 0 10px!important; }
.nspArt p.nspInfo > i { 
	color: #999;
	font-size: 14px;
	padding: 0 0 0 10px!important; 
}
.nspArt p.nspInfo > i + a {
	padding-left: 5px!important;
}
.nspArt p.nspInfo img { vertical-align: middle; }
.nspArt p.nspInfo > .nsp-stars {
	padding: 0 10px 0 0!important;
}
.nspArt .nsp-star-0:before,
.nspArt .nsp-star-1:before {
	content: "\f005";
	color: #ccc;
	font-family: FontAwesome;
	font-size: 10px;
	padding: 0 2px 0 0;
}
.nspArt .nsp-star-1:before {
	color: #f7a834;
}
.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.inline { border: none; padding: 0; }
.readon.fleft,
.readon.fright,
.readon.fcenter { 
	clear: both; 
	margin: 24px 46px 0 0;
}
.readon.fleft { float: left; }
.readon.fright { float: right; }
.readon.fcenter {
	display: inline;
	float: none;
}
.nspAvatar { }
.readon-button {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	color: #afafaf;
	display: block;
	font-size: 12px;
	height: 38px;
	line-height: 39px;
	margin: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.readon-button:active,
.readon-button:focus,
.readon-button:hover {
	color: #eb1e00;
}

/* Links layout */
.nspLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList { 
	float: left; 
}
.nspList li > .nspImageWrapper {
	float: left;
	overflow: hidden;
}
.nspList li > .nspImageWrapper + div > h4 {
	margin-top: 5px;
}
.nspLinks ul {
	list-style-type: none!important;
	padding: 0!important;
}
.nspLinks .nspLinkScroll1 ul li {
	border: none;
	margin: 0!important;
	overflow: hidden;
	padding: 18px 0;
}
.nspLinks .nspLinkScroll2 {
	overflow: hidden;
}
.nspLinks ul li h4 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: none;
}
.nspLinks ul li h4 a { 
	color: #222;
	text-decoration: none; 
}
.nspLinks ul li h4 a:active,
.nspLinks ul li h4 a:focus,
.nspLinks ul li h4 a:hover {
	color: #eb1e00;
}
.nspLinks ul li {
	border-top: 1px solid #e5e5e5!important;
}
.nspLinks ul li:first-child {
	border-top: none!important;
}
.nspLinks ul li p {
	color: #8e8e8e;
	font-size: 12px;
	margin: 0;
}
/* positioning */
.nspArts.left { float: right; }
.nspLinksWrap.left { float: left; }
.nspArts.right { float: left; }
.nspLinksWrap.right { float: right; }
.nspLinksWrap.left .nspLinks {
	padding-right: 64px;
}
.nspLinksWrap.right .nspLinks {
	padding-left: 64px;
}

/* make element unvisible */
.nspMain .unvisible {
	left: -9999px;
	position: absolute;
	top: auto;
}
/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100%!important;
}
.nspArt img.nspImage { max-width: 100%; }
.nspArtScroll1,
.nspLinkScroll1 {
	overflow: hidden;
	width: 100%;
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }
/* Animation */
.nspList,
.nspArtPage {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { opacity: 1; }

/* Suffix dark */
.box.dark a.readon,
.box.dark a.readon:after { 
	border-color: #aaa!important;
	color: #aaa!important; 
}
.box.dark a.readon:active,
.box.dark a.readon:focus,
.box.dark a.readon:hover,
.box.dark a.readon:active:after,
.box.dark a.readon:focus:after,
.box.dark a.readon:hover:after {
	color: #fff!important;
	border-color: #fff!important;
}
.box.dark .nspLinks ul li {
	border-top-color: #444!important;
}
.box.dark .nspArt h4.nspHeader a { color: #fff; }
.box.dark .nspNext, 
.box.dark .nspPrev {
	border-color: #aaa;
}

/* Suffix color */
.box.color .nspText,
.box.color .nspInfo,
.box.color .nspLinks ul li p {
	color: rgba(255, 255, 255, 0.75)!important;
}
.box.color .nspInfo a {
	color: rgba(255, 255, 255, 0.95)!important;
}
.box.color .nspInfo a:active,
.box.color .nspInfo a:focus,
.box.color .nspInfo a:hover {
	color: rgba(255, 255, 255, 0.75)!important;
}
.box.color a.readon,
.box.color a.readon:after { 
	border-color: rgba(255, 255, 255, 0.6)!important;
	color: rgba(255, 255, 255, 0.6)!important; 
}
.box.color a.readon:active,
.box.color a.readon:focus,
.box.color a.readon:hover,
.box.color a.readon:active:after,
.box.color a.readon:focus:after,
.box.color a.readon:hover:after {
	color: #fff!important;
	border-color: #fff!important;
}
.box.color .nspLinks ul li {
	border-top-color: rgba(255, 255, 255, 0.2)!important;
}
.box.color .nspArt h4.nspHeader a { color: #fff; }
.box.color .nspNext, 
.box.color .nspPrev {
	border-color: rgba(255, 255, 255, 0.6);
}
.box.color .nspPagination li {
	background: rgba(255, 255, 255, 0.6);
}
.box.color .nspPagination li.active {
	background: #fff;
}
.box.color .nspPrev:after,
.box.color .nspNext:after {
	color: rgba(255, 255, 255, 0.6);
}
.box.color .nspPrev:hover:after,
.box.color .nspNext:hover:after {
	color: #fff;
}

/* Module in menu */
.gkMenu .nspArt h4.nspHeader { font-size: 14px; padding: 0}

/* title-color* Suffixes */
.box.title-color1 .nspLinks ul li h4 a:hover,
.box.title-color1 .nspArt h4.nspHeader a:hover { color: #eb1e00; }
.box.title-color1 .readon-button:hover {
	
	color: #eb1e00;
}
.box.title-color2 .nspLinks ul li h4 a:hover,
.box.title-color2 .nspArt h4.nspHeader a:hover { color: #56afc3; }
.box.title-color2 .readon-button:hover {
	
	color: #56afc3;
}
.box.title-color3 .nspLinks ul li h4 a:hover,
.box.title-color3 .nspArt h4.nspHeader a:hover { color: #ffc000; }
.box.title-color3 .readon-button:hover {
	
	color: #ffc000;
}
.box.title-color4 .nspLinks ul li h4 a:hover,
.box.title-color4 .nspArt h4.nspHeader a:hover { color: #8560a8; }
.box.title-color4 .readon-button:hover {
	
	color: #8560a8;
}
.box.title-color5 .nspLinks ul li h4 a:hover,
.box.title-color5 .nspArt h4.nspHeader a:hover { color: #fa5f00; }
.box.title-color5 .readon-button:hover {
	
	color: #fa5f00;
}
.box.title-color6 .nspLinks ul li h4 a:hover,
.box.title-color6 .nspArt h4.nspHeader a:hover { color: #736357; }
.box.title-color6 .readon-button:hover {
	
	color: #736357;
}

/* Suffix nsp-list */
.nspMain.nsp-list .nspArt {
	border-bottom: 1px solid #e5e5e5;
}

.nspMain.nsp-list .nspHeader {
	font-size: 15px;
	padding: 4px 0;
} 
.nspMain.nsp-list .nspInfo {
	padding: 0;
}

/* Suffix highlights */
.box.highlights .nspMain {
	position: static;
}
.box.highlights .nspHeader {
	font-size: 36px;
	line-height: 43px;
	padding: 0;
}
.box.highlights .nspInfo {
	color: #999;
	font-size: 14px;
	padding: 10px 0 48px 0;
	text-transform: none;
}
.box.highlights .nspInfo span {
	color: #eb1e00;
}
.box.highlights .nspText {
	color: #8e8e8e;
	font-size: 18px;
}
.box.highlights .readon {
	margin-left: 2px;
	margin-top: 50px;
}
.box.highlights .nspTopInterface {
	background: #f9fafb;
	border-top: 1px solid #e5e5e5;
	bottom: 0;
	height: 60px;
	margin: 0 -45px;
	position: absolute;
	right: auto;
	top: auto;
	width: 100%;
}
.box.highlights .nspTopInterface .nspPrev,
.box.highlights .nspTopInterface .nspNext {
	background: #fff;
	left: 36px;
	position: absolute;
	top: 16px;
}
.box.highlights .nspTopInterface .nspNext {
	left: auto;
	right: 36px;
}
.box.highlights .nspTitleArea {
	height: 60px;
	line-height: 60px;
	padding: 0 80px;
	text-align: center;
}
.box.highlights .nspTitleArea h4 {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box.highlights .nspTitleArea h4 a {
	color: #222;
}
.box.highlights .nspTitleArea h4 a:active,
.box.highlights .nspTitleArea h4 a:focus,
.box.highlights .nspTitleArea h4 a:hover {
	color: #eb1e00;
}

/* Portal Mode - VideoList */
.gkNspPM-VideoList {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0 -19px;
	position: relative;
	width: auto;
}

.gkNspPM-VideoList > div {
	overflow: hidden;
	position: relative;
}

.gkNspPM-VideoList .gkItemsPage {
	display: block;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 0;
}

.gkNspPM-VideoList .gkItemsPage.to-hide,
.gkNspPM-VideoList .gkItemsPage.active {
	display: block;
	opacity: 1;
}

.gkNspPM-VideoList .gkItemsPage.active {
	position: relative;
	z-index: 2;
}

.gkNspPM-VideoList .gkItemsPage.to-hide {
	display: block;
	opacity: 0;
}

.gkNspPM-VideoList .gkItemsPage figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 19px;
}

.gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure { width: 100%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure { width: 50%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure { width: 33.333333%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure { width: 25%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure { width: 20%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure { width: 16.666666%; }

.gkNspPM-VideoList .gkItem {
	cursor: pointer;
	opacity: 0;
	padding: 16px 0;
	position: relative;
	top: 50px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gkNspPM-VideoList .gkItem.active {
	opacity: 1;
	top: 0;
}

.gkNspPM-VideoList .gkItem .gkImageWrap {
	position: relative;
}
.gkNspPM-VideoList .gkItem.video .gkImageWrap:before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.gkNspPM-VideoList .gkItem.video .gkImageWrap:after {
	color: #fff;
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 24px;
	left: 50%;
	line-height: 24px;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.gkNspPM-VideoList .gkItem:hover figcaption {
	background: #f6f7f9;
}

.gkNspPM-VideoList h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 16px 0;
	text-align: center;
	text-transform: none;
}

.gkNspPM-VideoList figcaption {
	padding: 0 16px 16px 16px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gkNspPM-VideoList strong {
	color: #afafaf;
	display: block;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

/* Bottom navigation */
.gkNspPM-VideoList .gkBottomNav {
	border-top: 1px solid #e5e5e5;
	margin: 32px 19px -24px 19px;
	padding: 12px 0 0 0;
	position: relative;
}
.gkNspPM-VideoList .gkBottomNavNext,
.gkNspPM-VideoList .gkBottomNavPrev {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	width: 26px;
}
.gkNspPM-VideoList .gkBottomNavNext {
	right: 0;
	position: absolute;
	top: 12px;
}
.gkNspPM-VideoList .gkBottomNavPrev {
	left: 0;
	position: absolute;
	top: 12px;
}
.gkNspPM-VideoList .gkBottomNavNext:after,
.gkNspPM-VideoList .gkBottomNavPrev:after {
	color: #949494;
	content: "\f104";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	left: 10px;
	line-height: 15px;
	position: absolute;
	text-indent: 0;
	top: 5px;
}
.gkNspPM-VideoList .gkBottomNavNext:after {
	color: #949494;
	content: '\f105';
}
.gkNspPM-VideoList .gkBottomNavPrev:after {
	color: #949494;
}
.gkNspPM-VideoList .gkBottomNavNext:hover:after,
.gkNspPM-VideoList .gkBottomNavPrev:hover:after { color: #eb1e00; }
.gkNspPM-VideoList .gkBottomNavPagination {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	text-align: center;
	width: 100%;
}
.gkNspPM-VideoList .gkBottomNavPagination li {
	background: #ccc;
	border: none!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 10px 4px 0 0!important;
	padding: 0!important;
	text-indent: -999em;
	width: 8px;
}
.gkNspPM-VideoList .gkBottomNavPagination li:hover,
.gkNspPM-VideoList .gkBottomNavPagination li.active { background-color: #eb1e00; }

/* Images */
.gkNspPM-VideoList img,
.gkNspPM-VideoList .gkImageWrap  {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.gkNspPM-VideoList .gkImageWrap {
	margin: 0 35px 0 0;	
}
.gkNspPM-VideoList .gkImageWrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.gkNspPM-VideoList .gkImageWrap img {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.gkNspPM-VideoList .gkImageWrap:hover img {
	-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	-o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
	transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}

/* GK Tabs */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap ol li {    
	border: none;   
    color: #222;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 51px;
    list-style-type: none;
    margin: 0;
    padding: 0 20px!important;
    position: relative;
    text-transform: uppercase;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: #eb1e00;
    color: #fff;
}
.gkTabsWrap ol li.active:after {
	border: 6px solid #eb1e00;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -11px;
	content: "";
	left: 50%;
	margin-left: -6px;
	position: absolute;
	z-index: 101;
}
.gkTabsWrap ol li:hover { 
    color: #eb1e00; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    overflow: hidden;
    padding: 24px;
    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;
    border-top: 1px solid #e5e5e5;   
    margin: 0;  
    position: relative;
    top: -1px;    
}
.gkTabsNav:after {
    clear: both;
    content: "";
    display: table;
}
.box.clear-horizontal .gkTabsNav {
	top: 0;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
    display: none;
}

/* Columns in the content */
.gkCols {
	margin: 0 -20px;
	width: auto;
}
.gkCols > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}
.gkCols[data-cols="2"] > div { width: 50%; }
.gkCols[data-cols="3"] > div { width: 33.333333%; }
.gkCols[data-cols="4"] > div { width: 25%; }
.gkCols[data-cols="5"] > div { width: 20%; }

/* Newsletter form */
.gk-newsletter p {
	margin: 0;
	position: relative;
}
.gk-newsletter strong {
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 45px 0 0;
	text-transform: uppercase;
}
.gk-newsletter strong > span {
	color: #eb1e00;
}
.gk-newsletter input[type="email"] {
	border: 1px solid #e5e5e5;
	float: right;
	height: 40px;
	line-height: 33px;
	padding: 0 10px !important;
	width: 50%;
}
.gk-newsletter input[type="button"] {
	float: right;
	height: 40px;
	line-height: 41px;
	margin: 0 0 0 10px;
	padding: 0 30px !important;
}

/* Banners */
.gkBanner {
	display: block;
}
.gkBanner img {
	height: auto;
	width: 100%;
}

/* Social GK5 */
iframe[src^="//www.facebook.com/plugins/likebox.php"],
.fb-like-box.fb_iframe_widget,
.fb-like-box.fb_iframe_widget > span {
	max-width: 100%;
}


/* Highlighter GK5 */

.gkHighlighterGK5 { 
	position:relative; 
	width: 100%; 
}
/* Interface */

.gkHighlighterInterface { 
	float:left; 
	padding: 0; 
}
.gkHighlighterInterface[data-pos="right"] {
	float: right;
}
.gkHighlighterInterface span.text { 
	display:block; 
	float:left; 
	margin:0 0 0 45px; 
	font-size: 13px; 
	font-style: italic;
	font-weight: bold; 
	line-height: 55px; 
}
.gkHighlighterInterface div { 
	position: absolute;
	right: 18px;
	width:auto; 
	z-index: 1001;
}
.gkHighlighterInterface div a { 
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor:pointer; 
	display:block; 
	float:left; 
	height:24px; 
	margin: 14px 0 0 5px;  
	position: relative;
	width:26px; 
}
.gkHighlighterInterface div a.prev:before,
.gkHighlighterInterface div a.next:before {
	color: #949494;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 16px;
	left: 10px;
	line-height: 15px;
	position: absolute;
	top: 5px;
}
.gkHighlighterInterface div a.next:before { 
	content: "\f105";
}
.gkHighlighterInterface div a.prev:hover:before,
.gkHighlighterInterface div a.next:hover:before { 
	color: #eb1e00;
}


/* Items */
.gkHighlighterWrapper { 
	height: 55px;
	overflow: hidden;
	position: relative;
}
.gkHighlighterWrapperSub {
	position: relative;
	min-height: 30px;
	opacity: 0;	
}
.active .gkHighlighterWrapperSub {
	opacity: 1;
}
.gkHighlighterWrapper .nowrap { width: 100000px; position: absolute; left: -99999em; }
.gkHighlighterWrapper .gkHighlighterItem { position: absolute; top:0; width:100%; left:0}
.gkHighlighterWrapper .gkHighlighterItem a { color: #999}
.gkHighlighterWrapper:hover .gkHighlighterItem a { color: #eb1e00!important;}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.gkHighlighterItem.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.gkHighlighterItem {
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.gkHighlighterItem.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.gkHighlighterItem.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
.invisible {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.gkHighlighterItem.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.gkHighlighterItem.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.gkHighlighterItem.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* 3d rotating bar */ 
.bar {
	width: 100%px;
	height: 40px;
	position: relative;
	     
  -webkit-perspective: 1100px;
     -moz-perspective: 1100px;
     -ms-perspective: 1100px;
       -o-perspective: 1100px;
          perspective: 1100px;
}
.bar .gkHighlighterWrapperSub {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
}

.bar .gkHighlighterItem {
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: 0px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}
.bar .gkHighlighterItem.gkHidden {
	opacity: 0;
	display: none;
}

.bar .gkHighlighterItem.front { 
 -webkit-transform: rotateX(0deg) translateZ(20px); 
	-moz-transform: rotateX(0deg) translateZ(20px); 
	  -o-transform: rotateX(0deg) translateZ(20px); 
	     transform: rotateX(0deg) translateZ(20px);
}
.bar .gkHighlighterItem.bottom { 
 -webkit-transform: rotateX(90deg) translateZ(20px);
	-moz-transform: rotateX(90deg) translateZ(20px); 
	  -o-transform: rotateX(90deg) translateZ(20px); 
	     transform: rotateX(90deg) translateZ(20px); 
}
.bar .gkHighlighterItem.back { 
 -webkit-transform: rotateX(180deg) translateZ(20px); 
	-moz-transform: rotateX(180deg) translateZ(20px); 
	  -o-transform: rotateX(180deg) translateZ(20px); 
	     transform: rotateX(180deg) translateZ(20px); 
}
.bar .gkHighlighterItem.top { 
 -webkit-transform: rotateX(270deg) translateZ(20px);
	-moz-transform: rotateX(270deg) translateZ(20px); 
	  -o-transform: rotateX(270deg) translateZ(20px); 
	     transform: rotateX(270deg) translateZ(20px); 
}

/* Weather GK4 */
.gkwMain {
	margin-bottom: -10px;
	padding: 10px 0 0 0;
}
.gkwMain:after {
	clear: both;
	content: "";
	display: table;
}
.gkwMain .gkwCurrent {
    float: left;
    width: 55%;
}
.gkwMainLeft {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 0 30px 0 10px;
    width: 32%;
}
.gkwMainLeft > *:first-child {
	float: left;
}
.gkwMainLeft > i,
.gkwMainLeft > i:before {
	
	margin: -9px 0 0 -9px;
	width: 48px;
}
.gkwTemp {
	color: #eb1e00;
	float: right;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.gkwMainRight {
    float: left;
    width: 68%;
    margin: 0;
}
.gkwMainRight h2 { 
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 4px 0; 
}
.gkwMainRight p {
	color: #999;
	float: left;
    font-size: 12px;
    margin: 0 18px 0 0;
    line-height: 1.1;
}
.gkwCondition { }
.gkwHumidity { }
.gkwWind { }
ul.gkwNextDays {
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 45%;
}
ul.gkwNextDays li {
    border: none!important;
    border-left: 1px solid #e5e5e5!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 30px!important;
    margin: 0!important;
    list-style-type: none!important;
}
ul.gkwNextDays li.gkwItems1 { width: 100% }
ul.gkwNextDays li.gkwItems2 { width: 50% }
ul.gkwNextDays li.gkwItems3 { width: 33.333333% }
ul.gkwNextDays li.gkwItems4 { width: 25% }
.gkwDay {
	font-size: 13px;
    font-weight: bold;
    display: block;
}
ul.gkwNextDays li img {
    display: block;
    margin: 0 auto;
    clear: both;
}
ul.gkwNextDays li i {
	font-size: 36px!important;
}
p.gkwDayTemp {
    margin: 6px 0 0 0;
    white-space: nowrap;
    text-align: center;
}
span.gkwDayDay,
span.gkwDayNight {
    padding: 0 8px 0 0;
    color: #222;
    font-size: 12px;
    font-weight: bold;
}
span.gkwDayDay {
	color: #eb1e00;
}
.gkwNextDays li > *:first-child {
	float: left;
	margin: 0 20px 0 0;
}
.gkwNextDays li > i {
	margin-top: 6px!important;
}
.gkwNextDays li > i:before {
	color: #c1c1c1;
}
div.gkwFday {
    border-left: 1px solid #ddd;
    margin: 0 6px 0 0;
    padding: 0 0 0 6px;
}
ul.gkwNextDays li:first-child div.gkwFday { border-left: none }

/* Grid 2x2 for banners */
.gkGrid2x2 {
	margin: -3px;
}
.gkGrid2x2 > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 3px;
	width: 50%;
}
.gkGrid2x2 > a > img {
	display: block;
	height: auto;	
	max-width: 100%
}
/* popup */

#sbox-window { padding: 20px 30px}

/* EasySocial reset rules */
body div#fd .btn,
body div#fd button {
	height: auto;
	float: none;
	text-transform: none;
}
/*
#------------------------------------------------------------------------
# News II - February 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 1 */

/* template.css */
a,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover { color: #eb1e00; }
#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
	background-image: url(/templates/gk_news2/images/style1/logo.png);
}
.svg #gkLogo.cssLogo,
.svg #gkLogoSmall.cssLogo {
	background-image: url(/templates/gk_news2/images/style1/logo.svg);
}
#gkLogo.text,
#gkLogoSmall.text {
	color: #eb1e00;
}
#gkLogo.text > span > sup,
#gkLogoSmall.text > span > sup {
	border: 1px solid #eb1e00;
	color: #eb1e00;
}
#gkLogin {
	background: #008ce6;
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	background: #eb1e00;
}
#gkBreadcrumb .breadcrumbs li.separator i {
	color: #eb1e00;
}
#gkBackToTop:before {
	color: #eb1e00;
}
#gkBackToTop:active,
#gkBackToTop:focus,
#gkBackToTop:hover {
	color: #eb1e00!important;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { 
	color: #eb1e00; 
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #eb1e00!important; }
.box.color {
	background: #eb1e00;
}
.box.title-color1 .header,
.box.title-color1 .header a { color: #eb1e00; }
.box.title-color2 .header,
.box.title-color2 .header a { color: #56afc3; }
.box.title-color3 .header,
.box.title-color3 .header a { color: #ffc000; }
.box.title-color4 .header,
.box.title-color4 .header a { color: #8560a8; }
.box.title-color5 .header,
.box.title-color5 .header a { color: #fa5f00; }
.box.title-color6 .header, 
.box.title-color6 .header a { color: #736357; }
.box.title-border.title-color1 .header { border-top: 1px solid #eb1e00; }
.box.title-border.title-color2 .header { border-top: 1px solid #56afc3; }
.box.title-border.title-color3 .header { border-top: 1px solid #ffc000; }
.box.title-border.title-color4 .header { border-top: 1px solid #8560a8; }
.box.title-border.title-color5 .header { border-top: 1px solid #fa5f00; }
.box.title-border.title-color6 .header { border-top: 1px solid #736357; }
#gkBottom3 .box a:active,
#gkBottom3 .box a:focus,
#gkBottom3 .box a:hover,
#gkBottom4 .box a:active,
#gkBottom4 .box a:focus,
#gkBottom4 .box a:hover {
	color: #eb1e00;
}

/* joomla.css */
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
li.next a,
li.previous a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover {
	background: #eb1e00;
}
.readon:active,
.readon:focus,
.readon:hover {	
	color: #eb1e00;
}
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover { color: #eb1e00!important; }
.tooltip-inner strong  {
	background: #eb1e00;
}
#system-message dd.error {
	background: #eb1e00;
}
div.bannerfooter {
	color: #eb1e00;
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a { 
	color: #eb1e00;
}
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	background: #eb1e00;
}
.autocompleter-queried { color: #eb1e00!important }
.box.menu li:hover:before {
	color: #eb1e00;
}
.box.menu li span.separator {
	color: #eb1e00;
}

/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active { background-color: #eb1e00; }
.nspNext:hover:after,
.nspPrev:hover:after { color: #eb1e00; }
.nspArt h4.nspHeader a:hover { color: #eb1e00; }
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
	color: #eb1e00!important;
}
.readon-button:active,
.readon-button:focus,
.readon-button:hover {
	color: #eb1e00;
}
.nspLinks ul li h4 a:active,
.nspLinks ul li h4 a:focus,
.nspLinks ul li h4 a:hover {
	color: #eb1e00;
}
.box.title-color1 .nspLinks ul li h4 a:hover,
.box.title-color1 .nspArt h4.nspHeader a:hover { color: #eb1e00; }
.box.title-color1 .readon-button:hover {
	color: #eb1e00;
}
.box.title-color2 .nspLinks ul li h4 a:hover,
.box.title-color2 .nspArt h4.nspHeader a:hover { color: #56afc3; }
.box.title-color2 .readon-button:hover {
	color: #56afc3;
}
.box.title-color3 .nspLinks ul li h4 a:hover,
.box.title-color3 .nspArt h4.nspHeader a:hover { color: #ffc000; }
.box.title-color3 .readon-button:hover {
	color: #ffc000;
}
.box.title-color4 .nspLinks ul li h4 a:hover,
.box.title-color4 .nspArt h4.nspHeader a:hover { color: #8560a8; }
.box.title-color4 .readon-button:hover {
	color: #8560a8;
}
.box.title-color5 .nspLinks ul li h4 a:hover,
.box.title-color5 .nspArt h4.nspHeader a:hover { color: #fa5f00; }
.box.title-color5 .readon-button:hover {
	color: #fa5f00;
}
.box.title-color6 .nspLinks ul li h4 a:hover,
.box.title-color6 .nspArt h4.nspHeader a:hover { color: #736357; }
.box.title-color6 .readon-button:hover {	
	color: #736357;
}
.box.highlights .nspInfo span {
	color: #eb1e00;
}
.box.highlights .nspTitleArea h4 a:active,
.box.highlights .nspTitleArea h4 a:focus,
.box.highlights .nspTitleArea h4 a:hover {
	color: #eb1e00;
}
.gkNspPM-VideoList .gkBottomNavNext:hover:after,
.gkNspPM-VideoList .gkBottomNavPrev:hover:after { color: #eb1e00; }
.gkNspPM-VideoList .gkBottomNavPagination li:hover,
.gkNspPM-VideoList .gkBottomNavPagination li.active { background-color: #eb1e00; }
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: #eb1e00;
}
.gkTabsWrap ol li.active:after {
	border-top-color: #eb1e00;
}
.gkTabsWrap ol li:hover { 
    color: #eb1e00; 
}
.gk-newsletter strong > span {
	color: #eb1e00;
}
.gkHighlighterInterface div a.prev:hover:before,
.gkHighlighterInterface div a.next:hover:before { 
	color: #eb1e00;
}
.gkHighlighterWrapper:hover .gkHighlighterItem a { color: #eb1e00!important;}
.gkwTemp {
	color: #eb1e00;
}
span.gkwDayDay {
	color: #eb1e00;
}

/* menu.css */
.gkMenu > ul > li > a:hover,
.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li.active > a {
	color: #eb1e00;
}
.gkMenu > ul li div.childcontent a:hover {
	color: #eb1e00!important
}
#gkMenuOverlayClose {
    color: #eb1e00;
}
#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
    color: #eb1e00;
}

/* k2.css */
.k2FeedIcon a:before,
a.k2FeedIcon:before {
	color: #eb1e00;
}
.activeCategory a { color: #eb1e00 }
.itemImageBlock sup {
	background: #eb1e00;
}
ul.itemTags li a:hover,
div.tags a:hover,
div.tags a:focus,
div.tags a:active { 
	background: #eb1e00;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	color: #eb1e00;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #eb1e00;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked { background: #eb1e00; }
.calendarNavLink { color: #eb1e00; }
.k2TagCloudBlock a:hover { color: #eb1e00 }

/* EasyBlog */
#ezblog-body .blog-post .blog-title:hover, #ezblog-body .blog-post .blog-title a:hover {
	color: #eb1e00;
}
#eblog-wrapper .blog-taglist a:hover,
#eblog-wrapper .post-tags li a:hover,
#ezblog-menu .blog-navi li.toolbar-item.item-active {
	background: #eb1e00;
}
#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search:hover {
	background-color: #eb1e00;
}
/*
#------------------------------------------------------------------------
# News 2 - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

.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 {

	padding: 12px 12px 12px 66px;
	position: relative;
}
.gkHighlight1,
.gkHighlight2 {
	cursor: default;
	padding: 1px 5px;
	text-shadow: none
}
pre,
code {
	font: normal .92em/32px 'Curier New', monospace!important;
	margin: 36px 0!important;
	padding: 20px 26px !important
}
ol {
	list-style-position: inside;
	margin: 2em 0;
	padding: 0
}
ol.gkDec { list-style-type: decimal }
ol.gkRoman { list-style-type: upper-roman }
ol.gkAlpha { list-style-type: lower-alpha }
ol.gkDecimalLeadingZero { list-style-type: decimal-leading-zero }
.itemBody > ul,
.itemBody > div > ul,
ul.gkBullet1,
ul.gkBullet2,
ul.gkBullet3,
ul.gkBullet4 {
	margin: 2em 0;
	padding: 0
}
ul li { list-style-position: outside }
.itemBody > ul li,
.itemBody > div > ul li,
ul.gkBullet1 li,
ul.gkBullet2 li,
ul.gkBullet3 li,
ul.gkBullet4 li {
	list-style: none;
	overflow: inherit;
	padding: 2px 0 2px 32px;
	position: relative
}
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
ul.gkBullet2 li:before,
ul.gkBullet3 li:before,
ul.gkBullet4 li:before {
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	top: 5px;
	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;
	font-weight: 400;
	margin: 40px 0;
	color: #000;
	display: block;
	padding: 0 0 0 66px;
	position: relative;
}

blockquote:before {
	color: #eb1e00;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 32px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 15px;
}
blockquote.gkBlockquote1:before { color: #e5e5e5; }
.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
	color: #272727;
	display: block;
	font-style: italic;
	font-weight: 400;
	line-height: 170%;
	padding: 25px;
	width: 38%
}

figcaption{
  font-weight:bold;
  font-size:12px;
  color:darkgray;
  margin: 5px 0 25px 0;
}

.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: 0 0 24px;
	min-height: 48px;
	padding: 0 0 0 82px !important;
	position: relative
}
p.numblocks span {

	border-right: 2px solid #ccc;
	display: block;
	font-size: 24px;
	font-weight: 500;
	height: 36px;
	left: 0;
	line-height: 36px;

	position: absolute;

	top: 4px;
	width: 48px
}
p.num-1 span { color: #bbb; }
p.num-2 span {
	color: #272727;
	border-color: #272727;
}
p.num-3 span {
	color: #eb1e00;
	border-color: #eb1e00;
}
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: 500;
	height: 25px;
	left: 26px;
	line-height: 32px;
	padding-left: 40px;
	position: absolute
}
pre,
code {
	border: 1px solid #e5e5e5;
	border-left: 5px solid #eb1e00;
	color: #272727;
	padding-left: 32px
}
p.gkInfo1 {
	background-color: #f8f8f8;
	color: #272727;
}
p.gkTips1 {
	background-color: #FFFFDD;
	color: #272727;
}
p.gkWarning1 {
	background-color: #eb1e00;
	color: #fff;
}
p.gkInfo1:before,
p.gkTips1:before,
p.gkWarning1:before {
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	top: 5px;
	left: 22px;
}
p.gkInfo1:before {
	color: #272727;
	content: "\f0e6";
}
p.gkTips1:before {
	color: #272727;
	content: "\f0eb";
}
p.gkWarning1:before {
	color: #fff;
	content: "\f057";
}
div.gkLegend1 { border: 4px double #e5e5e5 }
div.gkLegend1 h4 {
	background: #fff;
	color: #242424
}
.gkHighlight1 { background: #ffd }
.gkblock-1 { border: 1px solid #e5e5e5 }
.gkblock-2 {
	background: #FFFEF4;
	border: 1px solid #EAE8CC
}
.gkblock-3 { background: #f8f8f8 }
.bubble-1 {
	background: #f5f5f5;
	color: #555
}
.bubble-1::after {
	border-color: #f5f5f5;
	border-left: 22px solid transparent;
}
.bubble-2 {
	background: #eb1e00;
	color: #fff
}
.bubble-2::after {
	border-color: #eb1e00;
	border-left: 22px solid transparent;
}
.bubble-1 cite { color: #272727 }
.bubble-2 cite { color: #eb1e00 }


ul.gkBullet1 li:before {
	color: #eb1e00;
	content: "\f00c";
}
.itemBody > ul li:before,
.itemBody > div > ul li:before, 
ul.gkBullet2 li:before {
	color: #eb1e00;
	content: "\f14a";
}
ul.gkBullet3 li:before {
	color: #eb1e00;
	content: "\f006";
}
ul.gkBullet4 li:before {
	color: #eb1e00;
	content: "\f0a9";
}
ul#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px
}
ul#demo-typography li {
	color: #eb1e00;
	float: left;
	font-size: 11px;
	line-height: 24px;
	list-style-type: disc;
	width: 23.9%
}
ul#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff
}
.demo-typoDiv {
	clear: both;
	margin: 0 0 30px;
	overflow: hidden
}
h4.demo-typo {
	color: #272727;
	font-size: 16px;
	margin: 60px 0 20px;
	text-transform: uppercase
}
.demo-typo-col2 {
	float: left;
	width: 50%
}
.demo-typo-col3 {
	float: left;
	width: 33%
}
.demo-typo-col4 {
	float: left;
	width: 25%
}
.demo-typo_padd { padding: 0 15px }
#warnings .demo-typo_padd p { margin: 1em 0 1.6em }
.typoDesc small {
	color: #aaa;
	font: normal 11px Monaco, Consolas, "Courier News", monospace;
}
.bubble-2 small { color: #fff; }
.gkblock-3 small { color: #353639!important }
span.helpTooltip {
	background: #eb1e00;
	color: #fff;
}
.gkHighlight2 { background: #f5f5f5; }
.the-icons {
	margin-bottom: 32px;
}
.the-icons > li {
	float: left;
	margin-right: 2%;
	padding-left: 0!important;
	width: 23%;
} 
.the-icons > li:before {
	display: none;
}
h5.page-header {
	clear: both;
	padding: 36px 0 18px;
	text-transform: uppercase
}
[class^="fa fa-"],
[class*=" fa-"] {
	color: #272727;
	padding-right: 8px
}
