* {
	margin: 0;
	padding: 0;
}
body {
  font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #838683;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #dd3131 url(images/body_bg.webp) center top repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
  	font-family: "Aboreto", system-ui;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #5a4f52;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Aboreto", system-ui;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	color: #3a3435;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Aboreto", system-ui;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #231f20;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Aboreto", system-ui;
	font-size: 33px;
	line-height: 33px;
	font-weight: normal;
	color: #a72b2b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Aboreto", system-ui;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #842424;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Aboreto", system-ui;
	font-size: 31px;
	line-height: 31px;
	font-weight: normal;
	color: #601b1b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 28px;
	line-height: 28px;
}
h2, .h2 {
	font-size: 27px;
	line-height: 27px;
}
h3, .h3 {
	font-size: 26px;
	line-height: 26px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 24px;
}
h5, .h5 {
	font-size: 23px;
	line-height: 23px;
}
h6, .h6 {
	font-size: 22px;
	line-height: 22px;
}
}
a {
	color: #dd3131;
	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;
}
ul {
}
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: #838683;
	font-size: 15px;
	line-height: 15px;
    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 {
	color: #fff;
	height: 76px;
	background: #1d8917;
	font-size: 18px;
	line-height: 12px;
	font-weight: 400;
  	font-family: "Aboreto", system-ui;
	text-transform: uppercase;
	background: #dd3131;
	width: 276px;
	height: 76px;
	margin-left: 8px;
	border: 0px;
	cursor: pointer;
	border: 0px;
}
@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	margin-top: 0px;
}
}
@media screen and (max-width: 800px) {
.form input.submit, input.button {
	margin: 10px 0px 0px 0px;
}
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #838683;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #838683;
	font-size: 15px;
	line-height: 30px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #838683;
	font-size: 15px;
	line-height: 15px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}
 .captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
@media screen and (max-width: 360px) {
.g-recaptcha {
	width: 200px;
	 overflow: hidden;
}      
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #2c3035 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #2c3035 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #2c3035 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #2c3035 !important;
	font-weight: normal;
	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;
}
.desktop_only {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}
.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}
.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 10px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
	background: #dd3131;
	text-align: center;
	padding: 16px 48px 16px 48px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #231f20;
}
@media screen and (max-width: 1140px) {
.a_button {
	padding: 16px 35px 16px 35px;
}
}

.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: "Aboreto", system-ui;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #838683;
	text-align: center;
	padding: 8px 10px 8px 10px;
	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: #dd3131;
}

