@import url(https://fonts.googleapis.com/css?family=Playfair+Display:600,400,300|Work+Sans:400,600,300&subset=latin,latin-ext);
body {
	font-family: "Work Sans";
	font-size: 14px;
	color: #838080;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #838080;
}
h1, .h1 {
	font-weight: 300;
	font-family: "Playfair Display";
}
h2 {
	margin-top: 40px;
}
p {
	line-height: 1.75em;
}
a {
	color: #003e21;
}
a:hover {
	color: #003e21;
}
section {
	margin-bottom: 40px;
}
footer {
	margin-top: 40px;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.highlighted {
	color: #003e21;
	font-weight: 600;
}
.ffamily1 {
	font-family: "Work Sans";
}
.ffamily2 {
	font-family: "Playfair Display";
}
.top-header {
	font-weight: 300;
	margin-top: 30px;
	margin-bottom:0;
}
.top-header a:hover {
	text-decoration: none;
}
.top-header-1, .top-header-1:hover {
	color: #003e21;
	text-transform: uppercase;
	text-decoration: none;
}
.top-header-2, .top-header-2:hover {
	font-size: 24px;
	color: #838080;
	text-decoration: none;
}
.top-header-3 {
	font-family: "Work Sans";
	color: #838080;
	font-size: 18px;
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
}
.main-slider {
	height: 475px;
	width: 100%;
	position: relative;
}
.main-slider .item {
	height: 475px;
	background-position: center center;
}
.main-slider .slide1-text {
	position: absolute;
	right: 15%;
	left: auto;
	top: 15%;
}
.main-slider .slide2-text {
	position: absolute;
	right: 15%;
	left: auto;
	top: 15%;
}
.footer-text {
	font-weight: 300;
	font-size: 12px;
}
.footer1 {
	margin-bottom: 40px;
}
.footer2 {
	background: #e5e5e5; padding: 20px;
}
.footer3 {
	background: #d4d0c8; height: 14px;
}
.footer-img {
	background-position: center center;
	height: 262px;
	width: 100%;
}
.bg-box {
	background: #f6f6f6;
	padding: 30px;
	height: 250px;
}
.map-box {
	width: 100%;
	height: 250px;
}
.top-flags {
	margin-top: 30px;
}
#about-main {
	font-weight: 300;
	margin-top: 30px; 
	margin-bottom: 30px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#about-main2 {
	font-weight: 300;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#about-main2 > p:first-child {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 470px;
}
#about-main2 > p:nth-child(2) {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
}
.offer-main {
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0;
}
.scrolloff {
	pointer-events: none;
}
@media (max-width: 767px) {
	.main-slider .slide1-text, .main-slider .slide2-text {
		left: 0;
		right: 0;
		max-width: 80%;
	}
	.top-logo img {
		display: inline-block;
	}
	.top-logo {
		text-align: center;
	}
	.top-flags {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.offer-main {
		margin-top: 30px;
	}
	.map-wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}