@media only screen and (max-width:1100px) {
	.menu {
		display:none;
	}
	.menu-sml-content {
		display:block;
	}
	.menu-container {
		height:70px;
		text-align:center;
	}
	a.logo {
		background:url(img/logo.png) no-repeat left center;
		background-size:60px 53px;
		height:70px;
		padding:0 0 0 72px;
		font-size:13.5pt;
		line-height:70px;
		top:0;
	}
	a.facebook {
		width:44px;
		height:44px;
		background:url(img/facebook.png) no-repeat top center;
		background-size:44px 88px;
		margin:10px 10px 0 10px;
		display:inline-block;
		float:none;
	}
	a.instagram {
		width:44px;
		height:44px;
		background:url(img/instagram.png) no-repeat top center;
		background-size:44px 88px;
		margin:10px 10px 0 10px;
		display:inline-block;
		float:none;
	}
	.content-text .content {
		padding-top:48px;
	}
}

@media only screen and (max-width:975px) {
	.header-text h1 {
		font-size:28.5pt;
		line-height:48px;
	}
	.header-text a {
		font-size:14pt;
		line-height:41px;
	}
	h1 {
		font-size:28.5pt;
		line-height:48px;
	}
	.services ul li {
		width:50%;
		padding:20px;
	}
	#map {
		background:#e5e3df;
		width:100%;
		height:450px;
		float:left;
	}
	.contacts {
		width:100%;
		max-width:450px;
		margin:0 auto;
		display:table;
		float:none
	}
	.contact-form {
		width:100%;
		float:left;
	}
}

@media only screen and (max-width:640px) {
	.page-content {
		padding:60px 0;
	}
	.header-text {
		top:25%;
	}
	.services ul li {
		width:100%;
		padding:15px;
	}
	.services ul li > div > div {
		padding:15px 20px 40px 20px;
	}
	.footer-content {
		padding:40px 0 75px 0;
		text-align:center;
	}
	.footer-content .content > div {
		width:100%;
	}
	a.web {
		margin:40px auto 0 auto;
		display:inline-block;
		float:none;
	}
}

@media only screen and (max-width:479px) {
	a.logo {
		width:250px;
		background:url(img/logo.png) no-repeat left center;
		background-size:60px 53px;
		height:70px;
		padding:14px 0 0 72px;
		line-height:22px;
		top:0;
		text-align:left;
	}
	.header-text h1 {
		font-size:22pt;
		line-height:37px;
	}
	.services ul li h2 {
		font-size:16pt;
		line-height:26px;
	}
	.contact-form {
		margin-top:25px;
	}
	.contact-form form {
		padding:42px 26px 26px 26px;
	}
}