* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 17px;
	line-height: 38px;
	color: #313131;
	width: 100%;
	min-width: 1800px;
	background: url(images/body_bg.webp) center repeat-y, url(images/box_contact_bg.webp) repeat;
	position: relative;
}


@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 63px;
	color: #0c332c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	font-size: 57px;
	line-height: 60px;
	color: #1a330c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 57px;
	color: #30330c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	font-size: 51px;
	line-height: 54px;
	color: #332a0c	;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 51px;
	color: #331f0c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 48px;
	color: #330c0c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 21px;
	line-height: 21px;
}
h2, .h2 {
	font-size: 20px;
	line-height: 20px;  
}
h3, .h3 {
	font-size: 19px;
	line-height: 19px;
}
h4, .h4 {
	font-size: 18px;
	line-height: 18px;
}
h5, .h5 {
	font-size: 17px;
	line-height: 17px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 16px;
}
}

a {
	color: #012651;
	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;
	text-transform: uppercase;
	background: #0c332c;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	letter-spacing: 1px;
	border-radius: 3px;
	border: 0px;
	margin-left: 20px;
	padding: 33px 96px 29px 96px;
	cursor: pointer;
}
@media screen and (max-width: 1840px) {
.form input.submit, input.button {
	margin-left: 10px;	
	padding: 33px 45px 29px 45px;
}
}

@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	margin-left: 0px;
	padding: 33px 66px 29px 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;
	color: #000;
	font-size: 17px;
	line-height: 30px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 17px;
	line-height: 18px;
	padding: 15px;
	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;
}


.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: #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;
}

@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;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	float: right;
	padding: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 25px;
	outline: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #0c332c;
	text-align: center;
	padding: 20px 44px 20px 44px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #0c332c;
	text-decoration: none;
	background: #fff;
}
.a_button2 {
	position: relative;
	margin: 10px 20px 0px 20px;
	padding: 20px 44px 20px 55px;
	transition: all 250ms ease-in;
	background: #98bdb4;
	-webkit-transition: all 250ms ease-in;	
}
.a_button2:hover {
	color: #fff;
	text-decoration: none;
	background: #0c332c;	
}
.a_button2:before {
	position: absolute;
	content:"";
	width: 17px;
	height: 16px;
	background: url(images/icon_phone.webp) center center no-repeat;
	top: 17px;
	left: 32px;
}
.a_button2:hover:before {
	position:absolute;
	content:"";
	width: 17px;
	height: 16px;
	background: url(images/icon_phone.webp) center center no-repeat;
	top: 17px;
	left: 32px;
}
.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	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;
}

