* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 20px;
}

@media screen and (max-width: 1840px) {
html {
	font-size: 20px;
}
}

@media screen and (max-width: 1140px) {
html {
	font-size: 16px;
}
}

@media screen and (max-width: 840px) {
html {
	font-size: 16px;
}
}

@media screen and (max-width: 360px) {
html {
	font-size: 16px;
}
}

body {
  	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #4e4e4e;
	width: 100%;
	min-width: 1800px;
	background: #3b3b3b url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 600;
	line-height: 1.2;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
h1, .h1 {
	font-size: 2rem;
	color: #888888;
}
h2, .h2 {
	font-size: 1.8rem;
	color: #777777;
}
h3, .h3 {
	font-size: 1.6rem;
	color: #646464;
}
h4, .h4 {
	font-size: 1.4rem;
	color: #585858;
}
h5, .h5 {
	font-size: 1.3rem;
	color: #404040;
}
h6, .h6 {
	font-size: 1.2rem;
	color: #000000;
}
@media screen and (max-width: 1140px) {
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1;
}
h1, .h1 {
	font-size: 1.875rem;
}
h2, .h2 {
	font-size: 1.8125rem;
}
h3, .h3 {
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 1.6875rem;
}
h5, .h5 {
	font-size: 1.625rem;
}
h6, .h6 {
	font-size: 1.5625rem;
}
}

a {
	color: #d77228;
	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: 10px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
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: 1rem;
	line-height: 1;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;	
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	background: #757575;
	width: 302px;
	height: 76px;
	border: 0px;
	cursor: pointer;
	border-radius: 4px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #000;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 1rem;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	line-height: 1;
	padding: 14px 14px 14px 14px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 19px 30px 19px 30px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}

@media screen and (max-width: 1840px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 15px 25px 15px 25px;
}
.form select {
	padding: 14px 25px 14px 25px;
}
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 10px 15px 10px 15px;
}
.form select {
	padding: 9px 15px 9px 15px;
}
}

.captcha {
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 15px;
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 660px) {
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	padding: 15px 30px 15px 30px;
}
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: 500;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #ffffff !important;
	font-weight: 500;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #ffffff !important;
	font-weight: 500;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: 500;
	text-transform: uppercase;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}
.images, .images_left, .images_right {
	border-radius: 5px;
	border: #b8b8b8 3px solid;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}
.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-bottom: 30px;
}
.images1 {
	width: 400px;
	height: auto;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	outline: none;
	background-color: #757575;
	text-align: center;
	padding: 17px 52px 17px 52px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border-radius: 5px;
}
.a_button:hover {
	text-decoration: none;
	background-color: #000;
}

.a_button1 {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	outline: none;
	text-align: center;
	padding: 18px 46px 18px 46px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border: #757575 2px solid;
	border-radius: 5px;
}
.a_button1:hover {
	text-decoration: none;
	background-color: #000;
}

.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-size: 0.9rem;
	line-height: 1;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #000;
	text-align: center;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	text-decoration: none;
	background: #d77228;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 1rem;
	line-height:  0.9rem;
}
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2rem;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: "Barlow", sans-serif;
	color: #666;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}
.portfolio_section_name {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	color: #3c2f26;
	text-align: left;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 0.7rem;
	line-height: 1.2;
}

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 90%;
	position: absolute;
	left: 0;
	top: 20%;
	right: 0;
	bottom: 0;
	margin-top: -15%;
	opacity: 0.7;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 30% 5% 5% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	background: rgba(0,0,0,0.8);
	opacity: 1;
}


