h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	margin-top:0;
	margin-bottom:40px;
	font-weight: bold;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	margin-top:0;
	margin-bottom:30px;
	font-weight: bold;
}

.site_width {
	max-width:1060px;
	margin:0 auto;
}

.container h2 {
	text-align: center;
}

@media (max-width: 767px) {
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 20px;
	}
}

p, .text {
	letter-spacing: 1px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.blur {
	filter:blur(8px);
}

.overlay {
	position: fixed;
	padding:10px;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:500px;
	max-width: 100vw;
	max-height: 100vh;
	height:500px;
	background-color:#FFF;
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
	z-index:2000;
	display:none;
	text-align:center;
}
.overlay>.close-button {
	position: absolute;
	top:5px;
	right:5px;
	height:30px;
	width:30px;
	text-align: center;
	font-size:30px;
	line-height:28px;
	cursor:pointer;
	color:#000;
}

.container {
	margin-top: 30px;
	padding: 40px 110px 50px 110px;
	background-color:#f9f9f9;
}
@media only screen and (max-width: 40em) {
	.container {
		padding: 40px 10px 50px 10px;
	}
}

#specifications_list {
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 30px 80px;
	margin-top: 40px;
}

@media (max-width: 767px) {
	#specifications_list {
		padding: 30px 10px;
	}
}

#contact_footer a {
	font-weight: bold;
	color:#000;
}

/* Menu */
.menu {
	list-style: none;
	margin:0;
	right:0;
}
.menu>li {
	display:inline-block;
	padding:0 15px;
	/*background-color:#FF0000;*/
	height:60px;
	line-height: 60px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
	cursor: pointer;
}
.menu>li:hover {
	background-color: #eee;
}

.mobile_menu {
	display:none;
	border:1px solid #000;
	border-radius: 3px;
	padding:5px;
	margin:13px 13px 0 0;
}
.mobile_menu>div {
	line-height:2px;
	height:2px;
	background-color:#000;
	border-radius: 50%;
	width:20px;
	margin:4px;
}
@media only screen and (min-width: 751px) {
	.menu {
		display: block !important;
	}
}

@media only screen and (max-width: 750px) {
	.menu {
		display:none;
		position:fixed;
		top:60px;
		right:0;
		left:0;
		background-color:#f3f3f3;
	}
	.menu>li {
		display:block;
	}

	.mobile_menu {
		display:inline-block;
	}
}

#logo {
	max-height: 40px;
	margin-top: 10px;
}

@media only screen and (max-width: 1080px) {
	#logo {
		margin-left: 10px;
	}
}