/*----------------Nav menu Responsive---------------*/
.nav_responsive {
	min-height:40px;
	background:#FFF;
	width:100%;
	display:block;
	position:relative;
	z-index:1000;
	display:none;
	
}
.nav_responsive > ul {
	border:1px solid #666;
	display:none;
	padding:0px;
}
.nav_responsive ul li > ul {
	display:none;
}
.nav_responsive ul li {
	list-style:none;
	display:block;
	width:100%;
	border-top:1px solid #666;
}
.nav_responsive ul li a{
	display:block;
	line-height:30px;
	height:30px;
	color:#000;
	text-indent:20px;
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
}
.nav_responsive ul li a.active {
	color:#F30;
	text-decoration:none;
}
.nav_responsive ul li li a {
	font-weight:normal;
	text-indent:30px;
}
.nav_responsive ul li li li a {
	text-indent:40px;
} 
.nav_responsive ul li a:hover {
	background:#CCC;
}
.nav_responsive .pull {
	height:40px;
	line-height:40px;
	background:#0c3f6c;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	text-align:right;
	text-indent:20px;
	display:block;
	position:relative;
}
.nav_responsive .pull a.btn_pull {
	margin-right:130px;
	display:block;
	height:20px;
	padding:10px;
}
.nav_responsive .pull a.btn_pull img {
	float:left;
}
.nav_responsive .pull .language_mobile {
	position:absolute;
	top:12px;
	right:20px;
	width:120px;
	text-align:center;
}
.nav_responsive .pull .language_mobile a {
	color:#FFF;
	display:block;
	width:120px;
	height:16px;
	margin:auto;
	line-height:16px;
	text-decoration:none;
}
.nav_responsive .pull .language_mobile a.active {
	display:none;
}
/*----------------Search Responsive---------------*/
.search_mobile {
	padding:5px 0;
	position:relative;
}
.search_mobile .input_search_mobile {
	margin-right:50px;
	margin-left:5px;
	display:block;
}
.search_mobile .input_search_mobile input.box_search2 {
	width:100%;
	height:30px;
	text-indent:20px;
	line-height:30px;
	background:none;
	border:1px solid #999;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.search_mobile .btn_search2 {
	position:absolute;
	top:5px;
	right:5px;
	background:url(../images/btn_search.png) no-repeat left top;
	display:block;
	width:32px;
	height:32px;
	cursor:pointer;
}