@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index_caption {
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_index_caption {
	font-size: 1.6rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}
.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(0,0,0,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.portfolio_slider_slideshow {
	position: relative;
}
.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}
.portfolio_slider_thumbnail {
	text-align: center;
}
.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}
.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	color: #4e4e4e; 
	text-transform: uppercase;
	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: 1px;
	right: 0px;
	text-align: right;
	font-size: 1.1rem;
	line-height: 0.95rem
}
.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: #d77228;
}
.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: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: auto;
	margin: 0px 30px 0px 30px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	margin: 0px 20px 0px 20px;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 56px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 70px;
	color: #b7b7b7;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1;
	font-style: normal;
	background: #000;
}
#header_top_slogan {
	width: auto;
	float: left;
	padding: 20px 0px 0px 0px;
}
#header_top_phone {
	width: auto;
	float: right;
	margin-top: 13px;
}
#header_top_phone span {
	display: inline-block;
	color: #b7b7b7;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
}
#header_top_phone a {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	padding: 0px 0px 0px 13px;
}
#header_top_phone a:hover {
	color: #9f9f9f;
	text-decoration: none;
}
#header_top_hours {
	width: auto;
	float: right;
	background: url(images/header_top_icon_hours.webp) left 18px no-repeat;
	padding: 19px 0px 0px 20px;
	margin-right: 8%;
}
#header_top_email {
	width: auto;
	float: right;
	background: url(images/header_top_icon_email.webp) left 21px no-repeat;
	padding: 19px 0px 0px 23px;
	margin-right: 8%;
}
#header_top_email a {
	color: #b7b7b7;
}
#header_top_location {
	width: auto;
	float: right;
	background: url(images/header_top_icon_location.webp) left 18px no-repeat;
	padding: 19px 0px 3px 20px;
	margin-right: 5%;
}

@media screen and (max-width: 1840px) {
#header_top_phone {
	width: auto;
	position: absolute;
	top: 112px;
	right: 0px;
	z-index: 1;
}
#header_top_phone a {
	color: #000;
}
#header_top_phone span {
	color: #757575;
}
#header_top_hours {
	margin-right: 5%;
}
#header_top_email {
	margin-right: 5%;
}
#header_top_location {
	margin-right: 0;
}
}
@media screen and (max-width: 1300px) {
#header_top_phone {
	width: auto;
	position: absolute;
	top: 112px;
	right: 0px;
	z-index: 1;
}
#header_top_email {
	display: none;
}
#header_top_hours {
	margin-right: 15%;
}
}
@media screen and (max-width: 1140px) {
#header_top_slogan {
	font-size: 1rem;
	padding-top: 26px;
}
#header_top_hours {
	display: none;
}
#header_top_email {
	display: none;
}
#header_top_location {
	display: none;
}
#header_top_phone {
	position: absolute;
	top: 0px;
}
#header_top_phone a {
	color: #fff;
	font-size: 2.25rem;
}
#header_top_phone span {
	color: #b7b7b7;
	font-size: 0.9rem;
}
}
@media screen and (max-width: 800px) {
#header_top_slogan {
	width: 43%;
	line-height: 0.95rem;
	padding-top: 16px;
}
}

@media screen and (max-width: 650px) {
#header_top {
	height: auto;
	padding: 7px 0px 9px 0px
}
#header_top_slogan {
	float: none;
	width: 100%;
	line-height: 0.97rem;
	padding-top: 6px;
	text-align: center;
}  
#header_top_phone {
	width: 100%;
	text-align: center;
	position: static;
	top: 0px;
}
}

/* header
-----------------------------------------------------------------------------*/
#header {
	height: 300px;
	position: relative;
	background: #fff;
}
#header_logo {
	float: left;
	margin-top: 21px;
}
#header_free_estimate .a_button {
	position: absolute;
	right: 0px;
	top: 86px;
}
#header_social {
	margin: 0px;
	position: absolute;
	right: 14%;
	top: 96px;
}
#header_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 1840px) {
#header_free_estimate .a_button {
	position: absolute;
	right: 0px;
	top: 128px;
}
#header_logo img {
	width: auto;
	height: 251px;
}
#header_social {
	margin: 0px;
	line-height: 1;
	position: absolute;
	right: 270px;
	top: 59px;
}
}
@media screen and (max-width: 1500px) {
#header_logo img {
	width: auto;
	height: 200px;
}
}
@media screen and (max-width: 1300px) {
#header_logo img {
	width: auto;
	height: 198px;
}
}

@media screen and (max-width: 1140px) {
#header {
	height: auto; 
	padding: 20px 0px 20px 0px;
}
#header_logo {
	float: none;
	display: table; 
	margin: 0 auto;
	margin-top: 22px;
}
#header_logo img {
	width: auto;
	height: 116px;
}
#header_social {
	float: none;
	width: auto;
	text-align: center;
	position: static;
	margin-top: 10px;
}
}
@media screen and (max-width: 650px) {
#header_logo img {
	max-width: 100%;
	height: auto;
}
} 

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 56px;
	float: right;
	margin: 168px 0px 0px 180px;
	z-index: 102;
}
#menutop ul {
	display: table; 
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
	color: #000;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	height: 36px;
	text-align: center;
	padding: 20px 34px 0px 34px;
	margin: 0px;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
}
#menutop ul li a:last-child {
	padding-right: 0px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #9f9f9f;
	text-decoration: none;
}
#menutop ul li .menu_free_estimate {
	display: none;
}
 #menutop.box_fixed {
	background: #fff; 
	margin-top: 0px;
}