@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: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
    font-family: "Playfair Display", serif;
    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 li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 27px;
	line-height: 30px;
	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;
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnail_image img {
	width: 200px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnail_image img {
	width: 160px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnail_image img {
	width: 140px;
	height: auto;
}
}
	
/* 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;
	z-index: 2;
	background: rgba(72,72,72,0.8);
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	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;
}

@media screen and (max-width: 1140px) {
.portfolio_index_image img {
	width: 200px;
	height: auto;
}
.portfolio_index_caption {
	font-size: 16px;
	line-height: 16px;
}
}

@media screen and (max-width: 800px) {
.portfolio_index_image img {
	width: 160px;
	height: auto;
}
.portfolio_index_caption {
	font-size: 15px;
	line-height: 15px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index_image img {
	width: 140px;
	height: auto;
}
}

/* 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: 17px;
	line-height: 17px;
	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: #012651;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.webp) top repeat-x;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: 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;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)!important;		
}
@media screen and (max-width: 1820px) {
.box_fixed_scroll {
	max-width: 1920px !important;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {	
	position: relative;
	top: 65px;
	z-index: 101!important;
}
#menutop ul {
	width: 1120px;
	padding-left: 680px;
	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 {
	padding-right: 0px;
}
#menutop ul li:first-child {
	padding-left: 0px;
}

#menutop ul li a {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 20px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
	padding: 20px 10px 10px 10px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;
	background-position: right 35px;	
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #0c332c;
	text-decoration: none;
	border-bottom: 3px solid #0c332c; 
}

@media screen and (max-width: 1820px) {
#menutop.box_fixed_scroll  ul {
	left: 50px;
	width: 800px;
}	
#menutop ul {
	width: 800px;
	padding-left: 400px;
}
#menutop li {
	padding: 0px 0px 0px 0px;
}
#menutop ul li a {
	font-size: 16px;
	line-height: 16px;
	background-position: right 30px;		
}	
}

/* Header
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	position: relative;
	height: 53px;
	z-index: 1002!important;
	background: #0c332c;
}
#header1_text {
	float: left;
	text-align: left;
	width: 500px;
	position: absolute;
	top: 21px;
	text-transform: uppercase;
  	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	left: 0px;
}
#header1_button {
	width: 300px;
	position: absolute;
	top: 5px;
	text-transform: uppercase;
  	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header1_button .a_button {
	color: #0c332c;
	background: #fff;	
	padding: 15px 44px 16px 44px!important;
}
#header1_button .a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #0c332c;
}

#header1_location {
	width: 400px;
	position: absolute;
	top: 21px;
  	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	left: 1360px;
}
#header1_location:before { 
	content: "";  
	display: block;
	position: absolute;
	top: -3px;
	left: -22px;
	z-index: 102;
	width: 13px;
	height: 18px;
	background: url(images/icon_location.webp) no-repeat;   
}

#header1_social {
	width: 240px;
	position: absolute;
	right: 0px;
	top: 6px;
	text-align: right;
}
#header1_social a img {
	vertical-align: middle;
	position: relative;
	margin: 0px 3px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.8;
}
#header1_social a:hover img {
	opacity: 1;
}
@media screen and (max-width: 1820px) {
#header1_location {
	left:  660px;
}	
#header1_location:before { 
	left: -16px;
}	
#header1_social {
}	
#header1_button {
	right: 200px;
}
}


@media screen and (max-width: 1140px) {
#header1_button {
	float: left;
	text-align: left;	
	width: 300px;
	position: absolute;
	top: 5px;
	text-transform: uppercase;
  	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	left: 0px;
	right: 270px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 1120px) {
#header1_location {
	display: none;   
}
}
@media screen and (max-width: 1070px) {
#header1_text {
	display: none;
}
}
@media screen and (max-width: 460px) {
#header1_button {
	display: none;  
}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 203px;
	margin-top: 53px;
	background: #ffffff;
}
#header_bg {
	background: url(images/header_bg.webp) left top no-repeat;
	width: auto;
	min-width: 1041px;
	height: 203px;
	position: absolute;
	top: 0px; 
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);          
	z-index: 3;
}

#header_logo {
	width: 350px;
	height: 177px;
	position: absolute;
	left: 0px;
	z-index: 1001;
	top: 13px;
}
#header_logo img {
	width: 350px;
	height: 177px;
}
#header_logo.header_logo_fixed {
	width: 105px;
	height: 53px;	 
	position: fixed;
	left: -1650px;
	right: 0;
	top: 58px;
	margin-left: auto; 
	margin-right: auto;
	z-index: 1001;
}
#header_logo.header_logo_fixed img {
	width: 105px;
	height: 53px;	
}

@media screen and (max-width: 1820px) {
#header_logo.header_logo_fixed {
	left: -950px;
}
}

@media screen and (max-width: 1140px) {
#header {
	height: 124px;
	margin-top: 0px;
}
#header_bg {
	display: none;
}

#header_logo {
	width: 189px;
	height: 96px;
	position: relative !important;
	left: 0px;
	right: 0px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
}
#header_logo.header_logo_fixed {
	width: 189px;
	height: 96px;
	position: relative !important;
	left: 0px;
	right: 0;
	top: 15px;
	z-index: 0;
}
#header_logo img {
	width: 189px;
	height: 96px;
	position: relative !important;
}
#header_logo.header_logo_fixed img {
	width: 189px;
	height: 96px;
	position: relative !important;
}
}



/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f8f8f8 0px, #f3f0f0 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;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #000000;
    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, #0e483e 0px, #0c332c 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: #97a9b6;
}

#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: 1106px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 506px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center top;
	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_info {
	position: absolute;
	z-index: 201;
	left: 0px;
	right: 740px;
	margin-left: auto;
	margin-right: auto;
	top: 360px;
	color: #fff;
	width: 1060px;
	text-align: left;
}

#slideshow_slogan {
	font-size: 90px;
	line-height: 90px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.5);	
    font-style: normal;
	text-transform: uppercase;
}
#slideshow_text {
	width: 950px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.7);		
    font-style: normal;
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}
#slideshow_info a {
	margin-top: 50px;
}
#slideshow_info .a_button {
	color: #0c332c;
	font-size: 12px;
	line-height: 12px;
	border-radius: 40px;
	background: #ffffff;
	padding: 28px 70px 28px 70px;
}
#slideshow_info .a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #0c332c;
}

@media screen and (max-width: 1820px) {
#slideshow_info {
	right: 0px;
	top: 360px;
	width: 1100px;
}
#slideshow_info a {
	margin-top: 40px;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}


@media screen and (max-width: 1140px) {
#slideshow {
	height: 324px;
	background: #8aa8b6 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 175px;
	background: #8aa8b6 url(images/mobile_slideshow_bg.webp) center top no-repeat;
}	
#slideshow_info {
	left: 0px;
	top: 100px;
	width: 280px;
}
#slideshow_slogan {
	font-size: 23px;
	line-height: 28px;
}
#slideshow_text {
	width: 280px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
}
#slideshow_info a {
	display: none;
}
#slideshow_info .a_button {
	display: none;
}	
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: -840px;
	right: 0px;
	bottom: 50px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 30px;
	height: 6px; 
    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: 1820px) {
#slideshow_pager { 
	left: -490px;
}
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* box_advantages
-----------------------------------------------------------------------------*/
#box_advantages {
	background: #eaf2f0;
	padding: 50px 0px 50px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}