/* 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: "Aboreto", system-ui;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Aboreto", system-ui;
	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: "Aboreto", system-ui;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #231f20;
	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: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	font-family: "Aboreto", system-ui;
	color: #fff;
	font-size: 30px;
	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: 15px;
	line-height: 15px;
	color: #838683;
	font-family: "Aboreto", system-ui;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: "»";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 18px;
	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: #dd3131;
}
.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;
	font-family: "Aboreto", system-ui;
	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: "Aboreto", system-ui;
	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: 43px;
}
.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;
	background: rgba(29,92,170,0.9) !important; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	padding: 9px 0px 9px 0px !important; 
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 100%;
	height: 43px;
	position: absolute;
	padding: 29px 0px 9px 0px;
	z-index: 1;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 11px;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	text-align: center;
	padding: 16px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#menutop li:last-child {
	margin-right: 20px;
}
#menutop li:last-child a {
}
#menutop ul li:hover, #menutop li.selected {
	border-bottom: #dd3131 1px solid;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #fff;
	text-decoration: none;
}
#menutop_free_estimate {
	position: absolute;
	top: 0px;
	right: 0px;
}
#menutop_free_estimate a {
	padding: 16px 27px 16px 27px;
}
@media screen and (max-width: 1840px) {
#menutop ul {
	float: left;
}
#menutop li:first-child {
	margin-left: 2px;
}
#menutop li:last-child {
	margin-right: 20px;
}
#menutop li {
	margin: 0px 14px 0px 14px;
}
}
@media screen and (max-width: 1140px) {
#menutop_free_estimate {
	display: none !important;
}
}

/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f7f9fa 0px, #fff 43%);
	border-bottom: 1px solid #e5e5e5;
	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: 500;
	height: 33px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a.show_menu {
	color: #dd3d36;
}
.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, #ce3333 0px, #dd3131 43%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #231f20;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}
#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}

/*headertop
----------------------------------------------------------------------------*/
#headertop {
	height: 32px;
	padding: 14px 0px 14px 0px;
	position: relative;
	text-align: center;
	background: #fff;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
} 
#headertop_slogan {
	float: left;
	color: #888887;
	width: auto;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 6px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_watch {
	float: left;
	color: #888887;
	width: auto;
	font-size: 12px;
	line-height: 17px;
	padding-left: 26px;
	font-weight: normal;
	background: url(images/icon_watch_top.webp) left center no-repeat;	
	margin: 6px 0px 0px 15%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_location {
	float: left;
	width: auto;
	color: #888887;
	font-size: 12px;
	line-height: 17px;
	padding-left: 24px;
	font-weight: normal;
	background: url(images/icon_location_top.webp) left center no-repeat;	
	margin: 6px 0px 0px 15%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_phone {
	float: left;
	width: auto;
	margin: 6px 0px 0px 10%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_phone a {
	color: #888887;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 26px;
	background: url(images/icon_phone_top.webp) left center no-repeat;	
	text-decoration: none;
}
#headertop_social {
	width: auto;
	line-height: 30px;
	height: 32px;
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	position: absolute;
	top: 0px;
	right: 0px;
}
#headertop_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#headertop_social a:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 1820px) {	
#headertop_watch {
	margin: 6px 0px 0px 8%;
}
#headertop_location {
	margin: 6px 0px 0px 8%;
}
#headertop_phone {
	margin: 6px 0px 0px 4%;
}
#headertop_social {
	line-height: 30px;
	height: 32px;
	display: block;
	position: absolute;
	top: 130px;
	right: 0px;
	z-index: 100;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
}
@media screen and (max-width: 1140px) {
#headertop_slogan {
	float: none;
	margin: 0px !important;
	position: absolute;
	left: 0px;
	top: -5px; 
	z-index: 1;
}
#headertop_location {
	display: none;
	/*margin: 6px 3% 0px 0px !important;*/
}
#headertop_watch {
	margin: 16px 4% 0px 0px !important;
}
#headertop_phone {
	margin: 16px 3% 0px 0px !important;
}
#headertop_social {
	position: absolute;
	top: 0px;
	right: 0px;
}
}

@media screen and (max-width: 800px) {
#headertop_phone {
	margin: 16px 3% 0px 0px !important;
}
#headertop_watch {
	display: none;
}
#headertop_location {
	display: none;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1340px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 720px;
}
#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: 1024;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 102;
}
#slidebox {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 277px;
	text-align: center;
	z-index: 101; 
}
.inside #slidebox {
	position: absolute;
	top: 162px;
}
#slidebox #slide_logo { 
	width: auto;
	display: table; 
	margin: 0 auto;
	text-align: center;
}
.inside #slide_logo img { 
	width: 941px;
	height: 444px
}
@media screen and (max-width: 1840px) {
#slideshow {
	width: 100%;
	height: 1031px;
	position: relative;
	z-index: 0;
}
#slidebox  { 
	width: auto;
}
#slide_logo img { 
	width: 1098px !important;
	height: 518px !important;
}
.inside #slide_logo img { 
	width: 907px !important;
	height: 428px !important;
}
.inside #slideshow {
	height: 690px;
}
.inside #slidebox {
	position: absolute;
	top: 138px;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow, .inside #slideshow {
	background: #1d5caa url(images/mobile_slideshow_bg.webp) center center no-repeat;
	height: 203px;
}
#slidebox, .inside #slidebox {
	width: 400px;
	position: absolute;
	top: 40px;
	text-align: center;
}
#slide_logo img, .inside #slide_logo img { 
	width: 278px !important;
	height: 131px !important;
}
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 132px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.inside #slideshow_pager { 
	position: absolute; 
	bottom: 60px; 
} 
#slideshow_pager span { 
    width: 21px;
	height: 3px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 3px 0px 2px;
	font-family: arial; font-size: 0px; 
}
#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;
}
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 84px 0px 140px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 108px 0px 108px 0px;
}

