/* layout fixed */




@media(min-width:768px){
	.layout-fixed .wrapper  {
		width:740px;
		margin-left: auto;
		margin-right: auto;
	}

}
@media(min-width:992px){
	.layout-fixed .wrapper  {

		width :960px;
	
	}
}
@media(min-width:1200px){
	.layout-fixed .wrapper  {
		width: 1160px;
	
	}
}