@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	header .logo {
		position: relative;
		float: none;
		margin: 0;
		padding: 10px 0;
		width: 100%;
		display: table;
	}
	header .logo .headerSlogan {
		text-align: right;
	}
	header .headtop {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 0;
		padding: 10px 0;
		display: table;
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	header .headtop .headerHotline {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
		width: 50%;
	}
	header .headtop .headerMenutop {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
		width: 50%;
	}
	header .menumain .smenu {
		width: 100%;
	}
	header .menumain .ssubmenu {
		width: 100%;
	}
	header .menumain.fixed {
		padding: 5px 0 0;
		margin: 0;
		position: relative !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
	}
}
@media (max-width: 767px) {
	header .menumain .smenu {
		width: 70%;
	}
	header .menumain .ssubmenu {
		width: 30%;
	}
	.navbar-toggle {
		position: relative;
		float: left;
		margin-right: 0;
		padding: 9px 10px;
		margin-top: 0;
		margin-bottom: 0;
		background-color: #126f39;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	footer .block_default h3.title {
		text-align: left;
		margin: 40px 0 0;
		padding: 0;
	}
	footer .s_bottom .text-right {
		text-align: center;
	}

	.fb-livechat {
		display: none !important;
	}
}
@media (max-width: 490px) {
	header .menumain .smenu {
		width: 55%;
	}
	header .menumain .ssubmenu {
		width: 45%;
	}
	header .logo .showlogo {
		position: relative;
		float: left;
		margin: 0;
		padding: 0 0 10px;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ebebeb;
	}
	header .logo .showlogo img {
		max-width: 100%;
		height: 60px;
		width: auto;
	}
	header .menumain {
		margin: 0;
	}
	header .headtop {
		border: 0;
	}
	header .headtop .headerMenutop {
		display: none;
	}
	header .logo .headerSlogan {
		display: none;
	}
	header .headtop .headerHotline {
		position: fixed;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		text-align: center;
		background-color: rgba(18,111,57,0.9);
		bottom: 0;
		z-index: 9999;
		left: 0;
		right: 0;
		color: #fff !important;
	}
	footer {
	}
	footer .s_bottom {
		padding: 10px 0 60px;
		text-align: center;
	}
	.show_hotline {
		padding: 10px 0 !important;
	}
	.show_hotline a {
		color: #fff !important;
		font-size: 20px;
	}
	#back-to-top {
		display: none;
	}
}