@media screen and (max-width: 1840px) {
#menutop {
	float: right;
	margin: 224px 0px 0px 0px;
}
}
@media screen and (max-width: 1500px) {
#menutop ul li a {
	padding: 20px 28px 0px 28px;
}
}
@media screen and (max-width: 1300px) {
#menutop ul li a {
	padding: 20px 20px 0px 20px;
}
}

@media screen and (max-width: 1140px) {
}

/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #000000 0px, #242121 43%);
	display: none;
}
.menu_icons:after {
	content:"";
	display: block;
	clear: both;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	line-height: 2.25rem;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	height: 33px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
	vertical-align: top;
}
.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, #5a5a5a 0px, #757575 44%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.25rem;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #000;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}
#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}

/* slideshow_area
-----------------------------------------------------------------------------*/
#slideshow_area {
	width: 100%;
	height: 1080px;
	position: relative;
}
.inside #slideshow_area {
	height: 714px;
}

@media screen and (max-width: 1840px) {
#slideshow_area {
	height: 817px;
}
.inside #slideshow_area {
	height: 640px;
}
}

@media screen and (max-width: 1540px) {
#slideshow_area {
	height: 817px;
}
.inside #slideshow_area {
	height: 640px;
}
}

@media screen and (max-width: 1140px) {
#slideshow_area {	
	aspect-ratio: 4/2;	
	height: 243px;
}
.inside #slideshow_area {
	height: 179px;
}
}

@media screen and (max-width: 500px) {
#slideshow_area {
	height: 243px;
}
.inside #slideshow_area {
	height: 179px;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	z-index: 0;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 501px) {
#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;
	bottom: 306px;
	color: #fff;
}
.inside #slideshow_slogan {
	bottom: 152px;
} 
#slideshow_slogan span {
	display: block;
	color: #cecece;
	font-size: 2.4rem;
	line-height: 1.7rem;
	letter-spacing: 1px;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 35px;
}
#slideshow_slogan a {
	margin-right: 10px;
}
#slideshow_slogan div {
	font-weight: 600;
	font-style: normal;
	font-size: 7.5rem;
	line-height: 7.25rem;
	letter-spacing: 1px;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#slideshow_slogan p {
	width: 45%;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 400;
	margin-bottom: 50px;
}
.inside #slideshow_slogan p {
	display: none;
}

@media screen and (max-width: 1840px) {
#slideshow_slogan {
	width: 1200px;
	bottom: 226px;
}
#slideshow_slogan p {
	width: auto;
	margin-bottom: 20px;
}
#slideshow_slogan div {
	font-size: 6.5rem;
	line-height: 6.25rem;
	margin-bottom: 20px;
}
#slideshow_slogan span {
	margin-bottom: 20px;
}
.inside #slideshow_slogan {
	bottom: 132px;
} 
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
#slideshow_slogan {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
#slideshow {
	background: #000 url(images/mobile_slideshow_bg.webp) center center no-repeat !important;
	height: 243px;
}
#slideshow_slogan  {
	width: 100%;
	position: absolute;
	bottom: 100px;
	text-align: center;
}
#slideshow_slogan div {
	font-size: 3rem;
	line-height: 3.125rem;
	margin-bottom: 0px;
}
#slideshow_slogan span {
	display: none;
}
#slideshow_slogan p {
	display: none;
}
#slideshow_slogan a {
	display: none;
}
.inside #slideshow_slogan {
	bottom: 44px;
} 
}

