@charset 'UTF-8';

.entypo, .icon {font-family: entypo;}

#gx-sidemenu, #gx-sidemenu-right {
	position: fixed;
	background: rgba(220,220,220,0.95); /*url('images/gmenu_bg.png') repeat;*/
	width: 15%;
	min-width: 280px;
	top: 0;
	left: 0;
	overflow: hidden;
	font-family:Verdana, Geneva, sans-serif;
}

#gx-sidemenu {box-shadow: 0px 0px 30px #999;}
#gx-sidemenu-right {box-shadow: 0px 0px 15px #999;}
#gx-sidemenu.tiny, #gx-sidemenu-right.tiny {min-width: 50px;width: 70px;}
#gx-sidemenu.tiny #gx-sidemenu-login, 
#gx-sidemenu-right.tiny #gx-sidemenu-login
{display: none;}
#gx-sidemenu.tiny li,
#gx-sidemenu-right.tiny li {height: 48px;padding-left: 0;width: 100%;}
#gx-sidemenu.tiny li.divider,
#gx-sidemenu-right.tiny li.divider {height: 0px;width: 100%;}
#gx-sidemenu.tiny a span.text,
#gx-sidemenu-right.tiny a span.text {display: none;}
#gx-sidemenu.tiny li .icon,
#gx-sidemenu-right.tiny li .icon {width: 90% !important;height: 40px !important;}
#gx-sidemenu.tiny ul li .arrow, 
#gx-sidemenu-right.tiny ul li .arrow {right: 15%;}
#gx-sidemenu * .icon,
#gx-sidemenu-right * .icon {font-family: entypo !important;}
#gx-sidemenu * .icon.entypo-social,
#gx-sidemenu-right * .icon.entypo-social {font-family: "entypo-social" !important;}

.gx-sidemenu-inner {
	float: left;
	width: 100%;
	background: transparent url('images/gmenu_glow.png') no-repeat center left;
	position: relative;
	padding-top: 0px;
	overflow: hidden;
}

#gx-sidemenu-login {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 140px;
	padding-bottom: 0px;
	width: 100%;
	background: #CCC;
	line-height:100%;
}

#gx-sidemenu .divider,
#gx-sidemenu-right .divider {
	width: 100%;
	height: 0px;
	/*background: url('images/gmenu_divider.png') repeat-x top;*/
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #DFDFDF;
	clear: both;
	float: left;
	padding: 0;
	margin: 4px 0 4px 0;
}

.gx-sidemenu-inner div.scroll {
	float: left;
	width: 100%;
	position: relative;
}

.gx-sidemenu-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.gx-sidemenu-inner ul li {
	float: left;
	width: 98%;
	padding: 0 2% 0 0;
	clear: both;
	margin: 0 !important;
	position: relative;
}

.gx-sidemenu-inner ul li span.icon {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	font-size: 40px;
	line-height: 0.8;
	text-align: center;
	font-family: 'entypo' !important;
	color: #666 !important;
}

.gx-sidemenu-inner ul li .icon.mobile {
	line-height: 1.2;
}

# h2 .icon.mobile {
	line-height: 1.0;
}

.gx-sidemenu-inner ul li a .arrow {
	font-family: entypo !important;
	position: absolute;
	top: 28%;
	right: 5%;
	width: 10px;
	height: 10px;
	color: #222;
}


.gx-sidemenu-inner ul li:hover {
	background: rgba(0,0,0,0.1);
}

.gx-sidemenu-inner ul li span.text {
	width: 64%;
	min-height: 20px;
	height: auto;
	padding: 10px 5% 10px 12px;
	border-left: 1px solid #BBB;
	float: left;
}

.gx-sidemenu-inner ul li a {
	color: #444;
	text-decoration: none;
	font-size: 16px;
}

#gx-sidemenu-login h2 {
	color: #333;
	font-weight: normal;
	margin: 0 !important;
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 0;
}

#gx-sidemenu-login h2 .icon {
	font-size: 36px;
	padding: 0;
	margin: 0px 0 0 2%;
	text-align: center;
	width: 40px;
	line-height: 0.8;
	float: left;
	height: 40px;
}

#gx-sidemenu-login h2 span.text {
	float: left;
	padding: 13px 0 10px 0;
}

#gx-sidemenu-login .login-btn {
	clear: both;
	width: 90%;
	color: #333;
	font-size: 18px;
	text-decoration: none;
	float: left;
	padding: 15px 5%;
	margin-bottom: 0;
}

#gx-sidemenu-login .login-content {font-size:16px; line-height:116%; margin:14px 0 0 24px;}
#gx-sidemenu-login .login-content a {padding:0; margin:8px 0 10px 0; text-decoration:none;}
#gx-sidemenu-login .login-content a:hover {text-decoration:underline;}

#gx-sidemenu-login .login-btn:hover {
	background: #BBB;
	color: #333;
}

#gx-sidemenu ul li.active-link {
	background: #BBB !important;
	text-decoration: underline;
}

#gx-sidemenu ul li.active-link a {
	color: #333;
	z-index:1000;
}

.gx-menu-open {
	position: absolute;
	top: 50px;
	left: 5%;
	color: #000;
	text-decoration: none;
	font-size: 100px;
	font-family: 'entypo' !important;
	z-index:1000;
}

.gx-menu-open.list {
	right: 3%;
	left: auto;
	top: 2%;
}

#gx-sidemenu-tip {
	background: rgba(200,200,200,0.9);
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 10px;
	color: #444;
	font-family: Raleway;
	font-size: 14px;
}

.iScrollIndicator {
	border: 1px solid #AAA !important;
	background: rgba(200,200,200,.60) !important;
}