/*
#------------------------------------------------------------------------
# Game Magazine -October 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Basic elements */
::selection {
	background: #ffbf25;
	color: #fff;
}

::-moz-selection {
	background: #ffbf25;
	color: #fff;
}

::-webkit-selection {
	background: #ffbf25;
	color: #fff;
}

body {
	line-height: 1.8;
	min-height: 100%;
	color: #565656;
	background: #000000 url('./img/bg.jpg') no-repeat fixed center top;
}
body a {
	-webkit-transform: translateZ(0);
}
a {
	text-decoration: none;
	color: #333;

	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	-ms-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

a:hover,a:active,a:focus {
	color: #6896C1;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 48px;
	color: #222;
	line-height: 72px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 30px;
	color: #222;
	line-height: 64px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

ul {
	list-style: none;
}

ul li {
	line-height: 2.6;
}

p {
	margin: 0.5em 0;
}

/* Containers */
#mainContent {
	background: #fff url('./img/mainbody_bg.png') repeat-x left top;
	overflow: hidden;
}

#gkHeader {
	background: #346203;
	color: #8c8b82;
	padding: 0px 27px;
}

#gkMain {
	padding: 22px 27px;
	clear: both;
}

/* Logo  */
h1#gkLogo {
	float: left;
	margin: -10px 0 10px 0;
}

h1#gkLogo a img {
	display: block;
	height: auto;
	margin: 0;
	width: auto;
}

h1#gkLogo a.cssLogo {
	background: url('./img/logo.png') no-repeat 0 0;
	display: block;
	height: 151px;
	margin: 0;
	text-indent: -999em;
	width: 1000px;
}

h1#gkLogo.text {
	width: auto;
	float: left;
}

h1#gkLogo.text a {
	display: block;
	font-weight: normal;
	text-indent: 0;
	float: left;
}

h1#gkLogo.text a {
	padding: 0;
	width: auto !important;
}

h1#gkLogo.text a > span {
	color: #fff;
	display: block;
	font-size: 32px;
	line-height: 32px;
	float: left;
}

h1#gkLogo.text .gkLogoSlogan {
	font-size: 16px !important;
	line-height: 32px;
	color: #989898;
	margin: 0 0 0 8px;
	height: 32px;
	display: block;
	float: left;
}

/* TOP */
#gkSearch,#gkButtons {
	float: right;
	margin-top: 56px;
}

#gkButtons {
	margin-top: 61px;
}

#gkButtons div a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0 13px 0 25px;
	background: transparent url('./img/is_bullet_active.png') no-repeat left center;
	margin-top: 15px;
}

#gkButtons div a:first-child {
	padding-left: 0;
	background: none;
}

#gkButtons a:hover {
	color: #6896C1;
}

#gkSearch #mod-search-searchword {
	width: 170px;
	height: 34px;
	border: none;
	padding: 0 15px;
	margin: 0 0 0 10px;
	display: block;

	-webkit-box-shadow: inset 0 0 29px #888;
	-moz-box-shadow: inset 0 0 29px #888;
	box-shadow: inset 0 0 29px #888;

	-webkit-transition: box-shadow 0.5s linear;
	-moz-transition: box-shadow 0.5s linear;
	-o-transition: box-shadow 0.5s linear;
	-ms-transition: box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
	background: #fff url('./img/search_icon.png') no-repeat right center;
}

#gkSearch #mod-search-searchword:hover,#gkSearch #mod-search-searchword:active,#gkSearch #mod-search-searchword:focus {
	-webkit-box-shadow: inset 0 0 29px #eee;
	-moz-box-shadow: inset 0 0 29px #eee;
	box-shadow: inset 0 0 29px #eee;
}

/* standard breadcrumb */
#gkBreadcrumb {
	min-height: 26px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	margin: -20px 0 20px 0 !important;
	padding: 10px 0;
	clear: both;
}

#gkBreadcrumb > div {
	padding: 0;
}

