/*
.barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.gilda-display-regular {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
}
*/

* {
	margin: 0;
	padding: 0;
}

html {
  font-size: 18px;
}

@media screen and (max-width: 1840px) {
html {
	font-size: 17px;
}
}

@media screen and (max-width: 1140px) {
html {
	font-size: 16px;
}
}

@media screen and (max-width: 840px) {
html {
	font-size: 15px;
}
}

body {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #717171;
	width: 100%;
	min-width: 1800px;
	background: #1a522a url(images/body_bg.webp) center repeat-y;
	position: relative;
}
 
@media screen and (max-width: 1840px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}


/* text styles
-----------------------------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;	
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h1, .h1 {
	font-size: 2rem;
	color: #0f7b2e;
}
h2, .h2 {
	font-size: 1.8rem;
	color: #17672e;
}
h3, .h3 {
	font-size: 1.6rem;
	color: #1a522a;
}
h4, .h4 {
	font-size: 1.4rem;
	color: #ff9c00;
}
h5, .h5 {
	font-size: 1.3rem;
	color: #ea8c12;
}
h6, .h6 {
	font-size: 1.2rem;
	color: #d97912;
}


a {
	color: #ff9c00;
	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: 15px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 20px 0px;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 1;
    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;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;	
	background: #ff9c00;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0px;
	min-width: 302px;
	min-height: 77px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #1a522a;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #717171;
	font-size: 1.1rem;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 19px 30px 19px 30px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

@media screen and (max-width: 1840px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 15px 25px 15px 25px;
}
.form select {
	padding: 14px 25px 14px 25px;
}
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 10px 15px 10px 15px;
}
.form select {
	padding: 9px 15px 9px 15px;
}
}

@media screen and (max-width: 350px) {
.form input.submit, input.button {
	width: 200px;
}
}

.captcha {
	text-align: left;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 10px;
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 670px) {
.captcha {
	text-align: center;
}
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	padding: 15px 20px 15px 20px;
	min-width: 250px;
	
}	
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #1a522a !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #1a522a !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #1a522a !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #1a522a !important;
	font-weight: bold;
	text-transform: uppercase;
	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;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}


.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;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.img_full, .images_full {
	max-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-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	font-weight: 700;
	letter-spacing: 1px;
	background-color: #ff9c00;
	border-radius: 4px;
	text-align: center;
	padding: 18px 45px 18px 45px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background-color: #1a522a;
}

.a_button1 {
	background-color: #001f50;
}
.a_button1:hover {
	background-color: #a7882b;
}

.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;
}


/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}


/* columns
-----------------------------------------------------------------------------*/
.columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.columns_inline {
	display: inline-flex;
}
.columns.align_center {
	justify-content: center
}

.columns li {
	min-width: 240px;
}
.columns[data-columns-count="2"] li {
	flex-basis: calc(50% - 20px);
}
.columns[data-columns-count="3"] li {
	flex-basis: calc(33.333% - 20px);
}
.columns[data-columns-count="4"] li {
	flex-basis: calc(25% - 20px);
}
.columns[data-columns-count="5"] li {
	flex-basis: calc(20% - 20px);
}
.columns[data-columns-count="6"] li {
	flex-basis: calc(16.666% - 20px);
}

