/*
.montserrat-regular {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.montserrat-bold {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

.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;
}
*/


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 31px;
	color: #4b4b4b;
	width: 100%;
	min-width: 1800px;
	background: #2a2b2e 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;
	font-size: 17px;
	line-height: 25px;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 50px;
	line-height: 53px;
	color: #3e3e3e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 47px;
	line-height: 50px;
	color: #463b34;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 44px;
	line-height: 47px;
	color: #454634;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 41px;
	line-height: 44px;
	color: #344645;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 38px;
	line-height: 41px;
	color: #343b46;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 35px;
	line-height: 38px;
	color: #403446;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

@media screen and (max-width: 1840px) {
h1, .h1 {
	font-size: 42px;
	line-height: 45px;
}
h2, .h2 {
	font-size: 39px;
	line-height: 42px;
}
h3, .h3 {
	font-size: 36px;
	line-height: 39px;
}
h4, .h4 {
	font-size: 33px;
	line-height: 36px;
}
h5, .h5 {
	font-size: 30px;
	line-height: 33px;
}
h6, .h6 {
	font-size: 27px;
	line-height: 31px;
}
}

@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 35px;
	line-height: 38px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 29px;
	line-height: 32px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 27px;
}
h5, .h5 {
	font-size: 21px;
	line-height: 24px;
}
h6, .h6 {
	font-size: 18px;
	line-height: 21px;
}
}

a {
	color: #00ac5a;
	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: #00ac5a;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border: 0px;
	padding: 31px 120px 30px 120px;
	cursor: pointer;
	border-radius: 4px;
}
.form input.submit:hover, input.button:hover {
	background: #333;
}

.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #333;
	font-size: 18px;
	line-height: 23px;
	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-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	padding: 22px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 21px;
}
.form textarea {
	height: 150px;
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	font-size: 16px;
	line-height: 16px;
	padding: 12px;
}
.form select {
	padding: 11px;
}
}

.required {
	color: #f00;
}


.captcha {
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 30px;
}
.captcha #submit {
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 690px) {
.g-recaptcha {
	padding-right: 0px;
}
}

@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 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #4b4b4b !important;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #4b4b4b !important;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #4b4b4b !important;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #4b4b4b !important;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