#gkBreadcrumb .breadcrumbs {
	width: auto;
	float: left;
	font-size: 11px;
	color: #333;
}

#gkBreadcrumb .breadcrumbs li.separator {
	display: block;
	float: left;
	width: 10px;
	margin: 0 15px;
	background: url('./img/color_bullet.png') no-repeat center center;
	text-indent: -99999em;
}

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

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

#gkBreadcrumb .breadcrumbs > ul > li a {
	color: #848484;
}

#gkBreadcrumb .breadcrumbs > ul > li a:hover {
	color: #6896C1;
}

#gkBreadcrumb .breadcrumbs > ul > li:first-child {
	padding-right: 5px;
	background: transparent url('./img/breadcrumb_youah.png') no-repeat right center;
	margin-right: 25px;
}

#gkBreadcrumb .breadcrumbs > ul > li:first-child > span {
	padding: 0 10px;
	background: #78a8d5;
	line-height: 24px;
	font-size: 10px;
	text-transform: uppercase;
	height: 24px;
	display: block;
	color: #fff;
	font-weight: bold;
}

/* tools */
#gkTools {
	float: right;
}

#gkTools a {
	display: block;
	float: left;
	width: 11px;
	height: 9px;
	margin: 12px 0 0 3px;
	text-indent: -99999em;
	background: transparent url('./img/font_size.png') no-repeat -44px 0;
}

a#gkToolsReset {
	background-position: -24px 0;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 0 0;
}

/* footer */
#gkFooterWrap {
	margin: 0 auto;
	font-size: 11px;
	overflow: hidden;
	border-top: 1px solid #222;
}

#gkCopyrights span {
	float: right;
	line-height: 14px;
}

#gkFooterNav {
	float: left;
}

#gkFooterNav li {
	display: inline;
	margin-left: 16px;
	line-height: 11px;
}

#gkFooterNav li:first-child {
	margin: 0;
	padding: 0;
}

#gkStyleArea {
	clear: both;
	float: right;
}

#gkFrameworkLogo {
	display: block;
	width: 140px;
	height: 42px;
	background: url('/web/20180823132616im_/http://greentreeelectricltd.com/templates/gk_game_magazine/images/framework-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 16px auto 0;
	padding-bottom: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	clear: both;
}

/* Suffixes */
.box,.box_text {
	overflow: hidden;
	margin-top: 20px;
}

.box:first-child,.box_menu:first-child,.box_text:first-child {
	margin-top: 0 !important;
}

.box > div,.box_text > div {
	overflow: hidden;
}

.box_content {
	padding: 0;
	overflow: hidden;
	color: #555;
	font-size: 13px;
	line-height: 1.2;
}

.box li,.box_text li {
	line-height: 28px;
	font-weight: normal;
	padding-left: 28px;
	background: transparent url('./img/bullet.png') no-repeat 0 7px;
}

.box li a,.box_text li a {
	text-decoration: none;
}

.box a,.box_text a {
	text-decoration: none;
}

/*---default */
.box > div > h3.header,.box_menu > div > h3.header,.box_text > div > h3.header {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	line-height: 32px;
	color: #333;
	margin-bottom: 16px;
}
.box > div > h3.header a,.box_menu > div > h3.header a,.box_text > div > h3.header a {
    color: #333;
}
 
/* suffix color1 */
.box.color1 > div > h3.header,.box_menu.color1 > div > h3.header,.box_text.color1 > div > h3.header {
	float: left;
	padding: 0 5px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: normal;
	background: #ffbf25;
	color: #fff;
}
.box.color1 > div > h3.header a,.box_menu.color1 > div > h3.header a,.box_text.color1 > div > h3.header a {
    color:#fff;
}

.box.color1 .content,.box_menu.color1 .content,.box_text.color1 .content {
	clear: both;
}

.box.dark.color1 > div > h3.header,.box_menu.dark.color1 > div > h3.header,.box_text.dark.color1 > div > h3.header,.box.dark.color1 > div > h3.header a,.box_menu.dark.color1 > div > h3.header a,.box_text.dark.color1 > div > h3.header a {
	color: #ffbf25;
}