/* 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: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #1a522a;
	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 {
	text-decoration: none;
	background: #ff9c00;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2rem;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: "Barlow", sans-serif;
	color: #666;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}

.portfolio_sections_list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-weight: 600;
	font-style: normal;
	font-size: 2.0rem;
	color: #555555;
	text-align: left;
}
.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 {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,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: 0.7rem;
	line-height: 1.2;
}

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}


@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index_caption {
	font-size: 1.3rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_index_caption {
	font-size: 1.2rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* 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: 0.8rem;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.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: 0.7rem;
	line-height: 1.2;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	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: 1rem;
	line-height: 1.2;
	color: #717171;
	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: 3px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.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: #ff9c00;
}
.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 url(images/table_header_bg.webp) top repeat-x;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-weight: normal;
	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: auto;
	margin: 0px 30px 0px 30px;
}
}


@media screen and (max-width: 1140px) {
.page_wrapper {
	margin: 0px 20px 0px 20px;
}
}


#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 0px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !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);
}


/* header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 52px;
	color: #b8b4ac;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1;
	font-style: normal;
	background: #1a522a;
    border-bottom: 1px solid #316440; 	
}

#header_top_slogan {
	width: auto;
	float: left;
	padding: 19px 15px 0px 0px;
}

#header_top_phone {
	width: auto;
	float: right;
	padding: 13px 0px 0px 10px;
	color: #fff;
    font-size: 1.6rem; 
    font-weight: 700; 
    font-family: "Barlow Condensed", sans-serif; 
    line-height: 1; 
}
#header_top_phone a, #header_top_phone a:hover {
	color: #fff;
}
#header_top .phone_box {
	left: 0px;
}

#header_top_social {
	width: auto;
	float: right;
	padding: 17px 15px 0px 0px;
}
#header_top_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_top_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
}
#header_top_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_top_social a:hover img {
	opacity: 0.7;
}

#header_top_hours {
	width: auto;
	float: right;
	background: url(images/icon_hours.webp) left 18px no-repeat;
	padding: 19px 15px 3px 20px;
}
#header_top_location {
	width: auto;
	float: right;
	background: url(images/icon_location.webp) left 18px no-repeat;
	padding: 19px 15px 3px 20px;
}

#header_top_email {
	width: auto;
	float: right;
	background: url(images/icon_email.webp) left 21px no-repeat;
	padding: 19px 15px 0px 23px;
}
#header_top_email a {
	color: #b8b4ac;
}

@media screen and (max-width: 1370px) {
#header_top_hours {
	display: none;
}
}
@media screen and (max-width: 1260px) {
#header_top_email {
	display: none;
}
}
@media screen and (max-width: 950px) {
#header_top_location {
	display: none;
}
}

@media screen and (max-width: 650px) {
#header_top_slogan {
	display: none;
}
#header_top_social {
	width: auto;
	float: left;
	padding: 15px 15px 0px 0px;
}	
}
@media screen and (max-width: 450px) {
#header_top_slogan {
	display: none;
}
}
@media screen and (max-width: 380px) {
#header_top .phone_box span {
	display: none;
}
}
@media screen and (max-width: 350px) {
#header_top_phone {
	padding: 17px 0px 0px 0px;
    font-size: 1.2rem; 
}
}

/* header
-----------------------------------------------------------------------------*/
#header { 
    background: #1a522a; 
	width: 100%;
	position: relative;
	height: 210px;
} 
#header_logo { 
    width: 352px; 
    height: 177px; 
    position: relative; 
    top: 10px; 
    left: max(20px, calc((100% - 1800px) / 2)); 
    z-index: 1001; 
    flex: 0 0 auto; 
} 
#header_logo.header_logo_fixed { 
    width: 119px; 
    height: 60px; 
    position: fixed !important; 
    left: max(20px, calc((100% - 1800px) / 2)) !important; 
    right: auto; 
    top: 5px; 
    margin-left: 0; 
    margin-right: auto; 
    z-index: 1001; 
} 
#header_logo img { 
	width: 352px; 
    height: 177px; 
    transition: all 200ms ease-in; 
    -webkit-transition: all 200ms ease-in; 
} 
#header_logo.header_logo_fixed img { 
    width: 119px; 
    height: 60px; 
    transition: all 200ms ease-in; 
    -webkit-transition: all 200ms ease-in; 
} 
#header_button { 
	position: absolute; 
    z-index: 1001; 
    top: 70px; 
    right: max(0px, calc((100% - 1800px) / 2)); 
    width: auto; 
} 
#header_button.header_button_fixed { 
    position: fixed !important; 
    top: 5px; 
    right: max(30px, calc((100% - 1800px) / 2)) !important; 
    left: auto !important; 
    margin: 0 !important; 
} 
#header_button .a_button:hover {
	background-color: #fff;
	color: #1a522a;
}


@media screen and (max-width: 1840px) {
#header {
	height: 165px;
}
#header_logo img {
	width: auto;
	height: 130px;
}
#header_button { 
    top: 50px; 
} 	
}
@media screen and (max-width: 1370px) { 
#header_logo { 
    top: 30px; 
} 	
#header_logo img {
	width: auto;
	height: 100px;
}	
#header_button { 
    top: 65px; 
} 
#header_button.header_button_fixed { 
    top: 12px; 
} 	
#header_button .a_button {
	font-size: 1rem;
	line-height: 1;
	padding: 14px 25px 14px 25px;
}
} 

