#nav_static {
	float:right;
	width:auto;
}
#nav_static li {
	display:inline-block;
}
#nav_static li a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-style: normal;
	/*font-weight: normal;*/
	font-weight:600;
	line-height: 80px;
	margin: 0;
	padding: 0 15px;
}
#nav_static li a:hover, #nav_static li a:focus {
	background:#7e898b;
}
.fixed-demo-btn {
	position:fixed;
	right:-147px;
/*	top:356px;*/
	top:120px;
	z-index:10;
}
.fixed-demo-btn #btn-demo {
	background:url(../../img2/live-demos.png) no-repeat 0 0;
	width:46px;
	height:154px;
	display:block;
	float:left;
}
.fixed-demo-btn ul.slide-list {
	float:left;
	margin-left:1px;
}
.fixed-demo-btn ul.slide-list li a {
	display:block;
	width:auto;
	color:#fff;
	background:#5a5a5a;
	margin:0 0 1px 0;
	padding:8px 8px 9px 8px;
	font-size:13px;
}
.fixed-demo-btn ul.slide-list li a:hover {
	background:#292929;
}
#pull {
	display:none;
}


.bot-links .red-button.right
{
	width:200px;
}
 @media screen and (max-width: 800px) {
 #pull {
position: fixed;
right:10px;
top:18px;
background:url(../../website-design-company/images-web/mav-icn.png) no-repeat 0 0;
width:22px;
height:18px;
display:block;
z-index:101;
}
#nav_static ul {
display:none;
background: rgba(26, 35, 37, 0.90);
position: fixed;
top:52px;
left:0px;
z-index:100;
width:100%;
}
#nav_static ul li {
border:none;
border-bottom:solid 1px #797979;
 display:block;
 margin:0px auto;
}
#nav_static ul li a {
line-height:1.2;
padding:9px 5px;
margin:0px;
color:#fff;
 display: block;
 background: none;
 border-radius:0px;
 border:none;
 width: auto;
}
#nav_static ul li a:hover, #nav_static ul li a:focus, #nav_static ul li a:active, #nav_static ul li a.active {
 background:#7E898B;
 border: none;
 color:#fff;
}
}
@media only screen and (min-width : 801px) and (max-width : 1024px) {
 #nav_static li a {
padding:0 6px;
}
}