/* suffix color2 */
.box.color2 > div > h3.header,.box_menu.color2 > div > h3.header,.box_text.color2 > div > h3.header,.box.dark.color2 > div > h3.header,.box_menu.dark.color2 > div > h3.header,.box_text.dark.color2 > div > h3.header, .box.color2 > div > h3.header a,.box_menu.color2 > div > h3.header a,.box_text.color2 > div > h3.header a,.box.dark.color2 > div > h3.header a,.box_menu.dark.color2 > div > h3.header a,.box_text.dark.color2 > div > h3.header a {
	color: #6896C1;
}

/* suffix twolines */
.box.twolines > div > h3.header,.box_menu.twolines > div > h3.header,.box_text.twolines > div > h3.header {
	line-height: 18px;
}

.box.twolines.color1 > div > h3.header,.box_menu.twolines.color1 > div > h3.header,.box_text.twolines.color1 > div > h3.header {
	line-height: 24px;
	padding: 5px 5px 2px;
}

.box.twolines.color1 > div > h3.header > span,.box_menu.twolines.color1 > div > h3.header > span,.box_text.twolines.color1 > div > h3.header > span,.box.twolines.color1 > div > h3.header a > span,.box_menu.twolines.color1 > div > h3.header a > span,.box_text.twolines.color1 > div > h3.header a > span {
	color: #fff;
}

.box.twolines > div > h3.header > span,.box_menu.twolines > div > h3.header > span,.box_text.twolines > div > h3.header > span,.box.twolines > div > h3.header a > span,.box_menu.twolines > div > h3.header a > span,.box_text.twolines > div > h3.header a > span {
	color: #acacac;
	display: block;
}

/* suffix _menu */
.box_menu {
	background: #78A8D5;
	padding: 12px;
}

.box_menu div.content {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	background: #fff;
}

.box_menu > div > h3.header {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}

.box_menu > div > h3.header a {
    color:#fff;
}

.box_menu ul {
	margin: 0;
}

.box_menu ul li {
	border-top: 1px solid #eee;
	margin: 0 18px;
}

.box_menu ul li a {
	display: block;
	margin: 0 2px;
	background: url('./img/bullet4.png') no-repeat 0 19px;
	padding: 9px 9px 9px 32px;
}

.box_menu ul li a:hover {
	background-image: url('./img/bullet.png');
}

.box_menu ul li:hover {
	background: #F8FCFF;
	margin: 0;
	padding: 0 18px;
}

.box_menu ul li li a {
	margin-left: 12px;
}

/* suffix dark */
#gkHeader .box,.box.dark,.box.color3,.box.color4 {
	padding: 18px;
	background: #101010;
	color: #999;
}

.box.color3 {
	background: #ffbf25;
	color: #fff5dc;
}

.box.color4 {
	background: #78A8D5;
	color: #dceefe;
}

.box.color3 li,.box.color4 li {
	background: url('./img/is_bullet_active.png') no-repeat 4px 10px;
}

#gkHeader .box > div > h3.header,.box.dark > div > h3.header,.box.color3 > div > h3.header,.box.color4 > div > h3.header,#gkHeader .box > div > h3.header a,.box.dark > div > h3.header a,.box.color3 > div > h3.header a,.box.color4 > div > h3.header a {
	background: transparent;
	color: #fff;
}

#gkHeader .box a,.box.dark a,.box.color3 a,.box.color4 a {
	color: #fff;
}

#gkHeader .box a:hover,.box.dark a:hover {
	color: #aaa;
}

.box.color3 a:hover {
	color: #fff5dc;
}

.box.color4 a:hover {
	color: #fff5dc;
}

#gkHeader h1,#gkHeader h2,#gkHeader h3,#gkHeader h4,#gkHeader h5 {
	color: #aaa;
}

