* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
	font-weight: normal;	
	font-size: 18px;
	line-height: 30px;
	color: #3f3f3f;
	width: 100%;
	min-width: 1800px;
	background: #10723d;
	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: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 63px;
	line-height: 63px;
	color: #5a4c3d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 61px;
	line-height: 61px;
	color: #686041;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 57px;
	line-height: 57px;
	color: #586841;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 54px;
	line-height: 54px;
	color: #416847;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 51px;
	line-height: 51px;
	color: #416865;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 48px;
	line-height: 48px;
	color: #415568;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 27px;
	line-height: 27px;
}
h2, .h2 {
	font-size: 25px;
	line-height: 25px;
}
h3, .h3 {
	font-size: 23px;
	line-height: 23px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 22px;
}
h5, .h5 {
	font-size: 21px;
	line-height: 21px;
}
h6, .h6 {
	font-size: 20px;
	line-height: 20px;
}
}

a {
	color: #eb0037;
	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: #eb0037;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;	
	font-size: 19px;
	line-height: 19px;
	border: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 31px 96px 27px 96px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 25px;
	font-weight: 800;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #3f3f3f;
}
.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: #3f3f3f;
	font-size: 15px;
	line-height: 15px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}


.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}
	

.contact-radio {
  font-weight: 500;  
}
.contact-radio label{
  display: inline-block;  
}
.contact-radio label input{
  display: none;
}
.contact-radio label input + span{
  position: relative;
  padding: 13px 30px 15px 30px;    
  white-space: nowrap;  
}
.contact-radio label input + span:before{
  content: '';
  position: absolute; top: 50%; left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #dbdbdb;
  border-radius: 50%;
}
.contact-radio label input:checked + span:before{
  background: #068145;
}
.chk_boxes label {
	float: none;
	width: auto!important;
}
.chk_boxes label input {
	width: auto!important;
	margin-right: 7px;
	margin-top: -2px;
}
.employment_form_title {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	background: #068145; 
	height: auto; 
	padding: 10px 20px 10px 20px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px; 
	margin-bottom: 20px;
	text-align: center;
}

/* 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;
}

.desktop_only {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 19px;
	line-height: 19px;
	text-decoration: none;
	border-radius: 13px;
	outline: none;
	background: #eb0037;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 50px 17px 50px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #eb0037;
	text-decoration: none;
	background: #fff;
}

.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: #eb0037;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #fff;
	border: 1px solid #eb0037;
	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: #eb0037;
}


/* 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: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	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;
}


/* 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: -9%;
	opacity: 0.8;
	z-index: 2;
	background: rgba(0,0,0,0.8);
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	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_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-size: 18px;
	line-height: 18px;
	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: #eb0037;
}
.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: 'Open Sans', 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: 'Open Sans', 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: 57px;
}

.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;
}
}
@media screen and (max-width: 1140px) {
.body_offset {
	padding-top: 0px;
}	
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 57px;
	background: #068145;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#menutop li:first-child, #menutop li:first-child a {
	padding-left: 0px;
}
#menutop li:last-child, #menutop li:last-child a {
	padding-right: 0px;
}

#menutop ul li a {
	display: block;
	color: #fff;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	font-size: 19px;
	line-height: 19px;
	height: 30px;
	text-align: center;
	letter-spacing: 1px;
	padding: 20px 15px 7px 15px;
	margin: 0px;
	text-transform: uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: right 31px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #7ee7b4;
	text-decoration: none;
}

#menutop_social {
	width: 100px;
	position: absolute;
	left: 1700px;
	top: 12px;
	text-align: right;
}
#menutop_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#menutop_social a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 1840px) {
#menutop ul {
	float: left;
}	
#menutop li {
	padding: 0px 6px 0px 6px;
}	
#menutop ul li a {
	font-size: 17px;
	line-height: 17px;	
	letter-spacing: 0px;	
	padding: 20px 9px 7px 9px;
	background-position: right 30px;	
}	
#menutop_social {
	left: 1000px;
	top: 12px;
	z-index: 101;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f3f2f2 0px, #f9f9f9 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: #231f20;
    font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	height: 35px;
	padding: 1px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
#menumobile_social {
	display: block;
}
#header {
	display: none;
}
#header1 {
	display: none;
}
}

/* mobile_header
-----------------------------------------------------------------------------*/
#mobile_header {
	height: 120px;
	padding: 10px 0px 0px 0px;
	text-align: center;	   
	background: #fff;
}
@media screen and (min-width: 1140px) {
#mobile_header {
	display: none;
	}
}


