@media (max-width:62em)
{
	#logo
	{
		width: 200px;
		height: auto;
	}

	div.menu ul
	{
		display: none;
	}

	div.menu_icon
	{
		display: block;
	}

	div.banner_content
	{
		padding-top: 20px;
	}
}

@media (max-width:38em)
{
	div.banner_content
	{
		width: 80%;
		
	}

	div.footer_contact
	{
		height: 484px;
	}

	div.footer_section_content
	{
		width: 100%;
		margin: 0px;
	}

	div.footer_contact_info
	{
		clear: both;
		width: 100%;
	}

	div.footer_contact_info_content
	{
		text-align: center;
	}

	div.footer_contact_map
	{
		clear: both;
		width: 100%;
	}

	#phone_brand
	{
		padding-left: 80px;
		padding-right: 80px;
	}

	div.mobile_footer_menu
	{
		display: block;
	}

	div.footer_column1
	{
		clear: both;
		width: 100%;
		text-align: center;
	}

	div.footer_column2
	{
		display: none;
	}

	div.footer_column3
	{
		display: none;
	}

	div.footer_column4
	{
		display: none;
	}

	div.copyright
	{
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	div.contact_section_content
	{
		width: 80%;
	}

	div.contact_column
	{
		clear: both;
		width: 100%;
		margin-top: 20px;
		background-color: #efefef;
	}

	div.contact_column_content
	{
		width: 100%;
		text-align: center;
	}

	div.contact_column_content table
	{
		margin: auto;
	}

	div.contact_form
	{
		clear: both;
		width: 100%;
		margin: auto;
	}

	img.image_full
	{
		display: none;
	}

	img.image_mobile
	{
		display: block;
	}

	div.main_content
	{
		margin: 10px;
	}

	img.logo_full
	{
		display: none;
	}

	img.logo_mobile
	{
		display: block;
		margin-top: -10px;
	}
}