/* -clear */
.box.clear,.box.clear > div,.box.clear > div > .box_content {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	margin: 0 !important;
}

.box.clear > div > h3 {
	display: none;
}

/* bottom modules */
#gkBottomWrap {
	background: #346203;
	overflow: hidden;
}

#gkBottom1,#gkBottom2 {
	overflow: hidden;
}

#gkBottomWrap > div > div {
	padding: 22px 27px;
}

#gkBottomWrap {
	font-color: #8c8b82;
}

#gkBottomWrap a {
	color: #FBC134;
}

#gkBottomWrap a:hover,#gkBottomWrap a:active,#gkBottomWrap a:focus {
	color: #fff;
}

#gkBottomWrap li a {
	color: #666;
}

#gkBottomWrap .box > div > h3.header,#gkBottomWrap .box_menu > div > h3.header,#gkBottomWrap .box_text > div > h3.header {
	color: #ddd;
	font-size: 14px;
}

/* Suffix dark */
.box.dark a:active,.box.dark a:focus,.box.dark a:hover,.box_menu.dark a:active,.box_menu.dark a:focus,.box_menu.dark a:hover,.box_text.dark a:active,.box_text.dark a:focus,.box_text.dark a:hover {
	color: #6896C1;
}

.box.dark > div > h3.header,.box_menu.dark > div > h3.header,.box_text.dark > div > h3.header ,.box.dark > div > h3.header a,.box_menu.dark > div > h3.header a,.box_text.dark > div > h3.header a {
	color: #fff;
}

.box.dark.color1 a:active,.box.dark.color1 a:focus,.box.dark.color1 a:hover,.box_menu.dark.color1 a:active,.box_menu.dark.color1 a:focus,.box_menu.dark.color1 a:hover,.box_text.dark.color1 a:active,.box_text.dark.color1 a:focus,.box_text.dark.color1 a:hover {
	color: #ffbf25;
}

/* Suffix advertisement */
.box.advertisement > div > h3.header {
	font-family: Arial, Verdana, sans-serif;
	border-bottom: 1px solid #dfdfdf;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 9px;
	line-height: 22px;
	text-align: right;
	font-weight: normal;
}

.box.advertisement > div > h3.header a {
    color: #ccc;
}

/* popup */
#gkPopupOverlay,#gkPopupLogin,#gkPopupRegister {
	display: none;
	overflow: hidden;
	width: 500px;
	margin-left: -250px;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#gkPopupRegister dd:last-child {
	height: 100px;
}

#gkPopupRegister {
	width: 600px;
	margin-left: -250px;
}

#gkPopupLogin {
	width: 600px;
	margin-left: -300px;
}

.gkPopupWrap {
	padding: 25px;
}

#gkPopupOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000001;
	top: 0;
	left: 0;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	margin-left: 0;
}

.gkPopupWrap h3 {
	font-size: 28px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 20px;
}

.gkPopupWrap h3 small {
	font: normal 12px Arial, Helvetica, sans-serif !important;
}

.gkPopupWrap h3 small a {
	text-decoration: underline;
}

.gkPopupWrap h4 {
	font-size: 18px;
	margin: 0 0 12px;
}

#gkPopupLogin fieldset {
	padding: 0 !important;
}

#gkPopupLogin fieldset label {
	font-size: 12px;
}

#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: 30px 0 4px;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	margin: 20px 0;
	overflow: hidden;
	padding: 2px 0 0;
}

#login-form ul li {
	float: left;
	font-size: 11px;
}

#login-form ul li:first-child {
	margin-right: 10px;
}

#login-form ul li a {
	text-decoration: underline;
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}

#gkPopupRegister dl dt:first-child {
	font-size: 10px;
	display: block;
	width: 100%;
}

#gkPopupRegister dt {
	float: left;
	width: 35%;
	clear: both;
}

#gkPopupRegister dt,#gkPopupRegister dd {
	line-height: 41px;
	height: 41px;
}

#gkPopupRegister legend {
	display: none;
}

