* {
	margin: 0;
	padding: 0;
}
body {
  	font-family: "Alegreya Sans", sans-serif;
 	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	color: #807a76;
	width: 100%;
	min-width: 1800px;
	background: #274218 url(images/body_shadow_bg.webp) center top repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
	font-size: 17px;
	line-height: 24px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #5e6f5b;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #4a5547;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	color: #30382e;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h4, .h4 {
	font-size: 33px;
	line-height: 33px;
	font-weight: bold;
	color: #437c1c;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h5, .h5 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #366217;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h6, .h6 {
	font-size: 31px;
	line-height: 31px;
	font-weight: bold;
	color: #284812;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.green {
	color: #437c1c;
	font-weight: 900;
}
a {
	color: #409605;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

b {
	font-weight: bold;
}
p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #807a76;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #437c1c;
	font-size: 22px;
	line-height: 16px; 
	font-weight: bold;
	border: 0px;
	padding: 31px 80px 31px 80px;
	margin: 0px 0px 0px 18px;
	cursor: pointer;
}
@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	margin-top: 0px;
}
}
@media screen and (max-width: 800px) {
.form input.submit, input.button {
	margin: 10px 0px 0px 0px;
}
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #807a76;
	font-size: 17px;
	line-height: 30px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #807a76;
	font-size: 17px;
	line-height: 17px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}
.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #1d2418 !important;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #1d2418 !important;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #1d2418 !important;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #1d2418 !important;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.hidden {
	display: none;
}
.desktop_only {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}
.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}
.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 12px;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	background: #437c1c;
	text-align: center;
	padding: 14px 28px 14px 28px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #772f15;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}
.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}
ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}

/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}
.sectionname_divider {
	display: none;
}
.imagesmallname {
	color: #000;
}
.imagemediumname {
	color: #000; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #437c1c;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #437c1c;
	text-decoration: none;
	background: #fffed0;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}
.portfolio_section_name {
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	color: #30382e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}
.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}
.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(67,124,28,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}
.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}
.portfolio_index_caption {
	width: 84%;
	position: absolute;
	left: 10px;
	top: 25%;
	right: 10px; 
	bottom: 10px;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(0,0,0,0.1);
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding:  22% 5% 5% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	background: rgba(67,124,28,0.8);
	opacity: 1;
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}
.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(67,124,28,0.8);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}
.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}
.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}
.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.portfolio_slider_slideshow {
	position: relative;
}
.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}
.portfolio_slider_thumbnail {
	text-align: center;
}
.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}
.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}
.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(67,124,28,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-size: 17px;
	line-height: 17px;
	color: #807a76;
	font-weight: bold;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: "»";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 17px;
	line-height: 16px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #409605;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}

/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}
.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 20px 0px 20px;
}
}
#main_wrapper {
	overflow: hidden;
}
.body_offset {
	padding-top: 60px;
}
.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !important;
}
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
/* box_fixed
-----------------------------------------------------------------------------*/
#header_fixed_box.box_fixed {
	height: 87px !important;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_fixed_box.box_fixed #menutop {
	height: 87px;
	background: rgba(48, 89, 37, 0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_fixed_box.box_fixed #menutop ul {
	float: none;
	position: relative;
}
#header_fixed_box.box_fixed #headertop {
	display: none;
} 

/*header_fixed_box
----------------------------------------------------------------------------*/
#header_fixed_box {
	width: 100%;
	height: 147px;
	position: absolute;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1;
} 

@media screen and (max-width: 1840px) {
#header_fixed_box {
	height: 346px;
} 
} 
@media screen and (max-width: 1140px) {
#header_fixed_box {
	height: 60px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.box_fixed {
	display: none;
}
} 
/* box_fixed
-----------------------------------------------------------------------------*/
#header_fixed_box.box_fixed {
	height: 103px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}

