* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	line-height: 36px;
	color: #000;
	width: 100%;
	min-width: 1800px;
	background: #fff url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	color: #eb2023;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	color: #d12225;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	color: #af2022;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #615252;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #3f3939;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #eb2023;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	background: #ea2325;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	border-radius: 3px;
	border: 0px;
	margin-left: 20px;
	padding: 31px 96px 28px 96px;
	cursor: pointer;
}
@media screen and (max-width: 1840px) {
.form input.submit, input.button {
	margin-left: 10px;	
	padding: 30px 40px 27px 40px;
}
}

@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	margin-left: 0px;
	padding: 30px 66px 27px 66px;
	cursor: pointer;
}
}
.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: 18px;
	line-height: 36px;
	color: #000;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
	border-radius: 8px;	
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}


.captcha {
	text-align: left;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
}

@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 {
	font-size: 25px;
	line-height: 25px;
	padding: 15px 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #251504 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #251504 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #251504 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #251504 !important;
	font-weight: bold;
	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: 0px;
	border-radius: 10px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #dfdedb;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 25px;
	outline: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #eb2023;
	background: #eb2023;
	text-align: center;
	padding: 17px 44px 17px 44px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #eb2023;
	border: 1px solid #eb2023;	
	text-decoration: none;
	background: #fff;
}
.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #186d13;
	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 {
	text-decoration: none;
	background: #231f20;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}

.portfolio_sections_list ul {
	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-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	line-height: 33px;
	font-weight: normal;
	color: #445766;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	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: 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_thumbnail_caption {
	display: block;
	color: #4b6071;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 10px;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover .portfolio_thumbnail_caption {
	color: #e4af3b;
}
*/

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 10px 20px;
	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: 900px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
.portfolio_thumbnails ul li a span {
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
}
.portfolio_thumbnail_caption {
	font-size: 14px;
	line-height: 15px;
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
.portfolio_thumbnails ul li a span {
	font-size: 15px;
	line-height: 17px;
	padding-top: 5px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
.portfolio_thumbnails ul li a span {
	padding-top: 10px;
}
}


/* 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: 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);
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	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_index_caption {
	display: block;
	color: #4b6071;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	padding-top: 15px;
}
.portfolio_index .portfolio_index_link:hover .portfolio_index_caption {
	color: #e4af3b;
}
*/

@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 10px 20px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 900px) {
.portfolio_index ul {
	gap: 5px 10px;
}
.portfolio_index_caption {
	font-size: 17px;
	line-height: 18px;
	padding-top: 10px;
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
.portfolio_index_caption {
	font-size: 14px;
	line-height: 15px;
	padding-top: 5px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
.portfolio_index_caption {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
}
}


/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.portfolio_slider_slideshow {
	position: relative;
}

.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}

.portfolio_slider_thumbnail {
	text-align: center;
}

.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}

.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}


/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}


/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #eb2023;
}
.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;
	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-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 20px 0px 20px;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 0px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !important;
}
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
}
@media screen and (max-width: 1820px) {
.box_fixed {
	max-width: 1920px !important;
}
}
@media screen and (max-width: 1140px) {
.box_fixed {
	position: relative!important;
}
}

/* box_fixed_scroll
-----------------------------------------------------------------------------*/
.box_fixed_scroll {
	position: fixed !important;
	top: 53px !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 200 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: none;
}
@media screen and (max-width: 1840px) {
.box_fixed_scroll {
	max-width: 1920px !important;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {	
	position: relative;
	top: 27px;
	background: #000;
	z-index: 101!important;
}
#menutop ul {
	width: auto;
	display: table;    
	margin: 0 auto;
	list-style: none;
	list-style-image: none;  
}
#menutop li {
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
#menutop ul li:last-child, #menutop ul li:last-child a {
	padding-right: 0px;
}
#menutop ul li:first-child, #menutop ul li:first-child a {
	padding-left: 0px;
}

#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
  	font-weight: 700;
	text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;		
	height: 40px;
	text-align: center;
	padding: 30px 15px 0px 15px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;
	background-position: right 34px;	
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ea2325;
	text-decoration: none;
}
#menutop_button { 
	position: absolute;
	z-index: 201;
	top: 40px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	width: 200px;
}
#menutop_button.menutop_button_fixed {
	position: fixed !important;	
	top: 60px;
	left: 1600px;	
}

@media screen and (max-width: 1840px) {
#menutop li {
	padding: 0px 10px 0px 10px;
}	
#menutop_button.menutop_button_fixed {
	left: 900px;	
}	
}

