#menu-scrow{
	height: 60px;
	position: fixed;
	width: 100%;
	display: none;
	z-index: 12;
	top: 0px;
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0,0,0,1);



    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000)";
	padding-right: 0px;
	padding-left: 0px;
}
#back-menu-scrow{
width: 100%;
height: auto;
z-index: 12;    
}
#menu-scrow-center{

height: 52px;
margin: auto;
max-width: 1170px;    

    
}