/*headertop
----------------------------------------------------------------------------*/
#headertop {
	height: 32px;
	padding: 14px 0px 14px 0px;
	background: #437c1c;
	position: relative;
	 text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
} 
#menutop_logo {
	width: 270px;
	height: 178px;
	text-align: center;
	background: #437c1c;
	position: absolute;
	left: 0px;
	top: 46px;
	z-index: 1;
}
#menutop_logo img {
	width: 219px;
	height: 107px;
	padding: 34px 19px 37px 32px !important;
}
#headertop_info {
	float: left;	
	width: auto;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_info span {
	width: auto;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0px 0px 32px;
	margin: 0px 64px 0px 0px;
	text-align: left;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_info span a {
	color: #ffffff;
}
#headertop_info span b {
	display: block;
	color: #a7ca90;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}
#headertop_info span:nth-child(1)  {
	background: url(images/icon_phone_top.webp) left center no-repeat;	
}
#headertop_info span:nth-child(2)  {
	background: url(images/icon_watch_top.webp) left center no-repeat;	
}
#headertop_info span:nth-child(3)  {
	background: url(images/icon_location_top.webp) left center no-repeat;	
	padding: 5px 0px 0px 27px !important;
}
#headertop_social {
	float: right;
	line-height: 30px;
	height: 32px;
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_social a img {
	margin: 0px 0px 0px 4px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#headertop_social a:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 1820px) {	
#headertop_licensed {
	margin: 6px 0px 0px 20%;
}
#headertop_phone a {
	margin: 6px 0px 0px 16%;
}
}
@media screen and (max-width: 1140px) {
#headertop {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop {
	height: 32px;
	padding: 14px 0px 14px 0px;
} 
#headertop_info span {
	margin: 0px 20px 0px 0px;
	text-align: left;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop_logo {
	width: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 46px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} 
#menutop_logo img {
	display: block;
	width: 219px;
	height: 107px;
	padding: 34px 19px 37px 32px;
	background: #437c1c;
}
}

@media screen and (max-width: 800px) {
#headertop_info span {
	margin: 0px 10px 0px 0px !important; 
	padding: 5px 0px 0px 27px !important;
}
#headertop_info span:nth-child(2)  {
	/*display: none;*/
}
#headertop_info span:nth-child(3)  {
	display: none !important;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 87px;
	position: relative;
}
#menutop ul {
	float: right;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px 29px 0px 29px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop li:last-child {
	margin-right: 2px;
}
#menutop li:last-child a {
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 12px;
 	font-weight: 700;
	height: 24px;
	text-align: center;
	padding: 12px 1px 0px 1px;
	margin: 28px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover, #menutop li.selected {
	border-bottom: #fffed0 2px solid;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #fffed0;
	text-decoration: none;
}

/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to top, #f7f9fa 0px, #fff 43%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #437c1c;
    font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	height: 33px;
	padding: 3px 20px 0px 20px;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}
.menu_icons .menu_show {
	color: #afb53c;
}

@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}

/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}
#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #416f22 0px, #437c1c 43%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding: 10px 0px 8px 0px;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #231f20;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}
#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}

#slideshow_lilyflowers_top_left {
	background: url(images/slideshow_lilyflowers_top_left.webp) left top no-repeat;
	width: 461px;
	height: 399px;
	position: absolute;
	top: 60px;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	z-index: 101;
}
#slideshow_leaves_top_right {
	background: url(images/slideshow_leaves_top_right.webp) right top no-repeat;
	width: 311px;
	height: 358px;
	position: absolute;
	top: 60px;
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);
	z-index: 101;
}
#lilyflowers_left_top {
	background: url(images/lilyflowers_left_top_bg.webp) left top no-repeat;
	width: 497px;
	height: 664px;
	position: absolute;
	top: -327px;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
}
#lilyflowers_right_top {
	background: url(images/lilyflowers_right_top_bg.webp) right top no-repeat;
	width: 353px;
	height: 575px;
	position: absolute;
	top: -280px;
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);
}

@media screen and (max-width: 1140px) {
#slideshow_lilyflowers_top_left {
	display: none !important;
}
#slideshow_leaves_top_right {
	display: none !important;
}
#lilyflowers_left_top {
	display: none !important;
}
#lilyflowers_right_top {
	display: none !important;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1043px;
	padding-top: 147px;
	background: url(images/slideshow_bg.webp) center bottom no-repeat;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 543px;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
}
.inside #slide_1 {
	background-image: url(images/slides_inside_01.webp);
}
.inside #slide_2 {
	background-image: url(images/slides_inside_02.webp);
}
.inside #slide_3 {
	background-image: url(images/slides_inside_03.webp);
}