/* menumobile_social
-----------------------------------------------------------------------------*/
#menumobile_social {
	height:  auto;	
	padding: 2px 20px 10px 20px;
	line-height: 1px;
	background: linear-gradient(to bottom, #f3f2f2 0px, #f9f9f9 100%);
}
#menumobile_social:after {
    content:"";
    display:block;
    clear: both;
}
#menumobile_social ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile_social li {
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}
#menumobile_social li img {
	padding-top: 8px;
}
#menumobile_social ul li:first-child {
	padding-left: 0px;
}
#menumobile_social ul li:last-child {
	padding-right: 0px;
}
#menumobile_social_phone {
	float: left;
	text-align: left;
	width: 130px;
	position: relative;
	top: 15px;
	right: 0px;    
	left: 0px;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;		
	margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
	font-size: 18px;
	line-height: 18px;
	color: #3f3f3f;
}
#menumobile_social_phone a {
	color: #3f3f3f;
	text-decoration: none;
}
#menumobile_social_phone:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: -19px;
	width: 14px;
	height: 14px;
	background: url(images/icon_phone_on.webp) no-repeat;
}

#menumobile_social_text {
	text-align: center;
	width: auto;
	position: relative;
	top: 10px;
	right: 0px;    
	left: 0px;
	padding: 0px 10px 10px 10px;
	text-transform: uppercase;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;		
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 18px;
	color: #3f3f3f;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
#menumobile_social {
	display: none !important;
}
}


