/*
#------------------------------------------------------------------------
# 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
*/

/* Basic elements */

html { -webkit-font-smoothing: subpixel-antialiased; }
body {
	background: #424D51;
	color: #555;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}

p {
    margin: 0.5em 0;
}
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;
	text-transform: uppercase
}
h2,
.componentheading {
	font-size: 42px;
	font-weight: 300;

}
h3 { font-size: 30px; }
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 */
#gkPreloader {
	background: #fff url('../images/loader_is.gif') no-repeat center center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: 9999999999999;
}

.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: 10px 10px 3px 10px;
	 background-color:#FFFFFF;
	 width:1058px !important;
}

#gkFooter .gkPage{ width:996px !important;}
#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: #fff;
}

/* Logo  */
#gkLogo {
	float: left;
	height: 100px;
	margin: 0px 0 25px 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 310px;
	display: block;
}

#gkLogoSmall {
	display:none;
	float: left;
	height: 100px;
	margin: 15px 0 35px 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 310px;
	display: block;
}


#gkLogoSmall {
	float: left;
	margin:5px 20px 0 0;
}
#gkLogo img,
#gkLogoSmall img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 40px;
	width: 124px;
}
.svg #gkLogo.cssLogo,
.svg #gkLogoSmall.cssLogo {
	background-image: url('../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;
}
#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;
}
#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;
}
#gkLogo.text .gkLogoSlogan,
#gkLogoSmall.text .gkLogoSlogan {
	color: #8e8e8e;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	text-align: left;
}
/* Userarea */
.gkLogin li {
	line-height: inherit;
}

#gkLogin,
.gkLogin li a {
	background: #008ce6;
	color: #fff;
	float: right;
	font-weight: 400;
	padding: 0 40px;
	text-transform: uppercase;
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover,
.gkLogin li a:active,
.gkLogin li a:focus,
.gkLogin li a:hover {
	background: #eb1e00;
}
#gkLogoutForm {
	display: none!important;
}

/* 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: 980px;
	z-index: 110;
}
#gkTopNav {
	height: 40px;
}
#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: 5px;
}
#gkSearch {
/*	border-left: 1px solid #e5e5e5;*/
	float: right;
	position: relative;
	width: 30%;
	
}



#mainTopSearch{ padding-left:7px;}
#mainTopSocial{ padding-left:4px;}
#mainTopSearch .button{ height:29px!important; line-height:30px!important; margin: 0 0px 2px 8px;
padding: 0 13px;}

#mainTopSocial .custom p{ margin:0px;}
#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;
	padding-right: 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: 0px 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;*/
	float: left !important;
	width: 13% !important;
}
#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: 0px 28px;
}

#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('../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;
    width: 100%;
    background-color: #262d2f;
    color: #a0a6a8 !important;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}
#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('../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: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 6px #f0f0f0 inset;
	color: #111;
	display: block;
	font-weight: 400;
	height: 29px;
	line-height: 29px;
	padding: 6px!important;
	width: 220px;
	float:left;
}
#mainTopSearch .inputbox {
  width: 220px;
}


/*#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: 0px;
	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 {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background: url(../images/module_sprite.png) repeat-x scroll 0 -30px transparent;
    border: 1px solid #EAEAEA;
    font-weight: bold;
    height: 30px;
    line-height: 31px;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: uppercase;
    padding-left: 10px;
}


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


/* Category-Blog */
.itemList .itemBody p.gkInfo1,
.itemList .itemBody p.gkTips1,
.itemList .itemBody p.gkWarning1 {
	padding: 12px 12px 12px 66px;
}

#main_top{
width:70%;
float:left;
margin-bottom: 3px;
margin-top: 0px !important;
}
#mainTopSocial img {
    margin: 0px;
    float: left;
}