@media screen and (max-width: 1840px) {
#slide_1  {
	background-size: 1740px 703px;
}
#slide_2 {
		background-size: 1740px 703px;
}
#slide_3  {
		background-size: 1740px 703px;
}
.inside #slide_1 {
	background-size: 1740px 543px;
}
.inside #slide_2 {
	background-size: 1740px 543px;
}
.inside #slide_3 {
	background-size: 1740px 543px;
}
}
@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
.inside #slide_1 {
	background-image: url(images/slides_inside_01.webp);
}
.inside #slide_2 {
	background-image: url(images/slides_inside_02.webp);
}
.inside #slide_3 {
	background-image: url(images/slides_inside_03.webp);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 459px;
	right: 50px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 459px;
	left: 50px;
	z-index: 101;
}
.inside #slides_arrow_next {
	top: 357px;
}
.inside #slides_arrow_prev {
	top: 357px;
}
#slide_box {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 147px;
	z-index: 101;
}
#slideshow_slogan { 
	display: block;
	text-align: left;
	color: #fff;
	font-size: 130px;
	line-height: 130px;
	font-weight: 900;
	margin-top: 451px;
}
.inside #slideshow_slogan {
	margin-top: 210px;
}
#slideshow_slogan span {
	color: #fffed0;
	font-size: 55px;
	line-height: 55px;
	font-weight: 900;
	display: block;
	margin-top: 40px;
}
#mobile_logo {
	display: none;
} 
@media screen and (max-width: 1840px) {
#slideshow {
	height: 703px;
}
#slide_box {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 147px;
	z-index: 101;
}
#slideshow_slogan { 
	margin-top: 265px;
	text-align: left;
	color: #fff;
	font-size: 130px;
	line-height: 130px;
	font-weight: 900;
}
#slides_arrow_next {
	top: 412px;
}
#slides_arrow_prev {
	top: 412px;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow, .inside #slideshow {
	height: 290px;
	background: #231f20 url(images/mobile_slideshow_bg.webp) center bottom no-repeat !important;
	position: relative;
	padding-top: 60px;
}
#slide_box {
	width: auto;
	height: 290px;
	position: absolute;
	top: 60px;
	text-align: center;
}
#slideshow_slogan { 
	margin-top: 207px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	display: block;
}
#slideshow_slogan span {
	color: #fffed0;
	font-size: 19px;
	line-height: 19px;
	font-weight: 900;
	display: block;
	margin-top: 0px;
}
}
@media screen and (max-width: 800px) {
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 60px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 10px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fff url(images/box_services_top_bg.webp) center top no-repeat;
	padding: 146px 0px 208px 0px;
	position: relative;
	text-align: center;
}
#box_content_title {
	display: block;
	position: relative;
	text-align: left;
	font-weight: bold;
	margin-bottom: 61px
}
#box_content_title .content_title {
	float: left;
	width: 35%;
	font-size: 72px;
	line-height: 86px;
} 
#box_content_title p {
	float: right;
	width: 60%;
	color: #807a76;
	font-size: 17px;
	line-height: 30px;
	margin-left: 80px;
	margin-top: 15px;
	text-align: left;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
}
#box_services li {
	width: 260px;
	height: auto;
	text-align: left;
	background: #fff;
	margin: 0px 48px 48px 0px;  
	box-shadow: 0px 0px 20px rgba(236,236,236,0.52);
}
#box_services li a:hover {
	background: #bcba63;
}
#box_services ul li a {
	display: block;
	height: 125px;
	padding: 30px 0px 27px 30px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#box_services ul li a:hover, #box_services ul li a:hover p {
	color: #fffed0;
	text-decoration: none;
}
#box_services li:nth-child(6), 
#box_services li:nth-child(11) {
	margin-right: 0px;
}
#box_services ul li a div {
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin-bottom: 18px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a p {
	display: block;
	color: #1d221c;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 0px;
}
#box_services ul li a:hover div {
	color: #fff;
	transform: scale(1.08);
}
#box_services ul li:nth-child(1) div {
	background: url(images/services_icon_01.webp)  no-repeat;
}
#box_services ul li:nth-child(1) a:hover div {
	background:  url(images/services_icon_01_on.webp) no-repeat;
}
#box_services ul li:nth-child(2) div {
	background: url(images/services_icon_02.webp) no-repeat;
}
#box_services ul li:nth-child(2) a:hover div {
	background:  url(images/services_icon_02_on.webp) no-repeat;
}
#box_services ul li:nth-child(3) div {
	background: url(images/services_icon_03.webp) no-repeat;
}
#box_services ul li:nth-child(3) a:hover div {
	background:  url(images/services_icon_03_on.webp) no-repeat;
}
#box_services ul li:nth-child(4) div {
	background: url(images/services_icon_04.webp) no-repeat;
}
#box_services ul li:nth-child(4) a:hover div {
	background:  url(images/services_icon_04_on.webp) no-repeat;
}
#box_services ul li:nth-child(5) div {
	background: url(images/services_icon_05.webp) no-repeat;
}
#box_services ul li:nth-child(5) a:hover div {
	background:  url(images/services_icon_05_on.webp) no-repeat;
}
#box_services ul li:nth-child(6) div {
	background: url(images/services_icon_06.webp) no-repeat;
}
#box_services ul li:nth-child(6) a:hover div {
	background:  url(images/services_icon_06_on.webp) no-repeat;
}
#box_services ul li:nth-child(7) div {
	background: url(images/services_icon_07.webp) no-repeat;
}
#box_services ul li:nth-child(7) a:hover div {
	background:  url(images/services_icon_07_on.webp) no-repeat;
}
#box_services ul li:nth-child(8) div {
	background: url(images/services_icon_08.webp) no-repeat;
}
#box_services ul li:nth-child(8) a:hover div {
	background:  url(images/services_icon_08_on.webp) no-repeat;
}
#box_services ul li:nth-child(9) div {
	background: url(images/services_icon_09.webp) no-repeat;
}
#box_services ul li:nth-child(9) a:hover div {
	background:  url(images/services_icon_09_on.webp) no-repeat;
}
#box_services ul li:nth-child(10) div {
	background: url(images/services_icon_10.webp) no-repeat;
}
#box_services ul li:nth-child(10) a:hover div {
	background:  url(images/services_icon_10_on.webp) no-repeat;
}
#box_services ul li:nth-child(11) div {
	background: url(images/services_icon_11.webp) no-repeat;
}
#box_services ul li:nth-child(11) a:hover div {
	background:  url(images/services_icon_11_on.webp) no-repeat;
}

