* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 30px;
	color: #183249;
	width: 100%;
	min-width: 1100px;
	background: #183249 url(images/body_bg.webp) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #537aa3;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5c748d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4e5d6d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1d4b73;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1e3f5d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #183249;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ec3c34;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #ec3c34;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	border: 0px;
	border-radius: 3px;
	padding: 28px 116px 28px 116px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #183249;
}
.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: #183249;
	font-size: 16px;
	line-height: 16px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #a7b4c0;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}
.box_captcha {
	display: inline-block !important;
	padding: 0px 33px 0px 0px !important;
	vertical-align:top !important;
    margin-top: 10px;
}
.box_captcha input {
    margin: 0 !important;
}


/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #183249 !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;	
	text-transform: uppercase!important;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #183249 !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;	
	text-transform: uppercase!important;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #183249 !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;	
	text-transform: uppercase!important;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #183249 !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;	
	text-transform: uppercase!important;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border: none;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

hr, .hr {
	border-bottom: 1px solid #a7b4c0;
}

.a_button {
	display: inline-block;
	color: #fff;	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 600;
	outline: none;
	text-transform: uppercase;
	background: #ec3c34;
	border: 1px solid #ec3c34;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 30px 15px 30px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #ec3c34;
	border: 1px solid #ec3c34;
	text-decoration: none;
	background: #fff;
}
.a_button2 {
	display: inline-block;
	color: #ec3c34;	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 600;
	outline: none;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 30px 15px 30px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button2:hover {
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	background: #ec3c34;
}

.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 1% 15px 1%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list.align_center li {
	text-align: center;
}
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;
}


