html {
	box-sizing: border-box;
	background: #5f9509;
}
*, *:before, *:after { box-sizing: inherit; }
* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, mejs-container { margin: 0 0 14px; }
body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
body {
	color: #70706e;
	font: 16px/22px Arial, Helvetica, sans-serif;
	background: #fff;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 320px;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
a {
	text-decoration: underline;
	color: #2a7cb4;
	outline: none;
}
a:hover { text-decoration: none; }
img {
	max-width: 100%;
	height: auto;
}
video, iframe, object, embed { max-width: 100%; }
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 3px 4px;
}
label { vertical-align: middle; }
button::-moz-focus-inner, input::-moz-focus-inner {
 padding:0;
 border:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="search"] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
display:none;
}
h1, h2, h3, h4, h5, h6, b, strong, th { font-weight: bold; }
h1 {
	margin: 0 0 5px;
	font-size: 35px;
	line-height: 38px;
	color: #00497A;
}
h2 {
	margin: 0 0 5px;
	font-size: 30px;
	line-height: 33px;
	color: #00497A;
}
h3 {
	color: #dd7e19;
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 5px;
}
h4 {
	color: #dd7e19;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 5px;
}
h5 {
	color: #dd7e19;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 5px;
}
h6 {
	color: #dd7e19;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 5px;
}
i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }
blockquote, blockquote:before, blockquote:after, q, q:before, q:after { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul { margin-left: 1px; }
ul, ol { padding-left: 3em; }
ul ul, ul ol, ol ul, ol ol {
	padding-left: 3em;
	margin: 0;
}
ul>li { list-style-type: disc; }
dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}
pre {
	max-width: 100%;
	overflow: auto;
}
.widget {
	margin-bottom: 14px;
	overflow: hidden;
}
.widget ul { padding-left: 2em; }
.widget select { min-width: 150px; }
.comment-form textarea, .post-password-form input[type="password"], .comment-form input[type="text"], .search-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}
.post-password-form input[type="password"], .search-form input[type="text"] { width: 150px; }
.commentlist { margin: 0 0 14px; }
.commentlist .edit-link { margin: 0; }
.commentlist-item .commentlist-item { padding: 0 0 0 3em; }
.comment, .commentlist-holder { overflow: hidden; }
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item { padding-top: 14px; }
.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}
.widget_calendar #next { text-align: right; }
.gallery-item dt {
	float: none;
	padding: 0;
}
.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}
.navigation .next { float: left; }
.navigation .prev { float: right; }
.wp-caption {
	max-width: 98%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
}
.wp-caption img { vertical-align: top; }
.wp-caption p { margin: 10px 0 0; }
div.aligncenter { margin: 0 auto 14px; }
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 14px;
}
.w1 { position: relative; }
::-webkit-input-placeholder {
 color: #bebdbd;
}
:-moz-placeholder {
 color: #bebdbd;
}
::-moz-placeholder {
 color: #bebdbd;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #bebdbd;
}
#header { padding: 113px 0 0; }
.header-main { background: #66a00d; }
.header-holder {
	max-width: 934px;
	margin: 0 auto;
	position: relative;
}
.header-holder .image {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.nav-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.open-close .js-slide-hidden { position: static !important; }
.opener { display: none; }
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	display: inline-block;
	vertical-align: top;
	background: #64a30e;
}
#nav ul li:first-child { background: none; }
#nav ul li {
	display: inline-block;
	vertical-align: top;
	background: url(../images/divider.jpg) 0 50% no-repeat;
	position: relative;
}
#nav ul li:hover:after, #nav ul li.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	background: url(../images/point.png) no-repeat;
	width: 19px;
	height: 10px;
	margin: 0 0 0 -9px;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 15px;
}
.logo {
	left: 11.9%;
	position: absolute;
	top: 25.5%;
	width: 316px;
}
.logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#footer {
	height: 21px;
	background: #5f9509;
	overflow: hidden;
}
#main {
	overflow: hidden;
	background: #fff;
	padding: 50px 0 0;
}
.main-holder {
	max-width: 934px;
	margin: 0 auto;
	overflow: hidden;
}
.image-main {
	overflow: hidden;
	text-align: center;
	padding: 0 0 122px;
}
.image-section {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 8px solid #7c7875;
	background: #7c7875;
}
.image-section li:first-child { border-left: none; }
.image-section li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
	border-left: 4px solid #7c7875;
	overflow: hidden;
}
.image-section li a { display: block; }
.image-section li img { display: block; }
.intro {
	overflow: hidden;
	padding: 0 30px;
	margin: 0 0 60px;
	text-align: justify;
}
.intro p {
	margin: 0 0 5px;
	text-indent: 25px;
}
#content {
	overflow: hidden;
	padding: 0 30px;
	min-height: 330px;
}
#content a {
	text-decoration: none;
	color: #66a00d;
}
#content a:hover {
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	color: #626262;
}
#content h2 {
	margin: 0 0 20px;
	color: #626262;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
}
#content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#content ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 3px;
}
#content ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #626262;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.various-main {
	overflow: hidden;
	padding: 20px 0 0;
	margin: 0 0 60px;
}
.various-main .various-image {
	overflow: hidden;
	max-width: 761px;
}
.various-main .various-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.activities-block {
	overflow: hidden;
	margin: 0 0 40px;
	max-width: 721px;
}
.activities-block img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.activities-content {
	overflow: hidden;
	margin: 0 0 25px;
	font-size: 15px;
}
.activities-content h3 {
	margin: 0 0 15px;
	color: #626262;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}
.content-main {
	overflow: hidden;
	margin: 0 0 20px;
}
.map-area {
	margin:0 0 20px;
}
.form-area {
	float: left;
	width: 338px;
}
.form-area label {
	display: block;
	margin: 0 0 5px;
}
.form-area .row:after {
	content: "";
	display: block;
	clear: both;
}
.form-area .row { margin: 0 0 12px; }
.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="url"], .form-area input[type="tel"] {
	background: #ebebeb;
	border: none;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}
