/*
.brygada-1918 {
  font-family: "Brygada 1918", serif;
  font-weight: 500;
  font-style: normal;
}
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gwendolyn-regular {
  font-family: "Gwendolyn", cursive;
  font-weight: 400;
  font-style: normal;
}
*/

* {
	margin: 0;
	padding: 0;
}

html {
  font-size: 18px;
}

@media screen and (max-width: 1840px) {
html {
	font-size: 17px;
}
}

@media screen and (max-width: 1140px) {
html {
	font-size: 18px;
}
}

@media screen and (max-width: 840px) {
html {
	font-size: 15px;
}
}

body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #3e3e3e;
	width: 100%;
	min-width: 1800px;
	background: #1c1917 url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}


/* text styles
-----------------------------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Brygada 1918", serif;
  font-weight: 500;
  font-style: normal;	
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h1, .h1 {
	font-size: 2rem;
	color: #6a5c4f;
}
h2, .h2 {
	font-size: 1.8rem;
	color: #836e5a;
}
h3, .h3 {
	font-size: 1.6rem;
	color: #837c5a;
}
h4, .h4 {
	font-size: 1.4rem;
	color: #77835a;
}
h5, .h5 {
	font-size: 1.3rem;
	color: #5a8377;
}
h6, .h6 {
	font-size: 1.2rem;
	color: #5a7483;
}


a {
	color: #dea656;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 10px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 1;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #dea656;
	font-size: 17px;
	line-height: 1;
	text-transform: uppercase;
	border: 0px;
	padding: 30px 90px 29px 90px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #6a5c4f;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 1.1rem;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 19px 30px 19px 30px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

@media screen and (max-width: 1840px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 15px 25px 15px 25px;
}
.form select {
	padding: 14px 25px 14px 25px;
}
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 10px 15px 10px 15px;
}
.form select {
	padding: 9px 15px 9px 15px;
}
}


.captcha {
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 30px;
}
@media screen and (max-width: 1300px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 660px) {
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	padding: 15px 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;		
	display: inline-block;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 1px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background-color: #dea656;
	text-align: center;
	padding: 18px 40px 16px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background-color: #6a5c4f;
}

.a_button1 {
	background-color: #001f50;
}
.a_button1:hover {
	background-color: #a7882b;
}

.a_button_phone {
	background-color: #6a5c4f;	
	background-image: url(images/icon_phone_button.webp);
	background-position: 28px center;
	background-repeat: no-repeat;
	padding-left: 55px;
}
.a_button_phone:hover {
	background-color: #dea656;	
}

.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;
}


/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

/* columns
-----------------------------------------------------------------------------*/
.columns {
	display: flex;
	flex-wrap: wrap; 
	gap: 20px 20px;
	justify-content: center;
	align-items: center;
}
.columns.nowrap {
	flex-wrap: nowrap;
}

.columns > li {
	flex: 1;
}
.columns[data-columns-count="1"] > li {
	flex-basis: calc(100% - 40px);
}
.columns[data-columns-count="2"] > li {
	flex-basis: calc(50% - 40px);
}
.columns[data-columns-count="3"] > li {
	flex-basis: calc(33.333% - 40px);
}
.columns[data-columns-count="4"] > li {
	flex-basis: calc(25% - 40px);
}
.columns[data-columns-count="5"] > li {
	flex-basis: calc(20% - 40px);
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 700px;
	margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #186d13;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	text-decoration: none;
	background: #231f20;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2rem;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: "Barlow", sans-serif;
	color: #666;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}

.portfolio_sections_list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	color: #3c2f26;
	text-align: left;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 0.7rem;
	line-height: 1.2;
}

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 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: 1.5rem;
	font-weight: bold;
	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: 1840px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index_caption {
	font-size: 1.3rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_index_caption {
	font-size: 1.2rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(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: 0.7rem;
	line-height: 1.2;
	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: 1rem;
	line-height: 1.2;
	color: #717171;
	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: #dea656;
}
.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: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: auto;
	margin: 0px 30px 0px 30px;
}
}


@media screen and (max-width: 1140px) {
.page_wrapper {
	margin: 0px 20px 0px 20px;
}
}


#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 90px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1140px) {
.body_offset {
	padding-top: 0px;
}	
}