@media screen and (max-width: 1140px) { 
#header { 
    height: 120px !important;
} 
#header_logo, #header_logo.header_logo_fixed { 
	position: absolute !important;
    top: 10px !important; 
    left: max(20px, calc((100% - 1800px) / 2)) !important;
    width: auto !important; 
    height: 100px !important; 
    z-index: 101 !important;
} 
#header_logo img, #header_logo.header_logo_fixed img { 
    width: auto !important; 
    height: 100px !important; 
} 
#header_button, #header_button.header_button_fixed { 
    position: absolute !important;
    top: 40px !important; 
    right: max(20px, calc((100% - 1800px) / 2)) !important;
    left: auto !important;
    z-index: 101 !important;
} 
} 

@media screen and (max-width: 650px) { 
#header {
    height: 120px !important;
}
#header_button, #header_button.header_button_fixed { 
    display: none !important; 
} 
#header_logo, #header_logo.header_logo_fixed { 
    position: relative !important; 
    top: 10px !important; 
    left: 0 !important; 
    right: 0 !important; 
    margin-left: auto !important; 
    margin-right: auto !important; 
    z-index: 101 !important; 
    flex: 0 0 auto; 
    width: 198px !important; 
    height: 100px !important; 
} 
#header_logo img, #header_logo.header_logo_fixed img { 
    width: 198px !important; 
    height: 100px !important; 
    display: block !important; 
    margin: 0 auto !important; 
} 
} 

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
    height: 71px; 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 70px; 
    margin-left: auto; 
    margin-right: auto; 
    white-space: nowrap; 
    z-index: 102; 
}
#menutop ul {
	display: flex;
	justify-content: center;
	align-items: stretch; 
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
    box-sizing: border-box; 
    padding: 0px; 
    margin: 0px; 
}
#menutop ul li a {
    display: block; 
    color: #fff; 
    font-size: 1.2rem; 
    line-height: 1; 
    font-weight: 700; 
    text-transform: uppercase; 
    height: auto; 
    text-align: center; 
    padding: 28px 25px 43px 25px; 
    margin: 0px; 
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
	background-position: right 7% top 38px;
}
#menutop ul li:hover a, #menutop li.selected a {
	text-decoration: none;
    color: #ff9c00; 	
}

#menutop.box_fixed {
	background: #1a522a;
}

@media screen and (max-width: 1840px) {
#menutop {
    top: 50px; 
}
#menutop ul li a { 
    font-size: 1rem; 
    line-height: 1; 
    padding: 28px 25px 43px 25px; 
}
}
@media screen and (max-width: 1250px) {
#menutop ul li a { 
    padding: 28px 15px 43px 15px; 
	background-position: right 1% top 38px;	
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #194927 0px, #1a522a 100%);
	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: left;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 2.6;
	font-weight: 600;
	height: 34px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

@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, #ec9306 0px, #ff9c00 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: 600;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #1a522a;
}

#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_area
-----------------------------------------------------------------------------*/
#slideshow_area {
	width: 100%;
	height: 1130px;
	position: relative;
}
.inside #slideshow_area {
	height: 930px;
}
#slideshow_area_leaf {
    background: url(images/slideshow_leaf.webp) right top no-repeat;
    background-size: contain; 
    width: 100%;
    max-width: 1109px;        
    aspect-ratio: 2 / 1;
    height: auto;             
    position: absolute;
    top: 346px;               
    left: 50%;
    transform: translateX(650px);
    z-index: 1;
    pointer-events: none;     
}

@media screen and (max-width: 1840px) {
#slideshow_area, .inside #slideshow_area {
	aspect-ratio: 1.8;
	height: auto;  
}
#slideshow_area_leaf {
    top: 25%;
    width: 55vw;
    height: 33vw;
}
}

@media screen and (max-width: 640px) {
#slideshow_area {
	height: 369px;
	background: #231f20 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow_area {
	height: 280px;
}
#slideshow_area_leaf {
	display: none;
}	
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 641px) {
#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);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	width: 1700px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 270px;
	text-align: left;
	color: #fff;
}
.inside #slideshow_slogan {
	bottom: 170px;
}

.slideshow_slogan1 {
	display: block;
	font-size: 1.9rem;
	line-height: 1;
	margin-bottom: 30px;	
	color: #ff9c00;
	font-weight: 600;
	text-transform: uppercase;
}
.slideshow_slogan2 {
	display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;	
	font-size: 7.0rem;
	line-height: 1.2;	
	margin-bottom: 20px;	
	text-transform: uppercase;
}
.slideshow_slogan2 b {
	display: block;
    font-weight: 700;	
	font-size: 5.0rem;
	line-height: 1.2;	
	margin-bottom: 40px;	
}
#slideshow_slogan a {
	margin-right: 30px;
}
.slideshow_text {
	display: block;
	max-width: 930px;
    font-weight: 600;
    font-style: normal;	
	font-size: 1.3rem;
	line-height: 1.7;	
	margin-bottom: 50px;	
}

