@media only screen and (max-width: 1300px) {
	.container {
		width: 95% !important;
	}
}

@media only screen and (max-width: 1050px) {
	.partners img {
		height: 80px;
	}
	.topnav {
		display: block;
	}
	.office {
		width: 100%;
	}
}

@media only screen and (max-width: 780px) {
	.container {
		width: 95%;
	}
	footer {
		position: initial;
	}
	.logo {
		float: none;
		margin: 0 auto;

	}
	.menu-primary-container {
		display: block;
		text-align: center;
	}
	#menu-primary li {
		margin: 0px;
	}
	#menu-primary {
		float: none;
	}
	footer {
		text-align: center;
	}
	footer img {
		height: 50px;
		padding: 10px 0px 0px 0px;
	}
	footer ul {
		float: none;
		margin: 10px 0px 10px 0px;
	}
	footer ul li {
		font-size: 15px;
	}
	.rights {
		font-size: 14px;
		line-height: normal;
	}
}

@media only screen and (max-width: 420px) {
	.logo {
		height: 80px;
		float: left;
	}
	#menu-primary {
		overflow: hidden;
		width: 100%;
		padding: 5px 0px;
	}
	#menu-primary a {
		display: block;
		padding: 5px 0px;
		margin: 5px 0px;
		border-bottom: 2px solid #0072ff;
		border-radius: 20px;
	}
	#menu-primary a:hover {
		background-color: #0c3054;
		color: #ffffff !important;
	}
	.burgermenu {
		display: block;
		float: right;
		padding: 15px 0px;
		height: 40px;
		width: auto;
		margin: 10px 0px;
		cursor: pointer;
	}
	.quote {
		padding: 5px 10px;
		font-size: 14px;
	}
	.rights {
		font-size: 12px;
	}
	.certificates a img {
		width: 80%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#menu-primary a:hover {
		filter: none;
		-webkit-filter: none;
	}
}

@media only screen and (min-width: 421px) {
	#menu-primary {
		display: block !important;
	}
}

@media only screen and (max-width: 569px) {
	.rights {
		text-align: center;
		margin: 5px 0px;
	}
}