@media screen and (max-width: 1840px) {
#box_content_title .content_title {
	float: left;
	width: 286px;
	font-size: 72px;
	line-height: 80px;
}
#box_content_title p {
	float: right;
	width: 65%;
	color: #807a76;
	font-size: 17px;
	line-height: 30px;
	margin-left: 80px;
}
#box_services li {
	margin: 0px 20px 20px 0px;  
}
#box_services li:nth-child(6) {
	margin-right: 20px;
}
#box_services li:nth-child(4), 
#box_services li:nth-child(8), 
#box_services li:nth-child(11) {
	margin-right: 0px !important;
}
}
@media screen and (max-width: 1140px) {
#box_content_title {
	margin-bottom: 20px;
}
#box_content_title .content_title {
	float: none !important;
	width: auto !important;
	font-size: 39px;
	line-height: 39px;
	text-align: center;
} 
#box_content_title .a_button {
	display: none;
}
#box_content_title p {
	float: none !important;
	width: auto !important;
	color: #807a76;
	font-size: 17px;
	line-height: 24px;
	margin-left: 0px;
	margin-top: 15px;
}
#box_services {
	background: #f7f7f7;
	padding: 30px 0px 30px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}
#box_services li {
	width: 139px;
	height: auto;
	text-align: center !important;
	background: #fff;
	margin: 0px 2px 2px 0px;  
	box-shadow: 0px 0px 2px rgba(236,236,236,0.6);
} 
#box_services li:nth-child(6) {
	margin-right: 2px;
}
#box_services li:nth-child(4), 
#box_services li:nth-child(8), 
#box_services li:nth-child(11) {
	margin-right: 2px !important;
}
#box_services li a:hover {
	background: #bcba63;
}
#box_services ul li a {
	display: block;
	width: 139px;
	height: 72px;
	text-align: center;
	padding: 29px 0px 28px 0px !important;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#box_services ul li a div {
	width: 44px;
	height: 44px;
	line-height: 44px; 
	background-size: 44px 44px !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 9px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
}
#box_services ul li a p {
	display: block;
	width: 139px;
	color: #1d221c;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin: 0px;
}
}