/* 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, #02944d 0px, #068145 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: #7ee7b4;
}

#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: 249px;
	background: #fff;
}
#header_text {
	width: 450px;
	padding-top: 30px;
	text-align: left;
	color: #000;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 19px;
}
@media screen and (max-width: 1840px) {
#header_text {
	font-size: 16px;
	line-height: 16px;
}
}

#header_logo {
	width: 310px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	top: 17px;
}

#header_phone {
	width: 240px;
	position: absolute;
	left: 1560px;
	top: 96px;
	text-align: right;
}
#header_phone a {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;	
	border: 1px solid #eb0037;
	color: #fff;
	padding: 15px 28px 17px 48px;	
	font-size: 23px;
	line-height: 23px;
}
#header_phone a:hover {
	color: #eb0037;
	border: 1px solid #eb0037;	
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;	
}

#header_phone:before {
	position:absolute;
	content:"";
	width: 14px;
	height: 14px;
	background: url(images/icon_phone.webp) center center no-repeat;
	top: 20px;
	left: 25px;
}
#header_phone a:hover:before {
	position:absolute;
	content:"";
	width: 14px;
	height: 14px;
	background: url(images/icon_phone_on.webp) center center no-repeat;
	top: 20px;
	left: 25px;
}
@media screen and (max-width: 1840px) {
#header_phone {
	width: 240px;
	left: 860px;
	top: 96px;
}
}

@media screen and (max-width: 1140px) {
#header_logo {
	width: 220px;
	left: 0;
	right: 0;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#header_logo img {
	width: 220px;
	height: auto;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1054px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 500px;
}

#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_slogan {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 215px;
	text-align: left;
	color: #fff;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 170px;
	line-height: 160px;
	z-index: 201;
}
#slideshow_button {
	width: 300px;
	position: absolute;
	left: -1500px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 715px;
	z-index: 201;
}
@media screen and (max-width: 1840px) {
#slideshow_slogan {
	width: 1100px;
	font-size: 150px;
	line-height: 140px;
}
#slideshow_button {
	width: 300px;
	left: -800px;
}
}

@media screen and (min-width: 1820px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}


@media screen and (max-width: 1140px) {
#slideshow {
	height: 295px;	
	background: #003107 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 250px;	
	background: #003107 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}

#slideshow_slogan {
	width: 300px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	text-align: left;
	font-size: 45px;
	line-height: 40px;
}

}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 60px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 13px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #f6f6f6;
	padding: 150px 0px 130px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}
#box_services ul {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	position: relative;	
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0px 20px 20px 0px;
}
#box_services ul li:nth-child(5), #box_services ul li:nth-child(10) {
	padding-right: 0px;
}

#box_services ul li a {
	display: block;
	width: 336px;
	height: 336px;
	color: #4a3d2d;
	font-size: 25px;
	line-height: 25px;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	background: #ffffff;
	text-align: center;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#box_services ul li a:hover {
	text-decoration: none;
	background: #eb0037;
	color: #fff;
	width: 336px;
	height: 336px;
}
#box_services ul li a div {
	width: 336px;
	height: 336px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#box_services ul li a div {
	display: inline-block;
	vertical-align: middle;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#box_services ul li a:hover div {
}
#box_services ul li a div#icon_1  {
	width: 132px;
	height: 111px;	
	margin: 72px 0px 47px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_01.webp) center no-repeat;	
}
#box_services ul li a:hover div#icon_1 {
	width: 132px;
	height: 111px;	
	background: url(images/services_icon_01_on.webp) center no-repeat;
}
#box_services ul li a div#icon_2  {
	width: 136px;
	height: 126px;
	margin: 65px 0px 39px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_02.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_2 {
	background: url(images/services_icon_02_on.webp) center no-repeat;
}
#box_services ul li a div#icon_3  {
	width: 136px;
	height: 126px;
	margin: 60px 0px 44px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_03.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_3 {
	background: url(images/services_icon_03_on.webp) center no-repeat;
}
#box_services ul li a div#icon_4 {
	width: 141px;
	height: 119px;
	margin: 61px 0px 50px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_04.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_4 {
	background: url(images/services_icon_04_on.webp) center no-repeat;
}
#box_services ul li a div#icon_5 {
	width: 131px;
	height: 112px;
	margin: 69px 0px 50px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_05.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_5 {
	background: url(images/services_icon_05_on.webp) center no-repeat;
}
#box_services ul li a div#icon_6 {
	width: 135px;
	height: 116px;
	margin: 80px 0px 48px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_06.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_6 {
	background: url(images/services_icon_06_on.webp) center no-repeat;
}
#box_services ul li a div#icon_7 {
	width: 139px;
	height: 104px;
	margin: 76px 0px 50px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_07.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_7 {
	background: url(images/services_icon_07_on.webp) center no-repeat;
}
#box_services ul li a div#icon_8 {
	width: 143px;
	height: 116px;
	margin: 70px 0px 44px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_08.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_8 {
	background: url(images/services_icon_08_on.webp) center no-repeat;
}
#box_services ul li a div#icon_9 {
	width: 132px;
	height: 116px;
	margin: 70px 0px 44px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_09.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_9 {
	background: url(images/services_icon_09_on.webp) center no-repeat;
}
#box_services ul li a div#icon_10 {
	width: 130px;
	height: 128px;
	margin: 64px 0px 38px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_10.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_10 {
	background: url(images/services_icon_10_on.webp) center no-repeat;
}
@media screen and (max-width: 1840px) {
#box_services ul li:nth-child(5), #box_services ul li:nth-child(10) {
	padding-right: 20px;
}
}
@media screen and (max-width: 1140px) {
#box_services {
	padding: 50px 0px 30px 0px;
}
#box_services ul li {
	padding: 0px 10px 20px 10px;
}	
#box_services ul li:nth-child(5), #box_services ul li:nth-child(10) {
	padding-right: 10px;
}
#box_services ul li a {
	width: 150px;
	height: 170px;
	font-size: 15px;
	line-height: 15px;
}
#box_services ul li a:hover {
	width: 150px;
	height: 170px;
}
#box_services ul li a div {
	width: 150px;
	height: 170px;
}
#box_services ul li a div#icon_1, #box_services ul li a:hover div#icon_1  {
	margin: 0px 0px 10px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_2, #box_services ul li a:hover div#icon_2  {
	margin: 0px 0px -8px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_3, #box_services ul li a:hover div#icon_3  {
	margin: 0px 0px -8px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_4, #box_services ul li a:hover div#icon_4  {
	margin: 0px 0px -5px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_5, #box_services ul li a:hover div#icon_5  {
	margin: 8px 0px -3px 0px;
	background-size: 60%;	
}	
#box_services ul li a div#icon_6, #box_services ul li a:hover div#icon_6  {
	margin: 10px 0px 0px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_7, #box_services ul li a:hover div#icon_7  {
	margin: 10px 0px 5px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_8, #box_services ul li a:hover div#icon_8  {
	margin: 5px 0px -3px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_9, #box_services ul li a:hover div#icon_9  {
	margin: 10px 0px -8px 0px;
	background-size: 60%;	
}		
#box_services ul li a div#icon_10, #box_services ul li a:hover div#icon_10  {
	margin: 0px 0px -8px 0px;
	background-size: 60%;	
}		
	
}


/* box_services_second
-----------------------------------------------------------------------------*/
#box_services_second {
	background: #f6f6f6;
	padding: 150px 0px 150px 0px;
	position: relative;
}
#box_services_second ul {
	position: relative;
	display: table;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	list-style: none;
	list-style-image: none;
}
#box_services_second ul li {
	position: relative;	
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
#box_services_second ul li:nth-child(1) {
	width: 900px;
	height: 789px;
	background: url(images/box_services_second_01.webp) no-repeat;
}
#box_services_second ul li:nth-child(2) {
	background: #fff;
	width: 740px;
	margin-top: 99px;
	padding: 100px 80px 100px 80px;
}
#box_services_second ul li:nth-child(3) {
	background: #fff;
	width: 740px;
	margin-top: 90px;
	padding: 100px 80px 100px 80px;
}
#box_services_second ul li:nth-child(4) {
	width: 900px;
	height: 789px;
	background: url(images/box_services_second_02.webp) no-repeat;
}
@media screen and (max-width: 1840px) {	
#box_services_second ul li:nth-child(1) {
	height: 481px;
	width: 549px;
	background-size: 100%;
}
#box_services_second ul li:nth-child(2) {
	background: #fff;
	width: 450px;
	margin-top: 0px;
	padding: 70px 50px 70px 50px;
}
#box_services_second ul li:nth-child(3) {
	background: #fff;
	width: 460px;
	margin-top: 0px;
	padding: 70px 45px 70px 45px;
}
#box_services_second ul li:nth-child(4) {
	height: 481px;
	width: 549px;
	background-size: 100%;
}
#box_services_second ul li .content_title {
	font-size: 30px;
	line-height: 30px;
	background: url(images/content_title_bg.webp) bottom center no-repeat;	
	padding: 0px 0px 50px 0px;
	margin-bottom: 30px;
}	
}
@media screen and (max-width: 1140px) {
#box_services_second {
	padding: 50px 0px 50px 0px;
	height: 730px;	
}
#box_services_second ul {
	display: inline-block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0px;
	font-size: 15px;
	line-height: 26px;	
}
#box_services_second ul li {
	display: inline-table;
	float: none;
	text-align: center;
	margin: 0 auto;		
	width: 280px;
	height: 245px;	
	margin-right: 10px;
}	
#box_services_second ul li:nth-child(1) {
	width: 280px;
	height: 245px;	
	background-size: 100%;
}
#box_services_second ul li:nth-child(2) {
	background: #fff;
	width: 240px;
	margin-top: 245px;
	margin-left: -293px;
	margin-bottom: 20px;
	padding: 30px 20px 56px 20px;
}
#box_services_second ul li:nth-child(3) {
	background: #fff;
	width: 240px;
	margin-top: 245px;
	padding: 30px 20px 30px 20px;
}
#box_services_second ul li:nth-child(4) {
	height: 245px;
	width: 280px;
	margin-left: -293px;
	background-size: 100%;
}
#box_services_second ul li .content_title {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
}
#box_services_second .a_button {
	margin-left: 40px;
}	 
}
@media screen and (max-width: 626px) {
#box_services_second {
	height: 1460px;	
}
#box_services_second ul li:nth-child(2) {
	padding: 30px 20px 30px 20px;
}	
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 150px 0px 150px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 100px 0px 100px 0px;
}
.inside #middle {
	padding: 100px 0px 100px 0px;
}	
}
@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 50px 0px;
}
.inside #middle {
	padding: 50px 0px 50px 0px;
}		
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 1840px) {
#content img {
	width: 524px;
	height: 358px;
}
}