@media screen and (max-width: 1140px) {
#menutop_button { 
	position: relative!important;	
	top: -60px;
	left: 0px;
}
#menutop_button.menutop_button_fixed {
	position: relative!important;	
	top: -60px;
	left: 0px;	
}
}


/* Header
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	position: relative;
	height: 53px;
	background: #000;
	border-bottom: 1px solid #262626;
}
#header1_hours {
	width: 180px;
	position: absolute;
	top: 21px;
  	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #928d8f;
	left: 24px;
}
#header1_hours:before { 
	content: "";  
	display: block;
	position: absolute;
	top: -1px;
	left: -24px;
	z-index: 102;
	width: 14px;
	height: 14px;
	background: url(images/icon_hours.webp) no-repeat;   
}

#header1_email {
	width: 180px;
	position: absolute;
	top: 21px;
  	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #928d8f;
	left: 480px;
}
#header1_email a, #header1_email a:hover  {
	color: #928d8f;
	text-decoration: none;
}
#header1_email:before {
	content: "";  
	display: block;
	position: absolute;
	top: 0px;
	left: -26px;
	z-index: 102;
	width: 16px;
	height: 13px;
	background: url(images/icon_email.webp) no-repeat;
}

#header1_location {
	width: 330px;
	position: absolute;
	top: 21px;
  	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #928d8f;
	left: 920px;
}
#header1_location:before { 
	content: "";  
	display: block;
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 102;
	width: 10px;
	height: 14px;
	background: url(images/icon_location.webp) no-repeat;   
}

#header1_phone {
	width: 140px;
	position: absolute;
	top: 18px;
  	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #eb2023;
	left: 1520px;
}
#header1_phone a, #header1_phone a:hover  {
	color: #eb2023;
	text-decoration: none;
}
#header1_phone:before { 
	content: "";  
	display: block;
	position: absolute;
	top: 3px;
	left: -20px;
	z-index: 102;
	width: 14px;
	height: 14px;
	background: url(images/icon_phone.webp) no-repeat;   
}

#header1_social {
	width: 110px;
	position: absolute;
	right: 0px;
	top: 9px;
	text-align: right;
}
#header1_social a img {
	vertical-align: middle;
	position: relative;
	margin: 0px 3px 0px 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.6;
}
#header1_social a:hover img {
	opacity: 1;
}
@media screen and (max-width: 1840px) {
#header1_hours:before { 
	left: -20px;
}
#header1_email {
	left: 265px;
}
#header1_email:before {
	left: -23px;
}
#header1_location {
	left: 480px;
}
#header1_location:before { 
	left: -17px;
}
#header1_phone {
	left: 845px;
}
}
@media screen and (max-width: 1140px) {
#header1 {
}
#header1_hours {
	display: none;
}
#header1_email {
	display: none;
}

#header1_location {
	display: none;
}
#header1_phone {
	left: 20px;
}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 125px;
	margin-top: 53px;
	background: #000000;
}
#header_logo {
	width: 196px;
	height: 69px;
	position: absolute;
	left: 0px;
	z-index: 1001;
	top: 26px;
}
#header_logo.header_logo_fixed {
	width: 142px;
	height: 50px;	
	position: fixed !important;
	left: -1658px;
	right: 0;
	top: 63px;
	margin-left: auto; 
	margin-right: auto;
	z-index: 1001;
}
#header_logo img {
	width: 196px;
	height: 69px;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;	
}
#header_logo.header_logo_fixed img {
	width: 142px;
	height: 50px;	
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;	
}

@media screen and (max-width: 1840px) {
#header_logo.header_logo_fixed {
	left: -958px;
}	
}

@media screen and (max-width: 1140px) {
#header {
	height: 180px;
	margin-top: 0px;
}
#header_logo {
	width: 196px;
	height: 69px;
	position: relative !important;
	left: 0px;
	right: 0px;
	margin-left: auto; 
	margin-right: auto;	
	z-index: 1!important;
	top: 85px;
}
#header_logo.header_logo_fixed {
	width: 196px;
	height: 69px;
	position: relative !important;
	left: 0px;
	right: 0;
	top: 85px;
	z-index: 1!important;
}
#header_logo img {
	width: 196px;
	height: 69px;
	position: relative !important;	
}
#header_logo.header_logo_fixed img {
	width: 196px;
	height: 69px;
	position: relative !important;	
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #000000 0px, #231f1f 100%);
	display: none;
	border-top: 1px solid #323232; 
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	height: 35px;
	padding: 1px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}


/* menumobile
-----------------------------------------------------------------------------*/
#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, #dd2124 0px, #eb2023 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #231f20;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 700px;
	background-position: center center;	
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 500px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
#slide_4 {
	background-image: url(images/slides_04.webp);
}
#slide_5 {
	background-image: url(images/slides_05.webp);
}
#slide_6 {
	background-image: url(images/slides_06.webp);
}  
#slide_7 {
	background-image: url(images/slides_07.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_slogan1 {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	text-align: center;
	color: #eb2023;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 24px;
	z-index: 201;
}
#slideshow_slogan2 {
	width: 1600px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 150px;
	text-align: center;
	color: #fff;
	font-weight: 300;	
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-size: 90px;
	line-height: 110px;
	z-index: 201;
}
#slideshow_slogan2 span {
	font-weight: 700;	
}

