@media all and (max-width: 960px) {	
	#menu-mobile-button{color:#fcfb08;}
	#menu-mobile-button a{color:#fcfb08;}
	#menu {border-bottom: none;}
	.ddsmoothmenu ul{color:#fcfb08;background: #af0200 url("../images/bg-tet.jpg");}
	.ddsmoothmenu ul li a{
		border-top:1px solid #a50000;
		border-bottom:none;
		color:#fcfb08!important;
	}
	.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active{
		background-color:#be001d;
	}
	.ddsmoothmenu ul li ul li>a {background-color: transparent;}
}