/* content
-----------------------------------------------------------------------------*/
#side_img {
	width: 862px;
	height: 886px;
	float: left;
	position: relative;
}
#side_img img:nth-child(2) {
	position: absolute;
	top: 114px;
	right: 0px;
}
@media screen and (max-width: 1840px) {
#side_img {
	display: none;
}
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 882px;
	float: right;
	text-align: left;
}
.inside #content {
	width: 100%;
	float: none;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 0px 0px 140px 0px;
	background: #fff;
	position: relative;
} 
#content {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 1140px) {
#middle, .inside #middle {
	padding: 40px 0px 40px 0px;
} 
#content {
	width: 100%;
	text-align: center;
	position: relative;
}
.inside #content {
	width: 100%;
	text-align: left;
	position: relative;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #231f20;
	font-family: "Aboreto", system-ui;
	font-size: 55px;
	line-height: 55px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin-bottom: 40px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #231f20;
	font-family: "Aboreto", system-ui;
	font-size: 55px;
	line-height: 55px;
	font-weight: normal;
	text-align: left;
}
.content_title span {
	display: block;
	color: #dd3131;
	font-family: "Aboreto", system-ui;
	font-size: 24px;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}
.content_title_home {
	width: 70%;
}

@media screen and (max-width: 1840px) {
.content_title_home {
	width: 100%;
}
.inside .content_title_home {
	display: none;
}
.content_title {
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
.content_title h1 {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.content_title span {
	font-size: 14px;
	line-height: 10px;
	text-align: center;
	margin-bottom: 20px;
}
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	position: relative;
}
#service_area ul {
	margin: 10px 0px 0px 20px;
	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 span {
	display: block;
	font-family: "Aboreto", system-ui;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #842424;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}
#service_area a[href="javascript:;"] {
	color: #434343;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1140px) {	
#service_area span {	
	font-size: 24px;
	line-height: 24px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
}
#service_area ul {
	margin: 10px 0px 0px 50px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
}

/* content_services
-----------------------------------------------------------------------------*/
#content_services {
	height: auto;
	background: #fff;
	padding: 0px;
	position: relative;
	text-align: center
}
#content_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
/*#content_services ul li {
	display: inline-block;
	vertical-align: middle;
}*/
/*#content_services ul li  {
	display: block;
	width: auto;
	height: 84px;
	text-decoration: none;
	vertical-align: middle;
	padding: 55px 0px 55px 64px; 
}*/
#content_services li {
	float: left;
	display: inline-block;
	width: 800px;
	height: 84px;
	background: #fff;
	text-align: left;
	padding: 55px 0px 55px 64px; 
	margin: 0px 20px 28px 0px;  
	border: 1px #f2f1f0 solid;
}
#content_services li:last-child {
	margin-right: 0px;
}
#content_services ul li div {
	float: left;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	opacity: 1;
}
#content_services ul li div img {
	display: inline-block;
	vertical-align: middle;
}
#content_services ul li p .services_title {
	display: block;
	color: #231f20;
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
  	font-family: "Aboreto", system-ui;
	text-transform: uppercase;
}
#content_services ul li p {
	float: left;
	width: 80%;
	display: inline-block;
	color: #838683;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 15px 62px;
}
#content_services ul li:nth-child(1) div {
	background: url(images/content_services_icon_01.webp)  no-repeat;
}
#content_services ul li:nth-child(2) div {
	background: url(images/content_services_icon_02.webp) no-repeat;
}
@media screen and (max-width: 1840px) {	
#content_services ul li {
	display: inline-block;
	width: 500px;
	height: 84px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	padding: 55px 0px 55px 34px; 
	margin: 0px 28px 28px 0px; 
}
#content_services ul li p {
	float: left;
	width: 80%;
	display: inline-block;
	color: #838683;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 15px 22px;
}
}

