@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 100;
	color: #fff;
	margin: 0;
	padding: 0;
	min-width: 1280px;
	-webkit-text-size-adjust: none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.wrapper {
	width: 1280px;
	position: relative;
	margin: 0 auto;
}
#logo {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
#content {
	width: 100%;
}
.col1 {
	width: 47%;
	float: left;
}
.col2 {
	width: 47%;
	float: left;
}
.colMargin {
	width: 6%;
	float: left;
}
#blockMain {
	margin-top: 100px;
	background: rgba(0,57,19,0.9);
}
#blockMainInner {
	padding: 45px 90px 65px;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.strong {
	font-weight: 400;
}
#content h4 {
	font-weight: 400;
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 10px 0;
}
#content p {
	font-size: 28px;
	line-height: 140%;
	text-align: justify;
	margin: 10px 0 30px;
}
#blockMap {
	margin-top: 100px;	
}
#blockFooter {
	margin-top: 100px;
	background: #000;
}
#blockFooterInner {
	padding: 50px 0;
}

#blockFooter h4 {
	font-weight: 400;
	font-size: 28px;
	line-height: 140%;
	margin: 0 0 20px;
}
#blockFooter p {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	margin: 10px 0;
}

@media only screen and (max-width: 1280px) {
	#blockMain {
		margin-top: 0;
	}
}