* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #574f48;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #334330 url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Inria Serif", serif;
	font-size: 36px;
	line-height: 39px;
	font-weight: 700;
	color: #4c7444;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Inria Serif", serif;
	font-size: 34px;
	line-height: 37px;
	font-weight: 700;
	color: #496245;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Inria Serif", serif;
	font-size: 32px;
	line-height: 35px;
	font-weight: 700;
	color: #334330;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Inria Serif", serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	color: #b4962e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Inria Serif", serif;
	font-size: 28px;
	line-height: 31px;
	font-weight: 700;
	color: #957c23;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Inria Serif", serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: 700;
	color: #765f0f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ef7000;
	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;
}

p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	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: #d9c16c;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	border: 0px;
	padding: 21px 110px 21px 110px;
	cursor: pointer;
    text-transform: uppercase;
    border-radius: 6px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
.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: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 15px 0px 0px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}
#scode_block ul {
	display: table;
	margin: 41px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
@media screen and (max-width: 1840px) {
#scode_block ul li {
	margin: 0px 15px 0px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 0px 0px;
}
}
@media screen and (max-width: 1140px) {
#scode_block ul {
	margin: 10px 0px 0px 0px;
}
#scode_block ul li {
	margin: 0px 5px 10px 5px;
}
#scode_block ul li:first-child {
	margin: 0px 5px 10px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 10px 5px;
}
}

.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 370px) {
.g-recaptcha {
    width: 280px;
    overflow: hidden;
}
}
@media screen and (max-width: 1840px) {
.g-recaptcha {
    width: 295px;
    overflow: hidden;
}
.form input.submit, input.button {
	padding: 20px 51px 20px 51px;
}
}
@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	padding: 20px 108px 20px 108px;
}
}
@media screen and (max-width: 350px) {
.form input.submit, input.button {
	font-size: 25px;
	line-height: 25px;
	padding: 15px 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	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-radius: 4px;
}
.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 {
	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-family: "Bebas Neue", sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	background: #d9c16c;
	text-align: center;
	padding: 9px 53px 9px 52px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
    border-radius: 3px;
    text-transform: uppercase;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #334330;
}

.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: #334330;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #d9c16c;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #d9c16c;
	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: 700;
}

.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: 14px;
	line-height: 14px;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #d9c16c;
	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: #334330;
}

@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-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	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 {
	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-optical-sizing: auto;
	font-style: normal;
	font-size: 23px;
	line-height: 33px;
	font-weight: 400;
	color: #496245;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	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: 13px;
	line-height: 14px;
	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: 11px;
	line-height: 12px;
}

/*
.portfolio_thumbnail_caption {
	display: block;
	color: #4b6071;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 10px;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover .portfolio_thumbnail_caption {
	color: #e4af3b;
}
*/

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 10px 20px;
	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: 900px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