@media screen and (max-width: 1840px) {
.inside #content {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 1140px) {
#content {
	width: 100%;
	text-align: left;
	position: relative;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #5a4c3d;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	font-size: 63px;
	line-height: 63px;
	text-align: center;
	background: url(images/content_title_bg.webp) bottom center no-repeat;	
	padding: 0px 0px 50px 0px;
	margin-bottom: 45px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #5a4c3d;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	font-size: 63px;
	line-height: 63px;
	text-align: center;
}
#content_title_testimonials, #content_title_contact {
	color: #fff;
	background: url(images/content_title_testimonials_bg.webp) bottom center no-repeat;	
}
@media screen and (max-width: 1840px) {
.content_title {
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 22px;
	line-height: 22px;	
	padding: 0px 0px 50px 0px;
	margin-bottom: 15px;	
}
.content_title h1 {
	font-size: 22px;
	line-height: 22px;	
}
}

/* service_area
----------------------------------------------------------------------------*/
#box_service_area {
	padding: 100px 0px 100px 0px;
	height: auto;
	background: #068145 url(images/box_service_area_bg.webp) bottom center no-repeat;
	position: relative;
}

#service_area ul {
	margin: 10px 0px 0px 200px;
	padding: 0px;
 
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
#service_area ul li {
  	color: #fff;	
}
#content_title_areas {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff; 
	padding: 0px 0px 20px 0px;
	margin-bottom: 35px;
}

