@media only screen and (max-width: 1100px) {
	.footer-functional {
		position: relative;
		margin-bottom: 55px
	}
	.footer-nav {
		position: absolute;
		width: 100%;
		left: 0;
		top: 62px;
		text-align: center;
		padding-top: 15px;
	}
	.social {
		width: 40%;
	}
	.signup {
		width: 60%;
	}
	.footer-info {
		position: relative;
	}
	.footer-middle {
		width: 85px;
		position: absolute;
		left: 50%;
		margin-left: -42px;
		top: 45px;
	}
	.footer-left,
	.footer-right {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.footer-left p,
	.footer-right p {
		margin-bottom: 0;
	}
	.credit, .credit p {
		margin-top: 55px;
	}
	.metier-logo {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 935px) {
	.home-info {
		bottom: 3%;
		font-size: 12px;
	}
}
@media only screen and (max-width: 876px) {
	.form-row {
		margin-bottom: 0;
	}
	.half-span, .full-span, .third-span {
		margin-bottom: 13px;
	}
	.half-span {
		width: 100%;
	}
	.third-span {
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.container {
		position: relative;
	}
	header {
		height: 50px;
	}
	.container {
		padding-top: 50px;
	}
	nav.header-nav {
		padding: 0;
	}
	.mobile-nav {
		position: absolute;
		top: 50%;
		right: 2.5%;
		margin-top: -12.5px;
		display: block;
		color: white;
		cursor: pointer;
		font-size: 25px;
	}
	.menu-header-menu-container {
		display: none;
		position: absolute;
		width: 100%;
		background-color: white;
		top: 37px;
		margin-top: 12.5px;
		left: 0;
		z-index: 100;
		padding-bottom: 10px;
	}
	.header-nav li {
		display: block;
		text-align: center;
		margin: 0;
		color: #757577;
		font-size: 1.2em;
		margin-top: 10px;
		width: 100%;
	}
	.header-nav li a {
		width: 100%;
		color: #757577;
		display: block;
		
	}
	.header-nav li a:hover {
		color: #b4aea7;
	}
	.logo {
		width: 80px;
		height: 43px;
		top: 50%;
		left: 50%;
		margin: -18px 0 0 -40px;
	}
	.home-main {
		background-size: 100% auto;
		background-position: center top;
	}
	.main-left,
	.main-right {
		width: 100%;
	}
	.home-left {
		position: relative;
		box-sizing: border-box;
	}
	.sub-main-left {
		width: 100%;
		position: absolute;
		top: 780px;
		left: 0;
		
	}
	.sub-main-right {
		width: 100%;
	}
	.home-info {
		right: 50%;
		margin-right: -122.5px;
	}
	.gallery {
		width: 100%;
		position: static;
	}
}
@media only screen and (max-width: 608px) {
	.footer-nav {
		top: 94px;
	}
	.social {
		width: 100%;
	}
	.signup {
		width: 100%;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 392px) {
	.footer-functional {
		margin-bottom: 75px;
	}
	.footer-nav {
		top: 84px;
	}
	.footer-nav li {
		width: 100%;
		margin-top: 7px;
	}
	.opentable {
		padding: 0 8% 20px 5%;
	}
	
}