/*
.barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.gilda-display-regular {
	font-family: "Gilda Display", serif;
	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: 16px;
}
}

@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: #717171;
	width: 100%;
	min-width: 1800px;
	background: #3b3b3b 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: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h1, .h1 {
	font-size: 2rem;
	color: #4a6164;
}
h2, .h2 {
	font-size: 1.8rem;
	color: #476451;
}
h3, .h3 {
	font-size: 1.6rem;
	color: #526447;
}
h4, .h4 {
	font-size: 1.4rem;
	color: #636447;
}
h5, .h5 {
	font-size: 1.3rem;
	color: #645a47;
}
h6, .h6 {
	font-size: 1.2rem;
	color: #din;
}


a {
	color: #4b817f;
	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: 15px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 20px 0px;
}
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: #4b817f;
	font-size: 1.5rem;
	line-height: 1;
	text-transform: uppercase;
	border: 0px;
	min-width: 302px;
	min-height: 76px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #4a6164;
}
.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: #717171;
	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: 1490px) {
.form input.submit, input.button {
	min-width: 170px;
}
}

@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;
}
.form input.submit, input.button {
	min-width: 302px;
}	
}

@media screen and (max-width: 350px) {
.form input.submit, input.button {
	width: 150px;
}
}

.captcha {
	text-align: left;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 10px;
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 670px) {
.captcha {
	text-align: center;
}
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 270px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	min-width: 270px;
}
}


/* 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_right {
	width: auto;
	float: left;
	margin: 0px 0px 30px 60px;
}
.img_home {
	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 {
	max-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 {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background-color: #4b817f;
	text-align: center;
	border: 1px solid #4b817f;	
	padding: 18px 50px 18px 50px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	color: #4b817f;
	border: 1px solid #4b817f;
	background-color: #fff;
}

.a_button1 {
	background-color: #fff;
	color: #4b817f;	
	border: 1px solid #fff;		
}
.a_button1:hover {
	color: #fff;
	border: 1px solid #fff;	
	background-color: #4b817f;
}

.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;
}

/* 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;
}
.columns_inline {
	display: inline-flex;
}
.columns.align_center {
	justify-content: center
}

.columns li {
	min-width: 240px;
}
.columns[data-columns-count="2"] li {
	flex-basis: calc(50% - 20px);
}
.columns[data-columns-count="3"] li {
	flex-basis: calc(33.333% - 20px);
}
.columns[data-columns-count="4"] li {
	flex-basis: calc(25% - 20px);
}
.columns[data-columns-count="5"] li {
	flex-basis: calc(20% - 20px);
}
.columns[data-columns-count="6"] li {
	flex-basis: calc(16.666% - 20px);
}

/* 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: #4b817f;
}
.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: 75px;
}

.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
-----------------------------------------------------------------------------*/
#header {
	height: 279px;
	position: relative;
	color: #242830;
	background: #fff;
}

#header_logo {
	width: auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 64px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1840px) {
#header {
	height: 230px;
}
#header_logo img {
	width: auto;
	height: 100px;
}
}

@media screen and (max-width: 1140px) {
#header {
	height: 100px;
}
#header_logo {
	top: 20px;
}
#header_logo img {
	width: auto;
	height: 50px;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	background: #f8f8f8;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

#menutop nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
#menutop ul {
	gap: 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center; 
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	font-weight: bold;
	display: block;
	color: #6a6a6a;
	font-size: 1.1rem;
	line-height: 75px;
	letter-spacing: 0px;
	text-transform: uppercase;
	height: 75px;
	text-align: center;
	padding: 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: #4b817f;
	text-decoration: none;
}
#menutop_phone {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
	z-index: 10;
}
#menutop_phone a {
	display: flex;
	align-items: center;
	height: 100%;
	background: #4b817f url(images/icon_phone.webp) 25px center no-repeat;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 30px 0px 55px;
	box-sizing: border-box;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;	
}
#menutop_phone a:hover {
	background: #3d6a68 url(images/icon_phone.webp) 25px center no-repeat;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#menutop ul li a {
	font-size: 1rem;
	height: 60px;
	line-height: 60px;
	padding: 0px 15px;
}
#menutop ul {
	display: flex;
	gap: 0px 5px;
}
#menutop_phone a, #menutop_phone a:hover {
	background-position: 15px center;
	padding: 0px 20px 0px 45px;
}
}
@media screen and (max-width: 1390px) {
#menutop ul li a {
	font-size: 0.9rem;
	height: 50px;
	line-height: 50px;
}
}
@media screen and (max-width: 1290px) {
#menutop ul li a {
	font-size: 0.8rem;
	height: 50px;
	line-height: 50px;
}
}
@media screen and (max-width: 1215px) {
#menutop ul li a {
	font-size: 0.7rem;
	height: 45px;
	line-height: 45px;
}
}