/* header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 52px;
	color: #242830;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1;
	font-style: normal;
	background: #f6f6f3;
}

#header_top_hours {
	width: auto;
	float: left;
	margin-top: 0px;
	padding: 15px 15px 10px 30px;
	color: #22201f;
	background: url(images/icon_hours.webp) left 12px no-repeat;
}

#header_top_location {
	width: auto;
	float: right;
	margin-top: 0px;
	padding: 15px 40px 10px 22px;
	background: url(images/icon_location.webp) left 14px no-repeat;
}
#header_top_phone {
	width: auto;
	float: right;
	margin-top: 0px;
	padding: 15px 0px 10px 21px;
	color: #22201f;
	background: url(images/icon_phone.webp) left 17px no-repeat;
}
#header_top_phone a, #header_top_phone a:hover {
	text-decoration: none;
	color: #22201f;
}
#header_top_email {
	width: auto;
	float: right;
	background: url(images/icon_email.webp) left 14px no-repeat;
	padding: 15px 40px 10px 23px;
}
#header_top_email a {
	color: #242830;
}

#header_top_social {
	width: auto;
	float: right;
	margin-top: 0px;	
	padding: 8px 15px 10px 20px;
}
#header_top_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_top_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
}
#header_top_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_top_social a:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 1390px) {
#header_top_email {
	display: none;
}
}
@media screen and (max-width: 1140px) {
#header_top_location {
	display: none;
}
}

@media screen and (max-width: 840px) {
#header_top_hours {
	padding: 21px 0px 10px 26px;
	background: url(images/icon_hours.webp) left 17px no-repeat;
}
#header_top_phone {
	padding: 18px 0px 10px 21px;
	background: url(images/icon_phone.webp) left 17px no-repeat;
}
}

@media screen and (max-width: 670px) {
#header_top_phone {
	float: left;
}
#header_top_hours {
	display: none;
}
}


/* header
-----------------------------------------------------------------------------*/
#header {
	height: 294px;
	position: relative;
	background: #fff;
    font-family: "Brygada 1918", serif;
    font-weight: 500;
    font-style: normal;		
}
#header_logo {
	width: auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1840px) {
#header {
	height: 210px;
}
#header_logo img {
	width: auto;
	height: 150px;
}	
}

@media screen and (max-width: 1140px) {
#header {
	height: 120px;
}
#header_logo {
	top: 10px;
}
#header_logo img {
	width: auto;
	height: 100px;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	background: #f7f7f6;
	white-space: nowrap;
}
#menutop ul {
/*
	display: grid;
	gap: 0px 30px;
	grid-template-columns: repeat(6, 1fr);
*/
	gap: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: stretch; 
 
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	flex: 1;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#menutop ul li a {
    font-family: "Brygada 1918", serif;
    font-weight: 500;
    font-style: normal;	
	display: block;
	color: #22201f;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	height: 55px;
	text-align: center;
	padding: 35px 20px 0px 20px;
	margin: 0px;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #dea656;
	text-decoration: none;
}

@media screen and (max-width: 1640px) {
#menutop ul {
	gap: 0px 10px;
}
#menutop ul li a {
	font-size: 1rem;
	height: 40px;
	padding: 25px 10px 0px 10px;
}
}
@media screen and (max-width: 1200px) {
#menutop ul {
	gap: 0px 8px;
}
#menutop ul li a {
	padding: 25px 8px 0px 8px;
}
}

@media screen and (max-width: 1140px) {
}

/* .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;
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #231f20;
	font-size: 0.8rem;
	line-height: 2.6;
	font-weight: 400;
	height: 36px;
	padding: 3px 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, #75685b 0px, #6a5c4f 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: 400;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #a7882b;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}


/* slideshow_area
-----------------------------------------------------------------------------*/
#slideshow_area {
	width: 100%;
	height: 1200px;
	position: relative;
}
.inside #slideshow_area {
	height: 520px;
}

@media screen and (max-width: 1840px) {
#slideshow_area {
	height: 950px;
}
.inside #slideshow_area {
	height: 400px;
}
}

@media screen and (max-width: 1540px) {
#slideshow_area {
	height: 700px;
}
.inside #slideshow_area {
	height: 300px;
}
}