@media screen and (max-width: 1840px) {
#service_area ul {
	margin: 10px 0px 0px 90px;
}
}

@media screen and (max-width: 1140px) {
#box_service_area {
	padding: 50px 0px 50px 0px;
}
#service_area ul {
	margin: 10px 0px 0px 30px;	
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
#content_title_areas {
	font-size: 25px;
	line-height: 25px;
}
	
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	background: url(images/box_reviews_bg.webp) top center no-repeat;
	padding: 150px 0px 150px 0px;
	height: 669px;
	position: relative;
	text-align: center;	
	overflow-x: hidden;
}
#box_testimonials_slideshow {
	height: 400px;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 100px;
	padding: 0px 0px 0px 0px;
}
#reviews_quotes_left {
	background: url(images/box_testimonials_quote_top.webp) center top no-repeat;
	width: 41px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 160px;
	left: 0px;
	right: 0px;
}
#reviews_quotes_right {
	background: url(images/box_testimonials_quote_bottom.webp) left top no-repeat;
	width: 41px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 460px;
	left: 0px;
	right: 0px;
}
#box_testimonials_slideshow span { 
    width: 13px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) center center no-repeat;
	padding: 0px 5px 0px 5px;
	font-family: arial;
	font-size: 0px; 
}
#box_testimonials_slideshow span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#box_testimonials_slideshow > * {
	cursor: pointer;
}
#box_testimonials_slideshow ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slides_testimonials_pager {
	padding: 110px 0px 0px 0px;
}
#box_testimonials_slideshow li {
	width: 100%;
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}
#testimonials_arrow_next {
	width: 28px;
	position: absolute;
	top: 240px;
	right: 0px;
	z-index: 201!important;
}
#testimonials_arrow_prev {
	width: 28px;
	position: absolute;
	top: 240px;
	left: 0px;
	z-index: 201!important;
}
@media screen and (max-width: 1840px) {
#box_testimonials_slideshow {
	width: 900px;
}
#slides_testimonials_pager {
	padding: 80px 0px 0px 0px;
}	
}
@media screen and (max-width: 1140px) {
#box_testimonials {
	background: #068145;
	padding: 50px 0px 50px 0px;
	height: auto;
}
#box_testimonials_slideshow {
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
#reviews_quotes_left {
	display: none;
}
#reviews_quotes_right {
	display: none;
}
#box_testimonials_slideshow span { 
	display: none;
}
#box_testimonials_slideshow span.cycle-pager-active {
	display: none;
}
#box_testimonials_slideshow > * {
	display: none;
}
#box_testimonials_slideshow ul {
	display: none;
}
#slides_testimonials_pager {
	display: none;
}
#box_testimonials_slideshow li {
	width: 100%;
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}
#testimonials_arrow_next {
	display: none;
}
#testimonials_arrow_prev {
	display: none;
}
}
.testimonial_stars {
	display: block;
	width: 90px;
	height: 15px;
	background: url(images/testimonial_stars.png) no-repeat;
	padding-bottom: 15px;
}


