@media (max-width: 1000px) {
	.menu-toggle-button{
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 1000;
		display: none;
		background: url('../images/menu_toggle.png') 0 0 no-repeat;
	}
	.menu-toggle-button{
		display: block;
	}
	.all-site-content>nav{
		display: none;
	}
	.page-content{
		margin-top: 0;
	}

	.mobile-menu{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.mobile-menu>ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.mobile-menu>ul>li{
		padding: 0 20px 0 20px;
		border-bottom: 7px solid #eaeaea;
	}
	.mobile-menu>ul>li>a{
		color: #1e3131;
		font-family: 'Ubuntu Condensed', sans-serif;
		font-size: 20px;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		padding: 17px 0 10px 0;
	}
	.mobile-menu>ul>li>ul{
		list-style: none;
		padding-left: 10px;
		padding-bottom: 10px;
		width: 200px;
	}
	.mobile-menu>ul>li>ul>li{
		padding: 5px 0 5px 0;
	}
	.mobile-menu>ul>li>ul>li>a{
		color: #1e3131;
		font-family: 'Ubuntu Condensed', sans-serif;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
	}

	header{
		margin-bottom: 30px;
	}

	.breadcrumbs{
		margin-left: 5px;
		margin-right: 5px;
	}
	.left-column{
		margin-left: 5px;
		margin-right: 5px;
		float: none;
		clear: both;
		width: auto;
	}
	.right-column{
		padding-left: 5px;
		padding-right: 5px;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	footer{
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (max-width: 850px) {
	header{
		padding-top: 10px;
	}
	header .company-logo{
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	header .searchbox{
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.cert-logos{
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 800px) {
	header .company-logo{
		margin-left: 35px;
	}
}

@media (max-width: 650px) {

	.contacts-page .contacts{
		width: auto;
		float: none;
		clear: both;
	}
	.contacts-page .feedback-form{
		width: auto;
		float: none;
		clear: both;
	}

	footer .copyright{
		float: none;
		clear: both;
	}
	footer .footer-menu{
		float: none;
		clear: both;
		overflow: auto;
		text-align: center;
	}
	footer .footer-menu>ul{
		display: inline-block;
	}
}

/*	.mobile-menu{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
.nav-for-mobile>ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.nav-for-mobile>ul>li{
	padding: 0 20px 0 20px;
	border-bottom: 7px solid #eaeaea;
}
.nav-for-mobile>ul>li>a{
	color: #1e3131;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 17px 0 10px 0;
}
.nav-for-mobile>ul>li>ul{
	list-style: none;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 200px;
}
.nav-for-mobile>ul>li>ul>li{
	padding: 5px 0 5px 0;
}
.nav-for-mobile>ul>li>ul>li>a{
	color: #1e3131;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

	.all-site-content>nav{
		display: none;
	}
.header-logo{
	position: relative;
	left: 40px;
}*/

