/* Smaller Then Desktop
================================================== */
@media only screen and (max-width: 1000px) {
	a#navigation-toggle { display: block; }
	#site-navigation #main-menu > ul{ display: none; }
	.responsive-table-wrapper {
		overflow-x: scroll;
	}
}
/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.container { max-width: 85%; }
	.left-content { width: 60%; }
	.translator-container-inner, .sidebar-container { width: 36%; }
}
/* Mobile (Portrait & Landscape)
================================================== */
@media only screen and (max-width: 767px) {
	.container { max-width: 480px; width: 90%; }
	.translator-container-inner,
	.sidebar-container,
	.left-content { width: 100%; }
	.sidebar-container {margin-top: 40px; padding-top: 40px; border-top: 10px solid #eee; }
	.sidebar-container section, .sidebar-container .search-form {text-align: center; }
	.col{ width: 100%; margin-left: 0; margin-bottom: 25px; }
	.homepage-slide-content { display: none; }
}