/*
.gilda-display-regular {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-extralight {
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.barlow-semibold {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.barlow-condensed-regular {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 19px;
	line-height: 30px;
	color: #434343;
	width: 100%;
	min-width: 1800px;
	font-weight: normal;
	background: #283034;
	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;
	font-size: 17px;
	line-height: 25px;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	line-height: 61px;
	color: #1b1c1f;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 47px;
	line-height: 58px;
	color: #3f352d;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	vertical-align: top;
}
h3, .h3 {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 44px;
	line-height: 55px;
	color: #3e3f2d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 41px;
	line-height: 52px;
	color: #2d3f3b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
	line-height: 49px;
	color: #2d363f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	line-height: 46px;
	color: #392d3f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ca9842;
	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: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	background: #ca9842;
	border: 1px solid #ca9842;
	padding: 28px 40px 28px 40px;
	letter-spacing: 3px !important;
	text-transform: uppercase;
}

.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;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
.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: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #ca9842;
	border: 1px solid #ca9842;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 40px 20px 40px;
	letter-spacing: 3px !important;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}

.a_button1 {
	background: none;
	border: 1px solid #ca9842;
}

@media screen and (max-width: 1140px) {
.a_button {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px 10px 20px;
}
}

.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: 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-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	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-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);
	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: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
	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: #ca9842;
}
.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: 60px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !important;
}
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}


/* Header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 55px;
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #b1b1b1;
	font-size: 17px;
	line-height: 17px;
	background: #151618;
}
#header_top a {
	color: #b1b1b1;
}

#header_top_location {
	width: 680px;
	position: absolute;
	left: 0px;
	top: 17px;
	padding-left: 20px;
	background: url(images/icon-location.webp) left top no-repeat;
}

#header_top_email {
	width: 180px;
	position: absolute;
	right: 260px;
	top: 18px;
	padding-left: 23px;
	background: url(images/icon-email.webp) left top no-repeat;
}

#header_top_phone {
	width: 160px;
	height: 39px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	line-height: 19px;
	padding-left: 45px;
	padding-top: 16px;
	background: #ca9842 url(images/icon-phone.webp) 20px 17px no-repeat;
}
#header_top_phone a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
#header_top_phone a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#header_top_location {
	width: 340px;
	font-size: 16px;
	line-height: 16px;
	top: 15px;
}
#header_top_email {
	width: 150px;
	font-size: 16px;
	line-height: 16px;
	top: 18px;
}
}

@media screen and (max-width: 840px) {
#header_top_location {
	width: 300px;
	font-size: 14px;
	line-height: 14px;
	top: 13px;
}
#header_top_email {
	display: none;
}
}

@media screen and (max-width: 600px) {
#header_top {
	height: auto;
}
#header_top_location {
	width: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background: none;
	text-align: center;
	color: #fff;
	padding: 10px 0px 5px 0px;
}
#header_top_phone {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 20px;
	height: auto;
	display: table;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 112px;
	background: url(images/menutop_bg.webp) top repeat-x;
	border-bottom: 1px solid #ca9842;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 37px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop li {
	display: inline-block;
	padding: 0px 40px 0px 40px;
	margin: 0px;
}
#menutop li:first-child {
	padding-left: 40px;
}
#menutop li:last-child {
	padding-right: 0px;
}
#menutop li:nth-child(3) {
	margin-right: 650px;
}
#menutop ul li a {
	display: block;
	color: #ca9842;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	height: 32px;
	text-align: center;
	padding: 10px 15px 0px 15px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: right 20px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #fff;
	text-decoration: none;
}

#menutop_logo {
	width: 565px;
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	margin-left: auto;
	margin-right: auto;
	z-index: 301;
}

#menutop.box_fixed {
	height: 60px;
}
#menutop.box_fixed #menutop_logo {
	display: none;
}
#menutop.box_fixed li:nth-child(3) {
	margin-right: 0px;
}
#menutop.box_fixed ul {
	padding: 8px 0px 0px 0px;
}

@media screen and (max-width: 1840px) {
#menutop ul {
	padding: 20px 0px 0px 0px;
}
#menutop_logo {
	width: 444px;
	top: 75px;
}
#menutop_logo img {
	width: 444px;
	height: auto;
}
#menutop li {
	padding: 0px 30px 0px 30px;
}
#menutop li:nth-child(3) {
	margin-right: 20px;
}
#menutop ul li a {
	padding: 10px 15px 0px 15px;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #313235 0px, #1b1c1f 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	height: 34px;
	padding: 0px 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, #d9a244 0px, #ca9842 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: #1b1c1f;
}

#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;
}
}


/* mobile_header
-----------------------------------------------------------------------------*/
#mobile_header {
	width: 100%;
	height: 116px;
	padding-top: 8px;
	position: relative;
	display: none;
	text-align: center;
	background: #1c1d20 url(images/mobile_header_bg.webp) center center no-repeat;
}