#box_advantages ul {
	position: relative;
	display: table;
	margin: 0 auto;
	z-index: 3;
	padding: 0px;
	text-align: center;
	list-style: none;
	list-style-image: none;
}
#box_advantages ul li {
	position: relative;	
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0px 26px 0px 0px;
}
#box_advantages ul li:nth-child(5) {
	padding-right: 0px;
}
#box_advantages ul li:nth-child(2), #box_advantages ul li:nth-child(4) {
	padding-top: 100px;
}

#box_advantages ul li a {
	display: block;
	width: 336px;
	height: 322px;
	color: #000000;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;	
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	background: #fff;
	text-align: center;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#box_advantages ul li a:hover {
	text-decoration: none;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.05);		
}
#box_advantages ul li a div {
	width: 336px;
	height: 322px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_advantages ul li a div {
	display: inline-block;
	vertical-align: middle;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_advantages ul li a:hover div {
}
#box_advantages ul li:nth-child(1) a div  {
	width: 96px;
	height: 95px;
	margin: 69px 0px 46px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/box_advantages_icon_01.webp) center no-repeat;
}
#box_advantages ul li:nth-child(2) a div {
	width: 108px;
	height: 79px;
	margin: 77px 0px 54px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/box_advantages_icon_02.webp) center no-repeat;
}
#box_advantages ul li:nth-child(3) a div  {
	width: 111px;
	height: 63px;
	margin: 85px 0px 62px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/box_advantages_icon_03.webp) center no-repeat;
}
#box_advantages ul li:nth-child(4) a div {
	width: 95px;
	height: 92px;
	margin: 71px 0px 47px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/box_advantages_icon_04.webp) center no-repeat;
}
#box_advantages ul li:nth-child(5) a div  {
	width: 111px;
	height: 91px;
	margin: 71px 0px 48px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	background: url(images/box_advantages_icon_05.webp) center no-repeat;
}
@media screen and (max-width: 1840px) {
#box_advantages ul li {
	padding: 0px 17px 0px 0px;
}
#box_advantages ul li:nth-child(2), #box_advantages ul li:nth-child(4) {
	padding-top: 60px;
}
#box_advantages ul li a {
	width: 206px;
	height: 198px;
	font-size: 18px;
	line-height: 18px;
}
#box_advantages ul li a div {
	width: 206px;
	height: 198px;
}
#box_advantages ul li:nth-child(1) a div  {
	width: 96px;
	height: 95px;
	margin: 23px 0px 5px 0px;
	background-size: 70px;
}
#box_advantages ul li:nth-child(2) a div {
	width: 108px;
	height: 79px;
	margin: 38px 0px 20px 0px;
	background-size: 70px;	
}
#box_advantages ul li:nth-child(3) a div  {
	width: 111px;
	height: 63px;
	margin: 43px 0px 25px 0px;
	background-size: 70px;		
}
#box_advantages ul li:nth-child(4) a div {
	width: 95px;
	height: 92px;
	margin: 20px 0px 11px 0px;
	background-size: 70px;			
}
#box_advantages ul li:nth-child(5) a div  {
	width: 111px;
	height: 91px;
	margin: 34px 0px 6px 0px;
	background-size: 70px;				
}
}
@media screen and (max-width: 1140px) {
#box_advantages {
	padding: 50px 0px 50px 0px;
}
#box_advantages ul li {
	padding: 0px 10px 10px 0px;
}
#box_advantages ul li:nth-child(2), #box_advantages ul li:nth-child(4) {
	padding-top: 0px;
}
#box_advantages ul li:nth-child(5) {
	padding-right: 10px;
}	
#box_advantages ul li a {
	width: 160px;
	height: 160px;
	font-size: 15px;
	line-height: 15px;
}
#box_advantages ul li a div {
	width: 160px;
	height: 160px;
}
#box_advantages ul li:nth-child(1) a div  {
	margin: 15px 0px 0px 0px;
	background-size: 50px;
}
#box_advantages ul li:nth-child(2) a div {
	margin: 25px 0px 10px 0px;
	background-size: 50px;	
}
#box_advantages ul li:nth-child(3) a div  {
	margin: 35px 0px 15px 0px;
	background-size: 50px;		
}
#box_advantages ul li:nth-child(4) a div {
	margin: 15px 0px 0px 0px;
	background-size: 50px;			
}
#box_advantages ul li:nth-child(5) a div  {
	margin: 15px 0px 0px 0px;
	background-size: 50px;				
}
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fff;
	padding: 150px 0px 150px 0px;
	position: relative;
}
#box_services_left_01 {
	width: 842px;
	float: left;
	margin-right: 116px;
}
#box_services_left_01 img {
	float: right;
	position: relative;
	z-index: 2;
	border: 5px solid #0c332c;
}
#box_services_right_01 {
	width: 842px;
	float: right;
	padding-top: 150px;
}
#box_services_left_02 {
	width: 842px;
	float: left;
	text-align: right;
	margin-right: 116px;
	padding-top: 250px;	
}
#box_services_right_02 {
	width: 842px;
	float: right;
}
#box_services_right_02 img {
	float: left;
	position: relative;
	z-index: 2;
	top: 0px;
	border: 5px solid #0c332c;     
}
#box_services_left_03 {
	width: 842px;
	float: left;
	margin-right: 116px;
}
#box_services_left_03 img {
	float: right;
	position: relative;
	top: -100px;
	z-index: 2;
	border: 5px solid #0c332c;
}
#box_services_right_03 {
	width: 842px;
	float: right;
	padding-top: 180px;
}

