@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 992px) {
	.col-md-5ths {
        width: 20%;
        float: left;
    }
	#trendingz, #home-sliderz, .top-socialz, #p3_feature_header {
		display: none;
	}
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 719px) {
	.top-socialz, #wpadminbar, .wpadminbar-nudge {
		display:none;
		opacity: 0;
		height: 0;
	}
	#p3_full_width_slider_site_main .p3_slide_img {
		height: 250px;
	}
}
@media only screen and (max-width: 400px) {
	#p3_full_width_slider_site_main .p3_slide_img {
		height: 200px;
	}
	#p3_full_width_slider_site_main h2{
		font-size: 13px;
	}
}