@media screen and (max-width: 1140px) {
#slideshow_area {
	aspect-ratio: 4 / 2;
	height: auto;
}
.inside #slideshow_area {
	height: 200px;
}
}

@media screen and (max-width: 500px) {
#slideshow_area {
	height: 334px;
}
.inside #slideshow_area {
	height: 184px;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 501px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	width: 1700px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 430px;
	text-align: center;
	color: #fff;
}
#slideshow_slogan span {
    font-family: "Gwendolyn", cursive;
    font-weight: 400;
    font-style: normal;	
	display: block;
	font-size: 160px;
	line-height: 160px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	background: url(images/slideshow_slogan_bg.webp) bottom center no-repeat;
}
#slideshow_slogan div {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}

.inside #slideshow_slogan {
	bottom: 180px;
}

@media screen and (max-width: 1840px) {
#slideshow_slogan {
	width: 1000px;
	bottom: 250px;
}
#slideshow_slogan span {
	font-size: 110px;
	line-height: 110px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}	
#slideshow_slogan div {
	width: 100%;	
	margin-bottom: 25px;
}

.inside #slideshow_slogan {
	bottom: 100px;
}
.inside #slideshow_slogan span {
	display: none;
}
.inside #slideshow_slogan div {
	font-size: 40px;
	line-height: 40px;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow_slogan {
	width: 100%;
	bottom: 50px;
}
#slideshow_slogan span {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}
#slideshow_slogan div {
	width: 80%;	
	font-size: 20px;
	line-height: 23px;
}

.inside #slideshow_slogan {
	bottom: 40px;
}
.inside #slideshow_slogan span {
	display: none;
}
.inside #slideshow_slogan div {
}
.inside #slideshow_slogan .a_button {
	display: none;
}
}

@media screen and (max-width: 700px) {
#slideshow_slogan span {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;	
}
#slideshow_slogan div {
	width: 80%;	
	font-size: 16px;
	line-height: 20px;
}
}

@media screen and (max-width: 580px) {
#slideshow {
	background: #566131 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
#slideshow_slogan span {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}
#slideshow_slogan div {
	font-size: 15px;
	line-height: 18px;
}
#slideshow_slogan .a_button {
	display: none;
}

.inside #slideshow_slogan {
	bottom: 40px;
}
.inside #slideshow_slogan span {
	display: none;
}
.inside #slideshow_slogan div {
	font-size: 30px;
	line-height: 30px;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 70px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 6px 0px 6px;
	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: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 120px 0px 120px 0px;
	background: #fff;
	background-size: contain;
	position: relative;
	min-height: 712px;		
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 90px 0px 90px 0px;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 50px 0px;
}
}
@media screen and (max-width: 900px) {
#middle {
	padding: 50px 0px 50px 0px;
	min-height: 400px;			
}
}


/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
	float: left;
	width: 45%;
}
.inside #content {
	width: 100%;
}	

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
}


.animals_list {
	font-size: 1rem;
	line-height: 1.2;	
	display: grid;
	gap: 0px 30px;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1140px) {
.animals_list {
	grid-template-columns: repeat(3, 1fr);
}	
}
@media screen and (max-width: 680px) {
.animals_list {
	grid-template-columns: repeat(2, 1fr);
}	
}
@media screen and (max-width: 500px) {
.animals_list {
	grid-template-columns: repeat(1, 1fr);
}	
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #6a5c4f;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 4rem;
	line-height: 1.2;
	text-align: left;
	background: url(images/content_title_bg.webp) bottom left no-repeat;
	padding: 0px 0px 20px 0px;
	margin-bottom: 40px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #6a5c4f;
    font-family: "Brygada 1918", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 4rem;
	line-height: 1.2;
	text-align: left;
}
.content_title span {
	display: block;
	color: #dea656;
    font-family: "Gwendolyn", cursive;
    font-weight: 400;
    font-style: normal;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 10px;
}
.content_title_center {
	text-align: center;
}
.content_title1 {
	color: #fff;
}
.content_title_phone {
	color: #fff;
	background: none;
	text-transform: none;
    font-family: "Gwendolyn", cursive;
    font-weight: 400;
    font-style: normal;	
	font-size: 145px;	
}