#box_services_01_bg {
	background: url(images/box_services_01_bg.webp) left top no-repeat;
	width: auto;
	min-width: 407px;
	height: 478px;
	position: absolute;
	top: 440px; 
	left: -webkit-calc(50% - 1280px + 380px);
	left: -moz-calc(50% - 1280px + 380px);
	left: calc(50% - 1280px + 380px);          
	z-index: 1;
}
#box_services_02_bg {
	background: url(images/box_services_02_bg.webp) right top no-repeat;
	width: auto;
	min-width: 407px;
	height: 478px;
	position: absolute;
	top: 1050px; 
	right: -webkit-calc(50% - 1280px + 380px);
	right: -moz-calc(50% - 1280px + 380px);
	right: calc(50% - 1280px + 380px);          
	z-index: 1;
}
#box_services_03_bg {
	background: url(images/box_services_03_bg.webp) left top no-repeat;
	width: auto;
	min-width: 407px;
	height: 478px;
	position: absolute;
	top: 1658px; 
	left: -webkit-calc(50% - 1280px + 380px);
	left: -moz-calc(50% - 1280px + 380px);
	left: calc(50% - 1280px + 380px);          
	z-index: 1;
}
.content_title_services {
	color: #0c332c;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 50px;
	line-height: 50px;
	padding: 0px 0px 35px 0px;	
	text-transform: uppercase;
}
@media screen and (max-width: 1840px) {
#box_services_left_01 {
	width: 521px;
	margin-right: 58px;
}
#box_services_left_01 img {
	width: 354px;
	height: 362px;
}
#box_services_right_01 {
	width: 521px;
	padding-top: 40px;
}
#box_services_left_02 {
	width: 521px;
	margin-right: 58px;
	padding-top: 100px;	
}
#box_services_right_02 {
	width: 521px;
	float: right;
}
#box_services_right_02 img {
	width: 354px;
	height: 427px;	
	top: 50px;
}
#box_services_left_03 {
	width: 521px;
	float: left;
	margin-right: 58px;
}
#box_services_left_03 img {
	width: 354px;
	height: 428px;
	top: 50px;
}
#box_services_right_03 {
	width: 521px;
	float: right;
	padding-top: 60px;
}

