#sb-search {
	margin-top: 8px;
}

.navbar-collapse {
	float: left;
	width: 100%;
}

.navbar-header {
	padding: 0;
	float: left;
	padding-left: 20px;
}

button.navbar-toggle {
	margin-right: 0;
}

.logo h1 a {
	visibility: hidden;
}

.companyName {
	width: auto;
	text-align: center;
	margin: 0 auto;
	position: relative;
	left: -12px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 230px;
	/*max-width: 190px;*/
}

.companyName a {
	color: #FEE601;
}


/**toast**/

.prompt4m {
	position: fixed;
	z-index: 9999;
	text-align: center;
	display: none;
	border: 1px soild #ccc;
	display: inline-block;
	background-color: rgba(50, 50, 50, 0.8);
	padding: 10px;
	font-size: 13px;
}


/**toast**/

.header {
	background: #EB3C03;
}

.navbar-toggle {
	background: #FEF200;
}

#bs-example-navbar-collapse-1 {
	border-top: solid 1px #FFCC33;
}

.footer {
	background: #EB3C03;
	/*background: #E47833;*/
	padding-bottom: 0;
	margin-top: -48px;
	padding-top: 20px;
	border-top: solid 6px #FFCC33;
	margin-bottom: 30px;
}

.footer .footer-grids ul li a {
	color: #FEE601;
}

.footer .footer-grids h3 {
	font-size: 20px;
}

.footer .container .copy-right {
	border-top: dashed 1px #FFCC33;
	padding-top: 5px;
}

.footer .container .copy-right p {
	color: #FEE601;
}

.footer #footerNav {
	width: 100%;
	text-align: center;
}

.footer #footerNav h3 {
	text-align: center;
}


/***/

.kefu {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: 100px;
	z-index: 3;
	cursor: pointer;
}

.back {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: 150px;
	z-index: 3;
	cursor: pointer;
	border-bottom: solid 1px #CFCFCF
}


/*gotop*/

.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3;
	cursor: pointer;
	border-top: solid 1px #CFCFCF
}

.cbbfixed .gotop,
.kefu .cbbtn,
.back .cbbtn {
	width: 50px;
	height: 50px;
	display: block;
	background-color: #565656;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
	text-decoration: none;
	alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.cbbfixed .gotop:hover,
.kefu .cbbtn:hover,
.back .cbbtn:hover {
	background-color: #2c2d2e;
}

.kefu,
.back,
.cbbfixed {
	right: 4px;
}

.cbbfixed {
	bottom: 50px;
}

.kefu {
	bottom: 90px;
}

.back {
	bottom: 130px;
}

.cbbfixed .gotop,
.kefu .cbbtn,
.back .cbbtn {
	width: 40px;
	height: 40px;
}

.kefu .cbbtn,
.back .cbbtn,
.cbbfixed .gotop {
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}


/***/

.mui-bar-footer {
	height: 30px;
	background: #EFEFEF;
	width: 100%;
	padding: 0;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	left: 0;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 99999;
}

.mui-bar-footer .div-1 {
	float: left;
	width: 47%;
	text-align: right;
}

.mui-bar-footer .div-2 {
	float: left;
	width: 6%;
	text-align: center;
}

.mui-bar-footer .div-3 {
	float: left;
	width: 47%;
}

.mui-bar-footer div {
	height: 30px;
	line-height: 30px;
}

.mui-bar-footer div a {
	color: #656565;
}

.footer {
	width: 100%;
}

@media(min-width:768px) {
	.companyName {
		display: none;
	}
	#bs-example-navbar-collapse-1 {
		border-top: solid 0px #FFCC33;
	}
	.welcome-grid {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (min-width:641px) and (max-width:767px) {
	.companyName {
		max-width: 300px;
		text-align: center;
		left: 50px;
	}
	#bs-example-navbar-collapse-1 {
		border-top: solid 0px #FFCC33;
	}
	.welcome-grid {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(min-width:481px) and (max-width:640px) {
	.companyName {
		max-width: 210px;
		left: 0;
	}
}

@media(max-width:480px) {
	.companyName {
		font-size: 16px;
		left: -7px;
	}
}

@media(max-width:320px) {
	.companyName {
		display: none;
	}
}