@media screen and (max-width: 1140px) {
#menutop_phone {
	display: none;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f2f2f2 0px, #f8f8f8 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: 1rem;
	line-height: 2.6;
	font-weight: 600;
	height: 39px;
	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, #669e9c 0px, #4b817f 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 600;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #000;
}

#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: 671px;
	background: #fff;	
	position: relative;
}
.inside #slideshow_area {
	height: 930px;
}

@media screen and (max-width: 1840px) {
#slideshow_area, .inside #slideshow_area {
	height: 550px;
}
}
@media screen and (max-width: 1140px) {
#slideshow_area, .inside #slideshow_area {
	height: 350px;
}
}

@media screen and (max-width: 640px) {
#slideshow_area {
	height: 250px;
}
.inside #slideshow_area {
	height: 220px;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

#slideshow_slogan {
	max-width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 130px;
	text-align: center;
	color: #4a6164;
}
#slideshow_slogan div {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5.5rem;
	line-height: 1.2;	
	margin-bottom: 30px;
	text-transform: uppercase;
}

@media screen and (max-width: 1840px) {
#slideshow_slogan div {
	font-size: 4.5rem;
}
}

@media screen and (max-width: 1140px) {
#slideshow_slogan {
	bottom: 50px;
}
#slideshow_slogan div {
	font-size: 3.5rem;
	line-height: 1.2;	
}
}
@media screen and (max-width: 800px) {
#slideshow_slogan {
	bottom: 50px;
}
#slideshow_slogan div {
	font-size: 2.5rem;
}
}

@media screen and (max-width: 640px) {
#slideshow_slogan {
	bottom: 50px;
}
#slideshow_slogan div {
	font-size: 2.0rem;
}
}
@media screen and (max-width: 400px) {
#slideshow_slogan div {
	font-size: 1.7rem;
	margin-bottom: 15px;	
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 60px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 11px;
	height: 11px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 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;
}

@media screen and (max-width: 640px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 110px 0px 110px 0px;
	background: #f8f8f8;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #fff;	
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 90px 0px 90px 0px;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 50px 0px;
}
}
.paw_prints {
	position: absolute;
	right: 32%; 
	top: 690px;
	width: 192px;
	height: auto;
	z-index: 0;
	pointer-events: none;
}
@media screen and (max-width: 1840px) {
.paw_prints {
	display: none;
}
}

/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #4a6164;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 30px 0px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #4a6164;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5rem;
	line-height: 1.2;
	text-align: left;
}
.content_title span {
	display: block;
	color: #7b9f9d;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.content_title_center {
	text-align: center;
}
.content_title1 {
	color: #fff;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 2.0rem;
	line-height: 1.1;
	padding: 0px 0px 20px 0px;
}
.content_title h1 {
	font-size: 2.0rem;
	line-height: 1.1;
}
.content_title span {

	margin-bottom: 10px;
}
}


