/* Fix for older Browsers. Replace the %-values with your own values.
This setting assumes:
Only side column left: #left: 20% – #main: 80%
Only side column right: #right: 20% – #main: 80%
Side columns left and right: #left/#right: 20% each – #main: 60%
*/
@media (min-width: 768px) {
	
	.two-cards {
		width:49%;
	}
	.three-cards {
		width:32%;
	}
	.four-cards {
		width:23.5%;
	}
	.five-cards {
		width:18%;
	}
	.six-cards {
		width:15%;
	}
}

@media (min-width: 1024px) {

	.add-left #left {
    width:25%;
    left: -75%;
	}
	.add-left.add-right #left {
    width:25%;
    left: -50%;
	}
	.add-right #right {
    width:25%;
	}
	.add-left #main {
    width: 75%;
    left: 25%;
	}
	.add-right #main {
    width: 75%;
	}
	.add-left.add-right #main {
    width: 50%;
    left: 25%;
	}
	
}

	.safari.webkit.sf4 .masonry_news img, .safari.webkit.sf5 .masonry_news img, .safari.webkit.sf6 .masonry_news img {
		opacity:1 !important;
		visibility:visible !important;
	}