#member-registration fieldset {
	padding: 0 0 24px;
}

#member-registration label {
	padding: 0 0 0 2px;
	font-size: 12px;
}

#member-registration > div {
	line-height: 30px;
}

#member-registration > div > button {
	margin-right: 12px;
}

#member-registration > div a {
	text-decoration: underline;
}

#gkPopupLogin input[type="text"],#gkPopupLogin input[type="password"] {
	clear: both;
	display: block;
	width: 220px;
}

#gkPopupRegister input {
	width: 270px;
}

#gkPopupRegister dd:last-child {
	height: 130px;
	width: 100%;
	clear: both;
}

#gkPopupRegister dd:last-child table {
	margin-left: 27px !important;
}

div.base-container a {
color:#0B3378;
font-weight:bold
}

ul#link-page li.doc-link {
background: url("./img/page_word.png") no-repeat scroll 0 0 transparent !important;
    padding-bottom: 30px;
    padding-left: 40px;
}

ul#link-page li.ext-link {
background: url("./img/link-icon.png") no-repeat scroll 0 0 transparent !important;
    padding-bottom: 30px;
    padding-left: 40px;
}

ul.rg-ss-slice-list , ul.rg-ss-thumb-list {
margin:0px !important;
padding:0px !important;
background:none !important;
}

ul.rg-ss-slice-list li, ul.rg-ss-thumb-list li {
list-style:none !important;
margin:0px !important;
padding:0px !important;
background:none !important;
}

.rg-ss-slice img {
margin:0px;
}

div.rg-ss-thumb img {
float:none !important;
margin:0px !important;
}

.rg-ss-slice-container,
.rg-ss-navigation-container {
margin:0px auto;
}

.componentheading > h1 {
    color: #222222;
    font-size: 30px;
    line-height: 64px;
    margin: 0;
    padding: 0;
}


#gkHeader .box > div > h3.header, .box.dark > div > h3.header, .box.color3 > div > h3.header, .box.color4 > div > h3.header, #gkHeader .box > div > h3.header a, .box.dark > div > h3.header a, .box.color3 > div > h3.header a, .box.color4 > div > h3.header a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
#gkHeader h1, #gkHeader h2, #gkHeader h3, #gkHeader h4, #gkHeader h5 {
    color: #AAAAAA;
}
#gkButtons div a, .button, button, button.button, .pagenav-next a, .pagenav-prev a, .k2ReadMore, .box > div > h3.header, .box_menu > div > h3.header, .box_text > div > h3.header {
    font-family: 'Open Sans',Arial,sans-serif;
}
.box.clear > div > h3 {
    display: none;
}
.box > div > h3.header, .box_menu > div > h3.header, .box_text > div > h3.header {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.home-scroller h3.header {
    display: block !important; 
font-family: BebasNeue,Arial,sans-serif !important;
font-size: 30px !important;
font-weight: normal !important;
margin: 0 !important;
    padding-top: 20px !important;
}

a.wikads small {
	color:#ccc;
}

.gkIsWrapper-gk_game_magazine .gkIsListItem {
	background-color:#264802 !important;
}

div#gkCopyrights {
	color:#FFF;
}

div.gkblock-1 {
	
	min-height:156px;
}

.testimonial {
    border: 1px solid #CCCCCC;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 1px 10px 1px #CCCCCC;
    clear: both;
    font-size: 14px;
    font-style: italic;
    margin: 0 auto 8px;
    padding: 10px 20px 20px;
    width: 700px;
}

.rg-gm-slice img {
margin:0;
}

.rg-gm-slice-list > li {
background:none !important;
padding:0 !important;
}
/*
     FILE ARCHIVED ON 13:26:16 Aug 23, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:58:28 Sep 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.055
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.02
  esindex: 0.026
  cdx.remote: 57.049
  LoadShardBlock: 292.892 (3)
  PetaboxLoader3.datanode: 237.162 (4)
  load_resource: 273.252
  PetaboxLoader3.resolve: 220.706
*/