/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */





.mod_events_latest_content a
{
	font-size: 12px;
	font-weight: bold;
}

.mod_events_latest_date
{
	font-size: 10px;
}



#gkInnerInset div.box .header
{
	background: #e25b32 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	padding: 16px 6px 12px 6px;
	position: relative;
	text-align: center;	
}

#gkInnerInset div.box .header::after {
	background-image: url('../images/style1/highlight_bg.png');
}



.datetime
{
	float:left;
	margin-left: 10px;
	margin-top: 5px;
}

#gkMobileMenu
{
	display:none;
}


#gkMainMenu
{
	width: 100%;
	margin-bottom: 5px;
}

#gkExtraMenu
{
	width: 100%;
	
	text-align: left;
	background: #133714;
}


#gkExtraMenu ul
{
  
  height: 100%;
}




#menu259
{
	background: #133714 !important;
	border-left: 1px solid #aaaaaa;
}

#menu260,
#menu261,
#menu262,
#menu360
{
	background: #133714 !important;
}

.custom_dfiscal
{
	float:left;
	margin-right: 50px;
}
 
/*
 * News Show Pro GK4
 */
.nsp { position: relative }
.nspMain { overflow: hidden }
.nspBotInterface,
.nspTopInterface {
    overflow: hidden;
    clear: both;
}
.nspBotInterface div,
.nspTopInterface div { float: right }
.nsp .nspTopInterface div {
    position: absolute;
    right: 16px;
    padding: 0 3px;
    top: 16px;
    z-index: 10;
}
.nspPagination {
    list-style-type: none !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.nspPagination li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 1px 3px 0 1px!important;
    background: #d6d6d6;
    border: none!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0!important;
    text-indent: -999em;
    cursor: pointer;
}
.nspPagination li:hover,
.nspPagination li.active { 
	background: #e25b32;
	height: 10px;
	margin: 0 2px 0 0!important;
	width: 10px;
}
.nspNext,
.nspPrev {
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 0 0 4px;
    background: url('../images/style1/nsp_interface.png') no-repeat -14px 0;
    text-indent: -999em;
    cursor: pointer;
}
.nspPrev { background-position: 0 0; }
.nspNext:hover,
.nspPrev:hover { background-position: -14px -14px; }
.nspPrev:hover { background-position: 0 -14px; }
.nspCounter {
    float: left;
    margin: 0 0 0 8px;
    padding: 1px 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #878787;
    font-size: 9px;
    cursor: pointer;
}
.nspArts { 
	overflow: hidden; 
}
.nspArtPage { 
	float: left; 
}
.nspArt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.nspArt div { overflow: hidden }
h4.nspHeader {
    color: #363636;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.nspArt h4.nspHeader a {
    color: #363636;
    text-decoration: none;
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover { color: #eb592a }
.nspArt a {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.nspArt img.nspImage {
    border: none;
    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nspArt img.nspImage:hover {
    -webkit-transform: scale(1.15) rotate(-1.5deg);
    -moz-transform: scale(1.15) rotate(-1.5deg);
    -ms-transform: scale(1.15) rotate(-1.5deg);
    -o-transform: scale(1.15) rotate(-1.5deg);
    transform: scale(1.15) rotate(-1.5deg);
}
.nspArt .nspImageWrapper { overflow: hidden }
.nspArt p.nspText {
    color: #777;
    float: none;
    font-size: 12px;
    margin: 0;
}
.nspArt p.nspText + .readon { 
	margin-top: 32px; 
}
.nspArt p.nspText + .nspInfo { 
	margin-top: 12px; 
}
.nspArt p.nspInfo {
    color: #999;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.0;
    margin: 0 0 5px 0;
}
.nspArt p.nspInfo a {
    color: #999;
    padding-left: 8px;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover { color: #eb592a }
.nspArt .tleft { text-align: left }
.nspArt .tright { text-align: right }
.nspArt .tcenter { text-align: center }
.nspArt .tjustify { text-align: justify }
.nspArt .fleft { float: left }
.nspArt .fright { float: right }
.nspArt .fnone {
    clear: both;
    width: 100%;
    float: none;
}
.readon.left,
.readon.right,
.readon.center { clear: both }
.readon.left { float: left }
.readon.right { float: right }
.readon.center {
    display: inline;
    float: none;
}
.nspList { float: left }
.nspLinks .nspLinkScroll1 div ul {
    padding: 0 !important;
    list-style-type: none !important;
}
.nspLinks .nspLinkScroll1 div ul li {
    border-top: 1px solid #e5e5e5;
    margin: 0 !important;
    padding: 14px 0;
}
.nspLinks ul li h4 {
    color: #2f3133;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.nspLinks ul li h4 a { 
	text-decoration: none; 
}
.nspLinks ul li p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
/* positioning */
.nspArts.left { float: right }
.nspLinksWrap.left { float: left }
.nspArts.right { float: left }
.nspLinksWrap.right { float: right }
/* make element unvisible */
.nspMain .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
/* font-size classes */
.nspFs80 { font-size: 80% }
.nspFs90 { font-size: 90% }
.nspFs100 { font-size: 100% }
.nspFs110 { font-size: 110% }
.nspFs120 { font-size: 120% }
.nspFs130 { font-size: 130% }
.nspFs140 { font-size: 140% }
.nspFs150 { font-size: 150% }
.nspFs160 { font-size: 160% }
.nspFs170 { font-size: 170% }
.nspFs180 { font-size: 180% }
.nspFs190 { font-size: 190% }
.nspFs200 { font-size: 200% }
/* New responsive layout */
.gkResponsive { line-height: 1 }
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
    width: 100% !important;
    height: auto;
}
.gkResponsive a,
a.gkResponsive {
    display: block;
    position: relative;
}
.gkResponsive { position: relative }
.nspArt img.nspImage { max-width: 100% }
.nspArtScroll1,
.nspLinkScroll1 { 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% }

/* Suffix dark */
.dark .nspArt p.nspText { color: #999 }
.dark .nspArt p.nspInfo { color: #ddd }
.dark .nspArt p.nspInfo a { color: #fff }
.dark .nspArt p.nspInfo a:active,
.dark .nspArt p.nspInfo a:focus,
.dark .nspArt p.nspInfo a:hover { color: #ddd }
.dark .nspLinks ul li h4 a { color: #fff }
.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover { color: #eb592a }
.dark .nspArt h4.nspHeader a { color: #fff }
.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover { color: #eb592a }
.dark .nspPagination li { background: #ccc }
.dark .nspPagination li:hover,
.dark .nspPagination li.active { background: #fff }
.dark .nspNext,
.dark .nspPrev { background: url('../images/style1/nsp_interface.png') no-repeat -17px 0 }
.dark .nspPrev { background-position: 0 0 }
.dark .nspNext:hover,
.dark .nspPrev:hover { background-position: -17px -22px }
.dark .nspPrev:hover { background-position: 0 -22px }

/* Suffix header */
.header .nspLinks ul li h4 {
	font-size: 13px;
}
.header .nspLinks ul li h4 a {
	color: #333;
}
.header .nspLinks ul li p {
	font-size: 11px;
}
.box.header .nspBotInterface div {
	float: none;
	margin-top: 12px;
	text-align: center;
}
.box.header .nspBotInterface div ul {
	display: inline-block;
	float: none;
}
.box.header .nspImageWrapper {
	position: relative;
}
.box.header .nspImageWrapper h4 {
	background: #19481A;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 22px;
	margin: 0;
	padding: 8px 14px;
	position: absolute;
	-webkit-transition: background .3s ease-out;
	   -moz-transition: background .3s ease-out;
	    -ms-transition: background .3s ease-out;
	     -o-transition: background .3s ease-out;
	        transition: background .3s ease-out;
}
.box.header .nspImageWrapper h4 a {
	color: #fff;
}

.box.header .nspImageWrapper h4:hover {
	background: #e25b32;
}

.box.header .nspImageWrapper h4 a:active,
.box.header .nspImageWrapper h4 a:focus,
.box.header .nspImageWrapper h4 a:hover {
	color: #fff;
}

.box.header .nspLinks .nspLinkScroll1 div ul li {
   	margin: 0 10px!important;
    padding: 14px 0!important;
    -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;
}

.box.header .nspLinks .nspLinkScroll1 div ul li:hover {
   	background: #e25b32;
   	color: #fff;
   	margin: 0!important;
    padding: 14px 10px!important;
}

.box.header .nspLinks .nspLinkScroll1 div ul li:hover h4,
.box.header .nspLinks .nspLinkScroll1 div ul li:hover h4 a {
	color: #fff;
}

/* Suffix arrow */
.arrow .nspLinks .nspLinkScroll1 div ul li {
	background: transparent url('../images/arrow_bullet.png') no-repeat 0 3px;
	border: none;
	padding: 0 0 16px 20px;
}
.arrow .nspHeader {
	font-size: 18px;
}

/* Suffix bigtitle */
.bigtitle p.nspInfo {
	font-size: 12px;
}

.bigtitle .nspHeader {
	font-size: 20px;
}

.bigtitle p.nspText {
	font-size: 14px;
}

.bigtitle .nspArt {
	border-top: 1px solid #e5e5e5;
}

.bigtitle .nspArt:first-child {
	border-top: none;
}

.bigtitle .nspTopInterface div {
    position: absolute;
    right: 16px!important;
    padding: 0 3px;
    top: 24px!important;
}


/* Suffix headlines */
.box.headlines .nspLinks .nspLinkScroll1 div ul li {
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.box.headlines .nspLinks .nspLinkScroll1 div ul li:hover {
	background: #f8f8f8;
}

.box.headlines .nspBotInterface div {
	float: none;
	margin-top: 12px;
	text-align: center;
}

.box.headlines .nspBotInterface div ul {
	display: inline-block;
	float: none;
}

/* Suffix nsphover */
.nsphover .content {
	margin: 0 -12px;
}

.nsphover .nspImageWrapper {
	position: relative;
}

.nsphover .nspInfo2 {
	background: #e25b32;
	color: #fff;
	display: block;
	font-size: 12px;
	left: 0;
	line-height: 12px;
	margin: 0;	
	padding: 12px 14px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.nsphover .nspInfo2 a {
	color: #fff!important;
	margin: 0!important;
	padding: 0!important;
}

.nsphover .nspInfo2 a:hover,
.nsphover .nspInfo2 a:focus,
.nsphover .nspInfo2 a:active {
	color: #ddd!important;
}

.nsphover .nspArt {
	border: none!important;
	margin: 26px 0 0 0;
	overflow: hidden;
	position: relative;
}

.nsphover .nspText {
	bottom: -200px;
	position: absolute;
}

.nsphover .nspHoverOverlay {
	background: #e25b32;
	-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: 600px;
	margin: 0 15px 0 0;
	padding: 56px 20px 0 20px;
	position: absolute;
	top: 100%;
	-webkit-transition: top .3s ease-out;
	   -moz-transition: top .3s ease-out;
	    -ms-transition: top .3s ease-out;
	     -o-transition: top .3s ease-out;
	        transition: top .3s ease-out;
	z-index: 9;
}

.nsphover .nspHoverOverlay .nspText,
.nsphover .nspHoverOverlay .nspText a {
	color: #ffbfab;
	margin-top: 10px;
	position: static;
}

.nsphover .nspHoverOverlay .nspText a:active,
.nsphover .nspHoverOverlay .nspText a:focus,
.nsphover .nspHoverOverlay .nspText a:hover {
	color: #fff;
}

.nsphover .nspHoverOverlay .nspHeader,
.nsphover .nspHoverOverlay .nspHeader a {
	color: #fff;
}

.nsphover .nspHoverOverlay .nspHeader a:active,
.nsphover .nspHoverOverlay .nspHeader a:focus,
.nsphover .nspHoverOverlay .nspHeader a:hover {
	color: #ffbfab;
}

.nsphover .nspInfo {
	position: relative;
	z-index: 10;
}

.nsphover .nspInfo2 {
	left: 15px;
	position: absolute;
	z-index: 10;
}

.nsphover .nspHoverOverlay.active {
	top: 0;
}

.nsphover .nspInfo1 {
	-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;
}

.nsphover .nspInfo1.active {
	color: #fff;
	margin-left: 20px;
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap.vertical ol li {
    cursor: pointer;
    float: left;
    line-height: 14px;
    list-style-type: none;
    height: 14px;
    padding: 0 25px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    text-transform: uppercase;
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.vertical ol li.active:hover {
    color: #1c1c1c;
}
.gkTabsWrap.vertical ol li.active::after {
    content: "";
    clear: both;
    display: block;
    float: left;
    height: 2px;
    margin-left: -14px;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 2;
}
.gkTabsWrap.vertical ol li:hover { 
	color: #1c1c1c; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
    background: transparent;
    margin: 8px 0 32px 0;
    min-height: 14px;
}

/* Weather Module */
.gkwMainRight h2 { 
    font-size: 32px;
}
.gkwDay { 
    color: #363636; 
	font-style: normal !important; 
	font-size: 12px;
}
.gkwTemp { 
    color: #E25B32
}
.dark .gkwDay { 
    color: #fff
}
.dark ul.gkwNextDays { 
    border-top: 1px solid #444; 
	margin: 12px 0; 
	padding: 16px 0 0
}
.dark div.gkwFday { 
    border-color: #444
}


/* NSP Portal Mode 7 */
.nspMainPortalMode7 {
    position: relative;
    overflow: hidden;
}
.nspMainPortalMode7 .nspArtsScroll {
    width: 20000px!important;
}
.nspMainPortalMode7 .nspArts {
    width: 100%;
}
.nspMainPortalMode7 .nspImages {
    padding: 0 46px;
}
.nspMainPortalMode7 .nspArts,
.nspMainPortalMode7 .nspArt {
    overflow: hidden
}
.nspMainPortalMode7 .nspArt {
    float: left;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
         -o-box-sizing: content-box;
            box-sizing: content-box;
}
.nspMainPortalMode7 .nspArt img {
    margin: 0!important;
}
.nspMainPortalMode7 .nspArt .nspImageGallery a {
    display: block;
    overflow: hidden;
}
.nspMainPortalMode7 .nspArt:hover {
    cursor: pointer
}
.nspMainPortalMode7 .nspArt:hover .nspHeader a {
    color: #fb5a29
}
.nspMainPortalMode7 .nspHeader {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0!important;
    color: #b6b6b6;
    font-size: 13px;
    font-weight: 600;
}
.nspMainPortalMode7 .nspHeader a {
    color: #b6b6b6!important;
}
.nspMainPortalMode7 .nspHeader a:active,
.nspMainPortalMode7 .nspHeader a:focus,
.nspMainPortalMode7 .nspHeader a:hover {
    color: #fff!important;
}
.nspMainPortalMode7 .nspText {
	color: #696969;
	font-size: 11px;
}
.nspMainPortalMode7 .nspArt {
	background: #19481A;
	border: 1px solid #19481A;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	/* -webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75); */
	/* -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75); */
	/* -ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75); */
	/* -o-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75); */
	/* box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75); */
	margin-right: 25px;
    padding: 0;
    -webkit-transition: background .3s ease-out;
       -moz-transition: background .3s ease-out;
        -ms-transition: background .3s ease-out;
         -o-transition: background .3s ease-out;
            transition: background .3s ease-out;
}
.nspMainPortalMode7 .nspArt:hover {
	background: #363636;
}
.nspMainPortalMode7 .nspArt > div {
    padding: 0;
    position: relative;
}
.nspMainPortalMode7 .nspArt > div > div {
    padding: 0
}
.nspMainPortalMode7 .nspPrev,
.nspMainPortalMode7 .nspNext {
    height: 26px;
    width: 26px;
    display: block;
    background: transparent url('../images/style1/nsp_portal_mode_7_interface.png') no-repeat 0 0;
    text-indent: -999em;
    margin-top: -13px;
    cursor: pointer;
}
.nspMainPortalMode7 .nspPrev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.nspMainPortalMode7 .nspNext {
    background-position: -26px 0;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.nspMainPortalMode7 .nspPrev:hover {
    background-position: 0 -26px
}
.nspMainPortalMode7 .nspNext:hover {
    background-position: -26px -26px
}
.nspMainPortalMode7::selection,
.nspMainPortalMode7::selection {
    background: transparent!important
}
.nspMainPortalMode7::-moz-selection,
.nspMainPortalMode7::-moz-selection {
    background: transparent!important
}
.nspMainPortalMode7::-webkit-selection,
.nspMainPortalMode7::-webkit-selection {
    background: transparent!important
}
/* make element unvisible */
.nspMainPortalMode7 .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/* Style 1 */

#gkSidebar .box
{
	padding: 0 !important;
}

a:hover,
a:active,
a:focus {
	color: #e25b32;
}


/* template.css */
.gkMenu
{
	padding: 0px;
}

.gkMenu .level1 a
{
	color: #ffffff;
	border-color: #ffffff;
}

.gkMenu  li
{
	background: #19481A;
}

.gkMenu .level1 li
{
	background: #0F2B0F !important;
}

.gkMenu .level1 li
{
	background: #0F2B0F !important;
}


.gkMenu .level1 a:hover,
.gkMenu .level1 a:active,
.gkMenu .level1 a:focus {
	color: #e25b32;
}


.gkMenu .level1 li
{
	padding: 7px;
	border-top: 1px solid #444444;
}

#gkLogo.cssLogo {
	background-image: url('../images/style1/logo.png');
	height: 100px;
	width: 284px;
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover,
#gkRSS:active,
#gkRSS:focus,
#gkRSS:hover {
	background-color: #e25b32;
}
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover,
li.tagged-under a:hover,
li.tagged-under a:active,
li.tagged-under a:focus {
	color: #e25b32;
}
.gkTwitter,
.gkFb,
.gkPinterest,
.gkGplus {
	background-image: url('../images/style1/social_icons.png');
}
.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover,
.gkFb:active,
.gkFb:focus,
.gkFb:hover,
.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover,
.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
	background-image: url('../images/style1/social_icons.png');
}
#gkFooter {
	border-top: 2px solid #E25B32;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #e25b32;
}
.box.color .header {
	color: #e25b32;
}
.box.headlines .header {
	background: #e25b32;
}
.box.headlines .header::after {
	background-image: url('../images/style1/highlight_bg.png');
}
.gkUsermenu {
	border-top: 3px solid #E25B32;
}

/* joomla.css */

button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.pager li.next a,
.pager li.previous a,
.pager li a,
.readon,
.pagination ul li a,
.pagination ul li span {
	background: #e25b32;
}
p.img_caption {
	background: #e25b32;
}
.tooltip-inner strong {
	background: #e25b32;
}
div.bannerfooter {
	color: #e25b32;
}
.autocompleter-queried {
	color: #e25b32!important
}
.menu li:hover {
	background-color: #e25b32
}
th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
	color: #e25b32
}

/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active { 
	background: #e25b32;
}
.nspNext,
.nspPrev {
    background-image: url('../images/style1/nsp_interface.png');
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover { 
	color: #eb592a; 
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover { 
	color: #eb592a; 
}
.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover { 
	color: #eb592a; 
}
.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover { 
	color: #eb592a; 
}
.dark .nspNext,
.dark .nspPrev { 
	background-image: url('../images/style1/nsp_interface.png'); 
}
.box.header .nspImageWrapper h4:hover {
	background: #e25b32;
}
.box.header .nspLinks .nspLinkScroll1 div ul li:hover {
   	background: #e25b32;
}
.nsphover .nspInfo2 {
	background: #e25b32;
}
.nsphover .nspHoverOverlay {
	background: #e25b32;
}
.nsphover .nspHoverOverlay .nspText,
.nsphover .nspHoverOverlay .nspText a {
	color: #ffbfab;
}
.nsphover .nspHoverOverlay .nspHeader a:active,
.nsphover .nspHoverOverlay .nspHeader a:focus,
.nsphover .nspHoverOverlay .nspHeader a:hover {
	color: #ffbfab;
}
.gkwTemp { 
    color: #E25B32;
}
.nspMainPortalMode7 .nspArt:hover .nspHeader a {
    color: #fb5a29;
}
.nspMainPortalMode7 .nspPrev,
.nspMainPortalMode7 .nspNext {
    background-image: url('../images/style1/nsp_portal_mode_7_interface.png');
}

/* menu.css */

.gkMenu > ul > li:hover > a,
.gkMenu > ul > li:active > a,
.gkMenu > ul > li:focus > a {
	background: #e25b32;
}

/* k2.css */
h1 > sup {
	background: #E25B32;
}
.k2TagCloudBlock a,
div.tags a {
	background-image: url('../images/style1/tag_bullets.png');
}
.itemAttachmentsBlock {
	background: url('../images/style1/typography/tips.png') no-repeat 16px 8px #FFFEF4;
	border: 1px solid #EAE8CC;
}
.userView .itemAuthorData a:hover {
	color: #E25B32
}
.commentLink {
	color: #e25b32;
}
#itemListLinks li {
	background-image: url('../images/style1/typography/bullet-square2.png');
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #e25b32;
}
table.calendar tr td.calendarTodayLinked a {
	color: #e25b32;
}

.calendarNavLink {
	color: #e25b32;
}

.calendarNavLink a:active,
.calendarNavLink a:focus,
.calendarNavLink a:hover {
	color: #333!important;
}
b,
strong {
	font-weight: 600
}

.k2box > ul,
.k2box > ul ul {
	list-style-type: disc;
	padding-left: 20px
}

.k2box > ol,
.k2box > ol ol {
	list-style-type: decimal;
	padding-left: 20px
}

.k2box > ul li,
.k2box > ul ul li,
.k2box > ol li,
.k2box > ol ol li {
	list-style-position: outside;
	padding-left: 0
}

p.gkHeadline {
	color: #363636;
	font: normal 2em/1.9 "Lucida Grande", Tahoma;
	margin: 5px 0 0!important;
	text-align: center
}

p.gkSubHeadline {
	color: #999;
	font: lighter .75em/1em "Lucida Grande", Tahoma;
	letter-spacing: .3em;
	margin: 0 0 24px!important;
	text-align: center;
	text-transform: uppercase
}

p.gkSmallHeadline {
	color: #999;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 1em 0!important;
	text-transform: uppercase
}

p.gkLargeHeadline {
	color: #363636;
	font: normal 44px/38px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	margin: 0!important;
	padding: 0 0 6px
}

.gkfile1,
.gkfile2,
.gklink,
.gkinfo,
.gkpin,
.gksettings,
.gkmic,
.gkbook,
.gkmap,
.gktag,
.gkstats,
.gkvoice,
.gkvideo,
.gklocked,
.gkunlocked,
.gklocation,
.gkcomment,
.gkalarm {
	background-position: 0 8px!important;
	background-repeat: no-repeat!important;
	min-height: 38px!important;
	padding: 0 0 2px 52px !important
}

p.gkInfo1,
p.gkTips1,
p.gkWarning1 {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	color: #363636;
	font-size: 16px;
	min-height: 52px;
	padding: 10px 10px 12px 96px
}

.gkHighlight1,
.gkHighlight2,
.gkHighlight3,
.gkHighlight4 {
	cursor: default;
	padding: 1px 5px;
	text-shadow: none
}

.gkHighlight3:hover {
	background: #737373;
	color: #fff
}

.gkHighlight4:hover {
	background: #eee;
	color: #363636
}

pre,
.gkCode1,
.gkCode2,
.gkCode3 {
	font: normal .92em/18px 'Courier New', monospace!important;
	margin: 10px 0 15px!important;
	padding: 10px 15px!important
}

pre,
.gkCode1,
.gkCode2 {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1
}

.gkCode3 {
	border: 1px solid #eee;
	color: #363636;
	padding-left: 82px!important
}

.gkCode3 h4 {
	background: #e25b32;
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 -64px !important;
	padding: 2px 5px 0;
	position: relative;
	text-align: center;
	top: 0;
	width: 35px
}

div.gkCode2:hover,
div.gkCode3:hover {
	color: #000
}

ol {
	list-style-position: inside;
	margin: 2em 0;
	padding: 0
}

ol.gkDec {
	list-style-type: decimal
}

ol.gkRoman {
	list-style-type: upper-roman
}

ol.gkAlpha {
	list-style-type: lower-alpha
}

ol.gkDecimalLeadingZero {
	list-style-type: decimal-leading-zero
}

.itemBody ul li,
ul.gkBullet1,
ul.gkBullet2,
ul.gkBullet3,
ul.gkBullet4,
ul.gkCircle1,
ul.gkCircle2,
ul.gkSquare1,
ul.gkSquare2,
ul.gkSquare3,
#k2Container .itemFullText ul,
#k2Container .itemIntroText ul {
	margin: 2em 0;
	padding: 0
}

ul li {
	list-style-position: outside
}


.itemBody ul.sigProClassic li.sigProThumb {
    float: left;
    background: #fff!important;
    margin: 5px !important;
    overflow: visible !important;
    padding: 0;
    list-style: none!important;
}

.itemBody ul li,
ul.gkBullet1 li,
ul.gkBullet2 li,
ul.gkBullet3 li,
ul.gkBullet4 li,
ul.gkCircle1 li,
ul.gkCircle2 li,
ul.gkSquare1 li,
ul.gkSquare2 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li{
	line-height: 1.8em!important;
	list-style: none;
	margin: 0;
	overflow: inherit;
	padding: 2px 0 2px 28px
}


dl.gkDef1 dt,
dl.gkDef2 dt,
dl.gkDef3 dt {
	margin: 10px 0 5px
}

dl.gkDef2 dt {
	text-decoration: underline
}

dl.gkDef3 dt {
	color: #666;
	font: lighter 1.1em/1.2em "Lucida Grande", Tahoma;
	font-variant: normal;
	letter-spacing: .3em;
	margin-top: 10px;
	text-transform: uppercase
}

acronym,
abbr {
	border-bottom-style: dotted;
	border-bottom-width: 1px
}

acronym:hover,
abbr:hover {
	border-bottom-style: solid;
	cursor: pointer
}

div.gkLegend1 h4,
div.gkLegend2 h4,
div.gkLegend3 h4,
div.gkLegend4 h4 {
	background: #fff;
	float: left;
	font-size: 15px;
	font-weight: 600;
	left: 11px;
	line-height: 18px;
	margin: 0 0 -9px!important;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	top: -16px
}

div.gkLegend1,
div.gkLegend2,
div.gkLegend3,
div.gkLegend4 {
	margin: 30px 0;
	padding: 6px
}

div.gkLegend1 p,
div.gkLegend2 p,
div.gkLegend3 p,
div.gkLegend4 p {
	clear: both;
	margin: 7px
}

span.gkDropcap1,
span.gkDropcap2,
span.gkDropcap3 {
	color: #e25b32;
	display: block;
	float: left;
	font-size: 5em;
	line-height: 1em
}

span.gkDropcap1 {
	height: 61px;
	margin: -4px 5px -3px 0
}

p.gkDropcap2 {
	padding: 0 0 0 50px
}

span.gkDropcap2 {
	height: 61px;
	margin: -4px 0 0 -50px
}

p.gkDropcap3 {
	margin-top: 32px
}

span.gkDropcap3 {
	height: 61px;
	margin: -32px 5px 0 0
}

blockquote {
	font-style: italic;
	margin: 20px 0
}

blockquote div {
	display: block
}

blockquote div.gkBlockquote1 div,
blockquote div.gkBlockquote2 div {
	background: url(/templates/gk_news/images/style1/typography/close1.png) no-repeat right top
}

blockquote div.gkBlockquote3 {
	background: url(/templates/gk_news/images/style1/typography/open2.png) no-repeat left bottom;
	padding-bottom: 1px
}

blockquote div.gkBlockquote3 div {
	background: url(/templates/gk_news/images/style1/typography/close2.png) no-repeat right top;
	padding: 5px 48px 0
}

blockquote div.gkBlockquote4 div {
	background: url(/templates/gk_news/images/style1/typography/close2.png) no-repeat right top;
	padding: 0 48px
}

.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
	color: #e25b32;
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 30px;
	width: 38%
}

.gkBlockTextLeft {
	float: left;
	text-align: left
}

.gkBlockTextRight {
	float: right;
	text-align: right
}

.gkBlockTextCenter {
	margin: 0 auto;
	text-align: center
}

p.numblocks {
	margin: 0;
	min-height: 56px;
	padding: 0 0 0 65px !important;
	position: relative
}

p.numblocks span {
	-moz-border-radius: 50%;
	-ms-webkit-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 20px;
	font-weight: 600;
	height: 38px;
	left: 0;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 38px
}

p.num-1 span {
	border: 3px solid #ccc;
	color: #ccc
}

p.num-2 span {
	border: 3px solid #363636;
	color: #363636
}

p.num-3 span {
	border: 3px solid #e25b32;
	color: #e25b32
}

p.numblocks span.highlight {
	border-right: none;
	display: inline;
	font-size: 15px;
	position: static;
	width: auto
}

.gkblock-1,
.gkblock-2,
.gkblock-3,
.gkblock-4,
.gkblock-5,
.gkblock-6,
.gkblock-7,
.gkblock-8,
.gkblock-9 {
	margin: 20px 0;
	padding: 15px 20px
}

.bubble-1,
.bubble-2,
.bubble-3 {
	margin: 20px 0 40px;
	padding: 15px 20px;
	position: relative
}

.bubble-1 cite,
.bubble-2 cite,
.bubble-3 cite {
	background: url(/templates/gk_news/images/style1/typography/buble_arrow.png) no-repeat 0 0;
	bottom: -25px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 25px;
	left: 26px;
	line-height: 36px;
	padding-left: 32px;
	position: absolute
}

blockquote div.gkBlockquote1 {
	background: url(/templates/gk_news/images/style1/typography/open1.png) no-repeat left bottom
}

blockquote div.gkBlockquote2 {
	background: url(/templates/gk_news/images/style1/typography/open1.png) no-repeat left top
}

blockquote div.gkBlockquote4 {
	background: url(/templates/gk_news/images/style1/typography/open2.png) no-repeat left top
}

.gkTable thead {
	font: normal 19px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px 10px;
	text-align: left
}

.gkTable2 thead {
	font: normal 20px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px 10px;
	text-align: left
}

.gkTooltip {
	color: #000;
	cursor: help;
	outline: none;
	position: relative;
	text-decoration: none;
	text-shadow: none
}

.gkTooltip span {
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 0 -9999em;
	position: absolute
}

.gkTooltip:hover span {
	left: .5em;
	margin-left: 0;
	position: absolute;
	top: 1em;
	width: 250px;
	z-index: 99
}

.gkTooltip:hover em {
	display: block;
	font-size: 16px;
	font-style: normal!important;
	line-height: 30px;
	padding: 0;
	text-decoration: none!important;
	text-shadow: none
}

pre {
	border: 1px solid #e5e5e5;
	border-left: 4px solid #e25b32;
	color: #363636;
	padding-left: 32px
}

.gkCode2 {
	border: 1px solid #e5e5e5;
	border-top: 4px solid #dbae43;
	color: #363636
}

p.gkInfo1 {
	background: #fbfbfb url(/templates/gk_news/images/style1/typography/info.png) no-repeat 2px 10px;
	border-color: #ddd;
}

p.gkTips1 {
	background: #fffdf8 url(/templates/gk_news/images/style1/typography/tips.png) no-repeat 2px 11px;
	border-color: #f3cf7b;
}

p.gkWarning1 {
	background: #FFF7F4 url(/templates/gk_news/images/style1/typography/warning.png) no-repeat 2px 10px;
	border-color: #f38867;
}

div.gkLegend2 {
	border: 3px solid #363636
}

div.gkLegend3 {
	border: 3px solid #e25b32
}

div.gkLegend4 {
	border: 4px double #e5e5e5
}

div.gkLegend1 h4 {
	background: #fff;
	color: #bbb
}

div.gkLegend2 h4 {
	background: #fff;
	color: #363636
}

div.gkLegend3 h4 {
	background: #fff;
	color: #e25b32
}

.gkHighlight1 {
	background: #ffd
}

.gkHighlight4 {
	background: #dbae43;
	color: #fff
}

.gkblock-1 {
	border: 1px dashed #e25b32
}

.gkblock-2 {
	border: 1px dashed #ccc
}

.gkblock-3 {
	border: 1px solid #e5e5e5
}

.gkblock-4 {
	background: #fff;
	border: 3px solid #e25b32
}

.gkblock-5 {
	background: #fff;
	border: 3px solid #363636
}

.gkblock-6 {
	background: #FFFEF4;
	border: 1px solid #EAE8CC
}

.gkblock-7 {
	background: #e25b32;
	color: #fff!important
}

.gkblock-8 {
	background: #222;
	color: #fff!important
}

.gkblock-9 {
	background: #f8f8f8
}

.bubble-2 {
	background: #f5f5f5;
	border: 3px solid #f5f5f5
}

.bubble-3 {
	background: #e25b32;
	border: 3px solid #e25b32;
	color: #fff
}

.bubble-2 cite {
	background-position: 0 -35px;
	color: #363636
}

.bubble-3 cite {
	background-position: 0 -70px;
	color: #e25b32
}

ul.gkBullet1 li,
#k2Container ul.gkBullet1 li {
	background: url(/templates/gk_news/images/style1/typography/bullet1.png) no-repeat 0 10px!important
}

ul.gkBullet2 li,
#k2Container ul.gkBullet2 li {
	background: url(/templates/gk_news/images/style1/typography/bullet2.png) no-repeat 0 10px!important
}

ul.gkBullet3 li,
#k2Container ul.gkBullet3 li {
	background: url(/templates/gk_news/images/style1/typography/bullet3.png) no-repeat 0 10px!important
}

ul.gkBullet4 li,
#k2Container ul.gkBullet4 li {
	background: url(/templates/gk_news/images/style1/typography/bullet4.png) no-repeat 0 10px!important
}

.itemBody ul li,
ul.gkCircle1 li,
#k2Container ul.gkCircle1 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
	background: url(/templates/gk_news/images/style1/typography/bullet-circle1.png) no-repeat 0 9px
}

ul.gkCircle2 li,
#k2Container ul.gkCircle2 li {
	background: url(/templates/gk_news/images/style1/typography/bullet-circle2.png) no-repeat 0 9px!important
}

ul.gkSquare1 li,
#k2Container ul.gkSquare1 li {
	background: url(/templates/gk_news/images/style1/typography/bullet-square1.png) no-repeat 0 10px!important
}

ul.gkSquare2 li,
#k2Container ul.gkSquare2 li {
	background: url(/templates/gk_news/images/style1/typography/bullet-square2.png) no-repeat 0 10px!important
}

span.classicTooltip {
	background-color: #ffd;
	color: #656565
}

span.infoTooltip {
	background: #FFFEF4;
	border: 1px solid #EAE8CC;
	color: #333
}

span.warningTooltip {
	background: #fff;
	border: 2px dashed #e25b32;
	color: #F93B3B
}

ul#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px
}

ul#demo-typography li {
	color: #cb260a;
	float: left;
	font-size: 11px;
	line-height: 24px;
	list-style-position: none;
	list-style-type: disc;
	width: 23.9%
}

ul#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff
}

.demo-typoDiv {
	clear: both;
	margin: 0 0 30px;
	overflow: hidden
}

h4.demo-typo {
	border-bottom: 1px solid #eee;
	color: #363636;
	font-size: 20px;
	font-weight: 300;
	margin: 30px 0
}

.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: #999;
	font: normal 10px Monaco, Consolas, "Courier News", monospace
}

.gkblock-7 small,
.gkblock-9 small,
.bubble-4 small,
.bubble-5 small,
.bubble-6 small,
.gkblock-8 small {
	color: #fff!important
}

.gkblock-9 small {
	color: #353639!important
}

.bubble-3 small {
	color: #fff
}

.gkBigHeader {
	color: #363636;
	font-size: 48px;
	line-height: 1.2;
	text-transform: uppercase
}

.gkSmallHeader {
	color: #363636;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 20px;
	text-transform: uppercase
}

.gkTimeIcon {
	background: transparent url(/templates/gk_news/images/style1/time_icon.png) no-repeat 0 0;
	color: #777;
	font-size: 18px;
	line-height: 1.4;
	min-height: 72px;
	padding: 0 0 0 120px
}

.vertical-column-10,
.vertical-column-20,
.vertical-column-30,
.vertical-column-40,
.vertical-column-50,
.vertical-column-60 {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 2.5%
}

.vertical-column-10:first-child,
.vertical-column-20:first-child,
.vertical-column-30:first-child,
.vertical-column-40:first-child,
.vertical-column-50:first-child,
.vertical-column-60:first-child {
	padding-left: 0
}

.vertical-column-10 {
	width: 10%
}

.vertical-column-20 {
	width: 20%
}

.vertical-column-30 {
	width: 30%
}

.vertical-column-40 {
	width: 40%
}

.vertical-column-50 {
	width: 50%
}

.vertical-column-60 {
	width: 60%
}

.vertical-column-10 h3,
.vertical-column-20 h3,
.vertical-column-30 h3,
.vertical-column-40 h3,
.vertical-column-50 h3,
.vertical-column-60 h3 {
	color: #363636;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase
}

.vertical-column-10 p,
.vertical-column-20 p,
.vertical-column-30 p,
.vertical-column-40 p,
.vertical-column-50 p,
.vertical-column-60 p {
	color: #777;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin: 0
}

.vertical-column-10 strong,
.vertical-column-20 strong,
.vertical-column-30 strong,
.vertical-column-40 strong,
.vertical-column-50 strong,
.vertical-column-60 strong {
	color: #eb592a;
	font-weight: 300
}

.gkHighlight1:hover,
pre:hover,
.gkCode1:hover {
	background: #fff
}

.gkHighlight2:hover,
.gkHighlight3,
span.helpTooltip {
	background: #363636;
	color: #fff
}

dl.gkDef1 dd,
dl.gkDef2 dd,
dl.gkDef3 dd,
.gkTable td,
.gkTable2 td {
	padding: 10px
}

.gkTable,
.gkTable2 {
	border-collapse: collapse;
	font-style: normal
}

.gkTable tfoot,
.gkTable2 tfoot {
	font-size: .8em;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	text-align: right
}

.classicTooltip,
.customTooltip {
	padding: .6em .8em;
	text-shadow: none
}

div.gkLegend1,
.bubble-1 {
	border: 3px solid #e5e5e5
}

.gkHighlight2,
span.criticalTooltip {
	background: #e25b32;
	color: #fff
}
/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

.gkfile1 { background: url('/templates/gk_news/images/style1/typography/icons/file1.png'); }
.gkfile2 { background: url('/templates/gk_news/images/style1/typography/icons/file2.png'); }
.gklink { background: url('/templates/gk_news/images/style1/typography/icons/link.png'); }
.gkinfo { background: url('/templates/gk_news/images/style1/typography/icons/info.png'); }
.gkpin { background: url('/templates/gk_news/images/style1/typography/icons/pin.png'); }
.gksettings { background: url('/templates/gk_news/images/style1/typography/icons/settings.png'); }
.gkmic { background: url('/templates/gk_news/images/style1/typography/icons/mic.png'); }
.gkbook { background: url('/templates/gk_news/images/style1/typography/icons/book.png'); }
.gkmap { background: url('/templates/gk_news/images/style1/typography/icons/map.png'); }
.gktag { background: url('/templates/gk_news/images/style1/typography/icons/tag.png'); }
.gkstats { background: url('/templates/gk_news/images/style1/typography/icons/stats.png'); }
.gkvoice { background: url('/templates/gk_news/images/style1/typography/icons/voice.png'); }
.gkvideo { background: url('/templates/gk_news/images/style1/typography/icons/video.png'); }
.gklocked { background: url('/templates/gk_news/images/style1/typography/icons/locked.png'); }
.gkunlocked { background: url('/templates/gk_news/images/style1/typography/icons/unlocked.png'); }
.gklocation { background: url('/templates/gk_news/images/style1/typography/icons/location.png'); }
.gkcomment { background: url('/templates/gk_news/images/style1/typography/icons/comment.png'); }
.gkalarm { background: url('/templates/gk_news/images/style1/typography/icons/alarm.png'); }