#content_title_portfolio span {
	color: #fff;
}

.img_home {
	float: right;
	margin: 0px 0px 0px 0px;
	width: auto;
	min-width: 1280px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);
	z-index: 2;	
}

@media screen and (max-width: 1840px) {
.img_home {
	min-width: 960px;
	height:  auto;
	top: -webkit-calc(50% - 365px);
	top: -moz-calc(50% - 365px);
	top: calc(50% - 365px);
	right: -webkit-calc(50% - 960px);
	right: -moz-calc(50% - 960px);
	right: calc(50% - 960px);
}
	
	
.content_title {
	font-size: 3rem;
	padding: 0px 0px 20px 0px;
}
.content_title h1 {
	font-size: 3rem;
}
.content_title span {
	margin-bottom: 15px;
}
.img_home {
	width: 500px;
	margin: 0px 50px 30px 0px;
}
.content_title_phone {
	font-size: 110px;	
}	
}

@media screen and (max-width: 1340px) {
.content_title {
	font-size: 2.5rem;
}
.content_title h1 {
	font-size: 2.5rem;
}
.content_title_phone {
	font-size: 100px;	
}		
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 2rem;
	padding: 0px 0px 10px 0px;
}
.content_title h1 {
	font-size: 2rem;
	padding: 0px 0px 10px 0px;
}
.content_title span {
	margin-bottom: 0px;
	font-size: 1.5rem;	
}
.content_title_phone {
	font-size: 80px;	
}
.img_home {
	width: 400px;
	margin: 0px 30px 10px 0px;
}
}

@media screen and (max-width: 900px) {
.content_title_phone {
	font-size: 50px;	
}
#content {
	position: relative;
	float: left;
	width: 100%;
}
#index_button {
	display: block;
	text-align: center;
}			
#index_button a {
	margin-bottom: 5px;
}			
.img_home {
	display: none;
}
}

@media screen and (max-width: 560px) {
.content_title_phone {
	font-size: 40px;	
}
}

@media screen and (max-width: 500px) {
.content_title_phone {
	padding-left: 0px;
	background: none;
}
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	position: relative;
	padding: 110px 0px 110px 0px;
	font-size: 0.9rem;
	background: #3d3937;
	color: #fff;
}
#service_area ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 50px 0px 100px;
	display: grid;
	gap: 20px 20px;
	grid-template-columns: repeat(5, 1fr);
}
#service_area span {
	display: block;
	margin-bottom: 35px;
	text-align: center;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 1.5rem;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1840px) {
#service_area {
	padding: 80px 0px 80px 0px;
}
#service_area ul {
	padding: 0px 0px 0px 0px;
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(5, 1fr);
}
#service_area span {
	margin-bottom: 25px;
	font-size: 1.2rem;
}
}

@media screen and (max-width: 1140px) {
#service_area {
	padding: 40px 0px 40px 0px;
	line-height: 18px;
}
#service_area ul {
	display: grid;
	gap: 15px 15px;
	grid-template-columns: repeat(3, 1fr);
}
#service_area span {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
}

@media screen and (max-width: 540px) {
#service_area ul {
	gap: 10px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 350px) {
#service_area ul {
	gap: 0px 0px;
	grid-template-columns: repeat(1, 1fr);
	margin-right: 0px;
	list-style-image: none;
	list-style: none;
	text-align: center;
}
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fff;
	padding: 120px 0px 120px 0px;
	position: relative;
	text-align: center;
}
#box_services ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  list-style: none;
  max-width: 1800px;
  margin: 0 auto;
}

#box_services ul li {
  flex: 1 1 calc(50% - 20px); 
  min-width: 320px;
  display: flex;
  background: #f7f7f6;
  flex-direction: column;
  text-align: center;
}

#box_services ul li a, #box_services ul li a:hover {
	text-decoration: none;
}

.services_image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}
.services_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services_content {
  padding: 5%;
}
.services_content b {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
  font-size: 55px; 
  color: #6a5c4f;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.services_content p {
  margin-bottom: 30px;
  color: #3e3e3e;
}

#box_services ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 150ms ease-in;
	-webkit-transition: all 350ms ease-in;
}
#box_services ul li a:hover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
}