/* box_photo_gallery
-----------------------------------------------------------------------------*/
#box_photo_gallery {
	position: relative;
	background: #fff;
	padding: 150px 0px 150px 0px;
	min-height: 1200px;
	height: auto !important;
	height: 1200px;
} 
#box_photo_gallery ul {	
	position: relative;
	width: 2560px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	list-style-image: none;
    left: 50%;
    margin-left: -1280px;	
}
#box_photo_gallery ul li {
	float: left;
    display: inline-block;
	width: 886px;
	height: 449px;
	padding: 0;
	margin: 0;
	vertical-align:top;
    font-size: 0;
    line-height: 0;
}
#box_photo_gallery ul li a {
	display: block;
	width: 886px;
	height: 449px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_photo_gallery ul li:nth-child(2),
#box_photo_gallery ul li:nth-child(2) a {
	width: 715px;
    height: 546px;
}
#box_photo_gallery ul li:nth-child(3),
#box_photo_gallery ul li:nth-child(3) a {
    height: 449px;
}
#box_photo_gallery ul li:nth-child(4),
#box_photo_gallery ul li:nth-child(4) a {
    height: 546px;
}
#box_photo_gallery ul li:nth-child(5),
#box_photo_gallery ul li:nth-child(5) a {
	width: 716px;
    height: 449px;
}
#box_photo_gallery ul li:nth-child(6),
#box_photo_gallery ul li:nth-child(6) a {
    height: 546px;
}
#box_photo_gallery ul li:nth-child(1),
#box_photo_gallery ul li:nth-child(2),
#box_photo_gallery ul li:nth-child(4),
#box_photo_gallery ul li:nth-child(5) {
    margin: 0 35px 35px 0;
}
#box_photo_gallery ul li:nth-child(3),
#box_photo_gallery ul li:nth-child(6) {
    margin: 0 0 35px 0;
}
#box_photo_gallery ul li:nth-child(4) {
    margin-top: -90px;
}
#box_photo_gallery ul li:nth-child(6) {
    margin-top: -90px;
}
#box_photo_gallery ul li:nth-child(5) {
    margin-top: 6px;
}
#box_photo_gallery li:last-child {
	margin-right: 0px;
}
#box_photo_gallery ul li a img {
	transition: all 1.0s ease;
}
#box_photo_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.10);
}

#box_photo_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_photo_gallery a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
}
@media screen and (max-width: 1140px) {
#box_photo_gallery {
	background: #fff;
	padding: 50px 0px 50px 0px;
	min-height: 200px;
	height: 200px;
	text-align: center;
} 
#box_photo_gallery ul {	
	width: auto;
	text-align: center;
	margin: 0 auto;	
    left: 0;
}
#box_photo_gallery ul li {
	float: none;
    display: inline-block;	
	width: 280px;
	height: 173px;
	margin: 0 auto;
}
#box_photo_gallery ul li a {
    display: inline-block;	
	width: 280px;
	height: 173px;
}
#box_photo_gallery ul li img {
	width: 280px;
	height: 173px;
}

