/*body {
	font-size: 100%;
	background:#32373d;
}*/
a {
	text-decoration: none;
}
#wrapper_mobile ul, ul ul {
	margin-top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	background:#002447;
}
#wrapper_mobile {	
	margin-top: 20px;
	width: 270px;
	/*margin: 100px auto;*/
	font-size: 0.8125em;
}
#wrapper_mobile .menu_mobile {
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
#wrapper_mobile .menu_mobile > li > a {
	font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(50, 100, 150)),to(rgb(42, 71, 115)));
	background-image: -webkit-linear-gradient(top, rgb(50, 100, 150), rgb(42, 71, 115));
	background-image: -moz-linear-gradient(top, rgb(50, 100, 150), rgb(42, 71, 115));
	background-image: -o-linear-gradient(top, rgb(50, 100, 150), rgb(42, 71, 115));
	background-image: -ms-linear-gradient(top, rgb(50, 100, 150), rgb(42, 71, 115));
	background-image: linear-gradient(top, rgb(50, 100, 150), rgb(42, 71, 115));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#325994', EndColorStr='#2a4773');
	/*border-bottom: 1px solid #33373d;*/
	border-bottom: none;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 40px;/*2.75em;*/
	line-height: 3.2em;
	text-indent: 1.5em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	/*font-weight: 600;*/
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
#wrapper_mobile .menu_mobile ul li a {
	/*background: #fff;*/
	border-bottom: 1px solid #7ca7e2;
	width: 100%;
	height: 35px;/*2.75em;*/
	line-height: 2.8em;
	text-indent: 3em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #e8e8e8;
}
#wrapper_mobile .menu_mobile ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
#wrapper_mobile .menu_mobile > li > a:hover, #wrapper_mobile .menu_mobile > li > a.active {
	background-color: #35afe3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
#wrapper_mobile .menu_mobile > li > a.active {
	border-bottom: 1px solid #1a638f;
}
#wrapper_mobile .menu_mobile > li > a:before {
	/*content: '';
	background-image: url(../images/sprite.png);*/
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}

#wrapper_mobile .menu_mobile > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.2em;
}

#wrapper_mobile .menu_mobile > li > ul li:hover a,
#wrapper_mobile .menu_mobile > li > ul li:hover a span,
#wrapper_mobile .menu_mobile > li > ul li:hover a:before {
	color: #FFFFFF;
}


#wrapper_mobile .menu_mobile ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	/*background: #fff;*/
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}