@media (max-width: 1140px) {
#box_services {
	padding: 50px 0px 50px 0px;
}
.services_content b {	
  font-size: 30px; 
  margin-bottom: 10px;
}
}

@media (max-width: 800px) {
#box_services ul li {
    flex-basis: 100%;
}
.services_content p {
    padding: 0;
}
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	position: relative;
	background: url(images/box_portfolio_bg.webp) center center no-repeat;
	background-size: cover;
	padding: 120px 0px 120px 0px;
}

#box_portfolio ul {
	position: relative;	
    margin: 0px;
    padding: 0px 36px;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    gap: 36px;
    height: 1106px;
}
#box_portfolio ul li {
    box-sizing: border-box;
	vertical-align: top;	
    position: relative;
	height: 535px;
}
#box_portfolio ul li:nth-child(1) {
    flex-basis: 100%;
    width: calc(33.333% - 18px);
    order: 1;
}
#box_portfolio ul li:nth-child(2) {
    flex-basis: calc(50% - 18px);
    width: calc(33.333%);
    order: 2;
}
#box_portfolio ul li:nth-child(3) {
	position: absolute;
	right: 0;
    flex-basis: calc(50% - 18px);
    width: calc(33.333%);
    order: 4;
}
#box_portfolio ul li:nth-child(4) {
    flex-basis: calc(50% - 18px);
    width: calc(66.666% + 56px);
    order: 3;
}
#box_portfolio ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_portfolio ul li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.3) url(images/icon_zoom.webp) center center no-repeat;
	opacity: 0;
	z-index: 2;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_portfolio ul li a:hover:before {
	opacity: 1;
}

#box_portfolio ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 150ms ease-in;
	-webkit-transition: all 350ms ease-in;
}
#box_portfolio ul li a:hover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
}


@media screen and (max-width: 1140px) {
#box_portfolio {
	padding: 50px 0px 50px 0px;
}		
#box_portfolio ul {
    padding: 0px 15px;
    gap: 15px;
    flex-direction: row;	
    height: auto;
}
#box_portfolio ul li {
	height: auto;
}
#box_portfolio ul li:nth-child(1) {
	display: none;
}
#box_portfolio ul li:nth-child(2) {
    flex-basis: calc(50% - 15px);
    width: calc(30%);
    order: 1;
}
#box_portfolio ul li:nth-child(3) {
	position: relative!important;
    flex-basis: calc(50% - 15px);
    width: calc(30%);
    order: 2;
}
#box_portfolio ul li:nth-child(4) {
    flex-basis: calc(100% - 15px);
    width: calc(100% + 30px);	
    order: 3;
}
}

@media screen and (max-width: 500px) {
#box_portfolio ul li:nth-child(2), #box_portfolio ul li:nth-child(3) {
  flex-basis: calc(100% - 10px);
}
#box_portfolio ul li:nth-child(4) {
	display: none;
}
}


/* box_testimonials
----------------------------------------------------------------------------*/
#box_testimonials {
	padding: 120px 0px 50px 0px;
	background: #f7f7f6;
	background-size: cover;  
	text-align: center;
}
#box_testimonials_content {
	position: relative;
	margin: 0px 0px 50px 0px;;
	padding: 50px 0px 50px 0px;
}
#box_testimonials ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
#box_testimonials ul li {
	padding: 120px 60px 80px 60px;
	margin-right: 20px;
	text-align: center;
	background: #fff url(images/5stars.webp) center 80px no-repeat;
}
#box_testimonials ul li:nth-child(2) {
	margin-right: 0px;
}
#box_testimonials ul li b {
	font-size: 1.2rem;	
	font-weight: bold;
}
#box_testimonials ul li span {
	display: block;
	color: #f2a746;
	font-weight: bold;
	padding-top: 10px;
}


@media screen and (max-width: 1840px) {
#box_testimonials {
	padding: 90px 0px 90px 0px;
}
#box_testimonials_content {
	margin: 0px 0px 50px 0px;;
	padding: 20px 0px 20px 0px;
}
}