/* box_info_areas_service_projects
-----------------------------------------------------------------------------*/
#box_info_areas_service_projects {
	height: auto;
	background: #274218;
	position: relative;
	padding: 0px;
}
#leaves_right_top {
	background: url(images/leaves_right_top_bg.webp) right top no-repeat;
	width: 609px;
	height: 563px;
	position: absolute;
	top: -457px;
	right: 0px;
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);
}
@media screen and (max-width: 1840px) {
#leaves_right_top {
	background: url(images/leaves_right_top_bg.webp) right top no-repeat;
	width: 609px;
	height: 563px;
	position: absolute;
	top: -547px;
	right: -50px;
	right: -webkit-calc(45% - 960px);
	right: -moz-calc(45% - 960px);
	right: calc(45% - 960px);
}
}
@media screen and (max-width: 1140px) {
#box_info_areas_service {
	width: 100%;
	background: #fff;
	display: table;
	margin: 0 auto !important;
}
#leaves_right_top {
	display: none;
}
}

/* box_info_areas_service
-----------------------------------------------------------------------------*/
#box_info_areas_service {
	position: relative;
	padding: 0px;
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: -162px;
}
#box_info_service {
	float: left;
	background: #395c24;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	width: 400px;
	height: 178px;
	padding: 61px 50px 61px 50px;
	margin: 0px;
	vertical-align: top;
}
#box_info_service a {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}
#box_info_service a b {
	color: #fff;
	font-weight: 700;
}
#box_info_service_content span { 
	width: 80%;
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 34px;
	background-size: 62px 64px;
}
#box_info_service_content p {
	background: url(images/icon_goblet.webp) top right no-repeat;
}
#box_info_service_content p:nth-child(2) {
	margin-right: 30px;
	background: none;
}
@media screen and (max-width: 1140px) {
#box_info_service {
	width: 100%;
	height: auto;
	background: #395c24;
	padding: 38px 0px 30px 0px;
}
#box_info_service_content {
	display: table;
	margin: 0 auto;
	width: 300px;
	height: 178px;
}
#box_info_service_content p {
	background: none;
}
#box_info_service_content p:nth-child(2) {
	margin-right: 0px;
} 
#box_info_service_content span { 
	width: 100%;
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
}

/* service_area
----------------------------------------------------------------------------*/
 #service_area {
	float: left;
	background: #bcba63; 
	background-size: 64px 64px;
	width: 420px;
	height: 178px;
	padding: 61px 40px 61px 40px;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
 .inside #service_area {
	width: 100%; 
	color: #807a76;
	background: none; 
	padding: 0px;
	font-size: 17px;
	line-height: 30px;
	margin-top: 20px;
}
#service_area ul {
	vertical-align: middle;
	list-style-image: url(images/icon_bullet.webp);
	margin: 10px 0px 0px 10px;
	padding: 0px;

	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area_content span {
	width: 50%;
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 34px;
}
#service_area_content p {
	background: url(images/icon_areas_location.webp) top right no-repeat; 
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
 .inside #service_area ul {
	vertical-align: middle;
	list-style-image: none;
	margin: 10px 0px 0px 10px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
 .inside #service_area a[href="javascript:;"] {
	color: #807a76;
	text-decoration: none;
	cursor: text;
}
#mobille_service_area {
	display: none;
}
@media screen and (max-width: 1840px) {
 #service_area {
}
}
@media screen and (max-width: 1140px) {	
#service_area {
	width: 100% !important;
	height: auto;
	background: #bcba63; 	
	padding: 38px 0px 30px 0px;
}
#service_area span {
	width: 100%;
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	background: none; 
	margin-bottom: 34px;
}
#service_area_content {
	display: table;
	margin: 0 auto;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	width: 300px;
	height: 178px;
	vertical-align: top;
}
#service_area_content p {
	background: none;
}
#service_area_content ul {
	vertical-align: middle;
	list-style-image: url(images/icon_bullet.webp);
	margin: 10px 0px 0px 5px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area_content span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
#service_area_content a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
.inside #service_area {	
	margin: 30px 0px 30px 0px !important;
}
.inside #service_area span {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px !important;
}
 .inside #service_area ul {
	vertical-align: middle;
	list-style-image: none;
	margin: 10px 0px 0px 10px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
}
@media screen and (max-width: 800px) {	
#service_area_content {
}
.inside #service_area_content {
}
}