#slideshow_text {
	width: 1160px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 400px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 36px;
	z-index: 201;
}
.inside #slideshow_slogan1 {
	top: 70px;
}
.inside #slideshow_slogan2 {
	top: 110px;
}
.inside #slideshow_text {
	top: 350px;
}
@media screen and (max-width: 1840px) {
#slideshow_slogan1 {
	width: 1100px;
}
#slideshow_slogan2 {
	width: 1100px;
	font-size: 65px;
	line-height: 90px;
}
#slideshow_text {
	width: 1100px;
	top: 350px;
}
.inside #slideshow_text {
	width: 1100px;
	top: 330px;
}	
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}


@media screen and (max-width: 1140px) {
#slideshow {
	height: 291px;
	background: #21191b url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 200px;
	background: #21191b url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
#slideshow_slogan1 {
	width: auto;
	top: 110px;
	color: #eb2023;
	font-size: 16px;
	line-height: 19px;
}
#slideshow_slogan2 {
	width: auto;
	top: 155px;
	font-size: 28px;
	line-height: 32px;
}
#slideshow_slogan2 span {
	font-weight: 700;	
}
.inside #slideshow_slogan1 {
	width: auto;
	top: 30px;
	color: #eb2023;
	font-size: 16px;
	line-height: 19px;
}
.inside #slideshow_slogan2 {
	width: auto;
	top: 70px;
	font-size: 23px;
	line-height: 26px;
}
#slideshow_text {
	display: none;
}	
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 60px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.inside #slideshow_pager { 
	bottom: 30px; 
}

#slideshow_pager span { 
    width: 23px;
	height: 4px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 5px 0px 5px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fff;
	position: relative;
	padding: 120px 0px 70px 0px;
}
#box_services_button_top {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: -150px;
	text-align: center;
	z-index: 1;
}
#box_services_content {
	width: 1800px;
	height: 236px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#box_services_left {
	width: 600px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#box_services_right {
	width: 900px;
	float: right;
	padding: 6px 0px 0px 0px;
}
#box_services_button_top a {
	font-weight: 400;
	text-transform: none;
}

#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	float: left;
	width: 423px;
	height: 500px;
	padding: 0px;
	margin: 0px 36px 51px 0px;
	transition: color 200ms ease-in;
	-webkit-transition: color 200ms ease-in;
}
#box_services ul li:nth-child(4), #box_services ul li:nth-child(8) {
	margin-right: 0px;
}
#box_services ul li a {
	display: block;
	width: 423px;
	position: relative;
}
#box_services ul li a img {
	border-radius: 20px;	
	transition: all 0.3s ease;
}
#box_services ul li a:hover img {
	transform: scale(1.02);
}
#box_services a p { 
	width: 423px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 320px;
	font-size: 13px;
	line-height: 21px;
	color: #000;
	text-align: left;
	transition: all 0.3s ease;
}
#box_services a p i { 
	font-style: normal;
}

#box_services ul li a p b {
	display: block;
	color: #eb2023;
	font-size: 28px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.services_price {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #000;
}
.services_price_color {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #eb2023;
}
.most_popular {
	width: 423px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	padding-top: 12px;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #ea2325;
	text-align: center;
	z-index: 1001;
	transition: all 0.3s ease;
}
#box_services ul li a:hover div.most_popular {
	transform: scale(1.02);
	top: -3px;
}
@media screen and (max-width: 1840px) {
#box_services {
	background: #fff;
	position: relative;
	padding: 70px 0px 50px 0px;
}	
#box_services_button_top {
	top: -100px;
}	
#box_services_content {
	width: 1100px;
	height: auto;
}
#box_services_left {
	width: 1100px;
	float: none;
	padding: 0px 0px 0px 0px;
}
#box_services_right {
	width: 1100px;
	float: none;
	padding: 6px 0px 50px 0px;
}
#box_services ul li {
	width: 348px;
	height: 450px;	
	margin: 0px 28px 51px 0px;
}
#box_services ul li:nth-child(3), #box_services ul li:nth-child(6) {
	margin-right: 0px;
}
#box_services ul li:nth-child(4), #box_services ul li:nth-child(8) {
	margin-right: 28px;
}
#box_services ul li a {
	width: 348px;
}
#box_services ul li a img {
	width: 348px;
	height: auto;
}
#box_services a p { 
	width: 348px;
	top: 260px;
}
#box_services ul li a p b {
	font-size: 23px;
	margin-bottom: 3px;
}	
.most_popular {
	width: 348px;
	font-size: 13px;
	line-height: 13px;
}
}