.portfolio_thumbnails ul li a span {
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
}
.portfolio_thumbnail_caption {
	font-size: 14px;
	line-height: 15px;
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
.portfolio_thumbnails ul li a span {
	font-size: 15px;
	line-height: 17px;
	padding-top: 5px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
.portfolio_thumbnails ul li a span {
	padding-top: 10px;
}
}


/* 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: 20px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	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;
}

/*
.portfolio_index_caption {
	display: block;
	color: #4b6071;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	padding-top: 15px;
}
.portfolio_index .portfolio_index_link:hover .portfolio_index_caption {
	color: #e4af3b;
}
*/

@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 10px 20px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 900px) {
.portfolio_index ul {
	gap: 5px 10px;
}
.portfolio_index_caption {
	font-size: 17px;
	line-height: 18px;
	padding-top: 10px;
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
.portfolio_index_caption {
	font-size: 14px;
	line-height: 15px;
	padding-top: 5px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
.portfolio_index_caption {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
}
}


/* 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(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: 13px;
	line-height: 14px;
	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-family: "Bebas Neue", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #574f48;
	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: #ef7000;
}
.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: "Bebas Neue", sans-serif;
	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-family: "Bebas Neue", sans-serif;
	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: 0px;
}

.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;
}
}
/* header_contacts
-----------------------------------------------------------------------------*/
#header_contacts {
	width: 100%;
    height: 60px;
    position: relative;
	background: url(images/header_contacts_bg.webp) center center no-repeat;
    z-index: 999;
}
#header_contacts a,
#header_contacts span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 60px;
	color: #c7bfb2;
}
#header_contacts a:hover {
	text-decoration: none;
}
#header_text {
    padding: 0px 100px 0px 0px;
}
#header_hours {
    padding: 0px 141px 0px 25px;
	background: url(images/icon_hours.webp) left center no-repeat;
}
#header_email {
    padding: 0px 0px 0px 29px;
	background: url(images/icon_email.webp) left center no-repeat;
}
#header_location {
    padding: 0px 142px 0px 19px;
	background: url(images/icon_location.webp) left center no-repeat;
}
#header_social {
    float: right;
    padding-top: 14px;
}
#header_social a {
	vertical-align: top!important;
	line-height: 20px;    
}
#header_phone {
	font-size: 26px!important;
    line-height: 37px!important;
    font-family: "Bebas Neue", sans-serif;
	color: #f4f2ef!important;
    font-weight: 400;
	padding: 0px 33px 0px 26px;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#header_icons {
  display: inline-block;
  vertical-align: middle;
}
#header_icons img {
  vertical-align: middle;
}
#header_social img {
    margin-left: 7px;
}
@media screen and (max-width: 1840px) {
#header_text {
    padding: 0px 32px 0px 0px;
}
#header_hours {
    padding: 0px 32px 0px 25px;
}
#header_location {
    padding: 0px 32px 0px 19px;
}
#header_social {
    float: none;
    padding: 0px;
    position: absolute;
    top: 121px;
    right: 235px;
}
#header_phone {
	color: #334330!important;
}
}
@media screen and (max-width: 1140px) {
#header_contacts .page_wrapper {
    white-space: nowrap;
}
#header_text,
#header_hours,
#header_location,
#header_email {
    display: none!important;
}
#header_social {
    position: static;
    display: block;
    width: 100%;
    font-size: 0px;
}
#header_phone {
	position: absolute;
    top: 286px;
    left: 50%    ;
    transform: translateX(-50%);
	padding: 0px 0px 0px 26px;
}
#header_icons {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}
}
/* header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
    height: 246px;
	background: url(images/header_bg.webp) center center no-repeat;
    position: relative;
    text-align: center;
    z-index: 555;
    background-size: cover;
}
#header_logo {
    position: absolute;
    top: 17px;
    left: 0px;
    z-index: 777;
}
#header .a_button {
	position: absolute;
    top: 99px;
    right: 0px;
    z-index: 777;
    transition: top 0.3s ease;
}
@media screen and (max-width: 1840px) {
#header .a_button {
    top: 53px;
}
}
@media screen and (max-width: 1140px) {
#header {
    height: 272px;
}
#header_logo {
    top: 13px;
    position: relative;
    text-align: center;
}
#header .a_button {
	display: none;
}
}
/*menutop
-----------------------------------------------------------------------------*/
#menutop {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 98px;
    height: 54px;
    padding: 15px 0px;
    z-index: 666;
}
#menutop.box_fixed {
    height: 36px;
    padding: 12px 0px;
    background: #f4f2ef;
}
#menutop ul {
	display: flex;
    justify-content: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: none;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
    font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #334330;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 23px 6px 23px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;    
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
	color: #bea85a;
}
@media screen and (max-width: 1840px) {
#menutop {
    top: 145px;
}
#menutop ul {
	justify-content: flex-end;
}
#menutop li:last-child a {
	padding: 6px 0px 6px 23px;
}
}
@media screen and (max-width: 1140px) {
#menutop {
    display: none;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #253322 0px, #334330 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: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	height: 35px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
#mobile_show_menu {
    color: #fff;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: 1px 5px 0px 0px;
}
@media screen and (max-width: 1140px) {
.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, #c2ae67 0px, #d9c16c 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	padding: 11px 0px 8px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #334330;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 2px solid #ebe7e1;
	border-bottom: 2px solid #ebe7e1;
}
/* 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
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1094px;
	position: relative;
	z-index: 10;
	background: #1e2b1d;
}
.inside #slideshow {
	height: 628px;
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 369px!important;
	background: #505050 url(images/mobile_slideshow_bg.webp) center center no-repeat;
    background-size: cover;
}
.inside #slideshow {
	height: 215px!important;
}    
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_2560_01.webp) center center no-repeat;
}
#slide2 {
	background: url(images/slides_2560_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_2560_03.webp) center center no-repeat;
}
}
#slideshow_content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 270px;
	z-index: 235;
    text-align: left;
}
.inside #slideshow_content {
	top: 140px;
}
#slideshow_slogan1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #d9c16c;
    padding: 0px;
    text-transform: uppercase;
}
#slideshow_slogan2 {
	font-family: "Inria Serif", serif;
    font-weight: 700;
	font-size: 100px;
	line-height: 122px;
	color: #f4f2ef;
    padding: 33px 500px 14px 0px;
}
#slideshow_text {
	font-size: 18px;
	line-height: 36px;
	color: #f4f2ef;
    padding: 0px 1000px 0px 0px;
}
#slideshow_content .a_button {
    margin: 48px 0px 0px 0px;
}
.inside #slideshow_text,
.inside #slideshow_content .a_button {
    display: none;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 828px;
}
.inside #slideshow {
	height: 549px;
}
#slideshow_content {
	top: 141px;
}
#slideshow_slogan2 {
    font-size: 87px;
	line-height: 108px;
    padding: 31px 0px 24px 0px;
}
.inside #slideshow_content {
	top: 121px;
}
#slideshow_text {
    padding: 0px 305px 0px 0px;
}
#slideshow_content .a_button {
    margin: 47px 0px 0px 0px;
}
}
@media screen and (max-width: 1890px) and (min-width: 1841px) {
#slideshow_content {
	left: 25px;
}
}
@media screen and (max-width: 1190px) {
#slideshow_content {
	left: 20px;
}
#slideshow_slogan2 {
    font-size: 75px;
	line-height: 92px;
    padding: 31px 0px 24px 0px;
}
}
@media screen and (max-width: 1140px) {
#slideshow_content {
	top: 99px;
    text-align: center;
}
.inside #slideshow_content {
	top: 25%;
}
#slideshow_slogan1 {
    width: auto;
	font-size: 24px;
	line-height: 24px;
    padding: 0px 25px 0px 25px;
}
#slideshow_slogan2 {
    width: auto;
	font-size: 36px;
	line-height: 51px;
    padding: 11px 25px 0px 25px;
}
#slideshow_text,
#slideshow_content .a_button {
    display: none;
}
.inside #slideshow_slogan2 {
    font-size: 24px;
	line-height: 35px;
    padding: 0px 25px 0px 25px;
}
}
@media screen and (max-width: 450px) {
#slideshow_content {
	top: 45px;
}
.inside #slideshow_content {
	top: 35px;
}
#slideshow_slogan1,
#slideshow_slogan2 {
    padding-left: 15px;
    padding-right: 15px;
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 28px;
	height: 172px;
	position: absolute;
	top: 50%;
    margin-top: -86px;
	z-index: 237;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slides_arrow_prev {
	left: 170px;
	background: url(images/slides_arrow_prev.webp) center center no-repeat;
}
#slides_arrow_next {
	right: 170px;
	background: url(images/slides_arrow_next.webp) center center no-repeat;	
}
@media screen and (max-width: 2210px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
}
@media screen and (max-width: 1140px) {
#slides_arrow_prev {
	display: none;
}
#slides_arrow_next {
	display: none;
}
}
#slides_arrow_next:hover, #slides_arrow_prev:hover {
	transform: scale(1.1);
}
#slideshow_pager { 
	position: absolute;
    width: 1800px!important;
	bottom: 218px;
	z-index: 240;
	left: 0px;
    right: 0px;
	margin: 0px auto;
	text-align: left;
}
#slideshow_pager span { 
	width: 18px;
	height: 11px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 0px;
	background: url(images/slide_icon.webp) center center no-repeat;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}
.inside #slideshow_pager { 
	bottom: 130px;
}
@media screen and (max-width: 1840px) {
#slideshow_pager { 
    width: 1100px!important;
	bottom: 106px;
}
}
.inside #slideshow_pager { 
	bottom: 100px;
}
@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}
/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
    padding: 110px 0px 94px 0px;
	background: url(images/box_services_bg.webp) center center no-repeat;
	color: #f4f2ef;
    position: relative;
    background-size: cover;
}
#box_services_text {
	width: 770px;
	padding: 20px 0px 0px 114px;
}
.service_featured {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 423px;
    height: 144px;
    background: #334330;
    border-radius: 6px;
}
.service_featured a {
	display: table;
    width: 100%;
    height: 100%;
	position: relative;
	border-radius: 6px;
    transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_services .content_title,
#box_services_text {
	display: inline-block;
	vertical-align: top;
}
#ul_services {
	display: table;
	margin: 51px auto 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
}
#ul_services li {
	display: inline-block;
	vertical-align: top;
    width: 423px;
    height: 144px;
	padding: 0px;
	margin: 0px 36px 36px 0px;
	background: #334330;
	border-radius: 6px;
}
.service_featured:hover,
#ul_services li:hover {
	background: #d9c16c;
}
#ul_services li:nth-child(5),
#ul_services li:nth-child(9) {
	margin: 0px 0px 36px 0px;
}
#ul_services li a {
	display: table;
    width: 100%;
    height: 100%;
	position: relative;
	border-radius: 6px;
    transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.service_featured a:hover,
#ul_services li a:hover {
	text-decoration: none;
}
.service_featured a span,
#ul_services li a span {
	display: table-cell;
	vertical-align: middle;
	font-family: "Bebas Neue", sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
    color: #f4f2ef;
	padding: 0px 0px 0px 124px;
	text-transform: uppercase;
}
#ul_services .no_2560 {
	display: none;
}
.services_water_features {
    background: url(images/icon_services_water_features.webp) no-repeat 40px center;
}
.services_water_features:hover {
    background: url(images/icon_services_water_features_hover.webp) no-repeat 40px center;
}
#services_waterfalls {
    background: url(images/icon_services_waterfalls.webp) no-repeat 40px center;
}
#services_waterfalls:hover {
    background: url(images/icon_services_waterfalls_hover.webp) no-repeat 40px center;
}
#services_pondless_waterfall {
    background: url(images/icon_services_pondless_waterfall.webp) no-repeat 40px center;
}
#services_pondless_waterfall:hover {
    background: url(images/icon_services_pondless_waterfall_hover.webp) no-repeat 40px center;
}
#services_decorative_ponds {
    background: url(images/icon_services_decorative_ponds.webp) no-repeat 40px center;
}
#services_decorative_ponds:hover {
    background: url(images/icon_services_decorative_ponds_hover.webp) no-repeat 40px center;
}
#services_dry_creek_beds {
    background: url(images/icon_services_dry_creek_beds.webp) no-repeat 40px center;
}
#services_dry_creek_beds:hover {
    background: url(images/icon_services_dry_creek_beds_hover.webp) no-repeat 40px center;
}
#services_decorative_fountains {
    background: url(images/icon_services_decorative_fountains.webp) no-repeat 40px center;
}
#services_decorative_fountains:hover {
    background: url(images/icon_services_decorative_fountains_hover.webp) no-repeat 40px center;
}
#services_waterfall_lighting {
    background: url(images/icon_services_waterfall_lighting.webp) no-repeat 40px center;
}
#services_waterfall_lighting:hover {
    background: url(images/icon_services_waterfall_lighting_hover.webp) no-repeat 40px center;
}
#services_boulder_fountains {
    background: url(images/icon_services_boulder_fountains.webp) no-repeat 40px center;
}
#services_boulder_fountains:hover {
    background: url(images/icon_services_boulder_fountains_hover.webp) no-repeat 40px center;
}
#services_drainage_solutions {
    background: url(images/icon_services_drainage_solutions.webp) no-repeat 40px center;
}
#services_drainage_solutions:hover {
    background: url(images/icon_services_drainage_solutions_hover.webp) no-repeat 40px center;
}
@media screen and (max-width: 1840px) {
#box_services {
    padding: 70px 0px 70px 0px;
}
#box_services .content_title,
#box_services_text {
	display: block;
}
#box_services_text {
	width: auto;
	padding: 20px 0px 0px 0px;
}
.service_featured {
    display: none;
}
#ul_services .no_2560 {
	display: inline-block;
}
#ul_services li {
    width: 348px;
	margin: 0px 28px 28px 0px;
}
#ul_services li:nth-child(5),
#ul_services li:nth-child(9) {
	margin: 0px 28px 28px 0px;
}
#ul_services li:nth-child(3n+0) {
	margin: 0px 0px 28px 0px;
}
#ul_services li a span {
	padding: 0px 103px 0px 114px;
}
}
@media screen and (max-width: 1140px) {
#box_services {
    padding: 40px 0px 40px 0px;
    background: url(images/box_services_bg_mob.webp) center center no-repeat;
    background-size: cover;
}
#ul_services {
	margin: 30px auto 0px auto;
    text-align: center;
}
#ul_services li {
    width: 139px;
    height: 134px;
	margin: 0px 1px 2px 1px;
}
#ul_services li:nth-child(5),
#ul_services li:nth-child(9),
#ul_services li:nth-child(3n+0) {
	margin: 0px 1px 2px 1px;
}
#ul_services li a span {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	padding: 60px 24px 0px 24px;
    text-align: center;
}
.services_water_features,
.services_water_features:hover,
#services_waterfalls,
#services_waterfalls:hover,
#services_pondless_waterfall,
#services_pondless_waterfall:hover,
#services_decorative_ponds,
#services_decorative_ponds:hover,
#services_dry_creek_beds,
#services_dry_creek_beds:hover,
#services_decorative_fountains,
#services_decorative_fountains:hover,
#services_waterfall_lighting,
#services_waterfall_lighting:hover,
#services_boulder_fountains,
#services_boulder_fountains:hover,
#services_drainage_solutions,
#services_drainage_solutions:hover {
    background-size: 44px auto;
    background-position: center top 20px;
}
}
/* box_about
-----------------------------------------------------------------------------*/
#box_about {
    position: relative;
    background: #f4f2ef;
    padding: 98px 0px 119px 0px;
}
#box_text_about {
    float: right;
    width: 800px;
}
#pic_welcome_1 {
    float: left;
    margin-top: 22px;
    border-radius: 4px;
}
@media screen and (max-width: 1840px) {
#box_about {
    padding: 80px 0px 90px 0px;
}
#box_text_about {
    float: none;
    width: 100%;
}
#pic_welcome_1 {
    display: none;
}
}
@media screen and (max-width: 1140px) {
#box_about {
    padding: 40px 0px 40px 0px;
}
}
/* middle
-----------------------------------------------------------------------------*/
#middle {
	min-height: 600px;
	background: #f4f2ef;
    padding: 98px 0px 120px 0px;
}
@media screen and (max-width: 1840px) {
#middle {
    padding: 60px 0px 70px 0px;
}
}
@media screen and (max-width: 1140px) {
#middle {
	min-height: 200px;
    padding: 40px 0px 40px 0px;
}
}
/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	position: relative;
	padding: 98px 0px 140px 0px;
	background: url(images/box_gallery_bg.webp) center center no-repeat;
    background-size: cover;
}
#box_gallery_text {
    width: 1190px;
    float: right;
    padding-bottom: 60px;
}
#box_gallery .a_button {
	position: absolute;
    top: 185px;
    left: 0px;
}
#box_gallery ul {
    display: flex;
	flex-wrap: nowrap;      
	justify-content: center;
    margin: 0px auto;
	gap: 36px; 
    overflow: hidden;
}
#box_gallery ul li {
    flex: 0 0 auto;
	position: relative;
    width: 576px;  
	height: 529px;
	overflow: hidden;
    border-radius: 4px;
}
#box_gallery ul li a,
#box_gallery ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    border-radius: 4px;
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(217, 193, 108, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	z-index: 2;
	text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
    border-radius: 4px;
}
#box_gallery a:hover div {
	opacity: 1;
}
#box_gallery ul li a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_gallery a img:hover {
	opacity: 1;
}
@media screen and (max-width: 1840px) {
#box_gallery {
	padding: 98px 0px 100px 0px;
}
#box_gallery_text {
    float: none;
    width: 100%;
    padding-bottom: 38px;
}
#box_gallery .a_button {
    position: relative;
    top: 0px;
    margin-bottom: 60px;
}
#box_gallery ul {
	max-width: 1920px;
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
	padding: 40px 0px 40px 0px;
    min-height: 440px;
}
#box_gallery_text {
    display: none;
}
#box_gallery ul li {
	position: relative;
    width: 280px; 
	height: 239px; 
	overflow: hidden;
}
#box_gallery ul li a,
#box_gallery ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;        
}
#box_gallery .a_button {
    position: absolute;
    top: 390px;
    left: 0px;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 920px) {
#box_gallery ul li:nth-child(3) {
	display: none;
}
}
@media screen and (max-width: 600px) {
#box_gallery ul li:nth-child(1) {
	display: none;
}
}
/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	position: relative;
	padding: 168px 0px 190px 0px;
	background: url(images/box_reviews_bg.webp) center center no-repeat;
    color: #f4f2ef;
    background-size: cover;
}
#box_reviews1 {
	float: left;
    width: 51%;
}
#box_reviews2 {
	padding: 148px 0px 0px 0px;
	position: relative;
}
#slideshow_testimonials {
	width: 667px;
	height: 230px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