/* box_our_last_projects
-----------------------------------------------------------------------------*/
#box_our_last_projects {
	height: auto;
	position: relative;
	padding: 0px 0px 85px 0px;
}
#box_our_last_projects ul li .content_title {
	color: #fff; 
	width: 50%;
	margin-bottom: 40px;
}
#box_our_last_projects ul {
	float: left;
	width: 340px;
	display: table;
	margin: 0 auto;
	padding: 65px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_last_projects li:last-child {
	margin-right: 0px;
}
#box_our_last_projects ul li {
	float: left;
	color: #d7d7d7;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 0px;
	margin: 0px 25px 25px 0px;
}
#box_our_last_projects ul:nth-child(4) li {
	position: relative;
}
.leaves_projects_top {
	background: url(images/leaves_projects_top_bg.webp) left top no-repeat;
	width: 186px;
	height: 334px;
	position: absolute;
	top: -127px;
	left: -114px;
	z-index: 1;
}
#box_our_last_projects ul:nth-child(2) li {
	position: relative;
}
.leaves_projects_right_top1 {
	background: url(images/leaves_projects_left_top1_bg.webp) right top no-repeat;
	width: 305px;
	height: 184px;
	position: absolute;
	bottom: 0px;
	left: -158px;
	z-index: 1;
}
#box_our_last_projects ul:nth-child(5) li {
	position: relative;
}
.leaves_projects_right_top2 {
	background: url(images/leaves_projects_right_top2_bg.webp) right top no-repeat;
	width: 249px;
	height: 269px;
	position: absolute;
	top: 165px;
	right: -134px;
	z-index: 2;
}
#box_our_last_projects ul:nth-child(4), 
#box_our_last_projects ul:nth-child(5) {
	margin-top: -2px;
}
#box_our_last_projects ul:nth-child(5) li {
	margin: -2px 0px 25px 0px;
}
#box_our_last_projects ul li a {
	display: block;
	width: 340px;
	height: auto; 	
	text-decoration: none;
	overflow: hidden;
}
#box_our_last_projects ul li a img {
	transition: all 0.5s ease;
}
#box_our_last_projects ul li a:hover img {
	opacity: 1;
	transform: scale(1.03);
}
#box_our_last_projects_small {
	display: none !important;
}
@media screen and (max-width: 1840px) {
#box_our_last_projects {	
	display: none !important;
}
#box_our_last_projects_small {
	height: auto;
	display: block !important;
	background: #274218;
	position: relative;
	padding: 0px 0px 85px 0px;
}
#box_our_last_projects_small a span.a_button {
	display: none !important;
}
#box_our_last_projects_small .content_title {
	color: #fff;
	width: 50%;
	margin-bottom: 40px;
}
#box_our_last_projects_small ul {
	float: left;
	width: 340px;
	display: table;
	margin: 0 auto;
	padding: 65px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_last_projects_small li:last-child {
	margin-right: 0px;
}
#box_our_last_projects_small ul li {
	float: left;
	color: #d7d7d7;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 0px;
	margin: 0px 40px 40px 0px;
}
#box_our_last_projects_small ul:nth-child(3) li {
	margin-right: 0px;
}
#box_our_last_projects_small ul:nth-child(5) li {
	margin: 0px 0px 25px 0px;
}
#box_our_last_projects_small ul li a {
	display: block;
	width: 340px;
	height: auto; 	
	text-decoration: none;
	overflow: hidden;
}
#box_our_last_projects_small ul li a img {
	transition: all 0.5s ease;
}
#box_our_last_projects_small ul li a:hover img {
	opacity: 1;
	transform: scale(1.03);
}
}
@media screen and (max-width: 1140px) {
#box_our_last_projects_small {
	height: auto;
	padding: 0px 0px 38px 0px;
	text-align: center;
}
#box_our_last_projects_small .content_title {
	width: 100%;
	margin-bottom: 0px;
}
#box_our_last_projects_small ul li span.a_button {
	display: none !important;
}
#box_our_last_projects_small ul {
	float: none;
	width: 280px;
	display: table;
	margin: 0 auto;
	padding: 38px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_last_projects_small ul li {
	float: left;
	color: #d7d7d7;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 0px;
	margin: 0px 5px 10px 5px;
}
#box_our_last_projects_small ul li img {
	width: 280px;
	height: auto;
}
#box_our_last_projects_small ul:nth-child(1) li:nth-child(2) {
	display: none;
}
#box_our_last_projects_small ul:nth-child(2) {
	display: none;
}
#box_our_last_projects_small ul:nth-child(3) {
	display: none;
}
#box_our_last_projects_small a span.a_button {
	display: inline-block !important;
} 
.leaves_projects_top {
	display: none;
}
.leaves_projects_right_top1 {
	display: none;
}
.leaves_projects_right_top2 {
	display: none;
}
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 40px 0px 40px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#leaves_middle_left_top {
	background: url(images/leaves_middle_left_top_bg.webp) left top no-repeat;
	width: 140px;
	height: 285px;
	position: absolute;
	top: -77px;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
}