@media screen and (max-width: 1140px) {
#box_services {
	background: #fff;
	position: relative;
	padding: 50px 0px 50px 0px;
}	
#box_services_content {
	width: auto;
	height: auto;
}
#box_services_left {
	width: auto;
	float: none;
	padding: 0px 0px 0px 0px;
}
#box_services_right {
	display: none;
}
#box_services ul {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}	
#box_services ul li {
	display: inline-block;
	float: none;
	padding: 0px;	
	width: 280px;
	height: 389px;	
	margin: 0px 15px 30px 0px;
}
	
#box_services ul li:nth-child(3), #box_services ul li:nth-child(6) {
	margin-right: 15px;
}
#box_services ul li:nth-child(4), #box_services ul li:nth-child(8) {
	margin-right: 15px;
}
#box_services ul li a {
	width: 280px;
}
#box_services ul li a img {
	width: 280px;
	height: auto;
}
#box_services a p { 
	width: 280px;
	top: 210px;
}
#box_services ul li a p b {
	font-size: 20px;
	margin-bottom: 0px;
}	
.most_popular {
	width: 280px;
	font-size: 13px;
	line-height: 13px;
	padding-top: 8px;
	height: 33px;
	
}

#box_services_button_top {
	display: none;
}
}



/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 40px 0px 150px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	padding: 150px 0px 100px 0px;	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#homeimage {
	background: url(images/homeimage_01.webp) right top no-repeat;
	width: auto;
	min-width: 1250px;
	height: 720px;
	position: absolute;
	top: 100px; 
	border-radius: 25px;
	right: -webkit-calc(50% - 1280px + 20px);
	right: -moz-calc(50% - 1280px + 20px);
	right: calc(50% - 1280px + 20px);  
	z-index: 3;
}
@media screen and (max-width: 1840px) {
#homeimage {
	display: none;
}
#middle {
	padding: 40px 0px 70px 0px;
}
.inside #middle {
	padding: 70px 0px 70px 0px;	
}	
}
@media screen and (max-width: 1140px) {
#middle {
	padding: 40px 0px 40px 0px;
}
.inside #middle {
	padding: 40px 0px 40px 0px;	
	border-bottom: 1px solid #ccc;
}	
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 840px;	
	position: relative;
}
.inside #content {
	width: 1800px;
	float: left;
}
#content_phone ul  {
	display: table;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#content_phone ul li  {
	float: left;
}
#content_phone ul li:nth-child(1)  {
	color: #251504;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 2px;
	margin-right: 50px;
}
#content_phone ul li:nth-child(1) a  {
	color: #eb2023;
	font-size: 24px;
	line-height: 24px;	
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#content {
	width: 1100px;	
	position: relative;
}	
.inside #content {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
#content {
	width: auto;	
}
.inside #content {
	width: auto;	
}
	
#content_phone ul  {
	display: table;
	margin: 0 auto;
	text-align: center;	
}
#content_phone ul li  {
	display: inline-block;
	position: relative;
	vertical-align: top;
	float: none;
}
}
@media screen and (max-width: 480px) {
#content_phone ul li  {
	display: block;
}
#content_phone ul li:nth-child(1)  {
	margin-right: 0px;
	margin-bottom: 20px;
}
}


