* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 15px "Roboto Condensed", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background: #EDEDEB url(bg.jpg) no-repeat fixed;
	color: #343a40;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: 700;
}
a:hover {
	text-decoration: underline;
}

a,
em, .mark {
	color: #008545;
}
h1, h2 {
	color: #008545;
}

/* 
.footer h3,
.footer div a {
	color: #ffffff;
}
*/

.main {
	margin: 25px auto;
	width: 780px;
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
/* 
.main:before {
    content: "\00a0";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(255,255,255,.8);
}
*/
.logo {
	display: block;
}
.logo img {
	display: block;
	width: 250px;
	padding: 20px 0 20px 55px;
}
.head {
	border-top: 20px solid #008545;
	position: relative;
}
.head div {
	border-top: 20px solid #008545;
	padding: 55px 60px 0 60px;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 790px;
}
.content {
	padding: 0 60px;

}
.footer {
	padding: 0 60px 40px 60px;

}
div.important {
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 48%;
	float: left;
}
.footer_right {
    width: 48%;
	float: right;
}
.iframe_container {
    position: relative;
    padding: 30px 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1, h3 {
}
h1 {
	font-size: 28px;
	line-height: 1.1;
    text-transform: uppercase;
	padding: 20px 0 20px 0;

}
h1 span {
    font-size: 80%;
    font-weight: inherit;
}
.h1_small {
	display: inherit;
    text-transform: inherit;
    font-weight: inherit;
	color: inherit;
}
h2 {
	font-size: 24px;
	padding: 30px 0 8px 0;

}
h3 {
	font-size: 18px;
	padding: 18px 0 8px 0;
	border-top: 1px solid #cccccc;

}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 20px 0;
}
ul  {
    padding: 0 0 20px 16px;
}
ul ul {
	padding-bottom: 0;
}
li  {
    padding: 0 0 2px 0;
    position: relative;
    list-style-type: none;
}
li:before {
    content: "\2022";
	position: absolute;
 	font-size: 1.2em;
	line-height: 1.25;
	color: inherit;
    margin: 0 0 0 -13px;


}
li li {
	list-style-type: circle;
}
li li:before {
/*
	content: "\25AB";
*/
	display: none;
    background: none;
 	border: 1px solid #000000;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	display: inline-block;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: #008545;
    padding: 10px 40px;
    margin: 20px auto 15px auto;
    border: 1px solid #008545;

}
.btn:hover {
    border-color: #005e31;
    background: #005e31;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
	}
	.logo img {
		padding: 10px 5%;
	}
	.head div {
		padding: 40px 5% 0 5%;
	}
	.content {
		padding: 0 5%;
	}
	.footer {
		padding: 0 5% 30px 5%;

 
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
	}
	h1 {
		font-size: 24px;
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}