#box_services_01_bg {
	min-width: 249px;
	height: 293px;
	top: 310px; 
	left: -webkit-calc(50% - 960px + 410px);
	left: -moz-calc(50% - 960px + 410px);
	left: calc(50% - 960px + 410px);          
	background-size: 100%;	
}
#box_services_02_bg {
	min-width: 249px;
	height: 293px;
	top: 800px; 
	right: -webkit-calc(50% - 960px + 410px);
	right: -moz-calc(50% - 960px + 410px);
	right: calc(50% - 960px + 410px);          
	background-size: 100%;		
}
#box_services_03_bg {
	min-width: 249px;
	height: 293px;
	top: 1300px; 
	left: -webkit-calc(50% - 960px + 410px);
	left: -moz-calc(50% - 960px + 410px);
	left: calc(50% - 960px + 410px); 
	background-size: 100%;			
}
}
@media screen and (max-width: 1140px) {
#box_services {
	padding: 50px 0px 50px 0px;
}
#box_services_left_01 {
	width: auto;
	float: none;
	text-align: center;
	margin: 0 auto;	
	margin-right: 0px;
}
#box_services_left_01 img {
	width: 280px;
	height: 286px;
	float: none;
	position: relative;
	z-index: 2;
	border: 3px solid #0c332c;
}
#box_services_right_01 {
	width: auto;
	float: none;
	padding-top: 0px;
	border-bottom: 1px solid #0c332c;	
}
	
#box_services_left_02 {
	width: auto;
	float: none;
	text-align: left;
	margin-right: 0px;
	padding-top: 0px;	
}
#box_services_right_02 {
	width: auto;
	float: none;
	text-align: center;
	margin: 0 auto;		
	padding-bottom: 40px;
	border-bottom: 1px solid #0c332c;	
}
#box_services_right_02 img {
	width: 280px;
	height: 337px;
	float: none;
	position: relative;
	z-index: 2;
	border: 3px solid #0c332c;
	top: 0px;
}
	
#box_services_left_03 {
	width: auto;
	float: none;
	text-align: center;
	margin: 0 auto;	
	margin-right: 0px;
}
#box_services_left_03 img {
	width: 280px;
	height: 337px;
	float: none;
	position: relative;
	z-index: 2;
	border: 3px solid #0c332c;
}
#box_services_right_03 {
	width: auto;
	float: none;
	padding-top: 50px;
}