@media screen and (max-width: 1140px) {
#mobile_header {
	display: block;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1117px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 600px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}

#slideshow_slogan {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 380px;
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ca9842;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 8px;
	z-index: 201;
}
#slideshow_slogan span {
	display: block;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 90px;
	line-height: 95px;
	color: #fff;
	padding-bottom: 15px;
	letter-spacing: 0px;
}

.inside #slideshow_slogan {
	top: 260px;
	font-size: 20px;
	line-height: 25px;
}
.inside #slideshow_slogan span {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 10px;
}


@media screen and (max-width: 1840px) {
#slideshow {
	height: 900px;
}
.inside #slideshow {
	height: 500px;
}
#slideshow_slogan {
	width: 1100px;
	top: 380px;
}
#slideshow_slogan span {
	font-size: 65px;
	line-height: 70px;
	padding-bottom: 5px;
}
#slideshow_slogan .a_button {
	/*display: none;*/
}

.inside #slideshow_slogan {
	top: 240px;
	font-size: 18px;
	line-height: 20px;
}
.inside #slideshow_slogan span {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 10px;
}
}

@media screen and (max-width: 1140px) {
#slideshow {
	height: 295px;
	background: #1e1c1b url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 295px;
}
#slideshow_slogan {
	width: 100%;
	top: 60px;
	font-size: 15px;
	line-height: 20px;
}
#slideshow_slogan span {
	font-size: 25px;
	line-height: 30px;
}
.inside #slideshow_slogan {
	top: 60px;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 160px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 40px;
	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;
}

.inside #slideshow_pager { 
	bottom: 60px; 
}

@media screen and (max-width: 1840px) {
.inside #slideshow_pager { 
	bottom: 30px; 
}
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 120px 0px 120px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 20px 0px 20px 0px;
}
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 1025px;
	background: #1b1c1f url(images/content_bg.webp) left top no-repeat;
	padding: 30px;
	color: #b1b1b1;
}
#content1 {
	border: 1px solid #434446;
	padding: 75px 90px 75px 90px;
}

#content_right {
  background: url(images/content_right_bg.webp) left top no-repeat;
  width: 1360px;
  height: 1098px;
  position: absolute;
  top: -240px;
  right: -webkit-calc(50% - 1280px);
  right: -moz-calc(50% - 1280px);
  right: calc(50% - 1280px);
}

.inside #content {
	width: 100%;
	background: #fff;
	padding: 0px;
	color: #434343;
}

@media screen and (max-width: 1840px) {
#content_right {
  background: url(images/content_right_1920_bg.webp) right top no-repeat;
  background-size: cover;
  width: 1040px;
  height: 1098px;
  position: absolute;
  top: -225px;
  right: -webkit-calc(50% - 960px);
  right: -moz-calc(50% - 960px);
  right: calc(50% - 960px);
}
}


@media screen and (max-width: 1840px) {
.inside #content {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 1140px) {
#content {
	width: auto;
	padding: 30px 20px 30px 20px;
}
#content1 {
	border: 1px solid #434446;
	padding: 30px 40px 30px 40px;
}
#content_right {
	display: none;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #1b1c1f;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-bottom: 35px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #1b1c1f;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: left;
}
.content_title span {
	display: block;
	color: #ca9842;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ca9842;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding: 0px;
	margin-bottom: 20px;
}

.content_title1, .content_title1 h1 {
	color: #fff;
}
.content_title_center {
	text-align: center !important;
}

.content_title2 {
	color: #fff;
}
.content_title2 span {
	color: #1b1c1f;
}

@media screen and (max-width: 1840px) {
.content_title {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 30px;
}
.content_title h1 {
	font-size: 50px;
	line-height: 55px;
}
.content_title span {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
}}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.content_title h1 {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
.content_title span {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
}
}


/* box_advantages
-----------------------------------------------------------------------------*/
#box_advantages {
	background: url(images/box_advantages_bg.webp) center top no-repeat;
	background-size: cover;
	padding: 120px 0px 240px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}
#box_advantages ul {
	display: table;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_advantages ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: 125px;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	line-height: 28px;
	text-transform: uppercase;
	border: 1px solid #bc8e3f;
	padding: 75px 95px 0px 195px;
	margin: 0px 15px 30px 15px;
	text-align: left;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
}
#box_advantages ul li:hover {
	color: #fff;
	border: 1px solid #fff;
}
#box_advantages ul li div {
	width: 80px;
	height: 80px;
	background-size: contain !important;
	position: absolute;
	left: 60px;
	top: 60px;
}
#box_advantages ul li:nth-child(1) div {
	background: url(images/icon-advantages-01.webp) center center no-repeat;
}
#box_advantages ul li:nth-child(2) div {
	background: url(images/icon-advantages-02.webp) center center no-repeat;
}
#box_advantages ul li:nth-child(3) div {
	background: url(images/icon-advantages-03.webp) center center no-repeat;
}
#box_advantages ul li:nth-child(4) div {
	background: url(images/icon-advantages-04.webp) center center no-repeat;
}
#box_advantages ul li:nth-child(5) div {
	background: url(images/icon-advantages-05.webp) center center no-repeat;
}
#box_advantages ul li:nth-child(6) div {
	background: url(images/icon-advantages-06.webp) center center no-repeat;
}