@media screen and (max-width: 500px) {
.inside #slideshow_slogan {
	bottom: 40px;
}
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 101 !important; 
	bottom: 223px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 4px 0px 4px;
	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;
}
.inside #slideshow_pager { 
	bottom: 80px; 
}
@media screen and (max-width: 1840px) {
#slideshow_pager { 
	width: 1100px;
	bottom: 174px; 
}
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
	height: auto;
	background: #f8f8f8;
	position: relative;
	text-align: center;
	padding: 0px 0px 120px 0px;
}
.inside #box_services {
	display: none;
}
#box_services ul {
	display: grid;
	gap: 36px 36px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	list-style-image: none;
	margin: -112px 0px 0px 0px;
	padding: 0px;
}
#box_services ul li {
	box-sizing: border-box;
	overflow: hidden;
	background: #000;
	position: relative;
}
#box_services li {
	border-radius: 9px;
	border: #757575 3px solid;
}
#box_services li a:hover {
	color: #fff;
	text-decoration: none;
}
#box_services li a:hover span {
	color: #757575;
	text-decoration: none;
}
#box_services ul li a {
	display: block;
	height: 100%;
	text-align: left;	
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#box_services ul li a div {
	padding: 23px 30px 29px 46px;	
}
#box_services ul li a div p {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: left;
	margin-right: 19px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
}
#box_services ul li a div span {
	color: #fff;
	vertical-align: top;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	margin-top: 21px;
}
#box_services ul li:nth-child(4n) a div span, 
#box_services ul li:nth-child(6) a div span, 
#box_services ul li:nth-child(7) a div span, 
#box_services ul li:nth-child(11) a div span {
	margin-top: 2px;
}
#box_services ul li a b {
	width: 100%;
	display: block; 
	color: #fff;
	font-size: 1.09rem;
	line-height: 1;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	outline: none;
	padding: 9px 46px 10px 46px;
	background-color: #757575;
	position: absolute;
	bottom: 0px;
}
#box_services ul li a:hover b {
	color: #000;
	text-decoration: none;
}
#box_services ul li:nth-child(1) div p {
	background: url(images/services_icon_01.webp) center center no-repeat;
}
#box_services ul li:nth-child(1) a:hover div p {
	background: url(images/services_icon_01_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(2) div p {
	background: url(images/services_icon_02.webp) center center no-repeat;
}
#box_services ul li:nth-child(2) a:hover div p {
	background: url(images/services_icon_02_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(3) div p {
	background: url(images/services_icon_03.webp) center center no-repeat;
}
#box_services ul li:nth-child(3) a:hover div p {
	background: url(images/services_icon_03_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(4) div p {
	background: url(images/services_icon_04.webp) center center no-repeat;
}
#box_services ul li:nth-child(4) a:hover div p {
	background: url(images/services_icon_04_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(5) div p {
	background: url(images/services_icon_05.webp) center center no-repeat;
}
#box_services ul li:nth-child(5) a:hover div p {
	background: url(images/services_icon_05_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(6) div p {
	background: url(images/services_icon_06.webp) center center no-repeat;
}
#box_services ul li:nth-child(6) a:hover div p {
	background: url(images/services_icon_06_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(7) div p {
	background: url(images/services_icon_07.webp) center center no-repeat;
}
#box_services ul li:nth-child(7) a:hover div p {
	background: url(images/services_icon_07_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(8) div p {
	background: url(images/services_icon_08.webp) center center no-repeat;
}
#box_services ul li:nth-child(8) a:hover div p {
	background: url(images/services_icon_08_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(9) div p {
	background: url(images/services_icon_09.webp) center center no-repeat;
}
#box_services ul li:nth-child(9) a:hover div p {
	background: url(images/services_icon_09_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(10) div p {
	background: url(images/services_icon_10.webp) center center no-repeat;
}
#box_services ul li:nth-child(10) a:hover div p {
	background: url(images/services_icon_10_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(11) div p {
	background: url(images/services_icon_11.webp) center center no-repeat;
}
#box_services ul li:nth-child(11) a:hover div p {
	background: url(images/services_icon_11_on.webp) center center no-repeat;
}

@media screen and (max-width: 1840px) {
#box_services {
	padding: 0px 0px 80px 0px;
}
#box_services ul {
	display: grid;
	gap: 28px 28px;
	grid-template-columns: repeat(3, 1fr);
}
#box_services ul li a div {
	padding: 23px 30px 29px 26px;	
}
#box_services ul li a div span {
	font-size: 1.35rem;
	line-height: 1.35rem;
	margin-top: 21px;
}
#box_services ul li a b {
	padding: 9px 26px 10px 26px;
}
}
@media screen and (max-width: 1140px) {
#box_services {
	padding: 0px 0px 62px 0px;
	z-index: 1;
}
#box_services ul {
	gap: 12px 12px;
	box-sizing: border-box;
	margin-top: -62px;
}
#box_services ul li a div {
	padding: 23px 8px 29px 16px;	
}
#box_services ul li a div span {
	font-size: 1.1rem;
	line-height: 1.1rem;
	margin-top: 16px;
}
#box_services ul li a div p {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: left;
	margin-right: 15px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	background-size: 54px 54px !important;
}
#box_services ul li a b {
	font-size: 0.9rem;
	line-height: 1;
	padding: 9px 16px 10px 16px;
}
}
@media screen and (max-width: 800px) {
#box_services ul {
	gap: 2px 2px;
	box-sizing: border-box;
}
#box_services ul li a div {
	padding: 20px 5% 20px 5%;
}
#box_services ul li a div p {
	display: block;
	width: auto;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
