html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
a,
address,
img,
b,
u,
i,
ul,
li,
figure,
figcaption,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

html {
	height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	font-weight: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	text-decoration: none;
}

i {
	font-style: italic;
}

b {
	font-weight: 700;
}

a,
a:visited,
a:focus {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

p a,
p a:visited {
	line-height: inherit;
}

main img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

@font-face {
	font-family: "mfn-icons";
	src: url(../fonts/mfn-icons.eot);
	src:
		url(../fonts/mfn-icons.eot) format("embedded-opentype"),
		url(../fonts/mfn-icons.woff) format("woff"),
		url(../fonts/mfn-icons.ttf) format("truetype"),
		url(../fonts/mfn-icons.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "mfn-icons";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: none !important;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
}

.icon-location:before {
	content: "\e8c6";
}

.icon-mail:before {
	content: "\e8d0";
}

.icon-mail-line:before {
	content: "\e8d1";
}

.icon-phone:before {
	content: "\e8f4";
}

.icon-menu-fine:before {
	content: "\e960";
}

.icon-clock:before {
	content: "\e844";
}

.site-wrapper {
	max-width: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.section {
	position: relative;
}

.section_wrapper,
.container {
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}

.section_wrapper:after,
.container:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1239px) {
	a[href^=tel] {
		color: inherit;
		text-decoration: none;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
	.site-wrapper {
		max-width: 960px;
	}

	.section_wrapper,
	.container {
		max-width: 940px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.site-wrapper {
		max-width: 728px;
	}

	.section_wrapper,
	.container {
		max-width: 708px;
	}
}

@media only screen and (max-width: 767px) {
	.site-wrapper {
		max-width: 100%;
	}

	.section_wrapper,
	.container {
		max-width: 700px !important;
		padding: 0 33px !important;
	}

	.section {
		background-attachment: scroll !important;
		height: auto !important;
	}
}