/* box_animal_therapy
-----------------------------------------------------------------------------*/
#box_animal_therapy {
	background: #fff;
	position: relative;
	height: auto;
	padding: 100px 0px 0px 0px;
}
#box_animal_therapy_content {
	float: right;
	width: 50%;
	padding: 70px 0px 150px 0px;
}
#box_animal_therapy_content span {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2.5;	
}
#box_animal_therapy_content p {
	font-size: 1rem;
	line-height: 1.5;	
}
.img_girl_with_a_horse {
	float: left;
	margin: 0px 0px 0px 0px;
	min-width: 1020px;
	height: 1016px;
	position: absolute;
	bottom: 0px;
	left: -webkit-calc(50% - 1280px + 180px);
	left: -moz-calc(50% - 1280px + 180px); 
	left: calc(50% - 1280px + 180px);
	z-index: 2;	
}
@media screen and (max-width: 1703px) {
#box_animal_therapy_content {
	padding: 40px 0px 70px 0px;
}
}
@media screen and (max-width: 1500px) {
#box_animal_therapy_content {
	padding: 0px 0px 70px 0px;
}
}
@media screen and (max-width: 1140px) {
#box_animal_therapy {
	padding: 20px 0px 0px 0px;
}	
.img_girl_with_a_horse {
	display: none;
}
#box_animal_therapy_content {
	float: none;
	width: 100%;
	padding: 20px 0px 40px 0px;
}	
}



/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	background: #f8f8f8;
	position: relative;
	padding: 120px 0px 120px 0px;
}
#box_portfolio ul {
	margin: 0px;
	padding: 0px 35px 35px 35px;
	box-sizing: border-box;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px 35px;
}
#box_portfolio ul li {
	box-sizing: border-box;
	vertical-align: top;
	background: #fff;
	position: relative;
	height: auto;
}

#box_portfolio ul li:nth-child(1) {
  flex-basis: calc(33% - 35px);
}
#box_portfolio ul li:nth-child(2) {
  flex-basis: calc(33% - 35px)
}
#box_portfolio ul li:nth-child(3) {
  flex-basis: calc(33% - 35px)
}

#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(75, 129, 127, 0.8) 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.1);
}

@media screen and (max-width: 1840px) {
#box_portfolio {
	padding: 90px 0px 90px 0px;
}
#box_portfolio ul {
	padding: 0px 10px 35px 10px;
	gap: 25px 25px;
}
}

@media screen and (max-width: 1140px) {
#box_portfolio {
	padding: 40px 0px 40px 0px;
}
#box_portfolio ul {
	padding: 0px 5px 35px 5px;
	gap: 10px 10px;
}
#box_portfolio ul li {
	height: auto;
}
}

@media screen and (max-width: 800px) {
#box_portfolio ul li {
	height: auto;
}
#box_portfolio ul li:nth-child(1) {
  flex-basis: calc(50% - 15px);
}
#box_portfolio ul li:nth-child(2) {
  flex-basis: calc(50% - 15px)
}
#box_portfolio ul li:nth-child(3) {
	display: none;
}	
}

@media screen and (max-width: 500px) {
#box_portfolio ul li {
	height: auto;
}
#box_portfolio ul li:nth-child(1), #box_portfolio ul li:nth-child(2) {
  flex-basis: calc(100%);
}
#box_portfolio ul li:nth-child(2) {
  display: none;
}
}



/* box_banner_donate
----------------------------------------------------------------------------*/
#box_banner_donate {
	position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 368px;
    margin: 0;
    padding: 0 20px;
    background-color: #51847e;
	color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
#box_banner_donate .page_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px; 
    height: 100%;
}
.box_banner_donate_object {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; 
    width: 110px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain; 
    pointer-events: none; 
}
.box_banner_donate_object_left {
    left: 0;
    background-image: url(images/box_banner_donate_object_left.webp); 
    background-position: left center;
}

.box_banner_donate_object_right {
    right: 0;
    background-image: url(images/box_banner_donate_object_right.webp); 
    background-position: right center;
}