/* side
----------------------------------------------------------------------------*/
#side_img {
	width: auto;
	float: left;
	padding: 0px 85px 0px 0px;
}
#side_img img {
	width: 1137px;
	height: 530px;
	background: url(images/home_img.webp) center top no-repeat;
}

@media screen and (max-width: 1840px) {
#side_img {
	width: auto;
	float: left;
	padding: 0px 48px 0px 0px;
}
#side_img img {
	width: 525px;
	height: 530px;
	background: url(images/home_img_small.webp) center top no-repeat;
}
}
@media screen and (max-width: 1140px) {
#side_img {
	display: none;
}
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 578px;
	float: right;
}
.inside #content {
	width: 100%;
	float: none;
}

@media screen and (max-width: 1840px) {
#content {
	width: 527px;
	float: right;
}
.inside #content {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 1140px) {
#content {
	width: 100%;
	text-align: center;
}
.inside #content {
	width: 100%;
	text-align: left;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #231f20;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	text-align: left;
	padding: 0px;
	margin-bottom: 40px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #231f20;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	text-align: left;
}

@media screen and (max-width: 1840px) {
.content_title {
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 36px;
}
.content_title h1 {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 312px;
	background: url(images/box_contact_img_bg.webp) center bottom no-repeat, #FFF url(images/box_contact_bg.webp) center bottom no-repeat;
	padding: 360px 0px 200px 0px;
	position: relative;
}
#box_contact:before {
	content: "";
	display: block;
	width: 356px;
	height: 551px;
	position: absolute;
	bottom: -337px;
	left: 0px;
	background: url(images/lilyflowers_left_bg.webp) left bottom no-repeat;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	z-index: 1;
}
#box_contact:after {
	content: "";
	display: block;
	width: 408px;
	height: 712px;
	position: absolute;
	bottom: -204px;
	right: 0px;
	background: url(images/lilyflowers_right_bg.webp) right bottom no-repeat;
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);
	z-index: 1;
}
#box_contact .content_title {
	color: #fff;
	margin-bottom: 50px;
	border: none;
	text-align: center;
}

.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}

/* form_side
-----------------------------------------------------------------------------*/
#form_contact_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_contact_side fieldset > table {
	width: 100%;
}
#form_contact_side fieldset > table tr td {
	vertical-align: top;
}
#form_contact_side input[type=text], 
#form_contact_side input[type=email], 
#form_contact_side select, 
#form_contact_side textarea {
}
#form_contact_side #table_form {
	width: 58%;
	display: table;
	margin: 0 auto;
}
#form_contact_side #table_form td {
	width: 49%;
	padding-right: 1%;
	vertical-align: top;
}
#form_contact_side label input {
	width: 542px;
	height: 45px;		
	font-size: 18px;
	line-height: 18px;
	color: #1d2418;
  	font-family: "Alegreya Sans", sans-serif;
	font-weight: bold;
	padding: 9px 10px 8px 18px;
	margin-bottom: 12px;
	margin-right: 18px;
	border: 0;
} 
#form_contact_side label textarea {
	width: 542px;
	height: 159px;	
	font-size: 18px;
	line-height: 24px;
	color: #1d2418;
  	font-family: "Alegreya Sans", sans-serif;
	font-weight: bold;
	padding: 11px 35px 14px 18px;
	background: rgba(255,255,255,1);
	margin-bottom: 12px;
	border: 0;
}
#form_contact_side input.submit {
	width: 302px;
	color: #fff;
	font-size: 22px;
	line-height: 16px; 
	font-weight: bold;
  	font-family: "Alegreya Sans", sans-serif;
	background: #437c1c;
	padding: 31px 0px 31px 0px;
	margin-top: -2px;
	border: 0px;
	cursor: pointer;
}
#form_contact_side input:required {
	background: url(images/placeholder_star_bg.webp) 2% 17px no-repeat,  rgba(255,255,255,1);
} 
#form_contact_side input:required:active,
#form_contact_side input:required:focus,
#form_contact_side input:required:valid {
	background: rgba(255,255,255,1);
}