#box_services ul li a div span {
	display: block;
	font-size: 1rem;
	line-height: 1rem;
	margin-top: 0px;
	text-align: center;
}
#box_services ul li a b {
	display: none;
}
}

@media screen and (max-width: 650px) {
#box_services {
	padding: 0px 0px 40px 0px;
}
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 120px 0px 120px 0px;
	background: #fff;
	background-size: contain;
	position: relative;
}
.inside #middle {
	padding: 100px 0px 100px 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 90px 0px 90px 0px;
}
.inside #middle {
	padding: 90px 0px 90px 0px;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 60px 0px 60px 0px;
}
.inside #middle {
	padding: 60px 0px 60px 0px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
}
@media screen and (max-width: 650px) {
#middle {
	padding: 40px 0px 40px 0px;
}
}

/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #242830;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-bottom: 41px; 
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #242830;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.01em;
	text-align: left;
}
.content_title span {
	display: block;
	color: #757575;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	line-height: 0.7;
	padding-top: 20px;
	margin-bottom: 46px; 
}

@media screen and (max-width: 1840px) {
.content_title {
	font-size: 3.6rem;
}
.content_title h1 {
	font-size: 3.6rem;
}
.content_title span {
	padding-top: 0px;	
}
.img_home {
	display: none;
}
.content_title_phone {
	padding-left: 28px;
	display: inline-block;
	background-position: left 36px;
}
}

@media screen and (max-width: 1340px) {
.content_title {
	font-size: 3rem;
}
.content_title h1 {
	font-size: 3rem;
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 2.25rem;
	margin-bottom: 24px;
}
.content_title h1 {
	font-size: 2.25rem;
}
.content_title span {
	margin-bottom: 13px;
}
.content_title_phone {
	padding-left: 30px;
	padding-bottom: 20px;
	display: inline-block;
	background-position: 50px 25px;
}
.img_home {
	width: 400px;
	margin: 0px 30px 10px 0px;
}
}

@media screen and (max-width: 800px) {
.img_home {
	display: none;
}
#content .a_button_phone {
	display: none;
}
}

@media screen and (max-width: 500px) {
.content_title_phone {
	padding-left: 0px;
	background: none;
}
}

/* content_services
-----------------------------------------------------------------------------*/
#content_services {
	width: 100%;
	position: relative;
	padding: 120px 0px 0px 0px;
	text-align: center;
}
.inside #content_services {
	display: none;
}
#content_services ul {
	display: grid;
	gap: 36px 36px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#content_services ul li {
	height: 233px;
	box-sizing: border-box;
	overflow: hidden;
	background: #000;
}
#content_services li {
	border-radius: 9px;
	border: #757575 3px solid;
	position: relative;
}
#content_services li a:hover {
	color: #fff;
	text-decoration: none;
	background: #292929;
}
#content_services ul li a {
	display: block;
	height: 100%;
	text-align: left;
	padding: 50px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#content_services ul li a p {
	color: #fff;
	width: 60%;
	display: inline-block; 
	margin: 0px;
}
#content_services ul li a div {
	float: left;
	display: block;
	width: 128px;
	height: 128px;
	line-height: 128px;
	text-align: left;
	margin-right: 40px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
}
#content_services ul li a span {
	width: auto;
	display: inline-block; 
	color: #fff;
	font-size: 2.5rem;
	line-height: 0.8;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content_services ul li a:hover div {
	color: #fff;
	text-decoration: none;
}
#content_services ul li:nth-child(1) div {
	background: url(images/content_services_icon_01.webp) center top no-repeat;
}
#content_services ul li:nth-child(2) div {
	background: url(images/content_services_icon_02.webp) center top no-repeat;
}
#content_services ul li:nth-child(3) div {
	background: url(images/content_services_icon_03.webp) center top no-repeat;
}