#slideshow_testimonials li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
#slideshow_testimonials li .author{
	display: block;
    padding-bottom: 23px;
    margin-bottom: 13px;
    background: url(images/box_reviews_5stars.webp) left bottom no-repeat;
}
#reviews_quotes{
	background: url(images/quotes.webp) left top no-repeat;
	width: 66px;
	height: 57px;
	position: absolute;
	top: 61px;
	left: 118px;
}
#slides_review_controls { 
    position: absolute;
    top: 237px;
    left: 0px;
    width: 100%;
    z-index: 15;
}
#slides_review_controls a {
    position: absolute;
	width: 23px; 
	height: 43px;
}
#slides_review_arrow_prev {
    left: 0px;
	background: url(images/slides_review_arrow_prev.webp) center center no-repeat;
}
#slides_review_arrow_next {
    right: 0px;
	background: url(images/slides_review_arrow_next.webp) center center no-repeat;	
}
#box_reviews_text {
    float: right;
    width: 40%;
}
#box_reviews_text .a_button{
    margin-top: 15px;
}
.review_mob_btn {
    display: none;
}
@media screen and (max-width: 1840px) {
#box_reviews {
	padding: 120px 0px 130px 0px;
}
#box_reviews1 {
    width: 48%;
}
#box_reviews2 {
	padding: 182px 0px 0px 0px;
}
#slideshow_testimonials {
	width: 386px;
	height: 325px;
}
#reviews_quotes{
	top: 77px;
	left: 75px;
}
#slides_review_controls { 
    top: 264px;
}
#box_reviews_text {
    width: 49%;
}
#box_reviews_text .a_button{
    margin-top: 15px;
}
}
@media screen and (max-width: 1140px) {
#box_reviews {
	padding: 40px 0px 40px 0px;
    background: url(images/box_reviews_bg_mob.webp) center center no-repeat;
    background-size: cover;
}
#box_reviews_text {
    float: none;
    width: 100%;
}
#reviews_text {
    display: none;  
}
#box_reviews_text .a_button{
    display: none;
}
#box_reviews1 {
	float: none;
    width: 100%;
}
#box_reviews2 {
	padding: 20px 0px 33px 0px;
}
#slideshow_testimonials {
	width: auto;
	height: auto;
}
#reviews_quotes,
#slides_review_controls {
	display: none;
}
.review_mob_btn {
    display: inline-block;  
}
}
/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	padding: 100px 0px 0px 0px;
	background: url(images/box_contact_bg.webp) center center no-repeat;
    background-size: cover;
}
#box_map {
    float: left;
    width: 48%;
    padding-top: 15px;
}
#box_map img {
    border-radius: 5px;
}
#box_form {
    float: right;
    width: 52%;
    padding: 0px;
}
#box_form2 {
	padding: 0px 16px 120px 36px;
	position: relative;
}
#box_contact #table_form {
    width: 100%;
}
#box_contact #table_form td {
    width: 50%;
    vertical-align: top;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 217px;
	font-size: 24px;
	line-height: 24px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 15px 10px 16px 20px;
	background: #334330;
	border: none;
    text-transform: uppercase;
    border-radius: 5px;
}
#box_contact_form #name,
#box_contact_form #email,
#box_contact_form #phone,
#box_contact_form #scode {
	height: 61px;
	font-size: 24px;
	line-height: 24px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 15px 10px 16px 20px;
	background: #334330;
	border: none;
	margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    border-radius: 5px;
}
#box_contact_form input:required {
	background: #334330 url(images/placeholder_req_bg.webp) 13px 22px no-repeat !important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: #334330 !important;
}
#box_contact_form ::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 18px;
	color: #fff!important;
	font-weight: 400;
}
#box_contact_form ::-moz-placeholder {
	font-size: 18px;
	line-height: 18px;
	color: #fff!important;
	font-weight: 400;
}
#box_contact_form :-moz-placeholder {
	font-size: 18px;
	line-height: 18px;
	color: #fff!important;
	font-weight: 400;
}
#box_contact_form :-ms-input-placeholder {
	font-size: 18px;
	line-height: 18px;
	color: #fff!important;
	font-weight: 400;
}
@media screen and (max-width: 1840px) {
#box_contact {
	padding: 135px 0px 0px 0px;
}
#box_map {
    width: 49%;
}
#box_map img {
    content: url(images/box_map_1840.webp);
    width: 536px;
    height: 719px;
}
#box_form {
    width: 51%;
    padding: 0px;
}
#box_form2 {
	padding: 0px 0px 117px 28px;
}

}
@media screen and (max-width: 1140px) {
#box_contact {
	padding: 40px 0px 40px 0px;
    background: url(images/box_contact_bg_mob.webp) center center no-repeat;
    background-size: cover;
}
#box_map {
    display: none;
}
#box_free_estimate {
    width: auto;
    min-height: auto;
    padding: 30px 0px 30px 0px;
}
#box_form {
    float: none;
    width: 100%;
    padding: 0px;
}
#box_form2 {
	padding: 0px 30px 0px 30px;
}
#box_free_estimate #table_form td {
    display: block;
    width: 100%;
}
#box_contact_form label {
	padding: 0px;
}
#box_contact_form label.edit {
	width: 100%;
}
#box_contact_form label.edit_half {
	width: 100%;
}
#scode_block ul {
	padding: 0px;
}    
}
/* service_area
-----------------------------------------------------------------------------*/
#service_area {
	width: 100%;
    padding: 90px 0px 81px 0px;
    min-height: auto;
	background: #f4f2ef;
	text-align: center;
}
.inside #service_area {
	border-top: 1px solid #CCC;
}
#service_area span {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	color: #574f48;
}
#service_area ul {
	margin: 35px auto;
	padding: 0px;
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap:20px;
	text-align: left;
	max-width: 1100px;
}
#service_area ul li {
	color: #ef7000;
}
#service_area a[href="javascript:;"] {
	color: #574f48;
	text-decoration: none;
	cursor: text;
}
@media screen and (max-width: 1140px) {
#service_area {
    padding: 20px 0px;;
}
#service_area span {
	font-size: 20px;
	line-height: 23px;
}
#service_area ul {
	margin: 20px 0px 0px 40px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	max-width: 100%;
}
}
/* box_footer
-----------------------------------------------------------------------------*/
#box_footer {
	position: relative;
	padding: 100px 0px 107px 0px;
	background: url(images/box_footer_bg.webp) center center no-repeat;
    background-size: cover;
}
#box_footer1 {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    gap: 245px;                 
    padding-right: 16px;    
	background: url(images/box_footer_lines_bg.webp) repeat-y;
    color: #c7bfb2;
    font-size: 13px;
	line-height: 32px;
}
#footer_logo {
    position: absolute;
    top: -40px;
    left: 0px;
}
#footer_contacts a,
#footer_contacts span {
	display: block;
	color: #c7bfb2;
    padding-left: 35px;
}
#footer_contacts a:hover {
	text-decoration: none;
}
#footer_hours {
	background: url(images/icon_hours.webp) left 3px center no-repeat;
}
#footer_email {
	background: url(images/icon_email.webp) left 1px center no-repeat;
}
#footer_location {
	background: url(images/icon_location.webp) left 5px center no-repeat;
}
#footer_phone {
	font-size: 26px!important;
    line-height: 37px!important;
    font-family: "Bebas Neue", sans-serif;
	color: #f4f2ef!important;
    font-weight: 400;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#footer_icons {
    display: inline-block;
    vertical-align: middle;
}
#footer_icons img {
    vertical-align: middle;
}
#footer_icons a {
    display: inline-block;
    margin-right: 7px;
}
#footer_icons a:last-child {
    margin-right: 0px;
}
#footer_links a,
#footer_links span {
	color: #c7bfb2;
}
#footer_links b {
	text-transform: uppercase;
    color: #f4f2ef;
}
@media screen and (max-width: 1840px) {
#box_footer {
	padding: 122px 0px 84px 0px;
}
#box_footer1 {
    gap: 101px;
    align-items: flex-end;
    background: none;
}
#footer_icons {
    position: absolute;
    top: -21px;
    right: 160px;
}
}
@media screen and (max-width: 1140px) {
#box_footer {
	padding: 40px 0px 40px 0px;
}
#footer_logo,
#footer_contacts {
    display: none;
}
#box_footer1 {
    display: block;
    text-align: center;
}
#footer_icons {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 26px;
}
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
}
#contact_form {
	width: 1410px;
	float: right;
}
#contact_address a {
	color: #000;
    text-decoration: none;
}
@media screen and (max-width: 1840px) {
#contact_address {
	width: 300px;
}
#contact_form {
	width: 700px;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #334330;
	font-family: "Inria Serif", serif;
	font-size: 60px;
	line-height: 69px;
	font-weight: 700;
	text-align: left;
	padding: 17px 0px 17px 0px;
}
.content_title span {
    display: block;
	color: #d9c16c;
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 15px;
    text-transform: uppercase;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #334330;
	font-family: "Inria Serif", serif;
	font-size: 60px;
	line-height: 69px;
	font-weight: 700;
	text-align: left;
    margin-bottom: 18px;
}
#box_services .content_title,
#box_reviews .content_title,
#box_contact .content_title {
	color: #f4f2ef;
}
#box_reviews .content_title {
	margin-bottom: 17px;
}
#box_gallery .content_title {
	float: left;
}
#box_contact .content_title {
	margin-bottom: 20px;
}
#box_contact .content_title span {
	margin-bottom: 5px;
}
@media screen and (max-width: 1840px) {
.content_title {
}
.content_title h1 {
}
#box_gallery .content_title {
	float: none;
}
}

@media screen and (max-width: 1140px) {
.content_title {
    font-size: 36px;
	line-height: 36px;
}
.content_title h1 {
    font-size: 36px;
	line-height: 36px;
}
.content_title span {
	font-size: 24px;
	line-height: 24px;
}
#box_gallery .content_title {
	margin-bottom: 20px;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 63px;
	height: 64px;
	background: #d9c16c url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	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: #334330 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