.nsp { position: relative; }
.nspMain { overflow:hidden; }
.nspBotInterface,
.nspTopInterface { overflow:hidden; margin:5px 0; clear: both; }
#gkComponentWrap .nspBotInterface div,
#gkComponentWrap .nspTopInterface div { position:absolute; margin-left:368px; top:565px; }
#gkRightTop .nspBotInterface div,
#gkRightTop .nspTopInterface div { position:absolute; margin-left:285px; top:430px; }
/* Interface - for different looking Top and Bottom interface use the following classes:  .nspTopInterface and .nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...) */
.nspPagination { list-style-type:none !important; margin:3px 0 0 !important; padding:0 !important; float:left; }
.nspPagination li { float:left; width: 14px; height: 72px; margin: 0 4px 0 0 !important; text-indent:-999em; cursor:pointer; }
.nspPagination li:hover,
.nspPagination li.active { background-position: -8px; }
.nspNext,
.nspPrev { float:left; width: 14px; height: 72px; margin:0 0 0 4px; background: url('../images/interface.jpg') no-repeat; text-indent:-999em; cursor:pointer; }
.nspPrev { margin-top: -170px; margin-left: -20px; }
.nspNext { float: right; margin-right: -20PX; margin-top: -170PX; background: url('../images/interface1.jpg') no-repeat; text-indent:-999em; cursor:pointer; margin-left: -1px !important;}
.nspNext:hover,
.nspPrev:hover { background-position: 0 -72px }
.nspPrev:hover { background-position: 0 -72px }
.nspCounter {  float:left; margin:0 0 0 8px; padding:1px 4px; border: 1px solid #ddd; border-radius:2px 2px; -moz-border-radius:2px 2px; -webkit-border-radius:2px 2px; color: #878787; font-size:9px;cursor:pointer; }
.nspCounter span { }
.nspBotInterface .nspCounter strong,
.nspTopInterface .nspCounter strong { }
.nspArts { overflow:hidden; }
.nspArtPage { float: left; }
.nspArt { float:left; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.nspArt div { overflow:hidden; }
.nspArt h4.nspHeader { margin-top:0px; }
.nspArt h4.nspHeader a { text-decoration: none }
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage { border: none }
.nspArt p.nspText { float:none;}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo { font-size:90% }
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.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; display:block; margin-top:-20px; }
a.inline{ text-align:right; width:100%;}
.readon.left { float:left; }
.readon.right { float:right; }
.readon.center { display:inline; float:none; }
.nspAvatar { }
.nspLinks { overflow:hidden!important; }
.nspList { float: left; }
.nspLinks ul { padding:0 !important; list-style-type:none !important; overflow:hidden;}
.nspLinks ul li { margin: 0 2px 0 0 !important }
.nspLinks ul li:hover { }
.nspLinks ul li h4 { font-size:13px !important; line-height:15px !important; margin-bottom:2px !important;}
.nspLinks ul li h4 a { font-size:13px !important; text-decoration: none;  line-height:15px !important; }
.nspLinks ul li h4 a:hover { text-decoration: none;  line-height:15px !important;}
.nspLinks ul li p {  font-size:11px !important; line-height:13px !important;}
.nspLinks a.readon{display: block; float: right; font-size: 10px!important; text-transform:none; font-weight:normal; margin-top:-20px !important;}
/* 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 img.nspImage,
img.nspImage.gkResponsive { width: 100%!important; height: auto; }
.nspArt img.nspImage {}
.nspArtScroll1,
.nspLinkScroll1 { width: 100%; }
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 301%; }
.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%; }
/* VM elements */
.nspVmStore .PricesalesPrice { margin: 0; padding: 0; float: left; }
.nspVmStore .PricediscountAmount { font-size: 11px; line-height: 12px; color: #b6b6b6; float: left; clear: left; }
.nspVmStore .PricetaxAmount { font-size: 11px; line-height: 12px; color: #b6b6b6; float: left; clear: left; }
.nspVmStore input.addtocart-button { width: 30px; height: 30px; background: transparent url('../images/nsp_add_to_cart.png') no-repeat 0 0; margin: 0; float: right; text-indent: -999em; }
.nspVmStore input.addtocart-button:hover { background-position: 0 bottom!important; }
.nspVmStore div.PricesalesPrice { font-size: 18px; line-height: 22px; }
.nspVmStore { height: 40px; padding: 12px 0 0;border-top: 1px solid #eee; }
.nspVmStore form { float: right; }
#mainTop .mainnewscon { position: absolute; width: 320px; background-color: rgba(0, 0, 0, 0.5); margin-top:149px; height:84px; padding:0px 10px;}
.box_newspro_ver1 .mainnewscon { position: absolute; width: 315px; background-color: rgba(0, 0, 0, 0.5); margin-top:149px; height:84px; padding:0px 10px;}
.nspList li.even, .nspList li.odd{ float: left; height:auto; padding-bottom:0px;}
#gkRightTop .box_newspro_ver1 .nspList li.even, #gkRightTop .box_newspro_ver1 .nspList li.odd{ float: left; height:auto; padding-bottom:8px; margin-bottom:0 !important;}
#gkRightTop .box_newspro_ver1 .nspList p{ display:none; }
a.inline{ margin-top: -12px !important; }
#relatedarticle h3{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
background: url("../images/module_sprite.png") repeat-x scroll 0 -30px transparent;
/* border: 1px solid #EAEAEA; */
font-weight: bold;
height: 30px;
line-height: 31px;
margin: 0 0 15px;
overflow: hidden;
text-transform: uppercase;
padding: 0 10px 0 10px;
text-align:right;
}
#relatedarticle h3 a{ color:#000; }
#relatedarticle h3 a:hover{ text-decoration:underline; }
#relatedarticle h4{
min-height:40px;
}
#mainTop{
width:100%; float:left; margin-bottom:3px; margin-top:0px !important;
}
#mainTopBanner{
width:728px; float:left; background-color:#333333;
}
#lowerbanner{ margin-top:8px; }
#lowerbanner li a, #mainTopBanner li a {
height: 70px;
width: 530px;
position: absolute;
background: transparent url('../images/style1/transparent.png');
}