@media screen and (max-width: 1840px) {
#box_advantages {
	padding: 80px 0px 80px 0px;
}
#box_advantages ul li {
	width: 160px;
	height: 100px;
	padding: 40px 45px 0px 130px;
	margin: 0px 10px 20px 10px;
	font-size: 20px;
	line-height: 22px;
}
#box_advantages ul li div {
	width: 80px;
	height: 80px;
	left: 30px;
	top: 30px;
}
}

@media screen and (max-width: 1140px) {
#box_advantages {
	padding: 40px 0px 40px 0px;
}
#box_advantages ul li {
	width: 100px;
	height: 70px;
	font-size: 15px;
	line-height: 18px;
	padding: 20px 30px 0px 60px;
	margin: 0px 5px 10px 5px;
}
#box_advantages ul li div {
	width: 30px;
	height: 30px;
	left: 20px;
	top: 20px;
}
}


/* box_fleet
-----------------------------------------------------------------------------*/
#box_fleet {
	background: #fff;
	position: relative;
	padding: 120px 0px 120px 0px;
	text-align: center;
}
#box_fleet ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 35px 0px;
	list-style: none;
	list-style-image: none;
}
#box_fleet ul li {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	padding: 0px 10px 30px 10px;
	margin: 0px 0px 0px 0px;
	color: #a0a0a0;
	font-weight: 600;
	font-size: 25px;
	line-height: 28px;
	text-align: left;
}
#box_fleet ul li img {
	width: 430px;
	height: auto;
}

#box_fleet li span {
	text-transform: uppercase;
	color: #1b1c1f;
	margin-right: 0px;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	line-height: 40px;
	display: block;
	padding-bottom: 10px;
	padding-top: 15px;
}

#box_fleet_right {
	background: #ca9842;
	width: 1360px;
	position: absolute;
	top: -240px;
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);
	padding: 30px 40px 30px 40px;
}
#box_fleet_right div {
	padding: 25px 45px 50px 45px;
  	border: 1px solid #dfb162;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 6px;
}
#box_fleet_right div span {
	display: block;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	line-height: 58px;
	text-align: left;
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px;
	text-transform: none;
	letter-spacing: 0px;
	background: url(images/icon-24-7.webp) 620px center no-repeat;
}

@media screen and (max-width: 1840px) {
#box_fleet {
	padding: 90px 0px 90px 0px;
}
#box_fleet ul {
	padding: 0px 0px 25px 0px;
}
#box_fleet ul li {
	width: 430px;
	padding: 0px 7px 20px 7px;
	font-size: 20px;
	line-height: 23px;
}
#box_fleet ul li img {
	width: 430px;
	height: auto;
}
#box_fleet li span {
	font-size: 28px;
	line-height: 30px;
}

#box_fleet_right {
	background: #ca9842;
	width: 1100px;
	position: absolute;
	top: -160px;
	right: -webkit-calc(50% - 960px);
	right: -moz-calc(50% - 960px);
	right: calc(50% - 960px);
	padding: 20px 20px 20px 20px;
}
#box_fleet_right div {
	padding: 0px 30px 10px 30px;
	font-size: 20px;
	line-height: 25px;
}
#box_fleet_right div span {
	font-size: 40px;
	line-height: 40px;
	padding: 10px 0px 10px 0px;
	background: none;
}
}

@media screen and (max-width: 1140px) {
#box_fleet {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
#box_fleet ul {
	padding: 0px 0px 15px 0px;
}
#box_fleet ul li {
	float: none;
	vertical-align: top;
	display: inline-block;
	width: 300px;
	padding: 0px 5px 25px 5px;
	font-size: 17px;
	line-height: 20px;
}
#box_fleet ul li img {
	width: 300px;
	height: auto;
}
#box_fleet li span {
	font-size: 25px;
	line-height: 28px;
}

#box_fleet_right {
	display: none;
}
}

@media screen and (max-width: 700px) {
#box_fleet ul li {
	width: 250px;
}
#box_fleet ul li img {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 600px) {
#box_fleet ul li {
	width: 200px;
}
#box_fleet ul li img {
	width: 200px;
	height: auto;
}
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fff;
	background-size: cover;
	padding: 120px 0px 120px 0px;
	position: relative;
	color: #fff;
}
#box_services_left {
	background: url(images/box_services_left_bg.webp) left top no-repeat;
	width: 1404px;
	height: 1098px;
	position: absolute;
	top: -120px;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	z-index: 1;
}