#box_services_01_bg {
	display: none;
}
#box_services_02_bg {
	display: none;
}
#box_services_03_bg {
	display: none;
}
.content_title_services {
	font-size: 18px;
	line-height: 18px;
	text-align: center;	
	padding: 30px 0px 25px 0px;	
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 150px 0px 150px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#homeimage_01 {
	background: url(images/homeimage_01.webp) right top no-repeat;
	width: auto;
	min-width: 693px;
	height: 521px;
	position: absolute;
	border: solid 5px #0c332c;
	top: 149px; 
	right: -webkit-calc(50% - 1280px + 519px);
	right: -moz-calc(50% - 1280px + 519px);
	right: calc(50% - 1280px + 519px);          
	z-index: 3;
}
#homeimage_02 {
	background: url(images/homeimage_02.webp) right top no-repeat;
	width: auto;
	min-width: 380px;
	height: 496px;
	position: absolute;
	top: 293px; 
	right: -webkit-calc(50% - 1280px + 380px);
	right: -moz-calc(50% - 1280px + 380px);
	right: calc(50% - 1280px + 380px);          
	z-index: 2;
}
@media screen and (max-width: 1820px) {
#homeimage_01 {
	min-width: 420px;
	height: 314px;
	top: 349px; 
	right: -webkit-calc(50% - 960px + 505px);
	right: -moz-calc(50% - 960px + 505px);
	right: calc(50% - 960px + 505px);          
	background-size: 100%;
}
#homeimage_02 {
	min-width: 380px;
	height: 496px;
	top: 440px; 
	right: -webkit-calc(50% - 960px + 410px);
	right: -moz-calc(50% - 960px + 410px);
	right: calc(50% - 960px + 410px);          
	background-size: 60%;	
}
}
@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 50px 0px;
}
#homeimage_01 {
	display: none;
}
#homeimage_02 {
	display: none;
}
}



/* content
-----------------------------------------------------------------------------*/
#content {
	width: 900px;
	float: left;
}
.inside #content {
	width: 100%;
	float: none;
}

@media screen and (max-width: 1840px) {
#content {
	width: 100%;
	float: left;
}	
#index_content {
	width: 520px;
	float: left;
}
.inside #content {
}
}

@media screen and (max-width: 1140px) {
#content {
	width: 100%;	
	text-align: left;
}
#index_content {
	width: 100%;	
}	
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #0c332c;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 60px;
	line-height: 60px;
	text-align: left;
	text-transform: uppercase;
	background: url(images/content_title_bg.webp) bottom left no-repeat;
	padding: 0px 0px 35px 0px;
	margin-bottom: 25px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #0c332c;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 60px;
	line-height: 60px;
	text-align: left;
	text-transform: uppercase;
}

@media screen and (max-width: 1840px) {
.content_title {
}
.content_title h1 {
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 23px;
	line-height: 23px;	
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;	
}
.content_title h1 {
	font-size: 23px;
	line-height: 23px;		
}
#index_button {
	display: block;
	text-align: center;
}		
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	background: url(images/box_reviews_bg.webp) top center no-repeat;
	padding: 150px 0px 150px 0px;
	height: 735px;
	position: relative;
	text-align: center;	
	overflow-x: hidden;
}
#box_testimonials_slideshow {
	height: 450px;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	padding: 0px 0px 0px 0px;
}
#reviews_quotes_left {
	background: url(images/box_reviews_quote.webp) center top no-repeat;
	width: 133px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 160px;
	left: 0px;
	right: 0px;
}
#reviews_quotes_right {
	background: url(images/box_reviews_quote.webp) left top no-repeat;
	width: 133px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 550px;
	left: 0px;
	right: 0px;
}
#box_testimonials_slideshow span { 
    width: 30px;
	height: 6px; 
    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: 0px; 
}
#box_testimonials_slideshow span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#box_testimonials_slideshow > * {
	cursor: pointer;
}
#box_testimonials_slideshow ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slides_testimonials_pager {
	padding: 120px 0px 0px 0px;
}
#box_testimonials_slideshow li {
	width: 100%;
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}