@media screen and (max-width: 1140px) {
#box_testimonials {
	padding: 40px 0px 40px 0px;
}
#box_testimonials_content {
	font-size: 0.9rem;
	margin: 0px 0px 40px 0px !important;
	padding: 0px;
}
#box_testimonials ul li {
	padding: 60px 30px 30px 30px;
	margin-right: 20px;
	background: #fff url(images/5stars.webp) center 30px no-repeat;
}	
}

@media screen and (max-width: 840px) {
#box_testimonials ul {
	grid-template-columns: repeat(1, 1fr);
}
#box_testimonials ul li {
	margin-right: 0px;
}	
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	min-height: 668px;			
	position: relative;
	padding: 100px 0px 100px 0px;
	background: #fff;
}
.map {
	float: left;
	width: auto;
	min-width: 1249px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	z-index: 2;	
}
#box_contact_form {
	position: relative;
	float: right;
	width: 48%;
}
#box_contact fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#box_contact input[type=text], #box_contact input[type=password], #box_contact input[type=file], #box_contact input[type=email], #box_contact select, #box_contact textarea {
	background: #f7f7f6;
	border: 1px solid #fff;
	margin-bottom: 35px;
	outline-style: none;
}
#box_contact textarea {
	height: 150px;
}
#box_contact table {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
}
#box_contact td {
	width: 33.333%;
	box-sizing: border-box;
	padding-right: 25px;
	vertical-align: top;
}
#box_contact td:last-child {
	padding-right: 0px;
}

@media screen and (max-width: 1840px) {
#box_contact {
	padding: 90px 0px 90px 0px;
}
#box_contact table {
	padding: 0px;
}
@media screen and (max-width: 1840px) {	
.map {
	width: 960px;
	min-width: 960px;
	height:  auto;
	top: -webkit-calc(50% - 335px);
	top: -moz-calc(50% - 335px);
	top: calc(50% - 335px);
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}	
}

@media screen and (max-width: 1140px) {
#box_contact {
	min-height: 200px;			
	padding: 40px 0px 40px 0px;
}
#box_contact input[type=text], #box_contact input[type=password], #box_contact input[type=file], #box_contact input[type=email], #box_contact select, #box_contact textarea {
	margin-bottom: 15px;
}
#box_contact table td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
#box_contact textarea {
	height: 110px;
}
#box_contact_form {
	position: relative;
	float: none;
	width: 100%;
}	
.map {
	display: none;
}	
}
	
}


/* box_tickets
----------------------------------------------------------------------------*/
#box_tickets {
	padding: 220px 0px 200px 0px;
	background: url(images/box_tickets_bg.webp) center center no-repeat;
	height: 400px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#box_tickets {
	height: auto;	
	padding: 220px 0px 200px 0px;
}
}

@media screen and (max-width: 1140px) {
#box_tickets {
	padding: 150px 0px 130px 0px;
}
}

@media screen and (max-width: 800px) {
#box_tickets {
	padding: 80px 0px 70px 0px;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #7a726a;
	background: #1c1917;
	position: relative;
	padding: 70px 0px 100px 0px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

#footer_address {
	width: auto;
	float: left;
	padding-top: 70px;
}
#footer_address span {
	font-weight: bold;
}

#footer_links {
	width: auto;
	float: right;
	text-align: right;
	padding-top: 70px;
}
#footer_links a, #footer_address a {
	color: #7a726a;
}

#footer_logo {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0px;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#footer {
	padding: 60px 0px 90px 0px;
}
#footer_address {
	padding-top: 150px;
}
#footer_links {
	padding-top: 150px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 40px 0px 80px 0px;
}
}

@media screen and (max-width: 800px) {
#footer_logo {
	position: relative;
}
#footer_address {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#footer_links {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 30%;
	float: left;
}
#contact_form {
	width: 65%;
	float: right;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 700px) {
#contact_address {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
#contact_form {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 450px) {
#contact_form label.edit {
	width: 100%;
}
#contact_form label.edit_half {
	width: 50%;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 55px;
	height: 55px;
	background: #dea656 url(images/scroll_top_bg.webp) center no-repeat;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background-color: #6a5c4f;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#scroll_top {
	width: 70px;
	height: 70px;
}
}

@media screen and (max-width: 1140px) {
#scroll_top {
	width: 40px;
	height: 40px;
	background-size: 15px auto;
}
}


@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