/* tours_info
-----------------------------------------------------------------------------*/
.tours_info ul {
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
.tours_info ul li:nth-child(1) {
	padding: 0px 0px 0px 25px;
	background: url(images/icon_services_info_01.webp) 6px 12px no-repeat;
}
.tours_info ul li:nth-child(2) {
	padding: 0px 0px 0px 25px;
	background: url(images/icon_services_info_02.webp) 0px 10px no-repeat;
} 
.tours_info	ul li:nth-child(3) {
	padding: 0px 0px 0px 25px;
	background: url(images/icon_services_info_03.webp) 6px 12px no-repeat;
}
.tours_info	b {
	color: #FF0004;
	font-weight: 700;
}
.tours_buttons a:nth-child(1) {
	margin-right: 20px;
}
@media screen and (max-width: 1140px) {
.tours_buttons {
	display: block;
	text-align: center;
}
.tours_buttons a:nth-child(1) {
	margin-right: 20px;
}
}
@media screen and (max-width: 450px) {
.tours_buttons a:nth-child(1) {
	margin-right: 0px;
	margin-bottom: 15px;
}
}

#popular_bage {
	width: 500px;
	height: 29px;
	padding: 10px 130px 20px 130px;
	position: relative;
	padding-top: 12px;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ea2325;
	text-align: center;
	z-index: 1001!important;
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #000;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0px 25px 0px;
	margin-bottom: 15px;
}
.content_title b {
	color: #eb2023;
	font-weight: 700;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #000;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}
.content_title span {
	display: block;
	margin: 0px 0px 20px 0px;	
	color: #d5d2cb;
    font-weight: 600;
    font-style: normal;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
#content_title_testimonials {
	color: #fff;
}
#content_title_testimonials.content_title b {
	font-size: 72px;
	line-height: 72px;
}
#content_title_faq {
	text-align: center;
}
#content_title_contact, #content_title_contact b, #content_title_contact_info, #content_title_contact_info b {
	color: #fff;
}
#content_title_services, #content_title_services b {
	color: #000;	
}
#content_title_services.content_title span {
	color: #eb2023;	
	margin: 20px 0px 0px 0px;		
}
#content_title_ready_to_fly, #content_title_ready_to_fly b {
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1840px) {
.content_title {
}
.content_title h1 {
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 30px;
	line-height: 30px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 15px;
}
.content_title h1 {
	font-size: 30px;
	line-height: 30px;
}
.content_title span {
	margin: 0px 0px 10px 0px;	
	letter-spacing: 1px;
}
}


/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	background: url(images/box_testiomonials_bg.webp) top center no-repeat;
	padding: 160px 0px 0px 0px;
	height: 770px;
	color: #fff;
	position: relative;
	overflow-x: hidden;
}
#box_testiomonials_left {
	width: 920px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#box_testiomonials_right {
	width: 740px;
	float: left;
	padding: 0px 0px 0px 140px;
}
#box_testimonials_slideshow {
	height: 400px;
	width: 700px;
	font-size: 20px;
	line-height: 36px;	
	color: #fff;
	margin: 100px 110px 0px 110px;
	padding: 0px 0px 0px 0px;
}
#box_testimonials_slideshow b {
	font-size: 18px;
	line-height: 36px;	
	font-weight: 400;
}
#box_testimonials_slideshow ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_testimonials_slideshow li {
	width: 100%;
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}
#testimonials_quote {
	background: url(images/testimonials_quote.webp) center top no-repeat;
	width: 65px;
	height: 51px;
	position: absolute;
	top: 50px;
	left: 110px;
}
#testimonials_arrow_next {
	width: 23px;
	position: relative;
	top: 220px;
	right: 0px;
	left: 870px;
	z-index: 201!important;
}
#testimonials_arrow_prev {
	width: 23px;
	position: relative;
	top: 220px;
	left: 0px;
	z-index: 201!important;
}
#box_testimonials_availability {
	text-align: center;
	text-transform: uppercase;
}
#box_testimonials_availability a, #box_testimonials_availability a:hover {
	text-decoration: none;
	color: #eb2023;
	font-weight: 600;	
	font-size: 15px;
}
@media screen and (max-width: 1840px) {
#box_testimonials {
	height: 830px;
	padding: 100px 0px 0px 0px;
}
#box_testiomonials_left {
	width: 550px;
	padding: 0px 0px 0px 0px;
}
#box_testiomonials_right {
	width: 500px;
	padding: 0px 0px 0px 50px;
}
#box_testimonials_slideshow {
	height: 400px;
	width: 420px;
	margin: 100px 50px 0px 80px;
}
#testimonials_quote {
	left: 80px;
}
#testimonials_arrow_next {
	left: 500px;
}
#box_testimonials_availability {
	text-align: center;
	text-transform: uppercase;
}
#box_testimonials_availability a, #box_testimonials_availability a:hover {
	text-decoration: none;
	color: #eb2023;
	font-weight: 600;	
	font-size: 15px;
}
}
@media screen and (max-width: 1140px) {
#box_testimonials {
	background: url(images/box_testiomonials_bg.webp) top center no-repeat;
	padding: 70px 0px 70px 0px;
	height: auto;
	overflow-x: visible;
}
#box_testiomonials_left {
	width: auto;
	float: none;
	padding: 0px 0px 0px 0px;
}
#box_testiomonials_right {
	display: none;
}
#box_testimonials_slideshow {
	height: auto;
	width: auto;
	font-size: 20px;
	line-height: 36px;	
	color: #fff;
	margin: 100px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#testimonials_quote {
	background: url(images/testimonials_quote.webp) center top no-repeat;
	width: 65px;
	height: 51px;
	position: absolute;
	top: -60px;
	left: 20px;
}
#testimonials_arrow_next {
	display: none;
}
#testimonials_arrow_prev {
	display: none;
	}
