@media (min-width: 1500px) {
	.container {
		width: 940px;
	}
	
	.module-table-4col > .container > .row-fluid > .span3, 
	.module-table-4col > .container > .row-fluid > .span3:nth-child(1), 
	.module-table-4col > .container > .row-fluid > .span3:nth-child(3)  {
	    width: 235px !important;
	}

	.touchslider-viewport {
	    width: 752px !important;
	}
	
	.touchslider-item {
	    max-width: 752px;
	}
	
	.container, .navbar-static-top .container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
	    width: 940px;
	}

	.span12 {
	    width: 940px;
	}
	
	.span3 {
	    width: 220px;
	}
	
	[class*="span"] {
	    margin-left: 20px;
	}
	


}

@media (min-width: 980px) and (max-width: 1499px) {

	.module-column {
	    height: 480px;
	}
	
}