/* 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 {
	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: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #00ac5a;
	text-align: center;
	padding: 20px 40px 20px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background: #333;
}

.a_button1 {
	background: #013a79;
}

.a_button1_phone {
	padding-left: 50px;
	background: #013a79 url(images/icon-phone-button.webp) 27px center no-repeat;
}
.a_button1_phone:hover {
	text-decoration: none;
	background: #333 url(images/icon-phone-button.webp) 27px center no-repeat;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #c1b7a0;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #fff;
	text-decoration: none;
	background: #9baa55;
}

@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: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	color: #454634;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	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 li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 27px;
	line-height: 30px;
	color: #454634;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 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;
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnail_image img {
	width: 200px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnail_image img {
	width: 160px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnail_image img {
	width: 140px;
	height: auto;
}
}
	
/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.portfolio_index_caption {
	width: 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);
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	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;
}

@media screen and (max-width: 1140px) {
.portfolio_index_image img {
	width: 200px;
	height: auto;
}
.portfolio_index_caption {
	font-size: 16px;
	line-height: 16px;
}
}

@media screen and (max-width: 800px) {
.portfolio_index_image img {
	width: 160px;
	height: auto;
}
.portfolio_index_caption {
	font-size: 15px;
	line-height: 15px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index_image img {
	width: 140px;
	height: auto;
}
}

/* 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: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	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: #078a00;
}
.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: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	color: #fff;
	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: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: 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;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 100%;
	height: 87px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	display: inline-block;
	padding: 0px 60px 0px 60px;
	margin: 0px;
}
#menutop li:first-child {
	padding-left: 0px;
}
#menutop li:last-child {
	padding-right: 0px;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 4px;
	height: 48px;
	text-align: center;
	padding: 39px 20px 0px 20px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: right 47px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #00ac5a;
	text-decoration: none;
}

#menutop.box_fixed {
	background: #0e2035;
}

@media screen and (max-width: 1840px) {
#menutop li {
	padding: 0px 15px 0px 15px;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #0454aa 0px, #023b7a 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: 15px;
	line-height: 36px;
	font-weight: bold;
	height: 34px;
	padding: 3px 20px 5px 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, #34312f 0px, #3d3937 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #00ac5a;
}

#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;
}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 84px;
	background: #00396c;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
}
#header a {
	color: #fff;
}

#header_slogan {
	width: 380px;
	position: absolute;
	left: 0px;
	top: 35px;
}

#header_phone {
	width: 150px;
	padding-left: 23px;
	position: absolute;
	right: 170px;
	top: 35px;
	font-size: 17px;
	line-height: 17px;
	font-weight: 800;
	background: url(images/icon-phone.webp) left center no-repeat;
}

#header_social {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 28px;
}
#header_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}


@media screen and (max-width: 800px) {
#header_slogan {
	top: 20px;
}
#header_phone {
	right: auto;
	left: 0px;
	top: 45px;
	font-size: 17px;
	line-height: 17px;
	font-weight: 800;
}
}

@media screen and (max-width: 620px) {
#header {
	height: auto;
	padding: 10px 0px 10px 10px;
}
#header_slogan {
	width: 100%;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	text-align: center;
	padding-bottom: 10px;
}
#header_phone {
	width: 150px;
	position: relative;
	display: table;
	left: auto;
	right: auto;
	top: auto;
	text-align: center;
	margin: 0 auto;
	padding: 7px 0px 7px 5px;
}
#header_social {
	width: 100%;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	text-align: center;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow_area {
	width: 100%;
	height: 1362px;
	position: relative;
}
.inside #slideshow_area {
	height: 860px;
}

#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 bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}

#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_logo {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 340px;
}
.inside #slideshow_logo {
	top: 170px;
}

#slideshow_slogan {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 550px;
}
.inside #slideshow_slogan {
	bottom: 250px;
}

@media screen and (max-width: 2000px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1840px) {
#slideshow_area {
	height: 1064px;
}
.inside #slideshow_area {
	height: 610px;
}

#slideshow_logo {
	width: 1100px;
	top: 340px;
}
.inside #slideshow_logo {
	width: 1100px;
	top: 140px;
}
.inside #slideshow_logo img {
	width: 765px;
	height: auto;
}

#slideshow_slogan {
	width: 1100px;
	bottom: 250px;
}
.inside #slideshow_slogan {
	bottom: 115px;
}

#slides_arrow_next {
	display: block;
}
#slides_arrow_prev {
	display: block;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow_area {
	height: 342px;
	background: #1f1812 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow_area {
	height: 192px;
}

#slideshow_logo {
	width: 274px;
	top: 90px;
}
#slideshow_logo img {
	width: 274px;
	height: auto;
}

.inside #slideshow_logo {
	width: 274px;
	top: 50px;
}
.inside #slideshow_logo img {
	width: 274px;
	height: auto;
}

#slideshow_slogan {
	width: 100%;
	text-align: center;
	bottom: 50px;
}
.inside #slideshow_slogan {
	display: none;
}
}

@media screen and (max-width: 440px) {
#slideshow_slogan {
	display: none;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 90px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 30px;
	height: 5px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 10px 0px 10px;
	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: 1840px) {
#slideshow_pager {
	width: 1100px;
}
.inside #slideshow_pager {
	bottom: 60px;
}
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 120px 0px 120px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 100px 0px 100px 0px;
}
}

@media screen and (max-width: 1140px) {
#content {
	text-align: left;
}
#middle {
	padding: 50px 0px 50px 0px;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #3e3e3e;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 25px 0px;
	margin-bottom: 35px;
	background: url(images/content_title_bg.webp) left bottom no-repeat;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #3e3e3e;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 50px;
	line-height: 50px;
	text-align: left;
}

.content_title1 {
	color: #fff;
}

@media screen and (max-width: 1840px) {
.content_title {
	font-size: 42px;
	line-height: 42px;
	padding: 0px 0px 20px 0px;
	margin-bottom: 25px;
}
.content_title h1 {
	font-size: 42px;
	line-height: 42px;
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 35px;
	line-height: 35px;
	padding: 0px 0px 15px 0px;
	margin-bottom: 20px;
}
.content_title h1 {
	font-size: 35px;
	line-height: 35px;
}
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #186c15;
	background-size: cover;
	padding: 50px 0px 40px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}
#box_services ul {
	width: 90%;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap; /*  allow items to wrap  */
  	justify-content: center;  /*  horizontally center items  */   
}
#box_services ul li {
	background: #fff;
	flex-basis: calc(33.333% - 30px);
	margin: 0px 15px 30px 15px;
	box-sizing: border-box; /*  make padding be included in the set width  */
	background: #fff;
	background-size: cover;
	background-position: center center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_services ul li:first-child, #box_services ul li:nth-child(4n) {
	margin-left: 0px;
}
#box_services ul li:nth-child(3n), #box_services ul li:last-child {
	margin-right: 0px;
}