@media screen and (max-width: 1840px) {
#slideshow_slogan {
	width: 1100px;
	bottom: 200px;
}
}
@media screen and (max-width: 1460px) {
#slideshow_slogan {
	width: 1100px;
	bottom: 200px;
}
.slideshow_slogan1 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 20px;	
}
.slideshow_slogan2 {
	font-size: 5.0rem;
	line-height: 1.2;	
	margin-bottom: 20px;	
}
.slideshow_slogan2 b {
	font-size: 4.0rem;
	margin-bottom: 40px;	
}
}

@media screen and (max-width: 1300px) {
#slideshow_slogan {
	width: 1100px;
	bottom: 200px;
}
.slideshow_slogan1 {
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 20px;	
}
.slideshow_slogan2 {
	font-size: 4.0rem;
	line-height: 1.2;	
	margin-bottom: 20px;	
}
.slideshow_slogan2 b {
	font-size: 3.0rem;
	margin-bottom: 30px;	
}
.slideshow_text {
	font-size: 1rem;
	line-height: 1.3;	
	margin-bottom: 30px;	
}	
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow_slogan {
	width: 100%;
	bottom: 90px;
	text-align: center;
}
.inside #slideshow_slogan {
	bottom: 90px;
}
.slideshow_slogan1 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 30px;	
}
.slideshow_slogan2 {
	font-size: 3.0rem;
	line-height: 1.2;	
	margin-bottom: 20px;	
}
.slideshow_slogan2 b {
	font-size: 2.5rem;
	line-height: 1.2;	
}
.slideshow_text {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;	
	margin-bottom: 30px;	
}	
}
@media screen and (max-width: 800px) {
#slideshow_slogan {
	width: 100%;
	bottom: 50px;
	text-align: center;
}
.slideshow_slogan1 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 15px;	
}
.slideshow_slogan2 {
	font-size: 3.0rem;
	line-height: 1.2;	
	margin-bottom: 15px;	
}
.slideshow_slogan2 b {
	font-size: 2.5rem;
	line-height: 1.2;	
}
.slideshow_text {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;	
	margin-bottom: 15px;	
}	
#slideshow_slogan a {
	margin: 0px 10px 0px 10px;
}	
}

@media screen and (max-width: 750px) {
.inside #slideshow_slogan {
	bottom: 50px;
}	
}
@media screen and (max-width: 700px) {
.slideshow_text {
	display: none;
}	
}
@media screen and (max-width: 480px) {
#slideshow_slogan a.a_button {
	margin: 0px 10px 0px 10px;
	padding: 13px 25px 13px 25px;	
}	
}
@media screen and (max-width: 400px) {
#slideshow_slogan {
	bottom: 100px;
}	
.slideshow_slogan1 {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 10px;	
}
.slideshow_slogan2 {
	font-size: 2.2rem;
	line-height: 1.2;	
	margin-bottom: 10px;	
}
.slideshow_slogan2 b {
	font-size: 1.8rem;
	line-height: 1.2;	
	margin-bottom: 20px;	
}
#slideshow_slogan a.a_button {
	font-size: 0.8rem;
	line-height: 1.2;		
	padding: 12px 20px 12px 20px;	
}	

}


/* 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: 23px;
	height: 4px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 0px 6px;
	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: 800px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 130px 0px 0px 0px;
	background: #fff;
}
.inside #middle {
	padding: 130px 0px 130px 0px;	
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 90px 0px 0px 0px;
}
.inside #middle {
	padding: 90px 0px 90px 0px;	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 0px 0px;
}
.inside #middle {
	padding: 50px 0px 50px 0px;
}
	
}


/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #1a522a;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;	
	font-size: 3.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 30px 0px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #1a522a;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;	
	font-size: 3.5rem;
	line-height: 1.2;
	text-align: left;
}
.content_title span {
	display: block;
	color: #ff9c00;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 20px;
}
#content_title_contact, #content_title_includes {
	color: #fff;
}
.content_title_center {
	text-align: center;
}
.content_title1 {
	color: #fff;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 2.5rem;
	line-height: 1;
	padding: 0px 0px 20px 0px;
}
.content_title h1 {
	font-size: 2.5rem;
	line-height: 1;
}
.content_title span {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 15px;
}
}


/* box_services
-----------------------------------------------------------------------------*/
#content_columns { 
    display: flex; 
    justify-content: space-between; 
    align-items: stretch;
    gap: 50px; 
    margin-bottom: 30px; 
} 
#box_content_services_left { 
    flex: 0 1 76%; 
    text-align: left; 
} 
#box_content_services_right { 
    flex: 0 1 20%; 
    background: #fff;
    border-radius: 6px; 
    padding: 60px 40px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); 
    box-sizing: border-box; 
    text-align: left; 
    display: flex;
    flex-direction: column;
} 
#box_content_services_right .box_content_services_text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#box_content_services_right .box_content_services_text p {
    margin-bottom: 30px; 
}
#box_content_services_right .align_left {
    margin-top: auto;
}
#box_content_services_right .content_title  {
	font-size: 2.5rem;
}	
#box_content_services_right .a_button  {
	padding: 18px 25px 18px 25px;
	font-size: 1rem;
	line-height: 1;	
}	

