body {
	background-image: none;
}
img:not([src*="spacer.gif"]), iframe {
	max-width: 95%;
    height: auto;
}
#tab {
	margin: 0 auto;
	padding: 5px;
}
#tab, #tab div {
	line-height: 30px;
	font-size: 16px;
	-webkit-text-size-adjust:none;
}
#top {
	padding: 0px;
	background-image: none;
}
#top img {
	max-width: 100%;
}
#content, #con, #copy {
	padding: 0px;
	width: auto;
	background-image: none;
}
#content {
}
#con {
	padding: 5px;
}
#copy {
	padding: 10px;
	border: none;
}
#right {
	padding: 10px;
	padding-bottom: 0px;
}
#container input, #container select, #container textarea {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right_outer {
	margin-bottom: 10px;
}
#foot {
	width: 100%;
	padding: 10px 15px;
	background-image: none;
	border-radius: 0px;
}
#foot p {
	text-align: center;
	margin: 5px 0;
}
#precise {
	padding: 10px;
	float: none;
	text-align: center;
}
#lang {
	float: none;
	padding: 10px;
}
#navlink {
	height: auto;
	width: auto;
	float: none;
}
#nav {
	text-align: center;	
	color: #000;
	line-height: 40px;
	margin-right: 5px;
	float: none;
}
#nav a {
	display: block;
	float: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-radius: 0px;
}
#navlink li:hover ul.sub {
	display: none;
}
.site_btn {
	font-size: 22px;
	padding: 10px;
}
.item_nav {
	height: auto;
	min-height: 15px;
}
#nav_menu a:not(.mm-title):not(.link) {
	font-weight: bold;
}
#nav {
	height: auto;
	padding: 5px;
	border: none;
}
#sitename {
	text-align: center;	
	color: #000;
	line-height: 40px;
	margin-right: 5px;
	font-size: 20px;
	overflow: hidden;
}
#sitename a, #sitename a:hover {
	color: #000;
	float: none;
	font-size: 20px;
	background: none;
	border: none;
	line-height: 40px;
	text-decoration: none;
}
a#menu_icon, a#menu_icon:hover {
	padding: 0px;
	float: left;
	background: url(/images/navicon.png) no-repeat center;
	background-size: 100% 100%;
}
a#menu_n, a#menu_n:hover {
	padding: 0px;
	float: right;
	background: url(/images/alert.png) no-repeat center;
	background-size: 100% 100%;
}
.badge{
	background: #FCCC00;
	height: 13px;
	width: 13px;
	line-height: 13px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	position: absolute;
	margin-left: 23px;
	border-radius: 10px;
	border: solid 2px #FFF;
}


p#nav_title {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
}
#nav_wrap {
	position: absolute;
	border: solid 1px #999;
	border-radius: 4px;
}

/* menu icon */
#menu-icon {
	color: #000;
	height: 35px;
	background: #ecebeb url(/images/admin/mobile_menu.png) no-repeat 6px center;
	padding: 2px 10px 0 36px;
	cursor: pointer;
	display: block;
	font-size: 22px;
	overflow: hidden;
	line-height: 35px;
	text-shadow: 1px 1px 1px #BBB;
	border-radius: 4px;
}
#menu-icon:hover {
	background-color: #f8f8f8;
	text-shadow: 1px 1px 1px #FFF;
}
#menu-icon.active {
	background-color: #bbb;
	text-shadow: 1px 1px 1px #FFF;
}

/* main nav */
#nav_list, 
#nav_list li {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#nav_list li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
#nav_list ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 45%;
	margin-left: auto;
}
#nav_list ul li {
	float: none;
	margin: 0;
	padding: 0;
}	
/* nav link */
#nav_list a {
	padding: 4px 15px;
	display: block;
	color: #000;
	background: #ecebeb;
}
#nav_list a:hover {
	background: #f8f8f8;
}
#nav_list {
	clear: both;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 10000;
	background: #FFF;
	border: solid 1px #999;
	display: none; /* visibility will be toggled with jquery */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .5); 
	border-radius: 4px;
}
#nav_list li {
	clear: both;
	float: none;
	margin: 5px;
}
#nav_list a, 
#nav_list ul a,
#nav_list ul a.current {
	font: inherit;
	background: none;
	display: inline;
	padding: 0;
	color: #333;
	border: none;
	text-decoration: none;
}
#nav_list a:hover, 
#nav_list ul a:hover {
	background: none;
	color: #000;
}
#nav_list .top a,
#nav_list .top a.current {
	color: #000;
	font-weight: bold;
	display: block;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 3px;
}
#nav_list .sub a {
	font-weight: normal;
	border:none ;
	margin-bottom: 0px;
}
/* dropdown */
#nav_list ul {
	position: relative;
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
#nav_list ul li {
	margin: 3px 0 3px 15px;
}

@media (min-width: 951px) {
	#top a {
		background-size: cover;
		background-position: left center;
	}
	#top img {
		width: 100%;
	}
}
@media (min-width: 800px) {
	#right.rmobile {
		display: none;
	}
	#right.rfull {
		display: table-cell;
	}
}
@media (max-width: 799px) {
	#right.rmobile {
		display: table-cell;
	}
	#right.rfull {
		display: none;
	}
}