#box_services ul li a {
	display: block;
	padding: 170px 20px 50px 20px;
	color: #3e3e3e;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: center 55px;
	background-repeat: no-repeat;
}
#box_services ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#box_services ul li a span {
	display: block;
	padding-bottom: 25px;
}
#box_services ul li a:hover span {
	padding-top: 80px;
	padding-bottom: 0px;
}
#box_services ul li a:hover .a_button {
	display: none;
}

#box_services ul li:nth-child(1):hover {
	background-image: url(images/icon-services-landscape-materials-bg.webp);
}
#box_services ul li:nth-child(1) a {
	background-image: url(images/icon-services-landscape-materials.webp);
}
#box_services ul li:nth-child(1) a:hover {
	background-image: url(images/icon-services-landscape-materials-on.webp);
}

#box_services ul li:nth-child(2):hover {
	background-image: url(images/icon-services-natural-stone-bg.webp);
}
#box_services ul li:nth-child(2) a {
	background-image: url(images/icon-services-natural-stone.webp);
}
#box_services ul li:nth-child(2) a:hover {
	background-image: url(images/icon-services-natural-stone-on.webp);
}

#box_services ul li:nth-child(3):hover {
	background-image: url(images/icon-services-soil-products-bg.webp);
}
#box_services ul li:nth-child(3) a {
	background-image: url(images/icon-services-soil-products.webp);
}
#box_services ul li:nth-child(3) a:hover {
	background-image: url(images/icon-services-soil-products-on.webp);
}

#box_services ul li:nth-child(4):hover {
	background-image: url(images/icon-services-aggregates-boulders-bg.webp);
}
#box_services ul li:nth-child(4) a {
	background-image: url(images/icon-services-aggregates-boulders.webp);
}
#box_services ul li:nth-child(4) a:hover {
	background-image: url(images/icon-services-aggregates-boulders-on.webp);
}

#box_services ul li:nth-child(5):hover {
	background-image: url(images/icon-services-drainage-products-bg.webp);
}
#box_services ul li:nth-child(5) a {
	background-image: url(images/icon-services-drainage-products.webp);
}
#box_services ul li:nth-child(5) a:hover {
	background-image: url(images/icon-services-drainage-products-on.webp);
}

#box_services ul li:nth-child(6):hover {
	background-image: url(images/icon-services-delivery-bg.webp);
}
#box_services ul li:nth-child(6) a {
	background-image: url(images/icon-services-delivery.webp);
}
#box_services ul li:nth-child(6) a:hover {
	background-image: url(images/icon-services-delivery-on.webp);
}

@media screen and (max-width: 1840px) {
#box_services ul {
	width: 100%;
}
}

@media screen and (max-width: 1100px) {
#box_services ul li a {
	padding: 140px 10px 20px 10px;
	font-size: 16px;
	line-height: 16px;
	background-position: center 20px;
	background-repeat: no-repeat;
}
}

@media screen and (max-width: 800px) {
#box_services ul li {
	flex-basis: calc(50% - 20px);
	margin: 0px 10px 20px 10px;
}
#box_services ul li:nth-child(4n) {
	margin-left: 10px;
}
#box_services ul li:first-child, #box_services ul li:nth-child(3n) {
	margin-left: 10px;
}
#box_services ul li:nth-child(3n) {
	margin-right: 10px;
}
#box_services ul li:nth-child(2n), #box_services ul li:last-child {
	margin-right: 0px;
}
}

