﻿html {
	font-family: 'PT Mono', monospace;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: #3a8b3d;
	background-attachment: fixed;
	background-image: url(../images/back.jpg) !important;
	background-repeat: no-repeat;
	background-position: center top;
}

.list-style {

}

footer{
	min-height: 140px;
	background-image: url(../images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 140px;
}

header {
	min-height: 400px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center -50px;
	position: relative;
	z-index: 10;
}
nav {
	background-color: #29682E;
	min-height: 45px;
}
section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

p {
	text-align: justify;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	color: #3a8b3d;
}
a:visited {
	color: #3a8b3d;
}
a:hover {
	color: #95c12b;
}
a:active {
	color: #29682E;
}
button {
	color: #fff !important;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #3a8b3d;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
a.button {
	color: #fff !important;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #3a8b3d;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 12px;
	font-weight: bold;
}
a.button:hover {
	background-color: #95c12b;
	text-decoration: none;
}
input.submit {
	color: #fff !important;
	padding: 12px !important;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #3a8b3d;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}

h1 {
	font-family: 'PT Mono', monospace;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #3a8b3d;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
}

h2 {
	font-family: 'PT Mono', monospace;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #3a8b3d;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
}
h3 {
	font-family: 'PT Mono', monospace;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #3a8b3d;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3a8b3d;
	border-right-color: #3a8b3d;
	border-bottom-color: #3a8b3d;
	border-left-color: #3a8b3d;
}

h4 {
	font-family: 'PT Mono', monospace;
	font-size: 1.7em;
	line-height: 1.3em;
	color: #3a8b3d;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-family: 'PT Mono', monospace;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #3a8b3d;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3a8b3d;
	border-right-color: #3a8b3d;
	border-bottom-color: #3a8b3d;
	border-left-color: #3a8b3d;
	background-color: #F3F8E7;
	font-weight: bold;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
.slider {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -130px;
	margin-left: auto;
	z-index: 0;
	position: relative;
	top: -150px;
}
.lang {
	color: #666;
	background-color: #eee;
	height: 30px;
	width: 100%;
}
.main {
	position: relative;
	z-index: 1;
	background-color: #FFF;
}
.phone-menu {
	background: rgba(58, 139, 61, 0.9);
	border: 0px solid #999;
	position: relative;
	z-index: 10;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
}
dt {
	color: #666 !important;
}
#breadcrumps {
	text-align: left;
	font-size: 16px;
	color: #999999;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.breadcrumb li {
	display: inline-block;
	list-style-type: none;
}
.big {
	font-size: 24px;
	font-weight: bold;
}
#system-message {
	color: #3a8b3d;
	background-color: #FCF9EF;
	padding: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 10px 0px #333;
	width: 600px;
	margin: 20px;
}
#checkout a {
	color: #FFF;
	background-color: #000;
	padding: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.notice {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3a8b3d;
}
.notice ul {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
.menu {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}
.menu li {
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;
	color: #FFFF66;
	border: 4px none #C00;
	margin: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.menu a:visited {
	color: #FF6;
}
.menu a:hover {
	color: #FFFFFF;
	background-color: #95c12b;
}
.menu a:active {
	color: #FFFFFF;
	background-color: #3a8b3d;
}
.menu-f {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.menu-f li {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.menu-f a {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	vertical-align: top;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #29682e;
}
.menu-f a:visited {
	color: #FFFFFF;
	background-color: #29682e;
}
.menu-f a:hover {
	color: #FFFFFF;
	background-color: #729b75;
}
.menu-f a:active {
	color: #FFFFFF;
	background-color: #29682e;
}
.uk-offcanvas-bar {
	background-color: #29682E;
}
.menu-phone a {
	display: block;
	font-weight: bold;
	font-size: 1.7em;
	text-transform: uppercase;
	padding-top: 19px !important;
	padding-right: 0px;
	padding-bottom: 19px !important;
	padding-left: 0px;
}
.menu-phone .nav-child a {
	font-size: 1.2em;
	text-transform: none;
	font-weight: normal;
}
ul.actions{
	text-align: right;
	list-style-image: none;
	list-style-type: none;
}
ul.pagenav{
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #666666;
	width: 100px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #FFF;
}
ul.pagenav a{
	color: #FFF;
}
.counter{
	color: #000;
}
.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	padding: 10px;
	background-color: #999999;
	text-align: center;
	margin: 10px;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #999;
	border-radius: 5px 5px 5px 5px;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}
.pagination a:link {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #FFF;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #999999;
	text-decoration: none;
}
.uk-form input {
	background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.04)) !important;
}
.uk-form textarea {
	background-image: linear-gradient(to top, transparent 90%, rgba(0, 0, 0, 0.03));
}
.uk-table tbody tr.uk-active {
	background-color: #95c12b;
	color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #F3F8E7;
}
.uk-table-hover tbody tr:hover {
	background-color: #95c12b !important;
	color: #FFFFFF !important;
}
.uk-table td{
	font-size: smaller;
	color: #000;
	border: 1px solid #016dd9;
}
.uk-table th {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	background-color: #3a8b3d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.items-row {
	display: block;
	clear: both;
	float: none;
}
input, textarea {
	padding: 5px !important;
}
.jn{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.jn a {
	color: #3a8b3d;
}
.jn a:visited {
	color: #3a8b3d;
}
.jn a:hover {
	color: #729b75;
}
.jn a:active {
	color: #29682E;
}
.jn-small{
	font-size: 11px;
	color: #29682E;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.jn img {
	padding: 5px;
	float: left;
}
.jn h4 {
	font-size: 16px;
	text-transform: none;
	line-height: 18px;
	font-weight: bold;
}
.jn {
	display: block;
	min-height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #29682E;
	border-right-color: #29682E;
	border-bottom-color: #29682E;
	border-left-color: #29682E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.jn-all a{
	color: #fff !important;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #29682E;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 14px;
	width: 150px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.jn-all a:hover{
	background-color: #729B75;
	text-decoration: none;
}
.jn-more {text-align: right;}
dt.article-info-term {
	display: none;
}
dl.article-info {
	font-size: medium !important;
	color: #999 !important;
}
.latestnews li{
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
.latestnews a{
	font-size: 21px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.tags {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.tags li {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.tags a {
	font-size: 11px;
	color: #FFF;
	background-color: #29682E;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 7px;
	vertical-align: top;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
.tags a:visited {
	background-color: #29682E;
}
.tags a:hover {
	background-color: #729B75;
}
.tags a:active {
	background-color: #29682E;
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}