@media screen and (max-width: 1840px) {
#content_services ul {
	gap: 29px 29px;
	box-sizing: border-box;
}
#content_services ul li {
	height: 406px;
	padding: 0px;
	margin: 0px;
}
#content_services ul li a p {
	width: 100%;
}
#content_services ul li a div {
	float: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 44px;
}
}
@media screen and (max-width: 1140px) {
#content_services {
	padding: 50px 0px 0px 0px;
}
#content_services ul {
	gap: 12px 12px;
	box-sizing: border-box;
}
#content_services ul li {
	height: 306px;
	padding: 0px;
	margin: 0px;
}
#content_services ul li a span {
	font-size: 2rem;
	line-height: 0.8;
}
#content_services ul li a {
	padding: 40px 36px 40px 36px;
}
#content_services ul li a p {
	font-size: 0.9rem;
	line-height: 1.2rem;
}
#content_services ul li a div {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-size: 100px 100px !important;
	margin-bottom: 24px;
}
}
@media screen and (max-width: 800px) {
#content_services {
	display: none;
}
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	position: relative;
	padding: 110px 0px 110px 0px;
	font-size: 0.9rem;
	background: #3d3937;
	color: #fff;
}
#service_area ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 50px 0px 100px;
	display: grid;
	gap: 20px 20px;
	grid-template-columns: repeat(5, 1fr);
}
#service_area span {
	display: block;
	margin-bottom: 35px;
	text-align: center;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 1.5rem;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1840px) {
#service_area {
	padding: 80px 0px 80px 0px;
}
#service_area ul {
	padding: 0px 0px 0px 0px;
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(5, 1fr);
}
#service_area span {
	margin-bottom: 25px;
	font-size: 1.2rem;
}
}

@media screen and (max-width: 1140px) {
#service_area {
	padding: 40px 0px 40px 0px;
	line-height: 18px;
}
#service_area ul {
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(3, 1fr);
}
#service_area span {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
}

@media screen and (max-width: 540px) {
#service_area ul {
	gap: 10px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 350px) {
#service_area ul {
	gap: 0px 0px;
	grid-template-columns: repeat(1, 1fr);
	margin-right: 0px;
	list-style-image: none;
	list-style: none;
	text-align: center;
}
}

/* box_reviews - Reviews Testimonials
----------------------------------------------------------------------------*/
#box_reviews {
	padding: 192px 0px 156px 0px;
	background: #242121 url(images/box_reviews_bg.webp) center center no-repeat;
	background-size: cover;
	text-align: center;
}
#box_reviews .content_title {
	float: right;
	color: #fff;
	display: block;
	margin-bottom: 31px;
}
#box_reviews .content_title span {
	color: #9f9f9f;
}
#box_reviews ul {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	gap: 29px 29px;
}
#box_reviews ul li {
	width: auto;
	height: 349px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_reviews li {
	border-radius: 9px;
	border: #757575 3px solid;
}
#box_reviews ul li:nth-child(1), 
#box_reviews ul li:nth-child(4) {
	flex-basis: 1305px;
}
.box_reviews_content {
	display: block;
	height: 100%;
	position: relative;
	background: #000;
}
.box_reviews_content p {
	display: block; 
	color: #bbb;
	font-size: 1.1rem;
	line-height: 1.6em;
  	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	padding: 65px 80px 65px 100px;
}
.box_reviews_content b {
	display: block; 
	color: #fff;
	font-size: 1.5rem;
	line-height: 0.8rem;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.box_reviews_content .images {
	border-radius: 9px;
	border: #757575 3px solid;
}
.box_reviews_content p a #reviews_arrow {
	width: 30px;
	height: 30px;
}
.box_reviews_content p a {	
	display: block; 
	margin-top: 10px;
}
.box_reviews_content p img {	
	margin-bottom: 10px;
}

@media screen and (max-width: 1840px) {	
#box_reviews {
	padding: 102px 0px 89px 0px;
}
#box_reviews ul {	
}
#box_reviews ul li:nth-child(1), 
#box_reviews ul li:nth-child(4) {
	flex-basis: 100%;
}
#box_reviews ul li:nth-child(2), 
#box_reviews ul li:nth-child(3) {
	display: none;
}
.box_reviews_content p {
	padding: 65px 90px 65px 65px;
}
.box_reviews_content p {
	line-height: 1.5rem;
}
}

