/* mobile.css */
@import url(meanmenu.min.css);

.mean-container .mean-nav ul li a {
	color: #000;
}
.mean-container .mean-bar, .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a:hover {
	background: #5f8ca2;
	color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 27px;
}
.mean-wrapper {
    margin: 0 auto;
	position: relative;
	width: 1400px;
}
.mean-nav-txt {
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 45px;
	top: 10px;
	z-index: 999;
}
.mean-nav-txt .fa-arrow-right {
    margin: 0 0 0 5px;
}
.mean-nav .sf-sub-indicator {
	display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1420px) {
	.mean-wrapper {
		width: 1180px;
	}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
	.mean-wrapper {
		width: 960px;
	}
}
@media screen and (min-width: 830px) and (max-width: 979px) {
	.mean-wrapper {
		width: 800px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 829px) {
	.mean-wrapper {
		width: 580px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.mean-wrapper {
		width: 460px;
	}
}

@media only screen and (max-width: 479px) {
	.mean-wrapper {
		width: 300px;
	}
}