#box_services {
	background: #fff;
	padding: 0px;
	position: relative;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 70px;
}
#box_services ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px 35px;
}
#box_services ul li {
  	flex-basis: calc(33% - 35px);
	vertical-align: top;
	background: #1a522a;
	position: relative;
	border-radius: 4px; 
	box-sizing: border-box;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;	
}
#box_services ul li:hover {
	background: #ff9c00;
}

#box_services ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: center 45px;
	background-repeat: no-repeat;
}
#box_services ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#box_services ul li a span {
	display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;	
	font-size: 1.6rem;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 0px 0px 70px;
}
#box_services ul li a:hover span {
	color: #fff;
}

#box_services ul li a div.a_button {
	opacity: 0;
	width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	margin: auto;
	padding: 15px 20px 15px 20px;
}
#box_services ul li a:hover div.a_button {
	opacity: 1;
	background-color: #a7882b;
}
#box_services ul li a div {
    position: absolute;
    top: 50%;
	left: 12%;	
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
    z-index: 101;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;	
	background-repeat: no-repeat;	
}
#box_services ul li:nth-child(1) a div {
	width: 64px;
	height: 64px;	
	background-image: url(images/services-icon-pavers.webp);
}
#box_services ul li:nth-child(2) a div {
	width: 61px;
	height: 64px;	
	background-image: url(images/services-icon-retaining-walls.webp);
}
#box_services ul li:nth-child(3) a div {
	width: 64px;
	height: 64px;	
	background-image: url(images/services-icon-walkways.webp);
}
#box_services ul li:nth-child(4) a div {
	width: 64px;
	height: 64px;		
	background-image: url(images/services-icon-patios.webp);
}
#box_services ul li:nth-child(5) a div {
	width: 64px;
	height: 64px;		
	background-image: url(images/services-icon-water-features.webp);
}
#box_services ul li:nth-child(6) a div {
	width: 64px;
	height: 64px;		
	background-image: url(images/services-icon-landscape-lighting.webp);
}
#box_services ul li:nth-child(7) a div {
	width: 64px;
	height: 64px;		
	background-image: url(images/services-icon-outdoor-living.webp);
}
#box_services ul li:nth-child(8) a div {
	width: 64px;
	height: 64px;		
	background-image: url(images/services-icon-outdoor-kitchens.webp);
}
#box_services ul li:nth-child(9) a div {
	width: 64px;
	height: 56px;		
	background-image: url(images/services-icon-plants-garden-esign.webp);
}

@media screen and (max-width: 1840px) {
#box_services {
	padding: 0px 0px 50px 0px;
}
#box_services ul {
	gap: 15px 15px;
}
#box_services ul li {
  	flex-basis: calc(33% - 35px);
}
#box_services ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: center 45px;
	background-repeat: no-repeat;
}
#box_services ul li a div {
	left: 15%;	
}
}

@media screen and (max-width: 1460px) {
#box_services ul li a span {
	font-size: 1.2rem;
}
}

@media screen and (max-width: 1270px) {
#box_services ul li a span {
	font-size: 1rem;
}
}