#graybg{
width:714px; padding:8px; background-color:#333333; float:left; margin-top:8px;
}
.marginbottom05{
margin-bottom:8px;
}
#graybg img{
float:left;
}
#gkRight #graybg_left{
  width:285px;
}
#graybg_left{
float:left; padding:5px; height:206px; border:1px solid #204A75; width:250px;
}
#graybg_left img{ float:left; }
#graybg_left img.magImg{
border:1px solid #ffffff; margin-right:4px;
}
#graybg_left img.iconImg{
margin-bottom:2px;
}
#graybg_right{
float:right; height:216px; border:1px solid #204A75; width:445px;
}
#graybg_right h4.nspHeader{
width:445px; height 30px;
}
#graybg_right p.nspText{
height:50px; bottom:0; width:415px;
}
#graybg img.rMargin{
margin-right:24px;
}

.new_right_bottom_div{
border:1px solid #fec642;
float:left;
background-color:#333333;
padding:5px;
width:253px;
}
.new_right_bottom_div .latest_mag{
float:left;
padding-right: 7px;
width:auto;
padding-top:1px;
}
.new_right_bottom_div a img{
border:none;
outline:none;
}
.new_right_bottom_div .btns{
float:left;
padding-bottom:9px;
}
.new_right_bottom_div .btns:last-child{
padding-bottom:0px !important;
}
#graybg_right .bt-cs .bt-inner {
padding: 0px !important;
}
#graybg_right .bt-cs .bt-inner img {
outline:none !important; border:none !important; max-width:100% !important; margin:0px !important;
}
#graybg_right .bt-cs .bt-row {
padding:0px !important;
}
#graybg_right .bt-cs .bt-inner .bt-title{
position:absolute; width: 429px; padding: 8px; bottom: -216px; background-image:url(../images/mid_banner-bg.png); color:#ffffff;
}
#mainTop h3{
  font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
background: url("../images/module_sprite.png") repeat-x scroll 0 -30px transparent;
/* border: 1px solid #EAEAEA; */
font-weight: bold;
height: 30px;
line-height: 31px;
margin: 0 0 15px;
overflow: hidden;
text-transform: uppercase;
padding: 0 0 0 10px;
}
#introContent{
display:none;
}
#sptab561 ul.tabs_container li.tab {
padding: 0px 17px 0px 17px !important;
}
#intro123{
  margin-left: 329px; display: block; font-size: 13px; font-weight: bold;
}
#easy_img_caption{
display: inline-block;
line-height: 0.5;
vertical-align: top;
text-align: center;
width: 315px;
float: left;
background-color: rgb(255, 255, 255);
}

#easy_img_caption img{ margin-top:-9px !important; margin-left:-3px !important;}

.easy_img_caption_inner{
  display: inline-block;
line-height: normal;
color: #999999;
font-size: 8pt;
font-weight: normal;
font-style: normal;
padding: 3px 4px;
margin: 0px;
}
.fixedStyle_451{
margin-top:10px !important;
}

#ribbon{
  display:block;
  margin-bottom:5px;
  clear:both;
}
#gkBanner1 .rslides{
  border:1px solid #CCC;
}
#gkMainBlock{
  float:left;
  margin-top:-15px;
}