@media screen and (max-width: 500px) {
#box_services ul li {
	flex-basis: 100%;
	margin: 0px 0px 10px 0px !important;
}
}


/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	width: 100%;
	height: 880px;
	padding: 126px 0px 0px 0px;
	background: url(images/box_reviews_bg.webp) center top no-repeat;
	color: #fff;
	position: relative;
	text-align: center;
}
#box_reviews_quote {
	padding: 80px;
	background: rgba(33,30,29,0.8);
	text-align: center;
	margin-bottom: 80px;
	position: relative;
	margin-top: 80px;
}
#box_reviews_quote:before {
	content: "";
	display: block;
	width: 144px;
	height: 69px;
	position: absolute;
	top: -50px;
	left: 50px;
	background: url(images/box_reviews_quote_bg.webp);
	z-index: 1;
}
#box_reviews_quote:after {
	content: "";
	display: block;
	width: 144px;
	height: 69px;
	position: absolute;
	bottom: -50px;
	right: 50px;
	background: url(images/box_reviews_quote_bg.webp);
	z-index: 1;
}
#box_reviews_quote span {
	display: block;
	color: #00ac5a;
	font-weight: 700;
	padding-bottom: 20px;
}

@media screen and (max-width: 1840px) {
#box_reviews {
	height: auto;
	padding: 90px 0px 90px 0px;
	background-size: cover;
}
}

@media screen and (max-width: 1140px) {
#box_reviews {
	padding: 30px 0px 30px 0px;
}
}

@media screen and (max-width: 800px) {
#box_reviews_quote {
	padding: 30px 30px 40px 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#box_reviews_quote font {
	display: none;
}
#box_reviews_quote:before {
	display: none;
}
#box_reviews_quote:after {
	display: none;
}
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	background: #fff;
	position: relative;
	padding: 130px 0px 130px 0px;
}
#box_portfolio ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
}
#box_portfolio ul li {
	box-sizing: border-box;
	overflow: hidden;
	transition: all 350ms ease-in;
	-webkit-transition: all 350ms ease-in;
}
#box_portfolio ul li:nth-child(1), #box_portfolio ul li:nth-child(3) {
	flex-basis: 40%;
}
#box_portfolio ul li:nth-child(2) {
	flex-basis: 20%;
}
#box_portfolio ul li:nth-child(4), #box_portfolio ul li:nth-child(6) {
	flex-basis: 25%;
}
#box_portfolio ul li:nth-child(5) {
	flex-basis: 50%;
}

#box_portfolio ul li a {
	display: block;
	height: 500px;
	z-index: 1;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 15px 30px 15px;
	overflow: hidden;
	transition: all 1.5s ease;
}

#box_portfolio ul li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transition: all 0.5s ease;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#box_portfolio ul li a:hover div {
	transform: scale(1.2);
}

#box_portfolio ul li a:hover div:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 172, 90, 0.8) url(images/icon_zoom.webp) center center no-repeat;
	z-index: 3;
}

#box_portfolio ul li:nth-child(1) a div {
	background-image: url(images/portfolio_01.webp);
}
#box_portfolio ul li:nth-child(2) a div {
	background-image: url(images/portfolio_02.webp);
}
#box_portfolio ul li:nth-child(3) a div {
	background-image: url(images/portfolio_03.webp);
}
#box_portfolio ul li:nth-child(4) a div {
	background-image: url(images/portfolio_04.webp);
}
#box_portfolio ul li:nth-child(5) a div {
	background-image: url(images/portfolio_05.webp);
}
#box_portfolio ul li:nth-child(6) a div {
	background-image: url(images/portfolio_06.webp);
}

@media screen and (max-width: 1840px) {
#box_portfolio {
	padding: 90px 0px 90px 0px;
}
#box_portfolio ul li a {
	height: 400px;
	margin: 0px 10px 20px 10px;
}
}