/* 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: "Barlow Condensed", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #c1b7a0;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #fff;
	text-decoration: none;
	background: #9baa55;
}


/* 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: "Barlow Condensed", sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {	font-family: "Barlow Condensed", sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);	font-family: "Barlow Condensed", sans-serif;
	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-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #183249;
	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: 2px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #ec3c34;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.webp) top repeat-x;	font-family: "Barlow Condensed", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {	font-family: "Barlow Condensed", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 50px;
}

.body_wrapper {
	max-width: 1920px !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: 1920px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 50px;
	background: #fff;
}
#menutop ul {
	float: left;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 11px 0px 11px;
	margin: 0px;
}
#menutop li:last-child {
	padding-right: 0px;
	background: none;
}         
#menutop li:first-child {
	padding-left: 0px;
}
#menutop ul li a {
	display: block;
	color: #183249;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
	padding: 18px 11px 0px 11px;
	margin: 0px;
	border-bottom: 2px solid #fff;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;
	background-position: right 23px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ec3c34;
	border-bottom: 2px solid #ec3c34;
	text-decoration: none;
}


/* Header1
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	position: relative;
	height: 50px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	background: #f7f7f7;
	color: #183249;
}
#header1_slogan1 {
	width: 350px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 16px;
}
#header1_slogan2 {
	width: 350px;
	position: absolute;
	left: 500px;
	right: 0px;
	top: 16px;
}
#header1_button {
	width: 250px;
	position: absolute;
	left: 715px;
	right: 0px;
	top: 1px;
}
#header1_social {
	width: 130px;
	position: absolute;
	left: 970px;
	top: 9px;
	text-align: right;
}
#header1_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.8;
}
#header1_social a:hover img {
	opacity: 1;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 191px;
	font-family: 'Barlow Condensed', sans-serif;	
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
}
#header_logo {
	width: 174px;
	position: absolute;
	left: 0px;
	top: 19px;
}
#header_hours2 span, #header_address span, #header_hours span {
	color: #183249;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}
#header_hours {
	float: left;
	text-align: left;
	width:150px;
	position: absolute;
	top: 85px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 900;
	color: #183249;
	left: 400px;
	z-index: 201;
}
#header_hours:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: -34px;
	z-index: 102;
	width: 24px;
	height: 25px;
	background: url(images/icon_hours.webp) no-repeat;
}
#header_hours2 {
	float: left;
	text-align: left;
	width: 250px;
	position: absolute;
	top: 85px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 900;
	color: #183249;
	left: 550px;
	z-index: 201;
}
#header_hours2:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: -25px;
	z-index: 102;
	width: 1px;
	height: 29px;
	background: url(images/header_delimiter.webp) no-repeat;
}

#header_address {
	float: left;
	text-align: left;
	width: 150px;
	position: absolute;
	top: 85px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 900;
	color: #183249;
	left: 820px;
	z-index: 201;
}
#header_address:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: -30px;
	z-index: 102;
	width: 20px;
	height: 25px;
	background: url(images/icon_location.webp) no-repeat;
}
#header_phone {
	float: left;
	text-align: left;
	width: 120px;
	position: absolute;
	top: 85px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #183249;
	right: 0px;
	z-index: 201;
}
#header_phone:before {
	content: "";  
	display: block;
	position: absolute;
	top: 1px;
	left: -36px;
	z-index: 102;
	width: 26px;
	height: 25px;
	background: url(images/icon_phone.webp) no-repeat;
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 935px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 435px;
}

#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;
	list-style: none;
	list-style-image: none;
}

#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_slogan1 {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 260px;
	text-align: left;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
	z-index: 201;
}
#slideshow_slogan2 {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 320px;
	text-align: left;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 165px;
	line-height: 165px;
	z-index: 201;
}
.inside #slideshow_slogan1 {
	top: 120px;
}
.inside #slideshow_slogan2 {
	top: 160px;
}

#slideshow_slogan3 {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 510px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	z-index: 201;
}
#slideshow_button {
	width: 200px;
	position: absolute;
	left: 0px;
	right: 900px;
	margin-left: auto;
	margin-right: auto;
	top: 630px;
	z-index: 201;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 50px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 13px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* box_slogan
-----------------------------------------------------------------------------*/
#box_slogan {
	position: relative;
	background: #ec3c34;
	padding: 25px 0px 0px 0px;
	height: 35px;
	font-family: "Barlow Condensed", sans-serif;	
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fff url(images/box_services_bottom_bg.webp) bottom right no-repeat;
	padding: 90px 0px 90px 0px;
	position: relative;
}
#box_services_left {
	width: 290px;
	float: left;
	padding: 0px 85px 0px 0px;
}
#box_services_right {
	width: 725px;
	float: right;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	z-index: 3;
	position: relative;
	padding: 20px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0px 28px 28px 0px;
}
#box_services ul li:nth-child(4), #box_services ul li:nth-child(8), #box_services ul li:nth-child(12), #box_services ul li:nth-child(16) {
	padding-right: 0px;
}
#box_services ul li a {
	display: block;
	width: 224px;
	height: 185px;
	border-radius: 3px;
	color: #183249;
	box-shadow: 0 0 20px rgba(225,225,225,0.6);	
	padding-left: 30px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
	text-align: left;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_services ul li a:hover {
	text-decoration: none;
	background: #ec3c34;
	color: #fff;
	width: 224px;
	height: 185px;
}
#box_services ul li a div {
	width: 254px;
	height: 185px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_services ul li a div {
	display: inline-block;
	vertical-align: middle;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_services ul li a:hover div {
}
#box_services ul li a div#icon_1  {
	width: 46px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_01.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_1 {
	background: url(images/services_icon_01_on.webp) center no-repeat;
}
#box_services ul li a div#icon_2  {
	width: 56px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_02.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_2 {
	background: url(images/services_icon_02_on.webp) center no-repeat;
}
#box_services ul li a div#icon_3  {
	width: 64px;
	height: 52px;
	margin: 42px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_03.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_3 {
	background: url(images/services_icon_03_on.webp) center no-repeat;
}
#box_services ul li a div#icon_4 {
	width: 62px;
	height: 54px;
	margin: 40px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_04.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_4 {
	background: url(images/services_icon_04_on.webp) center no-repeat;
}
#box_services ul li a div#icon_5  {
	width: 60px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_05.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_5 {
	background: url(images/services_icon_05_on.webp) center no-repeat;
}
#box_services ul li a div#icon_6  {
	width: 62px;
	height: 52px;
	margin: 42px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_06.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_6 {
	background: url(images/services_icon_06_on.webp) center no-repeat;
}
#box_services ul li a div#icon_7  {
	width: 62px;
	height: 40px;
	margin: 54px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_07.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_7 {
	background: url(images/services_icon_07_on.webp) center no-repeat;
}
#box_services ul li a div#icon_8  {
	width: 62px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_08.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_8 {
	background: url(images/services_icon_08_on.webp) center no-repeat;
}
#box_services ul li a div#icon_9  {
	width: 62px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_09.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_9 {
	background: url(images/services_icon_09_on.webp) center no-repeat;
}
#box_services ul li a div#icon_10  {
	width: 62px;
	height: 50px;
	margin: 44px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_10.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_10 {
	background: url(images/services_icon_10_on.webp) center no-repeat;
}
#box_services ul li a div#icon_11  {
	width: 57px;
	height: 44px;
	margin: 50px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_11.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_11 {
	background: url(images/services_icon_11_on.webp) center no-repeat;
}
#box_services ul li a div#icon_12  {
	width: 46px;
	height: 46px;
	margin: 48px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_12.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_12 {
	background: url(images/services_icon_12_on.webp) center no-repeat;
}
#box_services ul li a div#icon_13  {
	width: 26px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_13.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_13 {
	background: url(images/services_icon_13_on.webp) center no-repeat;
}
#box_services ul li a div#icon_14  {
	width: 44px;
	height: 62px;
	margin: 32px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_14.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_14 {
	background: url(images/services_icon_14_on.webp) center no-repeat;
}
#box_services ul li a div#icon_15  {
	width: 64px;
	height: 50px;
	margin: 44px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_15.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_15 {
	background: url(images/services_icon_15_on.webp) center no-repeat;
}
#box_services ul li a div#icon_16  {
	width: 64px;
	height: 64px;
	margin: 30px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_16.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_16 {
	background: url(images/services_icon_16_on.webp) center no-repeat;
}
#box_services ul li a div#icon_17  {
	width: 60px;
	height: 60px;
	margin: 34px 0px 17px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/services_icon_17.webp) center no-repeat;
}
#box_services ul li a:hover div#icon_17 {
	background: url(images/services_icon_17_on.webp) center no-repeat;
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 93px 0px 93px 0px;
	background: #f7f7f7;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 1100px;
	float: left;
}
#content_small {
	width: 510px;
	float: left;
}
#content_full {
	width: 1100px;
	float: left;
}