@media screen and (max-width: 1140px) {
#content_services {
	display: none;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	height: 318px;
	background: #fff;
	padding: 0px;
	position: relative;
	text-align: center
}
#box_services .content_title, 
#box_services .content_title span {	
	text-align: center;	
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	position: relative;
	top: -82px;
}
#box_services ul li {
	display: inline-block;
	vertical-align: middle;
}
#box_services li {
	width: 423px;
	height: 164px;
	background: #fbfbfb;
	text-align: center;
	margin: 0px 36px 36px 0px; 
}
#box_services li:hover a {
	color: #fff;
	background: #dd3131;
	text-decoration: none;
}
#box_services li:last-child {
	margin-right: 0px;
}
#box_services li:nth-child(4) {
	margin-right: 0px;
}
#box_services ul li a {
	display: block;
	width: 359px;
	height: 54px;
	text-decoration: none;
	vertical-align: middle;
	padding: 55px 20px 55px 44px; 
}
#box_services ul li a div {
	float: left;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	opacity: 1;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a .services_title {
	display: block;
	color: #231f20;
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
  	font-family: "Aboreto", system-ui;
	text-transform: uppercase;
}
#box_services ul li a:hover .services_title  {
	color: #fff;
	text-decoration: none;
}
#box_services ul li a span {
	float: left;
	margin-left: 22px;
}
#box_services ul li a:hover span {
	color: #fff;
	text-decoration: none;
}
#box_services ul li a:hover div {
	color: #fff;
}
#box_services ul li:nth-child(1) div {
	background: url(images/services_icon_01.webp)  no-repeat;
}
#box_services ul li:nth-child(1) a:hover div {
	background: url(images/services_icon_01_on.webp) no-repeat;
}
#box_services ul li:nth-child(2) div {
	background: url(images/services_icon_02.webp) no-repeat;
}
#box_services ul li:nth-child(2) a:hover div {
	background:  url(images/services_icon_02_on.webp) no-repeat;
}
#box_services ul li:nth-child(3) div {
	background: url(images/services_icon_03.webp) no-repeat;
}
#box_services ul li:nth-child(3) a:hover div {
	background:  url(images/services_icon_03_on.webp) no-repeat;
}
#box_services ul li:nth-child(4) div {
	background: url(images/services_icon_04.webp) no-repeat;
}
#box_services ul li:nth-child(4) a:hover div {
	background:  url(images/services_icon_04_on.webp) no-repeat;
}
#box_services ul li:nth-child(5) div {
	background: url(images/services_icon_05.webp) no-repeat;
}
#box_services ul li:nth-child(5) a:hover div {
	background:  url(images/services_icon_05_on.webp) no-repeat;
}
#box_services ul li:nth-child(6) div {
	background: url(images/services_icon_06.webp) no-repeat;
}
#box_services ul li:nth-child(6) a:hover div {
	background:  url(images/services_icon_06_on.webp) no-repeat;
}
#box_services ul li:nth-child(7) div {
	background: url(images/services_icon_07.webp) no-repeat;
}
#box_services ul li:nth-child(7) a:hover div {
	background:  url(images/services_icon_07_on.webp) no-repeat;
}
#box_services ul li:nth-child(8) div {
	background: url(images/services_icon_08.webp) no-repeat;
}
#box_services ul li:nth-child(8) a:hover div {
	background:  url(images/services_icon_08_on.webp) no-repeat;
}
@media screen and (max-width: 1820px) {	
#box_services {
	height: auto !important;
	background: #fff;
	padding: 0px;
	position: relative;
	text-align: center
}
#box_services li {
	width: 348px;
	height: 164px;
	background: #fbfbfb;
	text-align: center;
	margin: 0px 28px 28px 0px; 
}
#box_services ul li a {
	display: block;
	width: 324px;
	height: 54px;
	text-decoration: none;
	vertical-align: middle;
	padding: 55px 0px 55px 24px; 
}
#box_services ul li a div {
	width: 52px;
	height: 52px;
	line-height: 52px;
	background-size: 52px 52px !important;
}
#box_services ul li a .services_title {
	font-size: 24px;
	line-height: 24px;
}
#box_services ul li a span {
	float: left;
	margin-left: 16px;
}
#box_services li:nth-child(4) {
	margin-right: 28px;
}
#box_services li:nth-child(3), 
#box_services li:nth-child(6) {
	margin-right: 0px;
}
}