sub {
    vertical-align:sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
.imgclass{
  position:absolute;
}
.textclass{
  position: absolute;
  width: 425px;
  height: 20px;
  font-size: 15px;
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  margin-top: 168px;
  display: block;
  padding: 14px 10px;
}
.boxislandBanner{
  padding-top:10px;
}


.itp-share-pinterest{margin-top:50px; }
.box-tile  .banneritem img[alt="Energynet"]{
border:1px solid #CCCCCC;
}

ul.latestnews li a{ color:#fff !important;}
ul.latestnews li a:hover{ color:#f58728 !important;}
#gkDropSubIt2166, #gkDropSubIt831{
display:none !important;
}

.box_newspro_ver1{
  padding:0 0 0px 0;
  margin-top:1px;
  height:232px;
}
#mainTop .nspLinks ul li p{
  color:#333333 !important;
}
#mainTop .nspArt p.nspText{
  color:#FEFEFE !important;
}
#mainTop .nspLinks ul li h4 a, #mainTop .nspArt h4.nspHeader a{
  color:#f58728 !important;
}
#mainTop h3.header{
    background: url("../images/module_sprite.png") repeat-x scroll 0 -31px rgba(0, 0, 0, 0);
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  margin-bottom:0px;
}
#gkRightTop .box_newspro_ver1 {
  margin-bottom:-10px;
}
.box_newspro_ver1 .nspLinks ul li p{
  color:#333333 !important;
}
.box_newspro_ver1 .nspArt p.nspText{
  color:#FEFEFE !important;
}
.box_newspro_ver1 .nspLinks ul li h4 a, .box_newspro_ver1 .nspArt h4.nspHeader a{
  color:#000000 !important;
}
.box_newspro_ver1 h3.header{
    background: url("../images/module_sprite.png") repeat-x scroll 0 -31px rgba(0, 0, 0, 0);
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    text-transform: uppercase;
}
.avVideo .avPlayerContainer{
  background:none !important;
  padding:0 !important;
  border:12px solid #262626 !important;
}
.boxmostreadarticles{
  background-color:#333;
  border:1px solid #FEB813;
}
.boxmostreadarticles .header{
    background: url("../images/module_sprite.png") repeat-x scroll 0 -31px #FEB813 !important;
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 5px 0 0 5px;
    text-transform: uppercase;
}
ul.datespecmostreadarticles li{
  line-height:25px;
}
ul.datespecmostreadarticles li a:hover{
  color:#FFFFFF;
}
#sptab561 .tab-padding{
  background-color:#333;
}
#sptab561 .tabs_mask, #sptab561 ul.tabs_container li span{
  height:25px !important;
}
#sptab561 ul.tabs_container li.tab{
  margin:-5px 0 0 -5px !important;
}
.nspCol3{
  padding-bottom:5px !important;
}
.nspArt h4.nspHeader{
  margin:0px !important;
}
.nspArts.bottom h4{
  height:42px !important;
}
#gkContent .box{
  margin:0px !important;
}
#mainTopSearch .inputbox{
width:220px;
}
#homeevent{float:left; width:720px; border:1px solid #f58728; height:15px; line-height:15px !important; padding:4px; background-color:#f58728; margin-top:10px;}
#homeevent a{color:#000000; margin-right:10px;}
#homeevent h4{float:left; width:150px; font-weight:bold; }
#events{ float:left; width:560px; overflow:none;}
#homeevent p.ehead{ float:left; margin:0px; width:568px; margin-left:150px; font-weight:bold; }
#homeevent p.edate{ float:right; margin:0px; }
#homeevent p.elocation{ float:left; margin:0px; }

.box-skyscrapper{padding-top:10px;}
.custom-customcons{ margin-top:0px; margin-bottom:15px;}

.content #sptab741 ul.tabs_container li.tab {
    background-color: #F58828;
    color: #FFF;
    margin-right: 0px!important;
    border-right: none!important;
    font-size:13px!important;
}

#sptab741 ul.tabs_container li.tab {
    background-image: none;
    float: left;
    cursor: pointer;
    padding: 0px!important;
    margin: 0px!important;
    width: 33%!important;
    text-align: center;
}
.article-meta.blog > h2{
  width:100%;
}
.blog.video img{
  width:300px !important;
  height:200px !important;
}
.blog.video h2{
  font-size:250% !important;
}