/* objects
-----------------------------------------------------------------------------*/
#middle_right_bg {
	background: url(images/middle_right_bg.webp) right top no-repeat;
	width: auto;
	min-width: 946px;
	height: 740px;
	position: absolute;
	top: 0px; 
	right: -webkit-calc(50% - 960px);
	right: -moz-calc(50% - 960px);
	right: calc(50% - 960px);          
	z-index: 1;
}
#box_why_choose_us_left_bg {
	background: url(images/box_why_choose_us_bg.webp) left top no-repeat;
	width: auto;
	min-width: 880px;
	height: 764px;
	position: absolute;
	top: 0px; 
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);          
	z-index: 1;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #183249;	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 72px;
	line-height: 72px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	padding: 0px 0px 50px 0px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #183249;	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 72px;
	line-height: 72px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}
.content_title span {
	display: block;
	margin: 0px;	
	color: #ec3c34;	
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	padding: 0px 0px 20px 0px;
}
#content_title_contact {
	color: #fff;
	text-align: center;
}
#content_title_contact span {
	color: #fff;
	text-align: center;
}
#content_title_testimonials span {
	color: #fff;	
}

#content_title_testimonials {
	background: url(images/content_title_bg.webp) top left no-repeat;
	color: #fff;
	padding: 65px 0px 20px 0px;
	margin-bottom: 30px;	
}
#content_title_serving {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
}
#footer_map {
	background: url(images/map.webp) right bottom no-repeat;
	width: auto;
	min-width: 585px;
	height: 531px;
	position: absolute;
	bottom: 0px; 
	right: -webkit-calc(50% - 960px + 342px);
	right: -moz-calc(50% - 960px + 342px);
	right: calc(50% - 960px + 342px);          
	z-index: 0;
}

/* service_area
----------------------------------------------------------------------------*/
#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 {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #434343;
	text-decoration: none;
	cursor: text;
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	height: 780px;
	background: #fff;
	position: relative;
	padding: 90px 0px 0px 0px;
}
#box_portfolio_left {
	width: 370px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#box_portfolio_right {
	width: 730px;
	float: right;
}
#box_portfolio_button {
	position: absolute;
	top: 158px;
}
#box_portfolio ul {
	position: absolute;
	width: 1920px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	top: 370px;
	list-style: none;
	list-style-image: none;
    left: 50%;
    margin-left: -960px;
}
#box_portfolio ul li {
	float: left;
	width: 640px;
	padding: 0px;
	margin: 0px;
}

