.mobmenu {
	color: #ffffff !important;
	font-size: 15px;
}
nav {
	border-bottom: 0;
	border-top:#fff solid 1px;
}
nav ul {
	display: none;
	height: auto;
	position: relative;
	z-index: 99;
}
nav li {
	display: block;
	float: none;
	font-family: 'Oswald', sans-serif;
	width: 100%;
	background: #2f2e2e;
	border-top: 1px solid #747474;
	font-size:13px;
	text-transform:uppercase;
}
nav a {
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	width: 100px;
	text-align: left;
	text-decoration: none;
	line-height: 45px;
	padding: 0 0 0 10px
}
nav li a {
	display: block;
	width: auto
}
nav li ul li a {
	color:#fff;
	padding-left:40px;
	background:#4b4b4b;
}
nav li ul li ul li a {
	color:#fff;
	padding-left:70px;
	background:#676767;
}
.border-btm {
	border-bottom: 1px solid #1097a3;
}
nav li a:hover {
	color: #fff;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
}
nav a#pull {
	display: block;
	width: 98%;
	position: relative;
	font-size: 16px;
	color: #000;
	padding: 4px 0 0 3px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: left
}
nav a#pull:after {
	content: "";
	background: url(../images/rmenuIcon.png) no-repeat center right;
	width: 100%;
	height: 27px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 17px;
	text-transform: uppercase
}
.sub-menu-respons {
	
}
.sub-menu-respons li {
	border-left: 0px !important;
	border-right: 0px !important;
}
.sub-menu-respons li a {
	padding: 0 0 0 30px !important;
	color: #ffcc00;
}
.sub-sub-menu-respons {
	
}
.sub-sub-menu-respons li {
	border-left: 0px !important;
	border-right: 0px !important;
}
.sub-sub-menu-respons li a {
	padding: 0 0 0 50px !important;
	color: #555;
}
