@media (max-width: 1000px) {

	body {
		word-wrap: break-word;
	}

	.container,
	#site_content_container,
	#site_body,
	.home_container,
	.home_txt_feature,
	.home_btn_free,
	.site_content_container,
	.site_content_text,
	#site_footer_text {
		width: 100%;
		padding: 0.5em;
		box-sizing: border-box;
		float: none;
		clear: both;
	}

	.home_featured {
		height: auto;
	}

	.home_container {
		padding-top: 230px;
		height: auto;
		background-position: 0 0;
		background-size: contain;
	}

	.home_btn_free {
		margin: 23px 0 0 0;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	#site_content .top_text {
		background-position: 50% 0;
		padding-top: 180px;
		padding-right: 0;
		height: auto;
	}

	#site_content .bottom_text .bottom_text_left,
	#site_content .bottom_text .bottom_text_right {
		float: none;
		width: 100%;
	}

	.right,
	.left {
		float: none !important;
	}

}

@media (max-width: 375px) {
	#site_content_container{
		margin-top: 100px;
	}
}

@media (max-width: 300px) {
	#site_content_container{
		margin-top: 200px;
	}
}

@media (max-width: 225px) {
	#site_content_container{
		margin-top: 300px;
	}
}