@media screen and (max-width: 1140px) {
#box_reviews {
	padding: 66px 0px 87px 0px;
}
#box_reviews .content_title {
	float: none;
}
.box_reviews_content p {
	display: block; 
	color: #bbb;
	font-size: 1rem;
  	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	padding: 60px 50px 40px 50px;
}
#box_reviews ul li:nth-child(4) {
	display: none;
}
}

@media screen and (max-width: 800px) {
#box_reviews {
	background: #242121 url(images/mobile_reviews_bg.webp) center center no-repeat;
}
#box_reviews ul li {
	height: auto;
}
.box_reviews_content p {
	padding: 50px 50px 40px 50px;
}
}
@media screen and (max-width: 650px) {
#box_reviews {
	padding: 30px 0px 30px 0px;
}
.box_reviews_content p {
	display: block; 
	color: #bbb;
	font-size: 0.9rem;
  	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	padding: 30px 30px 20px 30px;
}
}

/* box_footer
-----------------------------------------------------------------------------*/
#box_footer {
	width: 100%;
	padding: 120px 0px 0px 0px;
	background: #000;
	position: relative;
}
#box_footer .content_title_mobile {
	display: none;
}
.frame {
	border: 3px #757575 solid;
	border-radius: 6px;
	padding: 7%;
}

/* box_schedule_a_consultation
-----------------------------------------------------------------------------*/
#box_schedule_a_consultation {
	width: 48%;
	float: right;
	position: relative;
}

@media screen and (max-width: 1840px) {
.frame {
	margin: 0 -7% 0 -7%;
}
}
	
@media screen and (max-width: 1140px) {
#box_footer {
	width: 100%;
	padding: 50px 0px 0px 0px;
}
#box_footer .content_title_mobile {
	display: block;
	color: #fff;
	padding: 0px 0px 27px 0px;
}
#box_schedule_a_consultation {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_schedule_a_consultation_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_schedule_a_consultation_side input[type=text], #form_schedule_a_consultation_side input[type=email], #form_schedule_a_consultation_side select, #form_schedule_a_consultation_side textarea {
	outline-style: none;
}
#form_schedule_a_consultation_side label {
	margin-bottom: 5px;
}
#form_schedule_a_consultation_side input {	
	height: 61px;
	color: #ffffff;
	font-size: 28px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	padding-left: 20px;
	border-radius: 5px;
	border: 0px;
}
#form_schedule_a_consultation_side textarea {
	height: 217px;
	color: #ffffff;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	background: #292929;
	padding-left: 20px;
	border-radius: 5px;
	border: 0px;
	margin-bottom: 26px;
}
#form_schedule_a_consultation_side input.submit {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;	
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	background: #757575;
	width: 302px;
	height: 76px;
	margin-left: 0px;
	margin-top: 0px; 
	padding: 0px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

#form_schedule_a_consultation_side .captcha {
	text-align: left;
}
#form_schedule_a_consultation_side #table_form {
	width: 100%;
}
#form_schedule_a_consultation_side #table_form td {
	width: 100%;
	vertical-align: top;
}
#form_schedule_a_consultation_side input:required {
	background: #292929 url(images/placeholder_star_bg.webp) 1% 18px no-repeat;
}
#form_schedule_a_consultation_side input:required:active,
#form_schedule_a_consultation_side input:required:focus,
#form_schedule_a_consultation_side input:required:valid {
	background: #292929;
}
@media screen and (max-width: 1500px) {
#form_schedule_a_consultation_side textarea {
	margin-bottom: 16px;
}
#form_schedule_a_consultation_side .captcha {
	text-align: center;
}
#form_schedule_a_consultation_side .g-recaptcha {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding-right: 0px;
}
#form_schedule_a_consultation_side input.submit {
	width: 302px;
	margin-top: 10px; 
}
}
@media screen and (max-width: 1140px) {
#form_schedule_a_consultation_side input {	
	font-size: 24px;
	line-height: 18px;
}
#form_schedule_a_consultation_side textarea {
	margin-bottom: 12px;
}
#form_schedule_a_consultation_side #table_form {
	width: auto;
	max-width: 100%;
	display: block;
	padding-right: 0;
}
#form_schedule_a_consultation_side #table_form td {
	width: auto;
	max-width: 100%;
	display: block;
	padding-right: 0;
}
#form_schedule_a_consultation_side input.submit {
	margin-top: 10px; 
}
}
@media screen and (max-width: 800px) {
#form_schedule_a_consultation_side textarea {
	margin-bottom: 0px;
}
}
@media screen and (max-width: 550px) {	
#form_schedule_a_consultation_side input { 
	height: 51px;
	font-size: 18px;
	line-height: 16px;
	padding-left: 16px;
}
#form_schedule_a_consultation_side textarea {
	height: 180px;
	font-size: 18px;
	line-height: 20px;
	padding-left: 16px;
}	
#form_schedule_a_consultation_side .captcha {
	width: auto;
	max-width: 100%;
	text-align: center;
}
#form_schedule_a_consultation_side .g-recaptcha {
	transform: scale(0.82);
}
.form input.submit, input.button {
	width: 248px !important;
	height: 56px !important;
	margin-top: 0px !important;
}
}
@media screen and (max-width: 350px) {
#form_schedule_a_consultation_side .g-recaptcha {
	transform: scale(0.7);
}
.form input.submit, input.button {
	width: 212px !important;
}
}