#box_testimonials_availability {
	margin-top: 30px;
}
}

/* box_safety
-----------------------------------------------------------------------------*/
#box_safety {
	position: relative;
	padding-top: 30px;
}
#box_safety ul {
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 102;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_safety ul li {
	width: 330px;
	padding-right: 250px;
	float: left;
	display: inline-block;
	vertical-align: top;
}
#box_safety ul li:last-child {
	padding-right: 0px;
}

@media screen and (max-width: 1840px) {
#box_safety ul li {
	padding-right: 55px;
}
}
@media screen and (max-width: 1140px) {
#box_safety {
	padding-top: 30px;
}
#box_safety ul {
	display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_safety ul li {
	width: 280px;
	padding: 0px 10px 30px 0px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#box_safety ul li img {
	width: 280px;
	height: auto;
}
	
#box_safety ul li:last-child {
	padding-right: 20px;
}
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	height: 726px;
	background: #fff;
	position: relative;
	z-index: 12;
	padding: 100px 0px 100px 0px;
}
#box_portfolio_content {
	width: 1800px;
	height: 236px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#box_portfolio_left {
	width: 510px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#box_portfolio_right {
	width: 1290px;
	float: right;
	padding: 6px 0px 0px 0px;
}
#box_portfolio ul {
	position: relative;
	width: 2560px;
	height: 490px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	list-style-image: none;
    left: 50%;
    margin-left: -1280px;	
}
#box_portfolio ul li {
	float: left;
	width: 615px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#box_portfolio li:first-child {
	padding-left: 20px;
} 
#box_portfolio li:last-child {
	padding-right: 0px;
} 

#box_portfolio ul li a {
	display: block;
	width: 615px;
	height: 490px;
	border-radius: 25px;	
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(235, 32, 35, 0.9);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(235, 32, 35, 0.9);
	transition: all 0.5s ease;
}
#box_portfolio a div span.a_button {
	position: absolute;
	width: 160px;
	left: 0px;
	right: 0px;
	top: 225px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s ease;
	color: #000;
	background: #fff;
	padding: 18px 25px 16px 25px;	
}
#box_portfolio a div span.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #eb2023;
}


@media screen and (max-width: 1840px) {
#box_portfolio {
	height: auto;
	padding: 70px 0px 30px 0px;
}
#box_portfolio_content {
	width: 1100px;
	height: auto;
}
#box_portfolio_left {
	width: 1100px;
	float: none;
	padding: 0px 0px 0px 0px;
}
#box_portfolio_right {
	width: 1100px;
	float: none;
	padding: 6px 0px 50px 0px;
}
#box_portfolio ul {
	width: 1100px;
    left: 0%;
    margin-left: 0px;	
}
#box_portfolio ul li {
	float: left;
	width: 540px;
	padding: 0px 20px 20px 0px;
	margin: 0px 0px 0px 0px;
}
#box_portfolio li:first-child {
	padding-left: 0px;
} 
#box_portfolio li:last-child {
	padding-right: 0px;
} 
#box_portfolio li:nth-child(2) {
	padding-right: 0px;
} 
#box_portfolio ul li a {
	width: 540px;
	height: 430px;
}
#box_portfolio ul li a img {
	width: 540px;
	height: 430px;
}
#box_portfolio a div span.a_button {
	top: 195px;
}
}
@media screen and (max-width: 1140px) {
#box_portfolio {
	height: auto;
	padding: 50px 0px 50px 0px;
}
#box_portfolio_content {
	width: auto;
	height: auto;
}
#box_portfolio_left {
	width: auto;
	float: none;
	padding: 0px 0px 0px 0px;
}
#box_portfolio_right {
	display: none;
}
#box_portfolio ul {
	display: block;
	margin: 0 auto;
	text-align: center;	
	position: relative;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
    left: 0%;
    margin-left: 0px;	
}
#box_portfolio ul li {
	display: inline-block;
	float: none;
	width: 280px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}	
	
#box_portfolio ul li:nth-child(4) {
	display: none;
}