@media screen and (max-width: 1140px) {	
#box_services {
	padding: 40px 0px 39px 0px;
}
#box_services ul {
	position: relative;
	top: 0px;
}
#box_services li {
	width: auto;
	height: 129px;
	background: #fbfbfb;
	text-align: center;
	margin: 0px 1px 2px 1px; 
}
#box_services ul li a {
	display: block;
	width: 129px;
	height: 74px;
	text-decoration: none;
	vertical-align: middle;
	padding: 28px 5px 27px 5px !important; 
}
#box_services ul li a .services_title {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0px;
	text-align: center;
}
#box_services ul li a span {
	display: block;
	float: none !important;
	margin: 0px !important;
	text-align: center;
}
#box_services ul li a div {
	float: none !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-size: 36px 36px !important;
	margin-bottom: 10px !important;
	text-align: center;
}
#box_services ul li a div img {
	display: block;
	vertical-align: middle;
	text-align: center;
	border: #F80707 1px solid;
}
#box_services li:nth-child(4) {
	margin-right: 1px;
}
#box_services li:nth-child(3), 
#box_services li:nth-child(6) {
	margin-right: 1px;
}
}

/* box_products
-----------------------------------------------------------------------------*/
#box_products {
	background: #fbfbfb;
	padding: 120px 0px 110px 0px;
	position: relative;
	text-align: center
}
#box_products .content_title, 
#box_products .content_title span {	
	text-align: center;	
}
#box_products p {
	color: #838683;
	padding: 0px 25% 50px 25%;
	text-align: center;
}
#box_products ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_products ul li {
	display: inline-block;
	vertical-align: middle;
}
#box_products li {
	width: auto;
	height: 403px;
	background: #fff;
	text-align: center;
	margin: 0px 15px 30px 15px; 
}
#box_products li:hover a {
	color: #fff;
	background: #dd3131;
	text-decoration: none;
}
#box_products li:first-child {
	margin-left: 0px;
}
#box_products li:last-child {
	margin-right: 0px;
}
#box_products li:nth-child(5) {
	margin-right: 0px;
}
#box_products ul li a {
	display: block;
	width: 236px;
	height: 303px;
	text-decoration: none;
	vertical-align: middle;
	padding: 50px 50px 50px 50px; 
}
#box_products ul li a div {
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 39px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	opacity: 1;
}
#box_products ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_products ul li a .products_title {
	display: block;
	color: #231f20;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
  	font-family: "Aboreto", system-ui;
	text-transform: uppercase;
	margin-bottom: 28px;
}
#box_products ul li a:hover .products_title  {
	color: #fff;
	text-decoration: none;
}
#box_products ul li a:hover span {
	color: #fff;
	text-decoration: none;
}
#box_products ul li a p {
	display: block;
	color: #838683;
	font-size: 15px;
	line-height: 27px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#box_products ul li a:hover p {
	color: #fff;
	text-decoration: none;
}
#box_products ul li a:hover div {
	color: #fff;
}
#box_products ul li:nth-child(1) div {
	background: url(images/products_icon_01.webp)  no-repeat;
}
#box_products ul li:nth-child(1) a:hover div {
	background: url(images/products_icon_01_on.webp) no-repeat;
}
#box_products ul li:nth-child(2) div {
	background: url(images/products_icon_02.webp) no-repeat;
}
#box_products ul li:nth-child(2) a:hover div {
	background:  url(images/products_icon_02_on.webp) no-repeat;
}
#box_products ul li:nth-child(3) div {
	background: url(images/products_icon_03.webp) no-repeat;
}
#box_products ul li:nth-child(3) a:hover div {
	background:  url(images/products_icon_03_on.webp) no-repeat;
}
#box_products ul li:nth-child(4) div {
	background: url(images/products_icon_04.webp) no-repeat;
}
#box_products ul li:nth-child(4) a:hover div {
	background:  url(images/products_icon_04_on.webp) no-repeat;
}
#box_products ul li:nth-child(5) div {
	background: url(images/products_icon_05.webp) no-repeat;
}
#box_products ul li:nth-child(5) a:hover div {
	background:  url(images/products_icon_05_on.webp) no-repeat;
}
@media screen and (max-width: 1820px) {	
#box_products p {
	padding: 0px 8% 50px 8%;
	text-align: center;
}
#box_products li:nth-child(3) {
	margin-right: 0px;
}
#box_products li {
	margin: 0px 23px 46px 23px; 
}
}
@media screen and (max-width: 1140px) {	
#box_products {
	padding: 40px 0px 39px 0px;
	background: #fbfbfb;
}
#box_products p {
	display: none;
}
#box_products li {
	width: auto;
	height: 129px;
	background: #fff;
	text-align: center;
	margin: 0px 1px 2px 1px; 
}
#box_products ul li a {
	display: block;
	width: 119px;
	height: 74px;
	text-decoration: none;
	vertical-align: middle;
	padding: 28px 10px 27px 10px !important; 
}
#box_products ul li a .products_title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0px;
}
#box_products ul li a p {
	display: none;
}
#box_products ul li a div {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	margin-bottom: 10px;
	background-size: 36px 36px !important
}
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	height: auto;
	background: #4d5553 url(images/box_testimonials_bg.webp) center top no-repeat;
	position: relative;
	padding: 120px 0px 120px 0px;
}
#box_testimonials .content_title, 
#box_testimonials .content_title span {	
	color: #fff;
	text-align: center;	
}
#box_testimonials p {
	color: #fff;
	padding: 0px 24% 50px 24%;
	text-align: center;
}
#box_testimonials ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 35px 0px;
	list-style: none;
	list-style-image: none;
}
#box_testimonials ul li {
	float: left;
	width: 456px;
	height: 212px;
	display: inline-block;
	background: #fff;
	padding: 87px 60px 54px 60px;
	margin: 0px 16px 0px 16px;
	text-align: center;
}
#box_testimonials ul li:hover {
	color: #fff;
	background: #dd3131;
	transition: all 0.5s ease;
	cursor: pointer;
}
#box_testimonials li:first-child {
	margin-left: 0px;
}
#box_testimonials li:last-child {
	margin-right: 0px;
}
#box_testimonials ul li span {
	display: block;
	color: #dd3131;
	font-size: 150px;
	line-height: 37px;
	font-weight: 400;
	font-family: "Aboreto", system-ui;
	text-align: center;
}
#box_testimonials ul li:hover span {
	color: #fff;
	text-decoration: none;
}
#box_testimonials ul li .testimonials_title {
	color: #231f20;
	font-size: 30px;
	line-height: 30px;
	font-family: "Aboreto", system-ui;
	text-align: center;
	margin-bottom: 20px;
}
#box_testimonials ul li:hover .testimonials_title  {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#box_testimonials {
	padding: 90px 0px 100px 0px;
}
#box_testimonials p {
	padding: 0px 7% 50px 7%;
	text-align: center;
}
#box_testimonials ul li {
	width: 415px;
	height: 212px;
	margin: 0px 14px 0px 14px;
	text-align: center;
}
#box_testimonials li:first-child {
	margin-left: 0px;
}
#box_testimonials li:last-child {
	margin-right: 0px;
}
#box_testimonials li:nth-child(2) {
	margin-right: 0px;
}
#box_testimonials li:nth-child(3) {
	display: none;
}
}
@media screen and (max-width: 1140px) {
#box_testimonials {
	height: auto;
	background: #626661 url(images/mobile_box_testimonials_bg.webp) center top no-repeat;
	position: relative;
	padding: 50px 0px 50px 0px;
	text-align: center;
}
#box_testimonials p {
	display: none;
}
#box_testimonials ul {
	padding: 0px 0px 15px 0px;
}
#box_testimonials ul li {
	width: 272px;
	height: auto !important;
	padding: 48px 24px 48px 24px;
	margin: 0px 10px 20px 10px;
	text-align: center;
}
#box_testimonials ul li .testimonials_title {
	font-size: 24px;
	margin-bottom: 20px;
}
#box_testimonials ul li span {
	font-size: 100px;
	line-height: 24px;
}
}
@media screen and (max-width: 800px) {
#box_testimonials ul li {
	width: 280px !important;
	height: auto !important;
	padding: 48px 20px 48px 20px;
	margin: 0px;
	text-align: center;
}
#box_testimonials ul li .testimonials_title {
	font-size: 24px;
	margin-bottom: 20px;
}
#box_testimonials ul li span {
	font-size: 100px;
	line-height: 24px;
}
#box_testimonials li:nth-child(1) {
	display: none;
}
}

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	height: auto;
	background: #fff;
	position: relative;
	padding: 120px 0px 140px 0px;
}
#box_gallery .content_title, 
#box_gallery .content_title span {	
	text-align: center;	
}
#box_gallery p {
	padding: 0px 25% 50px 25%;
	text-align: center;
}
#box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 35px 0px;
	list-style: none;
	list-style-image: none;
}
#box_gallery ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 18px 0px 18px;
}
#box_gallery li:first-child {
	margin-left: 0px;
}
#box_gallery li:last-child {
	margin-right: 0px;
}
#box_gallery ul li a {
	display: block;
	width: 576px;
	height: 709px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_gallery ul li a img {
	transition: all 0.5s ease;
}
#box_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#box_gallery a div span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 30%;
	right: 30%;
	text-align: center;
}
#box_gallery a div .a_button {
	background: #dba765;
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.1;
	background: none;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_gallery a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}