@media screen and (max-width: 1840px) {
#box_testimonials_slideshow {
	width: 1100px;
}
#slides_testimonials_pager {
	padding: 120px 0px 0px 0px;
}		
}
@media screen and (max-width: 1140px) {
#box_testimonials {
	background: #eaf2f0;
	padding: 50px 0px 50px 0px;
	height: auto;
}
#box_testimonials_slideshow {
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
#reviews_quotes_left {
	display: none;
}
#reviews_quotes_right {
	display: none;
}
#box_testimonials_slideshow span { 
	display: none;
}
#box_testimonials_slideshow span.cycle-pager-active {
	display: none;
}
#box_testimonials_slideshow > * {
	display: none;
}
#box_testimonials_slideshow ul {
	display: none;
}
#slides_testimonials_pager {
	display: none;
}
#box_testimonials_slideshow li {
	width: 100%;
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	height: 1000px;
	background: #fff;
	position: relative;
	padding: 150px 0px 0px 0px;
}
#box_portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 36px 0px;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 36px 0px 0px;
}
#box_portfolio li:nth-child(3) {
	margin-right: 0px;
}

#box_portfolio ul li a {
	display: block;
	width: 576px;
	height: 301px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_portfolio ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#box_portfolio ul li:nth-child(1) a {
	height: 576px;
}
#box_portfolio ul li:nth-child(4) a {
	position: relative;
	top: -239px!important;
	left: 612px;
}
#box_portfolio ul li:nth-child(5) a {
	position: relative;
	top: -239px!important;
	left: 612px;
}

#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
}
#box_portfolio .a_button {
	position: relative;
	top: -200px;
}
@media screen and (max-width: 1840px) {
#box_portfolio {
	height: 600px;
	background: #fff;
	position: relative;
	padding: 150px 0px 100px 0px;
}
#box_portfolio ul {
	padding: 0px 0px 21px 0px;
}
#box_portfolio ul li {
	margin: 0px 21px 0px 0px;
}
#box_portfolio li:nth-child(3) {
	margin-right: 0px;
}
#box_portfolio ul li a {
	width: 352px;
	height: 185px;
}
#box_portfolio ul li a img {
	width: 352px;
	height: 185px;
}
#box_portfolio ul li:nth-child(1) a, #box_portfolio ul li:nth-child(1) a img {
	height: 352px;
}
#box_portfolio ul li:nth-child(4) a {
	position: relative;
	top: -146px!important;
	left: 373px;
}
#box_portfolio ul li:nth-child(5) a {
	position: relative;
	top: -146px!important;
	left: 373px;
}
#box_portfolio .a_button {
	position: relative;
	top: -120px;
}	
}

@media screen and (max-width: 1140px) {
#box_portfolio {
	height: auto;
	padding: 50px 0px 70px 0px;
}
#box_portfolio ul {
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#box_portfolio ul li {
	margin: 0px 10px 10px 0px;
}
#box_portfolio ul li a {
	width: 100%;
	height: 100%;
}
#box_portfolio ul li a img {
	width: 100%;
	height: 100%;
}
#box_portfolio ul li:nth-child(1) a, #box_portfolio ul li:nth-child(1) a img, #box_portfolio ul li:nth-child(2) a, #box_portfolio ul li:nth-child(2) a img, #box_portfolio ul li:nth-child(4) a, #box_portfolio ul li:nth-child(4) a img, #box_portfolio ul li:nth-child(5) a, #box_portfolio ul li:nth-child(5) a img {
	display: none;
}
#box_portfolio li:nth-child(3) {
	margin-right: 0px;
}	
#box_portfolio .a_button {
	position: relative;
	top: 20px;
}	
}


/* gallery
----------------------------------------------------------------------------*/
#gallery ul {
    -webkit-column-count: 3;
    -webkit-column-gap: 36px;
    -moz-column-count: 3;
    -moz-column-gap: 36px;
    column-count: 3;
    column-gap: 36px;
    text-align: justify;
	margin: 0 auto;	
	list-style: none;
	list-style-image: none;	
}
#gallery ul li {
    width: 100%;
    margin-bottom: 36px;
    overflow: hidden;
}
#gallery ul li a img, ul li a {
    width: inherit;
}