@media screen and (max-width: 1200px) {
#box_services {
    margin-bottom: 20px;
}	
#box_services ul {
     gap: 15px 15px;
}
#box_services ul li {
     flex-basis: calc(33.33% - 10px) !important; 
}
#box_services ul li a {
     display: flex !important;
     flex-direction: column !important;
     align-items: center !important;
     justify-content: center !important;
     padding: 20px 10px !important;
     height: 100% !important;
}
#box_services ul li a div {
     position: relative !important;
     top: 0 !important;
     left: 0 !important;
     transform: none !important;
     margin: 0 auto 10px auto !important;
     background-size: contain !important;
     max-width: 45px !important;
     max-height: 45px !important;
}
#box_services ul li a span {
     padding: 0 !important;
     text-align: center !important;
     font-size: 1.1rem !important;
     line-height: 1.2 !important;
}
#content_columns { 
     flex-direction: column; 
     gap: 20px; 
     margin-bottom: 40px;
} 
#box_content_services_left, #box_content_services_right { 
     flex: 0 0 100%; 
     width: 100%; 
     max-width: 100%;
} 
#box_content_services_right {
     border-radius: none;
     padding: 0px; 
     box-shadow: none!important;
}
#box_content_services_right .box_content_services_text p {
     margin-bottom: 20px;
}	
.content_title {
     padding: 0px 0px 10px 0px;
}		
}
@media screen and (max-width: 650px) {
#box_services {
    margin-bottom: 0px;
}		
#box_services ul li {
     flex-basis: calc(50% - 8px) !important; 
}
#box_services ul li a {
     padding: 15px 5px !important;
}
#box_services ul li a span {
     font-size: 0.95rem !important;
}
}
@media screen and (max-width: 350px) {
#box_services ul li {
     flex-basis: 100% !important;
}
}


/* box_includes
-----------------------------------------------------------------------------*/
#box_includes {
    position: relative;
    padding: 100px 0px 80px 0px;
	background: url(images/box_includes_bg.webp) top center no-repeat;	
	background-size: cover;
}
#box_includes:before {
	content: "";
	display: block;
	width: 100%;
	height: 11px;
	position: absolute;
	top: -11px;
	left: 0px;
	background: url(images/box_includes_top_bg.webp) center top no-repeat;
}
#box_includes_leaf {
	background: url(images/box_includes_leaf.webp) left top no-repeat;
	width: auto;
	min-width: 502px;
	height: 485px;
	position: absolute;
	top: -81px;  
	left: -webkit-calc(50% - 1280px + 41px);
	left: -moz-calc(50% - 1280px + 41px);
	left: calc(50% - 1280px + 41px);         
	z-index: 0;
}
.box-includes-leaf-list {
	font-size: 1rem;
	line-height: 1.2;	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	display: grid;
	font-weight: bold;
	gap: 7px 30px;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
#box_includes {
    padding: 50px 0px 50px 0px;
}
}
@media screen and (max-width: 1140px) {
.box-includes-leaf-list {
	grid-template-columns: repeat(3, 1fr);
}	
}
@media screen and (max-width: 680px) {
.box-includes-leaf-list {
	grid-template-columns: repeat(2, 1fr);
}	
}
@media screen and (max-width: 500px) {
.box-includes-leaf-list {
	grid-template-columns: repeat(1, 1fr);
}	
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	background: #fff;
	position: relative;
	padding: 120px 0px 120px 0px;
}
#box_portfolio ul {
	margin: 0px;
	padding: 0px 35px 0px 35px;
	box-sizing: border-box;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 30px;
}
#box_portfolio ul li {
	box-sizing: border-box;
	vertical-align: top;
	background: #fff;
	position: relative;
	height: auto;
}
.box_portfolio_text {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
#box_portfolio .a_button {
	margin-top: 50px;
}

#box_portfolio ul li:nth-child(1) {
  flex-basis: calc(25% - 30px);
}
#box_portfolio ul li:nth-child(2) {
  flex-basis: calc(25% - 30px)
}
#box_portfolio ul li:nth-child(3) {
  flex-basis: calc(25% - 30px)
}
#box_portfolio ul li:nth-child(4) {
  flex-basis: calc(25% - 30px);
}

#box_portfolio ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_portfolio ul li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255, 156, 0, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	opacity: 0;
	z-index: 2;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_portfolio ul li a:hover:before {
	opacity: 1;
}

#box_portfolio ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 150ms ease-in;
	-webkit-transition: all 350ms ease-in;
}
#box_portfolio ul li a:hover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
#box_portfolio_leaf {
	background: url(images/box_portfolio_leaf.webp) left top no-repeat;
	width: auto;
	min-width: 989px;
	height: 410px;
	position: absolute;
	top: 61px;  
	left: -webkit-calc(50% - 1280px + 204px);
	left: -moz-calc(50% - 1280px + 204px);
	left: calc(50% - 1280px + 204px);         
	z-index: 0;
}
@media screen and (max-width: 1840px) {
#box_portfolio {
	padding: 90px 0px 90px 0px;
}
#box_portfolio ul {
	padding: 0px 10px 0px 10px;
	gap: 25px 25px;
}