.box-genset{
    margin-top: -9px;
	margin-bottom: 15px;  
}
.box-tv{
  padding-top:4px;
}

.box-islandtv{
  padding-top: 10px;
  margin-bottom: 3px;
  
}
.hiddenHead{
display:none;
}

.bannergroup-tv .banneritem{ padding-bottom:0px;}
.box-tile{ padding-top:5px;}
.slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -185px !important;
}

.box_newspro_ver1 .nspArt .mainnewscon h4.nspHeader a {
    color: #fff!important;
}

.leftcontent .box > div > h3.header,
.leftcontent .box_text > div > h3.header, #gkSidebarLeft h3, #gkSidebarRight h3 { font-family: Arial,Helvetica,sans-serif; font-size: 12px; background: url("../images/module_sprite.png") repeat-x scroll 0 -30px transparent; /*border: 1px solid #EAEAEA;*/ font-weight: bold; height: 30px; line-height: 31px; margin: 0 0 5px; overflow: hidden; text-transform: uppercase; padding: 0 0 0 10px;}
.leftcontent .box > div > h3.header > span,
.leftcontent .box_text > div > h3.header > span { display: block; float: left; }

#gkBottom2.gkWrap h3 {
  color: #FFF !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-weight: 700;
  border-bottom: none !important;
  padding-top: 17px;
}
#gkBottomWrap ul {
  padding: 0;
  margin: 0;
    margin-top: 0px;
    margin-left: 0px;
}
#gkBottom2.gkWrap ul {
  margin-left: 13px;
  margin-top: 5px;
}

#gkbottombottom7 {
  width: 221px !important;
  height: 230px !important;
  padding-left: 30px !important;
}

#gkbottombottom8 {
  width: 245px !important;
  height: 230px !important;
  padding-left: 40px !important;
}
#gkbottombottom9 {
  width: 235px !important;
  height: 230px !important;
  padding-left: 40px !important;
}
#gkbottombottom10 {
  width: 216px !important;
  height: 230px !important;
  padding-left: 55px !important;
}
#gkbottombottom11 {
  width: 70px !important;
  height: 230px !important;
  margin-top: 7px;
}

.gkCol {
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
}

#gkbottombottom10, #gkbottombottom8, #gkbottombottom9 {
  background: url(../images/sidedot.gif) left top no-repeat;
}

#gkBottom2.gkWrap ul li {
  list-style-type: square !important;
  color: #a0a6a8;
  background-image: none !important;
  padding-left: 0;
  margin-left: 0;
  line-height: 19px !important;
}

#gkBottom2.gkWrap li a, #gkBottom2.gkWrap p {
  color: #a0a6a8;
  text-transform: none !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

#gkBottom2.gkWrap li a:hover {
  color: #fff;
}


#gkBottom2.gkWrap p a {
  color: #FFF !important;
}

#gkFooter {
  border-top: none !important;
  background-color: #262d2f;
  margin: 0 -8px;
  width: 996px !important;
  border-bottom: #FFF solid 2px;
  padding-top: 1px;
}

#gkBreadcrumb {
  height: 31px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  position: relative;
  background: url(../images/module_sprite.png) 0 -31px repeat-x;
  padding-left:25px;
  padding-top:4px;
}

#gkBreadcrumb .breadcrumbs {
  background: url(../images/breadcrumbs_icon.png) left 0 no-repeat;
  margin-left: 0;
  width: auto;
  float: left;
  opacity: 1;
  font-size: 11px;
  
}

#gkBreadcrumb .breadcrumbs > ul {
  margin-left: 21px;
  height: 21px;
  line-height: 21px;
  padding: 0 15px 0 8px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
  float: left;
  width: auto;
  clear: none;
  line-height: 21px;
}

#gkBreadcrumb .breadcrumbs li a {
  color: #fff !important;
}

#gkBreadcrumb .breadcrumbs li.pathway {
  color: #000;
}

.blog h2 a {
  color: #000;
  font-size: 26px !important;
  line-height: 30px !important;
  border-bottom: none !important;
}
header h2 ,
.blog h2 {
  color: #000;
  font-size: 26px !important;
  line-height: 30px !important;
  border-bottom: none !important;
    padding-top: 20px;
}

header h2 small {
  color: #000;
  font-size: 26px !important;
  line-height: 30px !important;
  border-bottom: none !important;
  font-weight:bold;

  display: block;

}