@media screen and (max-width: 1840px) {
#gallery ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
#gallery ul li {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 1140px) {
#gallery ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}
#gallery ul li {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 640px) {
#gallery ul {
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
#gallery ul li {
    margin-bottom: 10px;
}
}


/* box_contact
----------------------------------------------------------------------------*/
#box_contact {
	height: 639px;
	background: url(images/box_contact_bg.webp) repeat;
	position: relative;
	padding: 150px 0px 150px 0px;
}
#box_contact_bg_01 {
	background: url(images/box_contact_left_img.webp) left top no-repeat;
	width: auto;
	min-width: 670px;
	height: 533px;
	position: absolute;
	border: solid 5px #0c332c;	
	top: 150px; 
	left: -webkit-calc(50% - 1280px + 547px);
	left: -moz-calc(50% - 1280px + 547px);
	left: calc(50% - 1280px + 547px);          
	z-index: 2;
}
#box_contact_bg_02 {
	background: url(images/box_contact_left_bg.webp) left top no-repeat;
	width: auto;
	min-width: 380px;
	height: 514px;
	position: absolute;
	top: 275px; 
	left: -webkit-calc(50% - 1280px + 380px);
	left: -moz-calc(50% - 1280px + 380px);
	left: calc(50% - 1280px + 380px);          
	z-index: 1;
}
#box_contact_content {
	width: 900px;
	padding-left: 58px;
	float: right;
}
.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#box_contact_bg_01 {
	min-width: 406px;
	height: 323px;
	top: 270px; 
	left: -webkit-calc(50% - 960px + 510px);
	left: -moz-calc(50% - 960px + 510px);
	left: calc(50% - 960px + 510px);   
	background-size: 100%;
}
#box_contact_bg_02 {
	min-width: 233px;
	height: 315px;
	top: 350px; 
	left: -webkit-calc(50% - 960px + 410px);
	left: -moz-calc(50% - 960px + 410px);
	left: calc(50% - 960px + 410px);   
	background-size: 100%;
}
#box_contact_content {
	width: 520px;
	padding-left: 60px;
	float: right;
}
}
@media screen and (max-width: 1140px) {
#box_contact {
	height: auto;
	background: #eaf2f0;
	position: relative;
	padding: 50px 0px 50px 0px;
}
#box_contact_bg_01 {
	display: none;
}
#box_contact_bg_02 {
	display: none;
}
#box_contact_content {
	width: auto;
	float: none;
	padding-left: 0px;	
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side fieldset {
	border: none;
	padding: 0px 0px 0px 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: #414141;
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	background: #fff;
	border: 1px solid #d3d3d3;
}
#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 fieldset {
	padding: 0px 0px 0px 0px;
}	
#form_estimate_side #table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #bebebe;
	background: url(images/footer_bg.webp) center top no-repeat;
	position: relative;
	height: 237px;
	padding: 130px 0px 0px 0px;
	font-size: 15px;
	line-height: 25px;
}
#footer_address {
	float: left;
	width: 550px;
	text-align: left;
	padding-top: 45px;
}
#footer_links {
	float: right;
	text-align: right;
	width: 300px;	
	padding-top: 45px;
}
#footer_links a {
	color: #bebebe;
}

#footer_logo {
	float: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#footer_address {
	width: 400px;
	padding-top: 25px;
}
#footer_links {
	width: 400px;	
	padding-top: 35px;
}
#footer_logo {
	width: 300px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	height: auto;
	background-size: cover;
	padding: 50px 0px 50px 0px;
}
#footer_address {
	float: none;
	width: auto;
	text-align: center;
	padding-top: 0px;
}
#footer_links {
	float: none;
	text-align: center;
	width: auto;
	padding-top: 20px;	
}
#footer_logo {
	float: none;
	width: auto;
	padding-top: 20px;	
}
	
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
	padding-right: 50px;
}
#contact_form {
	width: 1400px;
	float: left;
}

@media screen and (max-width: 1820px) {
#contact_form {
	width: 700px;
}
}


@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: 55px;
	height: 55px;
	background: #fff 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: #0c332c 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%;
}
}
