

#vt_menu
{
	background:#3071a9  !important;
}

#vt_menu .list-top
{
	background:#6AAEFF;
}

#vt_menu ul li:hover{
    background: #6AAEFF;
}

#vt_menu input
{
	
}

#vt_menu .other_links i
{
	color:#6AAEFF;
}

#vt_menu .other_links li:hover
{
	background:#fff !important;
	cursor:pointer;
}

.first {
    background: #6AAEFF;
	color:#fff;
	}
	
#vt_menu h4
{
	color:#6AAEFF;
	border-bottom: 1px solid #6AAEFF !important;
}

#vt_menu ul ul li a
{
	color:#6AAEFF !important;
}

#vt_menu input[type="submit"]
{
	background:#6AAEFF !important;
}

.other_links li a
{
	color:#666666 !important;
	box-shadow:none !important;
}

#vt_menu .icons a 
{
	color:#6AAEFF;
}

@media screen and (max-width: 1023px) {
	
	#jnix-menu
	{
		background:url(../../images/list-white.png) no-repeat #6AAEFF;
		box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	#jnix-menu input[type=checkbox]:checked + span  {
		color:#000 !important;
	}
	
	#jnix-menu input[type=checkbox] + span {
		color:#6AAEFF !important;
	}
	

}