#box_portfolio li:first-child {
	padding-left: 0px;
} 
#box_portfolio li:last-child {
	padding-right: 0px;
} 
#box_portfolio li:nth-child(2) {
	padding-right: 20px;
} 

#box_portfolio ul li a {
	width: 280px;
	height: 223px;
}
#box_portfolio ul li a img {
	width: 280px;
	height: 223px;
}
#box_portfolio a div span.a_button {
	top: 85px;
}
}
@media screen and (max-width: 955px) {
#box_portfolio ul li:nth-child(3) {
	display: none;
}
}
@media screen and (max-width: 650px) {
#box_portfolio ul li:nth-child(1) {
	display: none;
}
}


/* box_advantages
-----------------------------------------------------------------------------*/
#box_advantages {
	height: 133px;
	background: #eb2023;
	position: relative;
	padding: 60px 0px 60px 0px;
}
#box_advantages ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 0;
	line-height: 0;
}
#box_advantages ul li {
    position: relative;
	display: inline-block;
	vertical-align: top;
	width: 335px;
	height: 300px;
	margin: 0 50px 0 50px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#box_advantages ul li span {
    position: relative;
	display: table;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin: 35px auto 0 auto;
}
#box_advantages ul li:nth-child(2) span {
	margin: 62px auto 0 auto;
}
@media screen and (max-width: 1840px) {
#box_advantages {
	height: 153px;
}
#box_advantages ul li {
	width: 200px;
	margin: 0 30px 0 30px;
}
}

@media screen and (max-width: 1140px) {
#box_advantages {
	display: none;
}
}


/* box_faq
-----------------------------------------------------------------------------*/
#box_faq {
	height: auto;
	background: #fff;
	position: relative;
	padding: 120px 0px 120px 0px;
}
#box_faq ol {
	display: table;
	padding: 30px 0 0 0;
	margin: 0;
	list-style-type: none;	
    counter-reset: num;
}
#box_faq ol li {
    position: relative;
	display: inline-block;
	width: 800px;
	margin: 0 50px 50px 50px;
	padding: 0;
}
#box_faq ol li:before {
    content: "0" counter(num);
    counter-increment: num;
    display: table;
    position: absolute;
    top: -4px;
    left: -60px;
    width: 20px;   
    color: #e8e8e8;
    font-size: 30px;
    font-weight: bold;
}
#box_faq ol li b {
	text-transform: uppercase;
	color: #eb2023;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;	
}
@media screen and (max-width: 1840px) {
#box_faq {
	padding: 70px 0px 20px 0px;
}
#box_faq ol li {
	vertical-align: top;
	width: 450px;
}
}

@media screen and (max-width: 1140px) {
#box_faq {
	padding: 0px 0px 50px 0px;
}
#box_faq ol {
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	list-style-type: none;	
    counter-reset: num;
}
#box_faq ol li {
	width: auto;
	margin: 0 20px 20px 20px;
}
#box_faq ol li:before {
    top: -1px;
    left: -30px;
    width: 24px;   
    font-size: 20px;
}
#box_faq ol li b {
	font-size: 20px;
	line-height: 20px;	
}
.inside #box_faq {
	padding: 40px 0px 20px 0px;
}

	
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 840px;
	padding: 160px 0px 0px 0px;
	background: url(images/box_contact_bg.webp) center top no-repeat;
	color: #fff;
	position: relative;
}
#box_contact_info {
	width: 920px;
	float: left;
	padding-top: 200px;
}
#box_contact_form {
	width: 880px;
	padding-left: 0px;
	float: right;
}
.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 1840px) {
#box_contact {
	height: 850px;
	padding: 150px 0px 0px 0px;
}
#box_contact_info {
	width: 560px;
	padding-top: 250px;
}
#box_contact_form {
	width: 540px;
	float: right;
}
}

@media screen and (max-width: 1140px) {
#box_contact {
	height: auto;
	padding: 50px 0px 50px 0px;
}
#box_contact_info {
	display: none;
}
#box_contact_form {
	width: auto;
	padding-left: 0px;
	float: none;
}
}


/* ready_to_fly
-----------------------------------------------------------------------------*/
#ready_to_fly {
	width: 100%;
	height: auto;
	padding: 150px 0px 150px 0px;
	background: url(images/box_contact_bg.webp) center center no-repeat;
	color: #fff;
	position: relative;
}
@media screen and (max-width: 1140px) {
#ready_to_fly {
	padding: 80px 0px 80px 0px;
}
}