.form-area textarea {
	background: #ebebeb;
	border: none;
	width: 100%;
	height: 160px;
	resize: none;
	padding: 5px;
	font-size: 14px;
}
.form-area input[type="submit"] {
	width: 72px;
	height: 24px;
	border: 1px solid #cbc9ca;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ebe9ea;
	cursor: pointer;
	font-size: 14px;
}
.form-area input[type="submit"]:hover {
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
	background: #fff;
}
.contact-info {
	float: right;
	width: 334px;
	padding: 55px 0 0;
}
.contact-info h3 {
	margin: 0 0 15px;
	color: #626262;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
}
.contact-info address {
	font-style: normal;
	margin: 0;
}
.contact-info .text { display: block; }
.contact-info .email {
	padding: 25px 0 0;
	display: block;
}
.trade-info { overflow: hidden; }
.trade-info .kit-fze {
	float: left;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: #272973;
	color: #fff;
	text-align: center;
	padding: 36px 0;
	font-size: 18px;
	margin: 0 66px 0 42px;
}
#content .trade-info h2 {
	float: left;
	width: 670px;
	text-transform: uppercase;
	height: 47px;
	background: #272973;
	text-align: center;
	color: #fff;
	line-height: 47px;
	margin: 36px 0 0;
}
.trade-table {
	overflow: hidden;
	padding: 0;
	margin: 0 0 50px;
}
.trade-table table {
	width: 100%;
	border-collapse: collapse;
}
.trade-table table td, .trade-table table th {
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	padding: 8px 5px;
	border: 1px solid #343e7b;
	background: #5f81b0;
	color: #232a70;
	font-weight: bold;
}
.trade-table table th.none {
	border-color: #fff #343e7b #000 #fff;
	background: #fff;
}
.trade-table table td:first-child {
	color: #fff;
	width: 204px;
	background: #1c528e;
}
.trade-table table .even td:first-child { background: #6b82ac; }
.trade-table table th {
	color: #fff;
	padding: 5px 5px;
}
.trade-table table td { color: #000080; }
.trade-table table .text-size { font-size: 12px; }
.trade-table table .even td { background: #9aadc8; }
.trade-table table th.blue { background: #272973; }
.trade-table table td.gray { background: #c4e0ee; }
.trade-table table td.white { background: #fff; }
#Name-error, #Email-error, #url-error, #Phone-error { color: #F00; }
.result {
	margin: 10px 0 0;
	color: #0C0;
}
 @media only screen and (max-width: 999px) {
	.image-section {
		background: none;
		border: none;
	}
	.image-section li:first-child { border: 7px solid #7c7875; }
	.image-section li {
		border: 7px solid #7c7875;
		margin: 0 0 5px;
	}
	.contact-info {
		float: right;
		padding: 0;
		width: 290px;
	}
	.trade-table { padding: 0; }
	#content .trade-info h2 {
		width: 100%;
		margin: 10px 0;
	}
}
 @media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item { padding: 0; }
	.open-close .js-slide-hidden { position: absolute !important; }
	.opener {
		width: 30px;
		height: 30px;
		background: #5f9509;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		text-align: left;
		position: absolute;
		right: 10px;
		top: 22px;
	}
	.opener:before, .opener:after, .opener span {
		background: #fff;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		height: 4px;
		margin-top: -2px;
		transition: all 0.2s linear;
	}
	.opener:before, .opener:after {
		content: '';
		top: 30%;
	}
	.opener:after { top: 70%; }
	.active .opener span { opacity: 0; }
	.opener:hover { opacity: .9; }
	.active .opener:after, .active .opener:before {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 15%;
		right: 15%;
	}
	.active .opener:after {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#main { padding: 20px 0 20px; }
	.intro {
		padding: 0 10px;
		margin: 0 0 20px;
	}
	.image-main { padding: 0; }
	#header { padding: 50px 0 0; }
	#nav ul li {
		width: 100%;
		background: none;
		border-top: 1px solid #fff;
	}
	#nav ul li:hover::after, #nav ul li.active::after { display: none; }
	.opener { top: -40px; }
	.logo {
		left: 10px;
		top: -43px;
		width: 250px;
	}
	.nav-area { font-size: 13px; }
	#nav ul li a { padding: 5px 15px; }
	body { font-size: 14px; }
	#nav ul { width: 100%; }
	#nav ul li:hover a, #nav ul li.active a { background: #7c7875; }
	#content h2 {
		font-size: 18px;
		line-height: 21px;
	}
	.activities-content h3 { font-size: 16px; }
	#content {
		padding: 0 20px;
		min-height: inherit;
	}
	.various-main { margin: 0; }
	.form-area {
		float: none;
		width: 100%;
		margin: 0 0 40px;
	}
	.contact-info {
		float: none;
		width: 100%;
	}
}
 @media only screen and (max-width: 740px) {
	.trade-table { overflow-x: scroll; }
	.trade-table table { width: 767px; }
	#content .trade-info h2 { font-size: 12px; }
}