@media screen and (max-width: 1840px) {
#box_gallery {
	padding: 90px 0px 100px 0px;
}
#box_gallery p {
	padding: 0px 8% 50px 8%;
	text-align: center;
}
#box_gallery ul li {
	margin: 0px 16px 0px 16px;
}
#box_gallery ul li a {
	width: 534px;
	height: 657px;
}
#box_gallery ul li a img {
	width: 534px;
	height: 657px;
}
#box_gallery li:first-child {
	margin-left: 0px;
}
#box_gallery li:last-child {
	margin-right: 0px;
}
#box_gallery li:nth-child(2) {
	margin-right: 0px;
}
#box_gallery li:nth-child(3) {
	display: none;
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
	padding: 50px 0px 50px 0px;
	text-align: center;	
}
#box_gallery p {
	display: none;
}
#box_gallery ul {
	padding: 0px;
}
#box_gallery ul li a {
	width: 320px;
	height: 394px;
}
#box_gallery ul li a img {
	width: 320px;
	height: 394px;
}
#box_gallery ul li {
	margin: 0px 10px 20px 10px;
}
#box_gallery li:first-child {
	margin-left: 10px;
}
#box_gallery li:last-child {
	margin-right: 10px;
}
#box_gallery a div span {
	top: 48%;
	left: 18%;
	right: 18%;
}
}
@media screen and (max-width: 800px) {
#box_gallery ul li a {
	width: 280px;
	height: 345px;
}
#box_gallery ul li a img {
	width: 280px !important;
	height: 345px !important;
}
#box_gallery a div span {
	top: 48%;
	left: 16%;
	right: 16%;
}
#box_gallery li:nth-child(2) {
	display: none;
}
}

