/*----------------------------------------- Large devices (large desktops, 1200px and up)---------------------------------------------- */
@media (min-width: 1200px) { 

/*Non-resposive*/
	.container{
		width:1230px !important;
		max-width:1230px !important;
	}



}
