@media screen and (max-width: 1000px) {
    #content-full {
		padding: 0 40px !important;
	}
}

@media screen and (max-width: 880px) {
    .post-picture-container.big div {
		height: 380px;
	}
	
	.post-picture-container div {
		height: 250px;
	}
	
	.post-picture-container.vertical div {
		height: 650px;
	}
	
	.post-picture-container.bullets-vertical img {
		width: 70px;
	}
	
	.post-picture-container.bullets-horizontal img {
		width: 250px;
	}
	
	.post-picture-container.big.bullets-horizontal.bullets-left-bottom img {
		margin-top: -50px;
	}
	
	.post-picture-container.vertical.bullets-vertical.bullets-top-left img {
		margin-top: -890px;
	}
	
	.post-picture-container.bullets-horizontal.bullets-top-right img {
		margin-left: 167px;
		margin-top: -492px;
	}
	
	.post-picture-container.bullets-horizontal.bullets-top-left img {
		margin-top: -506px;
	}
	
	.post-picture-container.bullets-vertical.bullets-right-top img {
		margin-top: -277px;
	}
	
	#blog-content-list a .post-picture-container {
		display: none;
	}
	
	.share a {
		width: 20px;
		padding: 7px;
		margin-bottom: 7px;
		font-size: 15px;
	}
}

@media screen and (max-width: 680px) {
    .post-picture-container.big div,
	.post-picture-container.vertical div,
	.post-picture-container div {
		height: 250px;
	}
	
	.content-col-main2,
	.content-col-side2 {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}
	
	.list-options,
	.categories {
		text-align: center;
	}
	
	.categories span {
		clear: both;
	}
	
	.newsletter {
		padding-top: 86px;
		background-position: 135px 13px;
	}
	
	.post-picture-container.vertical.bullets-vertical.bullets-top-left img {
		margin-top: -289px;
	}
}