#box_portfolio ul li a {
	display: block;
	width: 640px;
	height: 500px;
	z-index: 1;
	position: relative;
}
#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(236, 60, 52, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(236, 60, 52, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}


/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	width: 100%;
	height: 671px;
	background: url(images/box_testimonials_bg.webp) top center no-repeat;
	position: relative;
}
#box_testimonials_left {
	width: 404px;
	margin-top: 159px;
	float: left;
	padding: 80px;
	background: #fff;
	margin-right: 160px;
	position: relative;	
}
#box_testimonials_right {
	width: 376px;
	margin-top: 220px;	
	position: relative;	
	float: right;
}

/* box_banners
-----------------------------------------------------------------------------*/
#box_banners {
	background: #f7f7f7;
	padding: 60px 0px 25px 0px;
	position: relative;
}
.inside #box_banners {
	border-top: 1px solid #ccd7e1;
}
#box_banners ul {
	width: 100%;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_banners li {
	vertical-align: middle;
	display: inline-block;	
	text-align: center;
	margin: 0px;
	padding: 0px 35px 35px 35px; 
	list-style: none;
	list-style-image: none;
}
#box_banners li:nth-child(1) {
	padding-left: 0px;        
}


/* box_why_choose_us
-----------------------------------------------------------------------------*/
#box_why_choose_us {
	width: 100%;
	height: 764px;
	background: #fff;
	position: relative;
}
#box_why_choose_us_content {
	width: 536px;
	float: right;
	padding: 86px 0px 0px 94px;
	position: relative;
}
#box_why_choose_us_content span {
	text-transform: uppercase;
	font-weight: 700;
}
#box_why_choose_us_content ul {
	list-style: none;
	list-style-image: none;
}
#box_why_choose_us_content ul li:nth-child(1) {
	padding: 10px 0px 30px 75px;
	background: url(images/box_why_choose_us_icon_01.webp) 0px 20px no-repeat;
}
#box_why_choose_us_content ul li:nth-child(2) {
	padding: 10px 0px 35px 75px;
	background: url(images/box_why_choose_us_icon_02.webp) 0px 20px no-repeat;
}
#box_why_choose_us_content ul li:nth-child(3) {
	padding: 0px 0px 20px 75px;
	background: url(images/box_why_choose_us_icon_03.webp) 0px 11px no-repeat;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 453px;
	padding: 332px 0px 0px 0px;
	background: url(images/box_contact_bg.webp) center top no-repeat;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.4);	
	position: relative;
}
#box_contact form {
	width: 100%;
}


/* box_serving
-----------------------------------------------------------------------------*/
#box_serving {
	background: #fff;
	position: relative;
	padding: 90px 0px 90px 0px;
}
#box_serving_content {
	width: 540px;
}


/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	width: 100%;
	color: #183249;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px;
	margin: 0px 0px 20px 0px;
	background: #fff;
	border: 1px solid #fff;	
	border-radius: 2px;
}
#form_estimate_side textarea {
	height: 190px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 47%;
	padding-right: 3%;
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	background: #183249;
	position: relative;
	height: 160px;
	border-bottom: 1px solid #30475c;
	padding: 25px 0px 20px 0px;
	font-size: 14px;
	line-height: 24px;
}
#footer_address {
	float: right;
	width: 500px;
	text-align: right;
	padding-top: 60px;
}
#footer_address a, #footer_address a:hover {
	color: #fff;
	text-decoration: none;
}
#footer_address span {
	text-transform: uppercase;
	font-weight: 700;
}
#footer_logo {
	float: left;
	width: 229px;
	text-align: center;
}


/* Footer1
----------------------------------------------------------------------------*/
#footer1 {
	color: #fff;
	background: #183249;
	position: relative;
	padding: 40px 0px 40px 0px;
	font-size: 14px;
	line-height: 24px;
}

#footer1_links1 {
	float: left;
	width: 450px;
	text-align: left;
}

#footer1_links2 {
	float: right;
	width: 450px;
	text-align: right;
}
#footer1_links1 a, #footer1_links2 a {
	color: #fff;
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
	padding-right: 30px;
}
#contact_form {
	width: 590px;
	padding: 90px;
	text-align: center;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 58px;
	height: 58px;
	background: #ec3c34 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #183249 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