.box_banner_donate_content {
    position: relative;
    z-index: 2; 
    max-width: calc(100% - 240px); 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box_banner_donate_content span {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.8rem;
	line-height: 1.8;
	text-transform: uppercase;
}
.box_banner_donate_content p {
	font-weight: 700;
	font-style: normal;
	font-size: 1.1rem;
	line-height: 1.8;
	text-transform: uppercase;
}

@media screen and (max-width: 1140px) {
#box_banner_donate {
	height: 300px;
}
.box_banner_donate_object {
    width: 90px;
}
.box_banner_donate_content {
    max-width: calc(100% - 200px);
}
.box_banner_donate_content span {
	font-size: 2.0rem;
	line-height: 1.8;
}
.box_banner_donate_content p {
	font-size: 1.1rem;
	line-height: 1.5;
}	
}
@media screen and (max-width: 800px) {
#box_banner_donate {
	height: 240px;
}
.box_banner_donate_object {
    width: 72px;
}
.box_banner_donate_content {
    max-width: calc(100% - 160px);
}	
.box_banner_donate_content span {
	font-size: 1.7rem;
	line-height: 1.8;
}
.box_banner_donate_content p {
	font-size: 1rem;
	line-height: 1.5;
}	
}
@media screen and (max-width: 675px) {
#box_banner_donate {
    height: auto;
    min-height: 200px;
}
.box_banner_donate_content {
    max-width: 100%; 
    padding: 40px 15px;
}
.box_banner_donate_object {
    display: none; 
}
}
@media screen and (max-width: 550px) {
.box_banner_donate_content span {
	font-size: 1.4rem;
	line-height: 1.3;
}
.box_banner_donate_content p {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	text-transform: none;
}	
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	position: relative;
	padding: 120px 0px 120px 0px;
	background: #fff;
}
#map {
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
}
#map img {
	width: 100%;
	max-width: 100%;
	height: 596px;
	object-fit: cover;
	object-position: center;
	display: block;
}
#box_contact_form {
	float: right;
	width: 50%;
}
#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: #fff;
	border: 1px solid #d3d3d3;
	margin-bottom: 35px;
	outline-style: none;
}
#box_contact textarea {
	height: 170px;
}
#box_contact table {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 50px 0px 50px;
}
#box_contact td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	vertical-align: top;
}

@media screen and (max-width: 1840px) {
#box_contact {
	padding: 90px 0px 90px 0px;
}
#box_contact table {
	padding: 0px 30px 0px 30px;
}
#box_contact textarea {
	height: 200px;
}	
}
@media screen and (max-width: 1300px) {
#box_contact table {
	padding: 0px 20px 0px 20px;
}
}

@media screen and (max-width: 1140px) {
#box_contact {
	padding: 40px 0px 40px 0px;
}
#map {
	display: none;
}
#box_contact_form {
	float: none;
	width: 100%;
}
#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;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #b3b3b3;
	background: #4a6164;
	position: relative;
	padding: 70px 0px 120px 0px;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
#footer_address {
	width: auto;
	float: left;
	padding-top: 40px;
}
#footer_address span {
	font-weight: bold;
}
#footer_links {
	width: auto;
	float: right;
	text-align: right;
	padding-top: 40px;
}
#footer_links a {
	color: #b3b3b3;
}
#footer_logo {
	float: left;
	width: 100%;
	text-align: left;
}
#footer_social {
	float: right;
	width: 100%;
	text-align: right;
	margin-top: -50px;
	pointer-events: none; 
}
#footer_social a {
	pointer-events: auto; 
}

@media screen and (max-width: 1840px) {
#footer {
	padding: 60px 0px 90px 0px;
}
#footer_address {
	padding-top: 20px;
}
#footer_links {
	padding-top: 20px;
}
#footer_social {
	margin-top: -50px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 40px 0px 70px 0px;
}
}

@media screen and (max-width: 800px) {
#footer_logo {
	float: none;
	text-align: center;
	position: relative;
}
#footer_logo img {
	width: 220px;
	height: auto;
	text-align: center;
	position: relative;
}
#footer_social {
	float: none;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
	pointer-events: auto;
}
#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%;
}
}

/* box_banners
-----------------------------------------------------------------------------*/
.box_banners {
	text-align: center;
	padding: 20px 0;
}
.box_banners ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center; 
}
.box_banners ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 15px 50px;
}
.box_banners ul li a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.box_banners ul li img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 10px;
}
.box_banners.text_only ul li {
	margin: 15px 35px;
	min-width: 220px;
}

@media screen and (max-width: 1140px) {
.box_banners {
	padding: 50px 0px 50px 0px;
}
.box_banners ul li {
	margin: 15px 30px;
}
}

@media screen and (max-width: 480px) {
.box_banners ul li {
	margin: 10px 15px;
}
.box_banners.text_only ul li {
	min-width: 100%;
	margin: 8px 0;
}	
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	background: #4b817f url(images/scroll_top_bg.webp) center no-repeat;
	border-radius: 50%;
	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: #4a6164;
	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%;
}
}