/* box_free_estimate_location
-----------------------------------------------------------------------------*/
#box_free_estimate_location {
	width: 100%;
	height: 668px;
	background: #515151 url(images/box_free_estimate_location_bg.webp) center top no-repeat;
	position: relative;
	padding: 140px 0px 161px 0px;
}
@media screen and (max-width: 1140px) {	
	#box_free_estimate_location {
	height: auto;
	background: #fbfbfb;
	padding: 50px 0px 50px 0px;
}
}

/* box_location
-----------------------------------------------------------------------------*/
#box_location {
	float: left;
	width: 918px;
	height: 668px;
	position: relative;
}
#box_location a img {
	width: 918px;
	height: 668px;
	background: url(images/location_map_img.webp) center top no-repeat;
}
#box_location_small a  {
	display: none; 
}
@media screen and (max-width: 1840px) {	
#box_location {
	float: left;
	width: 550px;
	height: 668px;
	position: relative;
}
#box_location a img {
	width: 550px;
	height: 668px;
}
}
@media screen and (max-width: 1140px) {	
	#box_location {
		display: none;
	}
}

/* box_free_estimate
-----------------------------------------------------------------------------*/
#box_free_estimate {
	float: right;
	width: 722px;
	height: 527px;
	position: relative;
	background: #fbfbfb;
	padding: 70px 80px 71px 80px;
}
#box_free_estimate .content_title {	
	text-align: left;	
}
.captcha {
	float: left;
	display: table;
	margin: 0 auto;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

@media screen and (max-width: 1840px) {
#box_free_estimate {
	float: right;
	width: 475px;
	height: 527px;
	padding: 70px 40px 71px 35px;
}
}

