@media screen and (max-width:980px){
	.et_header_style_left #logo{
		max-width: 100%;
	}
	.et_pb_section {
		padding: 0px 0;
	}
	.et_pb_section .et_pb_row{
		padding: 0px 0;
	}
	#et-main-area #main-content article .entry-content .et_pb_section .et_pb_row .et_pb_column .et_pb_module img{
		max-width: 100%;
		height: auto;
		display: block;
		width: 100%;
	}
	.et_mobile_menu{
		z-index: 999999999;
	}
}
@media screen and (max-width:770px){
	.et_fixed_nav #top-header {
		z-index: 999999;
		background-color: #fff;
	}
	#main-header .container .logo_container a #logo{
		display: block;
		position: relative;
		top: 28px;
	}
}
@media screen and (max-width:479px){
	.top_order {
		display: block;
	}
	#et-info #et-info-phone em{
		float:left;
	}
	#et-info #et-info-phone a.top_order{
		float:right;
	}
	#et-info #et-info-phone {
		float: left !important;
	}
}