#menu_button{
	background:url(images/menu.png) no-repeat center center transparent;
	width:26px;
	height:22px;
	float:right;
	display:none;
	margin:8px;
}
#page_slide{
	position:relative;
}
#mobile_menu{
	position:fixed;
	right:-250px;
	top:0;
	width:250px;
	display:none;
	height:100%;
	overflow-y:auto;
	background-color:#420000;
	padding:20px;
	box-sizing:border-box;
	border-left:1px solid #fff;
}
#mobile_menu ul{
	list-style:none;
	padding:10px 0;
}
#mobile_menu ul > li.menu_selected div{
	text-decoration:underline;
}
#mobile_menu li{
	margin-bottom:10px;
	color:#fff;
}
#mobile_menu ul > li a{
	color:#fff;
}
#mobile_menu ul > li > ul{
	padding:0;
	margin:20px 0 20px 20px;
}

@media only screen and (max-width: 1440px) {
	.home_banner_left{
		padding:0 80px;
	}
}
@media only screen and (max-width: 1024px) {
	#head_logo {
		width: 40%;
	}
	#tabs ul li{

	}
	#tabs ul li > div {
		padding:5px 10px;
	}
	#tabs_contact-us div{
		min-width:auto;
		padding:5px 20px !important;
	}
	#text_image_banner_image{
		height:55vw;
	}
	h1, .h1_title{
		font-size:6vw;
	}
}

@media only screen and (max-width: 900px) {
	#tabs {
		display: none;
	}
	#menu_button {
		display: block;
		margin-top:58px;
	}
	#head_logo{
		width:auto;
	}
}

@media only screen and (max-width: 750px) {
	#head_top{
		display:none;
	}
	#head_logo{
		height:90px;
	}
	#menu_button {
		margin-top:33px;
	}
	.banner_content_full_width{
		padding:30px 20px 50px;
	}
}
@media only screen and (max-width: 700px) {
    .form_50{
        width:100%;
    }
}
@media only screen and (max-width: 600px) {
	.banner-container{
		display:block;
		margin-bottom:20px;
		height:auto;
	}
	.home_banner_left{
		width:100%;
		height:150px;
		padding:0 20px;
	}
	#text_image_banner_image{
		width:100%;
		height:55vw;
	}
	#text_image_banner_title{
		margin-bottom:0;
	}
	.banner-container:after{
		display:none;
	}
	#text_image_banner_title{
		text-align:center;
	}
	h1, .h1_title{
		font-size:30px;
	}
	.section_container{
		padding:0 50px 80px 50px;
		text-align:center;
	}
}
@media only screen and (max-width: 500px) {
	.form_outer.form_50{
		width:100%;
	}
	.form_outer.form_50.fl{
		padding-right:0;
	}
	.form_outer.form_50.fr{
		padding-left:0;
	}
}
@media only screen and (max-width: 450px) {
	#head_logo{
		height:70px;
	}
	#menu_button {
		margin-top:24px;
	}
	.section_container{
		padding:0 20px 80px 20px;
	}
}