@media screen and (max-width: 1140px) {
#box_free_estimate {
	width: 100%;
	width: auto !important;
	float: none;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
#box_free_estimate .content_title, 
#box_free_estimate .content_title span {	
	text-align: center;
}
.captcha {
	float: none;
	display: table;
	margin: 0 auto;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
}

@media screen and (max-width: 800px) {
#box_free_estimate {
}
#box_free_estimate form {
}
#box_free_estimate div.captcha table tr td {
	display: table;
	margin: 0 auto;
	text-align: center !important;
}
#box_free_estimate div.captcha table tr td .submit {
	display: block;
	margin: 10px 0px 10px 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 {
	height: 50px;	
	font-size: 15px;
	line-height: 15px;
	color: #2c3035;
	font-weight: normal;
  	font-family: "Aboreto", system-ui;
	padding: 9px 10px 8px 17px;
	background: #fff;
	margin: 0px 0px 10px 0px;
	border: none;
}
#form_estimate_side label #name {
	background: #fff url(images/icon_form_name.webp) 20px center no-repeat;
	padding-left: 40px;
}
#form_estimate_side label #phone {
	background: #fff url(images/icon_form_phone.webp) 20px center no-repeat;
	padding-left: 40px;
}
#form_estimate_side label #email {
	background: #fff url(images/icon_form_email.webp) 20px center no-repeat;
	padding-left: 40px;
}
#form_estimate_side label #message {
	background: #fff url(images/icon_form_message.webp) 20px 16px no-repeat;
	padding-left: 40px;
}
#form_estimate_side textarea {
	height: 120px;	
	font-size: 15px;
	line-height: 25px;
	color: #2c3035;
	font-weight: 400;
  	font-family: "Aboreto", system-ui;
	padding: 11px 35px 14px 17px;
	background: #fff;
	margin-bottom: 20px;
	border: none;
}
#form_estimate_side input.submit {
	color: #fff;
	font-size: 18px;
	line-height: 12px;
	font-weight: 400;
  	font-family: "Aboreto", system-ui;
	text-transform: uppercase;
	background: #dd3131;
	width: 212px;
	height: 76px;
	margin-left: 10px;
	margin-top: -2px;
}
#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	vertical-align: top;
}

@media screen and (max-width: 1840px) {
#form_estimate_side input.submit {
	width: 158px;
	height: 76px;
	margin-left: 5px;
	margin-top: -2px;
}
}

@media screen and (max-width: 1140px) {
#form_estimate_side fieldset {
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	font-size: 15px;
	line-height: 15px;
}
#form_estimate_side input {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}
#form_estimate_side textarea {
	font-size: 15px;
	line-height: 25px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}
#form_estimate_side input.submit {
	width: 142px;
	height: 76px;
}
}
@media screen and (max-width: 800px) {
#form_estimate_side input.submit {
	width: 142px;
	height: 56px;
}
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	background: #dd3131;
	padding: 123px 0px 127px 0px;
}
#footer_address_links {
	float: left;
	width: auto;
	margin: 27px 0px 0px 128px;
} 
#footer_address_links span {
	color: #fff;
}
#footer_address_links a {
	color: #fff;
}
#footer_logo {
	float: left;
	width: 328px;
	text-align: center;
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 60px 0px 75px 0px;
	font-size: 14px;
	line-height: 30px;
}
#footer_logo {
	display: none;
}
#footer_address_links {
	float: none;
	width: auto;
	text-align: center;
	margin: 0px;
} 
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 600px;
	float: left;
}
#contact_address iframe {
	width: 600px; 
	height: 450px;
}
#contact_form {
	width: 850px;
	float: right;
}
@media screen and (max-width: 1820px) {	
#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 600px;
	float: right;
}
#contact_address iframe {
	width: 400px; 
	height: 300px;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 68px;
	height: 68px;
	background: #fff url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	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: #ca1111 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%;
}
}