/* footer_info
----------------------------------------------------------------------------*/
#footer_info {
	width: 44%;
	float: left;
	color: #888;
	position: relative;
}
#footer_info .content_title  {
	color: #fff;
}
#footer_info_content {
}
#footer_info_phone  {
	margin: 40px 0px 30px 0px;
}
#footer_info_phone span {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
}
#footer_info_phone a {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	padding: 0px 0px 0px 13px;
}
#footer_info_phone a:hover {
	color: #9f9f9f;
	text-decoration: none;
}
#footer_info_hours {
	background: url(images/footer_icon_hours.webp) left center no-repeat;
	padding: 0px 0px 0px 28px;
	text-align: left;
}
#footer_info_email {
	text-align: left;
	margin-bottom: 7px;
}
#footer_info_email a {
	color: #928d8f;
	background: url(images/footer_icon_emai.webp) left center no-repeat;
	padding: 0px 0px 0px 28px;
}
#footer_info_email a:hover {
	color: #fff;
	text-decoration: none;
}
#footer_info_location {
	background: url(images/footer_icon_location.webp) left center no-repeat;
	padding: 0px 0px 0px 28px;
	text-align: left;
	margin-bottom: 20px;
}
#footer_info_social {
	width: auto;
	padding: 10px 15px 0px 0px;
}
#footer_info_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#footer_info_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
}
#footer_info_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#footer_info_social a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 1140px) {
.frame {
	border: none; 
	margin: 0px; 
	padding: 0px;
}
#footer_info {
	width: auto;
	float: none;
	display: table;
	margin: 0 auto;
	text-align: center;
}
#footer_info_content {
	display: none;
}
#footer_info .content_title {
	display: none;
}
#footer_info_phone  {
	margin: 0px 0px 20px 0px;
}
#footer_info_location {
	margin-bottom: 10px;
}
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #bbb;
	background: #000;
	position: relative;
	padding: 55px 0px 102px 0px;
}
#footer_company_links {
	width: auto;
	float: left;
	margin:  85px 0px 0px 95px;
}
#footer_company_links span {
	color: #f9f9f9;
	text-transform: uppercase;
}
#footer_company_links a {
	color: #bbb;
}
#footer_logo {
	width: auto;
	float: left;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#footer_logo img {
	width: auto;
	height: 240px;
}
#footer_company_links {
	margin: 60px 0px 0px 95px;
}
}
@media screen and (max-width: 1300px) {
#footer_logo img {
	width: auto;
	height: 180px;
}
#footer_company_links {
	margin: 40px 0px 0px 95px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 0px 0px 60px 0px;
}
#footer_logo {
	display: none;
}
#footer_company_links {
	float: none;
	width: auto;
	text-align: center; 
	margin: 15px 0px 0px 0px;
	font-size: 0.9rem;
}
}
@media screen and (max-width: 650px) {
#footer {
	padding: 0px 0px 40px 0px;
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 35%;
	float: left;	
}
#contact_form {
	width: 60%;
	float: right;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 800px) {
#contact_address {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
#contact_form {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 450px) {
#contact_form label.edit {
	width: 100%;
}
#contact_form label.edit_half {
	width: 50%;
}
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 64px;
	height: 64px;
	background: #666 url(images/scroll_top_bg.webp) center no-repeat;
	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-color: #231f20;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#scroll_top {
	width: 70px;
	height: 70px;
}
}

@media screen and (max-width: 1140px) {
#scroll_top {
	width: 40px;
	height: 40px;
	background-size: 15px auto;
}
}

@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