#gkMainbody .blog .items-leading p img, #gkMainbody .blog .items-row p img {
  width: 150px;
  height: 100px;
}

#gkMainbody .blog .items-row li.created{ display:none !important;}

#gkMainbody .blog .items-row article{border-bottom: 1px solid #e5e5e5 !important; padding-bottom:10px !important;}

.nspLinks ul li {
  margin: 0 5px 0 0 !important;
}

p.readmore a, a.readon {
  display: block;
  float: left;
  font-size: 10px !important;
  color: #a5240e;
  text-transform: uppercase;
  font-weight: bold;
}

a.readon, p.readmore a {
  color: #204A75;
}

li.print-icon a {
  background: url(../images/system/printButton.png) top left no-repeat !important;
}
li.email-icon a, li.print-icon a {
  width: 26px;
  height: 15px;
  text-indent: -9999px;
  margin-top: 5px;
  float: left;
}

li.email-icon a {
  background: url(../images/system/emailButton.png) top left no-repeat !important;
}

ul.actions{ float:right; width:100px;}
ul.actions li{ padding-left:20px;}
.article-info-term{ display:none;}
.create{ padding-left:25px;}
.articleContent{ padding: 0px 10px}

.articleContent p{ padding:0px 15px;}

.articleContent #relatedarticle{ padding:0px -10px !important;}

h2.insidepage {

  font-size: 250%;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
  border-bottom: 1px dotted #C8C8C8;
  padding:10px 25px;
  p
}

.nspNext, .nspPrev {
  float: left;
  width: 14px;
  height: 72px;
  margin: 0 0 0 4px;
    margin-top: 0px;
    margin-left: 4px;

  text-indent: -999em;
  cursor: pointer;
}

.nspNext {
  float: right;
  margin-right: -5PX;
  margin-top: -252PX;
  background: url(../images/interface1.jpg) no-repeat;
  text-indent: -999em;
  cursor: pointer;
  margin-left: -1px !important;
}

.nspPrev {
  margin-top: -252px;
  margin-left: -5px;
}

#gkRightTop .moduletable_newspro_ver1 {
  padding: 0 0 0px 0;
  margin-top: 1px;
  height: 241px;
}

#gkRightTop .moduletable_newspro_ver1 li h4 {
line-height:15px !important;
margin-bottom:7px !important;
}
#gkRightTop .nspBotInterface div, #gkRightTop .nspTopInterface div {
  position: absolute;
  margin-left: 285px;
  top: 380px;
}

.rsepro-filter-container{ display:none;}

#menu1806{ display:none;}

#system-readmore {
  display: none;
}

.itp-share {
  display: block !important;
/*padding-left: 15px;*/
}

ul.pagenav, ul.pager {
  margin: 0;
  overflow: hidden;
  padding: 0 15px;
}
.formResponsive select {
    max-width: 100%;
    /*border: 1px solid #204A75;*/
    box-sizing: border-box;
    border-radius: 4px;
}
#relatedarticle p{ padding:0px !important;}
#gkSidebarLeft .menu{
	margin-left: 5px;
	margin-bottom: 10px;
}
#gkMainbody{
	padding: 12px;
}
#gkMainbody h1, #gkMainbody h2 {
    font-family: Arial, Georgia,"Times New Roman",Times,serif;
    font-size: 220%;
    line-height: 46px;
    margin-bottom: 0;
    /*border-bottom: 1px dotted #C8C8C8;*/
}
#mod-search-searchword{
	width: 173px;
    height: 24px;
    border: 1px solid #e5e5e5;
}
.hiddenHead{
	display:none;
	}
	.event_header{
		background-color: #efefef;
		width: 100%;
		border-radius: 3px;
		margin-bottom: 5px;
		box-shadow: 2px 1px 2px rgba(203, 210, 217, 0.9);
	}
	.eventsDiv td{
	padding:10px 5px; border:1px solid #CCCCCC;
	}
	.eventsDiv .event_header td{
	font-weight:bold; font-size:14px;text-align:center;
	}
	table.eventsDiv tr td:first-child{
	 border-left:1px solid #CCCCCC;
	 }
	 .com-content-category-blog .item-content{
		border-bottom: 1px dotted #C8C8C8;
    overflow: hidden;
    padding-bottom: 5px;
	 } 

table tr:hover {
    background: #f0f0f0;
}

.float-end{ display:none;}