@media screen and (max-width: 1840px) {
#box_contact {
	padding: 360px 0px 200px 0px;
}
#form_contact_side #table_form {
	width: 90%;
	display: table;
	margin: 0 auto;
}
}

@media screen and (max-width: 1300px) {
#form_contact_side label input {
	width: 99% !important;
	padding: 9px 10px 8px 18px !important;
} 
#form_contact_side textarea {
	width: 99% !important;
	padding: 9px 10px 8px 18px !important;
}
}

@media screen and (max-width: 1140px) {
#box_contact {
	height: 569px;
	background: #231f20 url(images/mobile_box_contact_bg.webp) center bottom no-repeat;
	padding: 50px 0px 50px 0px;
}
#form_contact_side label input {
} 
#form_contact_side textarea {
	height: 150px;
	font-size: 18px;
	line-height: 24px;
	padding: 9px 10px 8px 18px;
}
#form_contact_side #table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
}
@media screen and (max-width: 800px) {
#form_contact_side label input {
	padding: 9px 10px 8px 16px;
} 
#form_contact_side textarea {
	padding: 9px 10px 8px 16px;
}
#form_contact_side input.submit {
	margin-top: 8px;
}
}


/* Box Footer
----------------------------------------------------------------------------*/
#box_footer_location {
	width: 100%;
	height: auto;
	background: url(images/box_footer_location_top_bg.webp) center top no-repeat;
	position: relative;
	padding: 148px 0px 110px 0px;
}
@media screen and (max-width: 1840px) {
#box_footer_location {
	background: url(images/box_footer_location_top_1840_bg.webp) center top no-repeat;
	padding: 144px 0px 110px 0px;
}
}
@media screen and (max-width: 1140px) {
#box_footer_location {
	background: none;
	padding: 50px 0px 60px 0px;
}
}

/* box_location
-----------------------------------------------------------------------------*/
#box_location {
	float: right;
	width: 1340px;
	height: auto;
	position: relative;
}
#box_location a img  {
	width: 1340px;
	height: 480px;
	background: url(images/location_map_img.webp) center top no-repeat;
}
#box_location_small a  {
	display: none; 
}
@media screen and (max-width: 1840px) {	
#box_location {
	float: right;
	width: 526px;
	height: auto;
	position: relative;
}
#box_location a img  {
	width: 525px;
	height: 480px;
	background: url(images/location_map_img_small.webp) center top no-repeat;
}
}
@media screen and (max-width: 1140px) {	
#box_location {
	display: none;
}
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #a6b59e;
	float: left;
	width: 400px;
	position: relative;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
}
#footer_company {
}
#footer_address {
	padding-top: 44px;
}
#footer_address span {
	display: block;
	line-height: 15px;
	margin-bottom: 14px;
}
#footer_address span:nth-child(1) {
	background: url(images/icon_location.webp) left top no-repeat;
	padding-left: 22px;
}
#footer_address span:nth-child(2) {
	background: url(images/icon_phone.webp) left top no-repeat;
	padding-left: 22px;
}
#footer_links {
	padding-top: 44px;
	text-align: left;
}
#footer_links a {
	color: #a6b59e;
}
#footer_logo {
	width: auto;
	margin-bottom: 145px;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#footer {
	float: none;
	font-size: 16px;
	line-height: 24px;
	width: auto !important;
	text-align: center;
	margin-top: 0px;
}
#footer_company {
	margin-bottom: 4px;
}
#footer_address {
	width: auto; 
	display: table;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
}
#footer_address span {
	margin-bottom: 5px;
	background: none !important; 
	padding-left: 0px !important;
	text-align: center;
}
#footer_links {
	padding-top: 0px;
	text-align: center;
}
#footer_logo {
	display: none;
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 600px;
	float: left;
}
#contact_address iframe {
	width: 600px; 
	height: 450px;
}
#contact_form {
	width: 850px;
	float: right;
}
@media screen and (max-width: 1820px) {	
#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 600px;
	float: right;
}
#contact_address iframe {
	width: 400px; 
	height: 300px;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	background: #1d8917 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #231f20 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}

@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
