@media screen and (min-width: 1210px) { 
	.bg-prm-home {
		max-width: 1160px;
	}

	.content-prm-article .caption { 
		width: 48.27586%;
		float: left;
	}
}


@media only screen and (max-width: 1024px) {
	.prm-article {
		background-image: none !important;
		min-height: auto;
	}

	.img-prm-article {
		display: block;
	}

	.lst-article {
		position: relative;
	}

	.addthis-smartlayers-mobile {
		display: none;
	}

	#footer .content .large-7.columns {
		width: 320px;
	}

	#footer .content .large-2.columns {
		width: 155px;
	}

}

@media only screen and (max-width: 800px) {
	#header {
		display: none;
	}

	.off-canvas-wrapper .title-bar {
		display: block;
	}
}

@media only screen and (max-width: 700px) {

	.container-content .content,.listupdate .images,.container-content .sidebar,.container-content .sidebar .small-4,.container-content .small-7 {
		width: 100%
	}

	.listupdate .images {
		height: auto;
    	margin-bottom: 15px;
	}

	.title-article h1 {
		font-size: 30px;
	}

	.relatedposts ul li {
		margin-bottom: 20px;
	}

	.relatedposts ul li .images {
		margin-bottom: 10px;
	}

	.relatedposts ul li a p {
		font-size: 20px;
	}
}