@media screen and (max-width: 1199px) {
	
	

}

@media screen and (max-width: 991px) {

	

}

@media screen and (max-width: 767px) {

	div#logo {
		display: none;
	}

	div#logo_resp {
		display: block;
		margin-top: 40px;
	}

		div#logo_resp img {
			width: 90%;
			margin-top: 0;
			margin-bottom: 40px;
		}

	a#facebook, a#tel, a#facebook2, a#tel2 {
		position: static;
		float: left;
		width: 100%;
		width: 100%;
		text-align: center;
		margin: 40px 0 0 0;
		font-size: 24px;
	}

	div#scratch_mike {
		/*z-index: -1;*/
		top: 0;
		left: -35%;
	}

	a#facebook, a#facebook2 {
		margin-bottom: 0;
		margin-top: 0;
		position: relative;
		z-index: 9999;
		top: 30px;
	}
	a#tel, a#tel2 {
		margin-bottom: 40px;
		margin-top: 0;
		position: relative;
		z-index: 9999;
		top: 40px;
	}

}

@media screen and (max-width: 600px) {

	

}

@media screen and (max-width: 320px) {

	

}