/* box_slogan
-----------------------------------------------------------------------------*/
#box_contact_slogan {
	position: relative;
	background: #eb2023;
	padding: 25px 0px 8px 0px;
	height: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	z-index: 0;
}
@media screen and (max-width: 1140px) {
#box_contact_slogan {
	padding: 20px 0px 17px 0px;
	height:  auto;
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	width: 100%;
	color: #251504;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
}
#form_estimate_side textarea {
	height: 140px;
}
#form_estimate_side #table_form {
	width: 810px;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
	vertical-align: top; 
}

@media screen and (max-width: 1840px) {
#form_estimate_side #table_form {
	width: 100%;
	display: table;
	margin: 0 auto;
}
}

@media screen and (max-width: 1140px) {
#form_estimate_side textarea {
	height: 90px;
}
#form_estimate_side #table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #928d8f;
	background: #000;
	position: relative;
	padding: 120px 0px 150px 0px;
	font-size: 14px;
	line-height: 20px;
}
#footer_left {
	width: 765px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#footer_right {
	float: right;
	width: 1035px;
	height: 608px;
	background: url(images/map.webp) no-repeat;	
	border-radius: 25px;
}
#footer_right a {
	width: 100%;
	height: 100%;
	display: block;
}
#footer_logo {
	float: left;
	width: 196px;
}
.footer_title {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 30px 0px;
}
#footer_address {
	float: left;
	width: 450px;
	padding-top: 50px;
}
#footer_address ul {
	margin: 0px 0px 50px 0px;	
	list-style: none;
	list-style-image: none;
}
#footer_address ul li {
	padding: 0px 0px 20px 25px;
}
#footer_address ul li:nth-child(1) {
	color: #ea2325;
	font-size: 18px;
	font-weight: 700;
	background: url(images/icon_phone.webp) left 3px no-repeat;
}
#footer_address a, #footer_address a:hover  {
	color: #eb2023;
	text-decoration: none;
}
#footer_address ul li:nth-child(2) {
	background: url(images/icon_hours.webp) left 3px no-repeat;
}
#footer_address ul li:nth-child(3) {
	background: url(images/icon_email.webp) left 3px no-repeat;
}
#footer_address ul li:nth-child(4) {
	background: url(images/icon_location.webp) left 2px no-repeat;
}
#footer_social {
	width: 110px;
	position: relative;
	text-align: left;
}
#footer_social a img {
	vertical-align: middle;
	position: relative;
	margin: 0px 3px 0px 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.6;
}
#footer_social a:hover img {
	opacity: 1;
}

#footer_links {
	float: left;
	width: 450px;
	padding-top: 90px;
}
#footer_links a {
	color: #928d8f;
}

@media screen and (max-width: 1840px) {
#footer {
	padding: 100px 0px 100px 0px;
}
#footer_left {
	width: 400px;
	padding: 0px 50px 0px 0px;
}
#footer_right {
	width: 650px;
}	
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 30px 0px 100px 0px;
}
#footer_left {
	width: auto;
	float: left;
	padding: 0px 0px 0px 0px;
}
#footer_right { 
	margin-top: 50px;
	width: 450px;
	height: 264px;
	background-position: center center;
}	
#footer_logo {
	display: none;
}
.footer_title {
	font-size: 20px;
	line-height: 20px;
	padding: 0px 0px 20px 0px;
}
#footer_address {
	float: none;
	width: auto;
	padding-top: 0px;
}
#footer_address ul {
	margin: 0px 0px 10px 0px;	
	list-style: none;
	list-style-image: none;
}
#footer_address ul li {
	padding: 0px 0px 20px 25px;
}
#footer_social {
	width: auto;
}
#footer_links {
	float: none;
	width: auto;
	padding-top: 20px;
}
}
@media screen and (max-width: 900px) {
#footer_right { 
	display: none;
}	
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
	padding-right: 50px;
}
#contact_address a, #contact_address a:hover  {
	color: #eb2023;
	text-decoration: none;
}

#contact_form {
	width: 1400px;
	float: left;
}
@media screen and (max-width: 1840px) {
#contact_form {
	width: 700px;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}


/* button_popup
-----------------------------------------------------------------------------*/
#button_popup {
	position: fixed;
	bottom: 0px;
	right: 100px;
	z-index: 1000;
}
#button_popup a {
	display: block;
	background: #eb2023;
	border: 1px solid #eb2023;	
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 15px 25px 15px 25px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-decoration: none;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#button_popup a:hover {
	background: #fff;
	color: #eb2023;
	border: 1px solid #eb2023;
	text-decoration: none;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 54px;
	height: 54px;
	background: #eb2023 url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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: #fff url(images/scroll_top_bg_on.webp) center no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
