a.menu-btn {
	display: none;
	clear: both;
	position: absolute;
	color: #fff;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px 15px;
	background: rgba(0,0,0,0.5);
	margin: 0;
}
a.menu-btn i {
	line-height: 50px;
}
@media screen and (min-width: 901px){
	ul.MenuBarHorizontal{
		display: block !important;
	}
}
@media screen and (max-width: 900px){
	#container{
		margin-top: 50px !important;
	}
	#header {
		position: fixed;
		width: 100%;
		top: 0;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.9);
	}
	#header #logo {
		top: 0;
		left: 0;
		height: 50px;
	}
	#contact_login_link {
		right: 0;
		bottom: 0;
	}
	a.menu-btn {
		display: block;	
	}
	div#container,
	div#marketing_content,
	#footer,
	#company,
	#welcome_text_container {
		width: auto;
	}	
	div#marketing_content img#welcome_front,
	ul.MenuBarHorizontal {
		float: none;
		width: 100%;
		padding: 0;
		height: auto;
		margin: 0;
	}
	#marketing_content h1,
	#marketing_content h3 {
		padding: 0 10px;
	}
	#top_nav {
		width: auto;
		top: 0;
	}
	#top_nav ul.MenuBarHorizontal {
		display: none;
		width: 100%;
		background: rgba(0,0,0,0.9);
		position: absolute;
	}
	#top_nav ul.MenuBarHorizontal li {
		float: none;
		width: 100%;
		background: none;
	}
	#top_nav ul.MenuBarHorizontal li a {
		display: block;
		background: none;
		font-size: 16px;
	}
	#top_nav ul.MenuBarHorizontal li a:hover {
		background: rgba(255,255,255,0.7);
		color: #000;
	}
	ul.MenuBarHorizontal {
		width: auto;
	}
	.welcome_text_block,
	.welcome_text_header {
		width: auto;
		padding: 10px;
		margin: 0;
	}
	.welcome_text_block p {
		padding: 0;
		margin: 0;
	}
	.features_panel{
		text-align: center;
		height: auto;
	}

	.features_panel h4,
	.features_panel h5 {
		height: auto;
		clear: both;
		float: none;
		text-align: left;
	}
	div.features_panel img,
	div.features_panel.left img,
	div.features_panel.right img {
		float: none;
	}
	ul.decorated {
		margin: 0;
		padding: 10px;
	}
	ul.decorated img,
	#template_previews_container a,
	.colorbox img,
	a.landing_page_link {
		width: 100%;
		height: auto;
		max-height: 100%;
	}
	#login_panel {
		top: 0;
		right: 0;
	}
	.table-wrapper {
		width: 100%;
		overflow-x: auto;
	}
	.product {
		width: 100%;
	}
	#contact_login_link {
		width: 40%;
		padding: 5px 0;
	}
}