#box_portfolio ul li:nth-child(1) {
    flex-basis: calc(25% - 25px);
}
#box_portfolio ul li:nth-child(2) {
    flex-basis: calc(25% - 25px)
}
#box_portfolio ul li:nth-child(3) {
    flex-basis: calc(25% - 25px)
}
#box_portfolio ul li:nth-child(4) {
    flex-basis: calc(25% - 25px);
}
}

@media screen and (max-width: 1140px) {
#box_portfolio {
	padding: 40px 0px 40px 0px;
}
#box_portfolio ul {
	padding: 0px 5px 0px 5px;
	gap: 10px 10px;
}
#box_portfolio ul li:nth-child(1) {
    flex-basis: calc(25% - 25px);
}
#box_portfolio ul li:nth-child(2) {
    flex-basis: calc(25% - 25px)
}
#box_portfolio ul li:nth-child(3) {
    flex-basis: calc(25% - 25px)
}
#box_portfolio ul li:nth-child(4) {
    flex-basis: calc(25% - 25px);
}
}

@media screen and (max-width: 800px) {
#box_portfolio ul li:nth-child(1), #box_portfolio ul li:nth-child(2) {
    flex-basis: calc(50% - 10px);
}
#box_portfolio ul li:nth-child(3), #box_portfolio ul li:nth-child(4){
	display: none;
}
}

@media screen and (max-width: 450px) {
#box_portfolio ul li:nth-child(1) {
    flex-basis: calc(90% - 10px);
}
#box_portfolio ul li:nth-child(2) {
	display: none;
}
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	position: relative;
	padding: 225px 0px 225px 0px;
	background: url(images/box_contact_bg.webp) center center no-repeat;
	background-size: cover;	
	color: #fff;
}
#box_contact fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#box_contact input[type=text], #box_contact input[type=password], #box_contact input[type=file], #box_contact input[type=email], #box_contact select, #box_contact textarea {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;	
	margin-bottom: 35px;
	outline-style: none;
}
#box_contact textarea {
	height: 190px;
}
#box_contact table {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 100px 0px 100px;
}
#box_contact td {
	width: 33.333%;
	box-sizing: border-box;
	padding-right: 35px;
	vertical-align: top;
}
#box_contact td:last-child {
	padding-right: 0px;
}

@media screen and (max-width: 1840px) {
#box_contact {
	padding: 90px 0px 90px 0px;
}
#box_contact table {
	padding: 0px;
}
}

@media screen and (max-width: 1140px) {
#box_contact {
	padding: 40px 0px 40px 0px;
}
#box_contact input[type=text], #box_contact input[type=password], #box_contact input[type=file], #box_contact input[type=email], #box_contact select, #box_contact textarea {
	margin-bottom: 15px;
}
#box_contact table td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
#box_contact textarea {
	height: 110px;
}
}

/* Footer
----------------------------------------------------------------------------*/
#footer { 
    color: #b8b4ac; 
    background: #1a522a; 
    position: relative; 
    padding: 100px 0px 100px 0px; 
    font-size: 0.9rem; 
    line-height: 1.4; 
} 
#footer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0px;
    gap: 120px;
}
#footer_left { 
    width: 320px; 
    display: flex;
    flex-direction: column;
} 
#footer_logo { 
    margin-bottom: 40px;
} 

#footer_logo img {
    max-width: 100%;
    height: auto;
}
#footer_address { 
    color: #b8b4ac; 
} 
#footer_address ul { 
    margin: 0px 0px 25px 0px; 
    list-style: none; 
    list-style-image: none; 
    padding: 0;
} 
#footer_address ul li { 
    padding: 0px 0px 0px 35px; 
	margin-bottom: 14px;
    background-repeat: no-repeat;
    background-position: left center;
} 
#footer_address a { 
    color: #b8b4ac; 
    text-decoration: none; 
} 
#footer_address a:hover { 
    text-decoration: underline; 
} 
.phone_box {
    display: flex;
    align-items: center;
	left: -32px;
	position: relative;
    gap: 12px;
}
.phone_label { 
    color: #ff9900; 
    font-size: 0.6rem; 
    font-weight: bold; 
    line-height: 0.9; 
    text-align: right; 
    letter-spacing: 1px; 
} 
#footer_address ul li:nth-child(1) a {
    color: #fff !important; 
    font-size: 1.6rem; 
    font-weight: 700; 
    font-family: "Barlow Condensed", sans-serif; 
    line-height: 1; 
}
#footer_address ul li:nth-child(2) {
	background-image: url('images/icon_hours.webp');
} 
#footer_address ul li:nth-child(3) {
	background-image: url('images/icon_email.webp');
} 
#footer_address ul li:nth-child(4) {
	background-image: url('images/icon_location.webp');
} 

