.col-md-5{
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;	
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.col-md-5 {
	    width: 20%;
	}
	.container {
		width: 990px;
	}	
}

@media (max-width: 960px) {
	.container {
		width: 90%;
	}	
	.featured-posts .img-responsive{
		width: 100%;
	}
}

@media (max-width: 767px) {
	
}

@media (min-width: 240px) and (max-width: 768px) {
	header .navigation{
		float:none!important;
	}
	.sidebar .widget .widget-title,
	.sidebar .widget_flickr .flickr-badge-wrapper,
	.sidebar .widget_tag_cloud,
	.footer .copyright p
	{
		text-align: center;
	}
	.footer .socials,
	.footer .copyright p{
		float: none;
	}
	.comment-list .children{
		margin-left: 0;
	}
}
@media (min-width: 240px) and (max-width: 736px) {
	.primary-content .author-box{
		text-align: center;
	}
	.primary-content .author-box .author-avatar{
		float: none;
	}
	.primary-content .author-box .author-description{
		margin-left: 0;
	}
}
@media only screen and (max-width: 640px){
	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%!important;
	}
	div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img{
		width: 100%!important;
	}
	div#jp-relatedposts div.jp-relatedposts-items-visual{
		margin-right: 0!important;
	}
	div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{
		padding-right: 0!important;
	}
}