#box_photo_gallery ul li:nth-child(1), #box_photo_gallery ul li:nth-child(1) a, #box_photo_gallery ul li:nth-child(2), #box_photo_gallery ul li:nth-child(2) a, #box_photo_gallery ul li:nth-child(3), #box_photo_gallery ul li:nth-child(3) a, #box_photo_gallery ul li:nth-child(5), #box_photo_gallery ul li:nth-child(5) a  {
	display: none;
}
#box_photo_gallery ul li:nth-child(4),
#box_photo_gallery ul li:nth-child(4) a {
	width: 280px;
	height: 173px;
    margin: 0px 10px 10px 0px;	
}
#box_photo_gallery ul li:nth-child(6),
#box_photo_gallery ul li:nth-child(6) a {
	width: 280px;
	height: 173px;
    margin: 0px 10px 10px 0px;	
}
#box_photo_gallery a div {
	width: 280px;
	height: 173px;
}	
#box_photo_gallery ul li a img {
	transition: all 1.0s ease;
}
#box_photo_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.0);
}
	
}

/* box_photo_gallery_mobile
-----------------------------------------------------------------------------*/
#box_photo_gallery_mobile {
	height: auto;
	background: #fff;
	padding: 50px 0px 50px 0px;
}
#box_photo_gallery_mobile ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}
#box_photo_gallery_mobile ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#box_photo_gallery_mobile ul li a {
	display: inline-block;
	float: left;
	margin: 0px 10px 10px 10px;
	position: relative;	
	line-height:0px;
}
#box_photo_gallery_mobile a div {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
    background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_photo_gallery_mobile a:hover div {
	opacity: 1;
    background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
@media screen and (min-width: 1140px) {
#box_photo_gallery_mobile {
	display: none !important;
}
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 722px;
	padding: 150px 0px 0px 0px;
	background: url(images/box_contact_bg.webp) center top no-repeat;
	position: relative;
}
#box_contact form {
	width: 100%;
}
.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 1140px) {
#box_contact {
	height: auto;
	padding: 50px 0px 50px 0px;
	background: #068145;
}
}


/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#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 {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #3f3f3f;
	font-weight: 700;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	background: #fff;
	border: 1px solid #fff;	
}
#form_estimate_side textarea {
	height: 155px;
}

#form_estimate_side #table_form {
	width: 100%;
}

#form_estimate_side #table_form td {
	width: 32%;
	padding-right: 1%;
}
@media screen and (max-width: 1140px) {
#form_estimate_side #table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
}

/* box_our_location
-----------------------------------------------------------------------------*/
#box_our_location {
	position: relative;
	min-height: 591px;
	height: auto!important;
	height: 591px;
	z-index: 1;
}
#location_map {
	position: absolute;
	width: 100%;
	height: 591px;
	display: block;
	top:0;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	z-index: 1;
}
#location_map img,
#location_map a {
	display: block;
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #3f3f3f;
	background: #fff;
	position: relative;
	padding: 105px 0px 105px 0px;
	font-size: 16px;
	line-height: 27px;
}

#footer_address {
	float: left;
	width: 550px;
	text-align: left;
	padding-top: 40px;
	margin-left: 60px;	
}
#footer_address a {
	color: #3f3f3f;
}

#footer_logo {
	float: left;
	width: 203px;
	text-align: center;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 50px 0px 50px 0px;
}
#footer_address {
	float: none;
	width: auto;
	padding: 40px 20px 0px 20px;
	margin: 0 auto;
	text-align: center;
	margin-left: 0px;	
}

#footer_logo {
	float: none;
	width: 203px;
	margin: 0 auto;	
	text-align: center;
}	
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
	padding-right: 50px;
}
#contact_form {
	width: 1400px;
	float: left;
}

@media screen and (max-width: 1820px) {
#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: 60px;
	height: 60px;
	background: #eb0037 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: #068145 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%;
}
}