#box_services_content {
	width: 1025px;
	position: relative;
	float: right;
	background: #1b1c1f url(images/box_services_content_bg.webp) right top no-repeat;
	padding: 30px;
	color: #b1b1b1;
	z-index: 2;
}
#box_services_content1 {
	border: 1px solid #434446;
	padding: 75px 90px 75px 90px;
}
#box_services ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	width: 385px;
	padding-right: 30px;
	vertical-align: top;
	text-align: left;
	color: #b1b1b1;
	padding-bottom: 15px;
}
#box_services ul li span {
	display: block;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: url(images/li_arrow.webp) left 8px no-repeat;
	padding-left: 17px;
}

@media screen and (max-width: 1840px) {
#box_services_left {
	background: url(images/box_services_left_bg.webp) right top no-repeat;
	width: 1040px;
	height: 1098px;
	position: absolute;
	top: -120px;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
	z-index: 1;
}
}

@media screen and (max-width: 1140px) {
#box_services {
	padding: 0px 0px 40px 0px;
}
#box_services_content {
	width: auto;
	float: none;
	padding: 20px;
}
#box_services_content1 {
	padding: 30px 40px 30px 40px;
}
#box_services ul li {
	width: 45%;
	padding-right: 5%;
	padding-bottom: 15px;
}
#box_services ul li span {
	display: block;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: url(images/li_arrow.webp) left 8px no-repeat;
	padding-left: 17px;
}

#box_services_left {
	display: none;
}
}

@media screen and (max-width: 800px) {
#box_services ul li {
	width: 100%;
	padding-right: 0%;
}
}


/* box_quote
-----------------------------------------------------------------------------*/
#box_quote {
	background: #bc8d3d url(images/box_quote_bg.webp);
	padding: 230px 0px 240px 0px;
	position: relative;
	color: #fff;
	height: auto;
	min-height: 300px;
}

#box_quote_left {
	background: #1b1c1f;
	width: 1360px;
	position: absolute;
	bottom: -440px;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	padding: 30px 40px 30px 40px;
	z-index: 1;
}
#box_quote_left div {
	padding: 25px 45px 35px 380px;
  	border: 1px solid #414244;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
#box_quote_left div span {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 25px;
	color: #c99742;
	padding: 0px 0px 20px 0px;
}

@media screen and (max-width: 1840px) {
#box_quote_left {
	width: 1192px;
	bottom: -490px;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}
#box_quote_left div {
}
}

@media screen and (max-width: 1140px) {
#box_quote {
	padding: 40px 0px 40px 0px;
	min-height: 0px;
}
#box_quote_left {
	width: auto;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 30px 30px 30px 30px;
}
#box_quote_left div {
	padding: 15px 25px 15px 25px;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #b1b1b1;
	background: #070707 url(images/footer_bg.webp) right bottom no-repeat;
	position: relative;
	padding: 210px 0px 100px 0px;
	font-size: 16px;
	line-height: 20px;
	font-size: 17px;
	line-height: 25px;
}
#footer a {
	color: #b1b1b1;
}
#footer span {
	display: block;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	line-height: 25px;
	color: #ca9842;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
}

#footer_logo {
	float: left;
	width: 300px;
	padding-right: 300px;
	text-align: center;
}

#service_area {
	float: left;
	width: 300px;
	padding-right: 250px;
	padding-top: 40px;
	font-size: 15px;
	line-height: 19px;
}
#service_area ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	column-count: 2;
	column-gap: 30px;
}
#service_area ul li {
	padding-bottom: 5px;
}
#service_area a[href="javascript:;"] {
	color: #b1b1b1;
	text-decoration: none;
	cursor: text;
}

#footer_address {
	float: left;
	width: 300px;
	padding-top: 40px;
}

@media screen and (max-width: 1840px) {
#footer_logo {
	padding-right: 100px;
}
#service_area {
	padding-right: 60px;
}
#footer_address {
	width: 240px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 40px 0px 40px 0px;
}
#footer_logo {
	padding-right: 40px;
}
#service_area {
	padding-right: 0px;
}
#footer_address {
	display: none;
}
}

@media screen and (max-width: 700px) {
#footer {
	padding: 40px 0px 40px 0px;
}
#footer_logo {
	float: none;
	width: 100%;
	padding-right: 0px;
}
#service_area {
	float: none;
	width: auto;
	display: table;
	margin: 0 auto;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 250px;
	float: left;
	padding-right: 50px;
}
#contact_form {
	width: 1400px;
	float: right;
}

@media screen and (max-width: 1840px) {
#contact_form {
	width: 750px;
}
}

@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	background: #ca9842 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: #231f20 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
