*{margin: 0; padding: 0;}

html, body {font: 16px Arial, Helvetica, sans-serif; background: #363636; user-select:auto !important;}

a:link, a:visited {color: #2A87D8; text-decoration: underline;}
a:hover, a:active {color: #E44285; text-decoration: underline;}

h1 {font-size: 19px; font-weight: bold;}

img {
	max-width: 100%;
	height: auto;
}

#gmain, #gbody, #g_nav, #g_img, #footer, #footer_i {
	background: url('imgs/spc.gif');
}
#gmain {
	float: left;
	min-width: 350px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #FFF;
}
#gbody {
	float: left;
	width: 100%;
	margin: auto;
	text-align: center;
}

#ghead {
	float: left;
	width: 100%;
	background: #4A4A4A;
	border-bottom: 6px solid #4A4A4A;
}
#ghd_l {
	float: left;
	width: 34%;
}
#ghd_r {
	float: left;
	width: 66%;
	max-height: 90px;
	text-align: center;
	overflow: hidden;
}
#glogo_o {
	width: 100%;
	width: 272px;
	height: 92px;
	margin: 0 auto;
	background: url('imgs/logo-g.png') center/contain no-repeat;
}
a#glogo_i {
	width: 67%;
	height: 0;
	margin: 0 auto;
	padding: 25.5% 0 8.088235294117646% 33.5%;
	font: italic 13px tahoma;
	color: #DDD;
	text-decoration: none;
	text-align: left;
	display: block;
}

#gbar {
	float: left;
	width: 100%;
	height: 30px;
	background: #D3D3D3;
	border-top: 1px solid #FFF;
}
#gbar div {
	float: left;
	height: 26px;
	padding: 6px 20px 0;
	font-size: 14px;
	border-right: 1px solid #FFF;
}
#gbar a {
	color: #000;
}

#g_nav {
	position: sticky;
	top: -8px;
	width: 100%;
	padding-top: 10px;
	margin: 0 auto;
	display: table;
	background: #FFF;
	z-index: 2147483647;
}
#g_nav img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
	border: 0;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
#g_nav img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#g_nav_l, #g_nav_l2 {
	float: left;
	margin-left: 2%;
	width: 12%;
}
#g_nav_l {
	background: url('imgs/prev-b.gif?v=2') top center no-repeat;
	background-size: contain;
}
#g_nav_l2 {
	background: url('imgs/prev-g.gif?v=2') top center no-repeat;
	background-size: contain;
}
#g_nav_c {
	float: left;
	width: 64%;
	padding: 2% 4%;
	font-size: 28px;
	font-weight: bold;
}
#g_nav_c a {
	text-decoration: none;
}
#g_nav_r, #g_nav_r2 {
	float: left;
	margin-right: 2%;
	width: 12%;
}
#g_nav_r {
	background: url('imgs/next-b.gif?v=2') top center no-repeat;
	background-size: contain;
}
#g_nav_r2 {
	background: url('imgs/next-g.gif?v=2') top center no-repeat;
	background-size: contain;
}

#g_img_t {
	position: sticky;
	margin: 0 auto;
	color: #4A4A4A;
	text-align: center;
	z-index: 2147483646;
}

#g_img {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto 90px;
	padding: 35px 0 0;
	text-align: center;
}

#gbtm1 {
	float: left;
	width: 100%;
}
#gbtm2 {
	max-width: 1000px;
	margin: 0 auto;
}
#gnavkey {
	width: 270px;
	margin: 0 auto 50px;
	font-weight: bold;
	color: #595959;
}


#footer_p {
	clear: both;
	height: 60px;
}
#footer {
	float: left;
	min-width: 350px;
	width: 100%;
	min-height: 100px;
	padding: 25px 0;
	color: #CCC;
	background: #363636;
}
#footer_i {
	width: 890px;
	margin: 0 auto;
}
#footer_l {
	float: right;
	width: 310px;
	padding: 0 0 25px 25px;
	text-align: left;
	line-height: 30px;
	box-sizing: border-box;
}
#footer_l a {
	color: #FFF;
}
#footer_m {
	float: right;
	width: 275px;
	height: 150px;
	background: url(imgs/mudokons-follow.png) center no-repeat;
}
#footer_r {
	float: right;
	width: 305px;
}
p.ftr_title {
	padding-bottom: 15px;
	font: bold italic 20px Arial, Helvetica, sans-serif;
	color: #9E9E9E;
}
#soc_icons {
	width: 305px;
	height: 29px;
	margin: 0 auto;
	background: url(imgs/social-btn.png);
}
#soc_icons a {
	float: left;
	width: 29px;
	height: 29px;
	margin: 0 16px;
	text-decoration: none;
}
#soc_txt {
	float: left;
	padding: 16px;
	line-height: 19px;
	text-align: justify;
}


#g_abox {
	width: 100%;
	max-height: 90px;
	overflow: hidden !important;
}


@media only screen and (max-width: 910px){
#ghd_l {width: 100%;}
#ghd_r, #ghd_r img {width: 100%; text-align: center;}
#glogo_o {width: 272px; height: 70px;}
a#glogo_i {width: 50%; padding: 19.5% 2% 6% 27%; font-size: 10px;}
}

@media only screen and (max-width: 660px){
h1 {font-size: 16px; font-weight: bold;}
#g_nav_c {font-size: 21px;}
#g_abox p {font-size: 14px;}
#g_img {margin: 0 auto 40px;}
#gnavkey {width: 200px; margin: 0 auto 40px; font-size: 14px;}
#footer, #footer_i {width: 100%;}
#footer_l, #footer_m, #footer_r {clear: both; width: 100%; margin: auto;}
#footer_l {padding: 30px 0; text-align: center;}
#soc_txt {padding: 16px 125px;}
}

@media only screen and (max-width:460px) {
h1 {font-size: 14px; font-weight: bold;}
#g_nav_c {font-size: 18px;}
#soc_txt {padding: 16px;}
}
@media only screen and (max-width: 395px){
#ghd_r {max-height: 50px;}
}






.fs-sidewall-container {
top:20px !important;
}