@media screen and (max-width: 1140px) {
#box_portfolio {
	padding: 40px 0px 40px 0px;
}
#box_portfolio ul li a {
	height: 250px;
	margin: 0px 5px 10px 5px;
}
}

@media screen and (max-width: 800px) {
#box_portfolio ul li a {
	height: 150px;
	margin: 0px 5px 10px 5px;
}
}

@media screen and (max-width: 500px) {
#box_portfolio ul li {
	display: none;
}
#box_portfolio ul li:first-child {
	display: block;
	flex-basis: 100%;
}
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	padding: 120px 0px 120px 0px;
	background: url(images/box_contact_bg.webp) center center no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

@media screen and (max-width: 1840px) {
#box_contact {
	padding: 90px 0px 90px 0px;
}
}

@media screen and (max-width: 1140px) {
#box_contact {
	padding: 40px 0px 40px 0px;
}
}


/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
}
#form_estimate_side textarea {
	height: 155px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form tr td {
	vertical-align: top;
}
#form_estimate_side #table_form td {
	width: 32%;
}
#form_estimate_side #table_form td:nth-child(2) {
	width: 32%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
#form_estimate_side #table_form td:last-child {
	width: 32%;
}
#form_estimate_side .captcha {
	margin-top: 20px;
}

@media screen and (max-width: 1840px) {
#form_estimate_side #table_form {
	width: 100%;
}
}

@media screen and (max-width: 1140px) {
#form_estimate_side textarea {
	height: 90px;
}
#form_estimate_side #table_form td {
	width: 100% !important;
	display: block;
	padding-right: 0% !important;
	padding-left: 0% !important;
}
}


/* box_map
----------------------------------------------------------------------------*/
#box_map {
	height: 534px;
}
#box_map a {
	display: block;
	height: 100%;
	background: url(images/map_bg.webp) center center no-repeat;
}

@media screen and (max-width: 1840px) {
#box_map {
	height: 350px;
}
}

@media screen and (max-width: 1140px) {
#box_map {
	height: 200px;
}
}


/* service_area
----------------------------------------------------------------------------*/
#service_area {
	position: relative;
	padding: 110px 0px 110px 0px;
	font-size: 16px;
	line-height: 20px;
	background: #3d3937;
	color: #fff;
}
#service_area ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 50px 0px 100px;
	display: grid;
	gap: 20px 20px;
	grid-template-columns: repeat(5, 1fr);
}
#service_area span {
	display: block;
	margin-bottom: 35px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 30px;
	line-height: 33px;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1840px) {
#service_area {
	padding: 80px 0px 80px 0px;
}
#service_area ul {
	padding: 0px 0px 0px 0px;
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(5, 1fr);
}
#service_area span {
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 30px;
}
}

@media screen and (max-width: 1140px) {
#service_area {
	padding: 40px 0px 40px 0px;
	line-height: 18px;
}
#service_area ul {
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(3, 1fr);
}
#service_area span {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}
}

@media screen and (max-width: 540px) {
#service_area ul {
	gap: 10px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 350px) {
#service_area ul {
	gap: 0px 0px;
	grid-template-columns: repeat(1, 1fr);
	margin-right: 0px;
	list-style-image: none;
	list-style: none;
	text-align: center;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #999390;
	background: #34312f;
	position: relative;
	padding: 90px 0px 90px 0px;
	font-size: 16px;
	line-height: 20px;
}
#footer a {
	color: #999390;
}

#footer_address {
	float: left;
	width: 400px;
	padding-top: 10px;
}
#footer_address span {
	font-weight: 700;
}

#footer_links {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 10px;
}

#footer_logo {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0px;
	position: absolute;
	text-align: center;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 40px 0px 40px 0px;
}
#footer_logo {
	width: auto;
	position: relative;
	margin-bottom: 20px;
}
#footer_address {
	float: none;
	width: 100%;
	text-align: center;
}
#footer_links {
	float: none;
	width: 100%;
	text-align: center;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 1350px;
	float: right;
}

@media screen and (max-width: 1840px) {
#contact_address {
	width: 350px;
}
#contact_form {
	width: 700px;
}
}

@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 55px;
	height: 55px;
	background: #00ac5a url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #231f20 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