#footer_social { 
    display: flex;
    gap: 18px;
    margin-top: 20px;
} 
#footer_social a img { 
    vertical-align: middle; 
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;	
} 
#footer_social a:hover img { 
    transform: scale(1.1);
} 
#footer_right { 
    flex: 1;
    min-width: 300px;
	margin-top: 60px;
} 
#service_area span { 
    display: block; 
    color: #fff; 
    margin-bottom: 35px; 
    font-family: "Barlow Condensed", sans-serif; 
    font-weight: 700; 
    font-size: 2.0rem; 
    line-height: 1.2; 
    text-transform: uppercase; 
}  
#service_area ul { 
    margin: 0; 
    padding: 0; 
    font-size: 0.8rem; 
    display: grid; 
    gap: 15px 20px; 
    grid-template-columns: repeat(6, 1fr); 
} 
#service_area a[href="javascript:;"] { 
    color: #b8b4ac; 
    text-decoration: none; 
    cursor: text; 
} 

#footer2 { 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
    max-width: 1800px; 
    margin: 20px auto 0 auto; 
    padding: 0px; 
    padding-top: 50px; 
    border-top: 1px solid #316440; 
    margin-top: 50px; 
} 
#footer_name {
	flex: 0 0 auto;
} 
#footer_name span {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
} 
#footer_links {
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
} 
#footer_links a {
	color: #b8b4ac;
} 
#footer_links a:hover {
	text-decoration: underline;
} 
@media screen and (max-width: 1400px) {
#service_area ul {
	grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 1000px) {
#footer { 
	padding: 40px 0px; 
}
#footer1 { 
    flex-direction: column; 
    gap: 35px; 
}
#footer_left { 
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center; 
}
#footer_logo { 
    margin: 0 auto 25px auto; 
}
#footer_address ul {
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: left; 
}
#footer_address ul li { 
    padding: 0px 0px 0px 35px; 
    margin-bottom: 12px; 
    background-repeat: no-repeat; 
    background-position: left center; 
}
.phone_box { 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: -32px;
    position: relative;
    gap: 12px;
}
#footer_social {
    display: flex;
    justify-content: center; 
    gap: 18px;
    margin-top: 0px;
}
#footer_right { 
    flex: 1; 
    min-width: 300px; 
    margin-top: 0px; 
}
#service_area span { 
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
}
#service_area ul { 
    gap: 10px 15px; 
    grid-template-columns: repeat(4, 1fr); 
    justify-items: center;
}
#service_area ul li a {
    text-align: center;
}
#footer2 { 
    flex-direction: column; 
    gap: 12px; 
    text-align: center; 
    padding-top: 25px; 
    margin-top: 25px; 
}
#footer_links { 
    text-align: center; 
    white-space: normal; 
    line-height: 1.5; 
}
}

@media screen and (max-width: 720px) {
#service_area ul {
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 500px) {
#service_area ul { 
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
}

@media screen and (max-width: 319px) {
#footer_right {
    min-width: 0 !important;
    width: 100% !important;
    margin-top: 0px !important;
    padding: 0 !important;
}
#service_area {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#service_area ul { 
    display: grid !important; 
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px 15px !important; 
    margin: 0 auto !important;
    padding: 0 !important;             
    width: 100% !important;
    justify-items: center !important; 
}
#service_area ul li, #service_area ul li a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;             
    text-align: center !important; 
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 30%;
	float: left;
}
#contact_form {
	width: 65%;
	float: right;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 700px) {
#contact_address {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
#contact_form {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 450px) {
#contact_form label.edit {
	width: 100%;
}
#contact_form label.edit_half {
	width: 50%;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 54px;
	height: 54px;
	background: #ff9c00 url(images/scroll_top_bg.webp) center no-repeat;
	border-radius: 8%;
	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-color: #1a522a;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#scroll_top {
	width: 70px;
	height: 70px;
}
}
@media screen and (max-width: 1400px) {
#scroll_top {
	width: 40px;
	height: 40px;
	background-size: 15px auto;
}
}

@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%;
}
}
