/* line 7, ../sass/website-new.scss */
.category-opacity {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;
}

/* line 10, ../sass/website-new.scss */
.category-opacity.active, .category-opacity:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* line 18, ../sass/website-new.scss */
.autoform input, .autoform textarea {
	max-width: 300px !important;
}

/* line 22, ../sass/website-new.scss */
.preloader {
	text-align: center;
	margin-top: 17px;
}

/* line 26, ../sass/website-new.scss */
.row-margin {
	margin-top: 20px;
}

@media all and (max-width: 767px) {
	/* line 29, ../sass/website-new.scss */
	.text-center {
		text-align: center;
	}
}

@media all and (max-width: 767px) {
	/* line 36, ../sass/website-new.scss */
	.margin-center {
		margin: 0 auto;
		display: inline-block;
	}
}

/* line 44, ../sass/website-new.scss */
a, a:hover, a:focus {
	text-decoration: none !important;
}

/* line 51, ../sass/website-new.scss */
.category-link-team {
	position: relative;
	background: url("../images/team-bg.png");
}

/* line 55, ../sass/website-new.scss */
.category-link-team > div {
	position: absolute;
	height: 102px;
	width: 164px;
	top: 13px;
	left: 13px;
	border: 3px solid white;
	color: white;
	text-align: center;
	font-size: 15px;
	background: rgba(151, 172, 133, 0.8);
	padding-left: 5px;
	padding-right: 5px;
	line-height: 17px;
	padding-top: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/* line 56, ../sass/website-new.scss */
.category-link-team > div .dots {
	font-size: 24px;
}

/* line 76, ../sass/website-new.scss */
.category-link-team:hover > div {
	background-color: transparent;
	color: #5B6B4F;
}

/* line 84, ../sass/website-new.scss */
.container {
	max-width: 1010px;
}

@media all and (max-width: 991px) {
	/* line 87, ../sass/website-new.scss */
	/*.cont_2 {*/
		/*margin-right: 25px !important;*/
		/*padding-right: 25px !important;*/
	/*}*/
}

/* line 96, ../sass/website-new.scss */
input, textarea {
	padding-left: 10px;
}

/* line 99, ../sass/website-new.scss */
.text-overview {
	float: right;
}

@media all and (max-width: 767px) {
	/* line 99, ../sass/website-new.scss */
	.text-overview {
		padding-left: 0;
		float: none;
		text-align: center;
	}

	/* line 105, ../sass/website-new.scss */
	.text-overview img {
		margin: 0 auto;
	}
}

/* line 109, ../sass/website-new.scss */
.fix-menu {
	margin-top: -18px;
	margin-bottom: 15px;
	border-top: 3px solid #B6C79A;
}

/* line 116, ../sass/website-new.scss */
.fix-menu .menu-wrapper ul {
	float: left;
	margin-left: -2px;
}

/* line 123, ../sass/website-new.scss */
.sub-living {
	width: 727px;
}

/* line 125, ../sass/website-new.scss */
.sub-living .menu-wrapper {
	width: 727px;
}

/* line 127, ../sass/website-new.scss */
.sub-living .menu-wrapper ul {
	width: 727px;
}

/* line 134, ../sass/website-new.scss */
.sub-community {
	width: 428px;
}

/* line 136, ../sass/website-new.scss */
.sub-community .menu-wrapper {
	width: 428px;
}

/* line 138, ../sass/website-new.scss */
.sub-community .menu-wrapper ul {
	width: 429px;
}

/* line 144, ../sass/website-new.scss */
.sub-sustain {
	width: 332px;
}

/* line 146, ../sass/website-new.scss */
.sub-sustain .menu-wrapper {
	width: 332px;
}

/* line 148, ../sass/website-new.scss */
.sub-sustain .menu-wrapper ul {
	width: 333px;
}

@media all and (max-width: 767px) {
	/* line 155, ../sass/website-new.scss */
	.logo {
		overflow: hidden;
		height: 100%;
	}

	/* line 159, ../sass/website-new.scss */
	.logo img {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -227px;
	}
}

@media all and (max-width: 480px) {
	/* line 167, ../sass/website-new.scss */
	.logo img {
		position: absolute;
		bottom: 0;
		left: 0%;
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	/* line 177, ../sass/website-new.scss */
	.content_main {
		border-bottom: transparent;
		height: 240px;
	}
}

@media all and (max-width: 480px) {
	/* line 177, ../sass/website-new.scss */
	.content_main {
		background-image: none;
		height: 570px;
	}
}

/* line 187, ../sass/website-new.scss */
.subcategory {
	overflow: hidden;
	display: inline-block;
}

@media all and (max-width: 767px) {
	/* line 192, ../sass/website-new.scss */
	.subcategory .block {
		margin: 2px;
		display: inline-block;
	}
}

@media all and (max-width: 480px) {
	/* line 199, ../sass/website-new.scss */
	.subcategory a {
		display: block;
	}
}

/* line 205, ../sass/website-new.scss */
.submenu {
	text-align: left;
	margin-left: 0;
	margin-top: -17px;
	margin-bottom: 20px;
}

/* line 210, ../sass/website-new.scss */
.submenu ul {
	display: inline-block;
}

/* line 212, ../sass/website-new.scss */
.submenu ul li {
	background: white;
	border-top: #b6c79a 3px solid;
}

/* line 218, ../sass/website-new.scss */
.mobile-submenu {
	margin-top: -1px;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.75);
}

/* line 223, ../sass/website-new.scss */
.mobile-submenu a {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: white;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 1.1875em;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94A384), color-stop(1, #A1B68D));
	background-image: -o-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: -moz-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: -webkit-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: -ms-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: linear-gradient(to bottom, #94a384 0%, #a1b68d 100%);
}

/* line 246, ../sass/website-new.scss */
.mobile-submenu a:hover {
	color: white !important;
}

/* line 250, ../sass/website-new.scss */
.mobile-submenu div.active a {
	background-image: none;
	background: #6F7C62;
}

/* line 256, ../sass/website-new.scss */
.mobile-menu {
	height: 50px;
	line-height: 50px;
	position: fixed;
	width: 100%;
	z-index: 9999999999;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94A384), color-stop(1, #A1B68D));
	background-image: -o-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: -moz-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: -webkit-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: -ms-linear-gradient(bottom, #94A384 0%, #A1B68D 100%);
	background-image: linear-gradient(to bottom, #94a384 0%, #a1b68d 100%);
	/* active state, i.e. menu open */
}

/* line 274, ../sass/website-new.scss */
.mobile-menu .open-subscribe {
	margin-right: 14px;
	float: right;
	cursor: pointer;
}

/* line 278, ../sass/website-new.scss */
.mobile-menu .open-subscribe:hover img.subscribe-btn {
	-webkit-animation: button-togle 0.4s ease-out;
	-o-animation: button-togle 0.4s ease-out;
	animation: button-togle 0.4s ease-out;
}

/* line 282, ../sass/website-new.scss */
.mobile-menu img.subscribe-btn {
	width: 27px;
	margin-top: -4px;
	margin-right: 4px;
}

/* line 287, ../sass/website-new.scss */
.mobile-menu > div {
	/* height: 100%; */
	/* line-height: 100%; */
	display: inline-block;
	height: 50px;
	line-height: 50px;
	/* padding: 10px; */
	margin-left: 10px;
	font-size: 20px;
	color: white;
}

/* line 298, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 6px 0 0 15px;
	padding: 0;
	width: 24px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

/* line 321, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch:focus {
	outline: none;
}

/* line 324, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch span {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 4px;
	border-radius: 3px;
	background: white;
}

/* line 335, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch span::before,
.mobile-menu .cmn-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	content: "";
}

/* line 347, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch span::before {
	top: -8px;
}

/* line 351, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch span::after {
	bottom: -8px;
}

/* line 356, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch__rot {
	background-color: transparent;
}

/* line 360, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch__rot span {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* line 366, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch__rot.active {
	background-color: transparent;
}

/* line 370, ../sass/website-new.scss */
.mobile-menu .cmn-toggle-switch__rot.active span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Shown menu */
/* line 380, ../sass/website-new.scss */
.menu-wrap a {
	color: #b8b7ad;
}

/* line 384, ../sass/website-new.scss */
.touch-no .menu-wrap a:hover,
.touch-no .menu-wrap a:focus {
	color: #c94e50;
}

/* line 389, ../sass/website-new.scss */
.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/* line 394, ../sass/website-new.scss */
.content {
	position: relative;
	background: #F0F3EC;
}

/* line 399, ../sass/website-new.scss */
.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Menu Button */
/* Menu */
/* line 423, ../sass/website-new.scss */
.menu-wrap {
	position: fixed;
	z-index: 1001;
	width: 230px;
	height: 100%;
	margin-top: 50px;
	background: #F0F3EC;
	font-size: 20px;
	-webkit-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 443, ../sass/website-new.scss */
.menu-wrap {
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
	min-height: 500px;
}

/* line 447, ../sass/website-new.scss */
.menu {
	overflow: auto;
}

/* line 456, ../sass/website-new.scss */
.icon-list {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

/* line 462, ../sass/website-new.scss */
.icon-list a {
	text-transform: uppercase;
	display: block;
	padding: 10px;
	-webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0);
	border-bottom: 1px solid #d3d3d3;
	color: #000000;
}

/* line 471, ../sass/website-new.scss */
.icon-list a img.arrow {
	position: absolute;
	right: 10px;
	top: 15px;
}

/* line 476, ../sass/website-new.scss */
.icon-list a.active {
	background: #6F7C62;
	color: white;
}

/* line 483, ../sass/website-new.scss */
.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 491, ../sass/website-new.scss */
.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0);
}

/* line 496, ../sass/website-new.scss */
.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0);
}

/* line 501, ../sass/website-new.scss */
.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

/* line 506, ../sass/website-new.scss */
.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0);
}

/* line 511, ../sass/website-new.scss */
.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

/* line 516, ../sass/website-new.scss */
.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}

/* Shown menu */
/* line 522, ../sass/website-new.scss */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 531, ../sass/website-new.scss */
.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 541, ../sass/website-new.scss */
.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

/* line 546, ../sass/website-new.scss */
.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* line 556, ../sass/website-new.scss */
.mobile-social {
	height: 50px;
	background: #6F7C62;
}

/* line 560, ../sass/website-new.scss */
.mobile-social a {
	display: inline-block;
	border-bottom: transparent;
	overflow: hidden;
	width: 32px;
	padding: 0;
	margin: 9px 5px;
}

/* line 567, ../sass/website-new.scss */
.mobile-social a:hover img {
	opacity: 0.7;
}

/* line 571, ../sass/website-new.scss */
.mobile-social a:first-child {
	margin-left: 28px;
}

/* ----------------------------------------------------------------------------------------------------------
02 Main ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media all and (max-width: 767px) {
	/* line 580, ../sass/website-new.scss */
	.content_2_main {
		width: 100%;
	}
}

/* line 588, ../sass/website-new.scss */
.blog a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* line 590, ../sass/website-new.scss */
.blog a:hover img {
	opacity: 0.75;
}

/* line 596, ../sass/website-new.scss */
.subscribe {
	top: 45%;
	position: fixed;
	right: -420px;
	-webkit-transition: 0.7s ease-out;
	-o-transition: 0.7s ease-out;
	transition: 0.7s ease-out;
}

@media all and (max-width: 767px) {
	/* line 596, ../sass/website-new.scss */
	.subscribe {
		top: 50px;
	}
}

@media all and (max-width: 480px) {
	/* line 596, ../sass/website-new.scss */
	.subscribe {
		right: -300px;
	}
}

/* line 611, ../sass/website-new.scss */
.subscribe.active {
	right: 0;
}

/* line 613, ../sass/website-new.scss */
.subscribe.active .subscribe-form {
	box-shadow: 0px 0px 5px 5px rgba(141, 155, 129, 0.78);
}

/* line 618, ../sass/website-new.scss */
.subscribe #openSubscribeRight:hover img {
	opacity: 0.8;
}

/* line 621, ../sass/website-new.scss */
.subscribe .subscribe-form {
	position: relative;
	background-color: #ffffff;
	width: 451px;
	height: 300px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media all and (max-width: 480px) {
	/* line 621, ../sass/website-new.scss */
	.subscribe .subscribe-form {
		width: 300px;
		height: 360px;
	}
}

/* line 636, ../sass/website-new.scss */
.subscribe .subscribe-btn {
	cursor: pointer;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
}

/* line 644, ../sass/website-new.scss */
.subscribe .subscribe-content {
	padding: 22px 42px 22px 58px;
}

/* line 646, ../sass/website-new.scss */
.subscribe .subscribe-content .h2 {
	font-family: Georgia;
	color: #4a5d4e;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}

/* line 654, ../sass/website-new.scss */
.subscribe .subscribe-content .subscribe-info, .subscribe .subscribe-content .success-msg {
	font-family: Georgia;
	color: #7a560a;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	text-align: left;
}

/* line 662, ../sass/website-new.scss */
.subscribe .subscribe-content .subscribe-info {
	margin-bottom: 10px;
}

/* line 666, ../sass/website-new.scss */
.subscribe input[type="text"], .subscribe input[type="email"] {
	border-radius: 4px;
	border-width: 1px;
	border-color: #b2c195;
	border-style: solid;
	background-color: #ffffff;
	width: 240px;
	padding-left: 10px;
	height: 26px;
}

@media all and (max-width: 480px) {
	/* line 666, ../sass/website-new.scss */
	.subscribe input[type="text"], .subscribe input[type="email"] {
		width: 149px;
	}
}

/* line 680, ../sass/website-new.scss */
.subscribe input[type="submit"] {
	font-family: Georgia;
	margin-top: 15px;
	float: right;
	margin-right: 0;
}

/* line 688, ../sass/website-new.scss */
.subscribe label {
	font-family: Georgia;
	color: #4a5d4e;
	font-size: 19px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
}

/* line 696, ../sass/website-new.scss */
.subscribe .autoform td {
	padding: 0 5px;
	border: none;
}

/* line 701, ../sass/website-new.scss */
.subscribe .success-msg {
	position: absolute;
	width: 185px;
	top: 235px;
}

@media all and (max-width: 480px) {
	/* line 701, ../sass/website-new.scss */
	.subscribe .success-msg {
		width: 190px;
		bottom: 10px;
	}
}

@media all and (max-width: 767px) {
	/* line 596, ../sass/website-new.scss */
	.subscribe {
		top: 50px;
		width: 100%;
		right: -100%;
	}

	/* line 717, ../sass/website-new.scss */
	.subscribe .subscribe-form {
		width: 100%;
	}

	/* line 721, ../sass/website-new.scss */
	.subscribe.active .subscribe-form {
		box-shadow: 0px 0px 0px 0px rgba(141, 155, 129, 0);
	}

	/* line 725, ../sass/website-new.scss */
	.subscribe .subscribe-btn {
		display: none;
	}

	/* line 728, ../sass/website-new.scss */
	.subscribe .subscribe-content {
		max-width: 435px;
		margin: 0 auto;
	}
}

@media all and (max-width: 480px) {
	/* line 596, ../sass/website-new.scss */
	.subscribe {
		border-radius: none;
	}

	/* line 737, ../sass/website-new.scss */
	.subscribe .subscribe-form {
		height: 340px;
		border-radius: 0px;
	}

	/* line 741, ../sass/website-new.scss */
	.subscribe .subscribe-content {
		padding: 20px;
	}

	/* line 745, ../sass/website-new.scss */
	.subscribe .success-msg {
		width: 140px;
		margin-top: 20px;
	}
}

/* line 755, ../sass/website-new.scss */
.x {
	position: absolute;
	right: 16px;
	top: -45px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #B4C196;
	border-radius: 2px;
	border: solid 2px #FFF;
	transition: all .3s ease-out;
	cursor: pointer;
}

/* line 772, ../sass/website-new.scss */
.x.small {
	margin: 63px auto 10px auto;
	width: 18px;
	height: 18px;
}

/* line 782, ../sass/website-new.scss */
.x.flop:hover {
	background-color: #b2c195;
	transform: rotate(90deg);
}

/* line 786, ../sass/website-new.scss */
.x b {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}

/* line 794, ../sass/website-new.scss */
.x.small b {
	border: solid 7px rgba(255, 255, 255, 0);
}

/* line 798, ../sass/website-new.scss */
.x b:nth-child(1) {
	border-top-color: #FFF;
	top: -2px;
}

/* line 802, ../sass/website-new.scss */
.x b:nth-child(2) {
	border-left-color: #FFF;
	left: -2px;
}

/* line 806, ../sass/website-new.scss */
.x b:nth-child(3) {
	border-bottom-color: #FFF;
	bottom: -2px;
}

/* line 810, ../sass/website-new.scss */
.x b:nth-child(4) {
	border-right-color: #FFF;
	right: -2px;
}

/* ----------------------------------------------------------------------------------------------------------
02 Media-room ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* line 818, ../sass/website-new.scss */
.category-block {
	overflow: hidden;
	border-bottom: 1px solid #B1C194;
	margin-bottom: 15px;
}

/* line 822, ../sass/website-new.scss */
.category-block a.button {
	margin: 15px 0px;
}

@media all and (max-width: 767px) {
	/* line 818, ../sass/website-new.scss */
	.category-block {
		text-align: center;
	}
}

/* line 833, ../sass/website-new.scss */
.category-link {
	display: inline-block;
}

/* line 835, ../sass/website-new.scss */
.category-link:hover img, .category-link img.active {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

/* line 841, ../sass/website-new.scss */
.category-link img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	-webkit-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;
	padding: 4px 2px;
}

/* line 852, ../sass/website-new.scss */
.farm-equestrian {
	overflow: hidden;
	margin-bottom: 20px;
}

/* line 855, ../sass/website-new.scss */
.farm-equestrian img {
	float: left;
	margin-right: 20px;
}

/* line 861, ../sass/website-new.scss */
.blog-btn {
	margin-bottom: 75px;
}

@media all and (max-width: 767px) {
	/* line 861, ../sass/website-new.scss */
	.blog-btn {
		text-align: center;
	}

	/* line 864, ../sass/website-new.scss */
	.blog-btn a {
		float: none;
		margin: 20px auto;
	}
}

/* line 878, ../sass/website-new.scss */
.contact-form input.responsive::-webkit-input-placeholder,
.contact-form input.responsive::-moz-placeholder,
.contact-form input.responsive:-moz-placeholder,
.contact-form input.responsive:-ms-input-placeholder {
	color: #191919;
}

/* line 884, ../sass/website-new.scss */
.contact-form textarea {
	width: 100%;
}

@media all and (max-width: 480px) {
	/* line 888, ../sass/website-new.scss */
	.contact-form table {
		margin: 0 auto;
	}

	/* line 891, ../sass/website-new.scss */
	.contact-form tr td:first-child {
		display: none;
	}

	/* line 894, ../sass/website-new.scss */
	.contact-form input, .contact-form textarea {
		width: 90%;
	}

	/* line 897, ../sass/website-new.scss */
	.contact-form input[type='submit'] {
		float: none;
		margin: 0 auto;
	}

	/* line 902, ../sass/website-new.scss */
	.contact-form input.responsive::-webkit-input-placeholder,
	.contact-form input.responsive::-moz-placeholder,
	.contact-form input.responsive:-moz-placeholder,
	.contact-form input.responsive:-ms-input-placeholder {
		color: transparent;
	}
}

/* line 912, ../sass/website-new.scss */
.gallery-list {
	margin: 0 auto;
}

@media all and (max-width: 1199px) {
	/* line 912, ../sass/website-new.scss */
	.gallery-list {
		overflow: hidden;
		width: 644px;
	}
}

@media all and (max-width: 767px) {
	/* line 912, ../sass/website-new.scss */
	.gallery-list {
		overflow: hidden;
		width: 317px;
	}
}

@media all and (max-width: 767px) {
	/* line 912, ../sass/website-new.scss */
	.gallery-list {
		overflow: hidden;
		width: 300px;
	}
}

@media all and (max-width: 991px) {
	/* line 935, ../sass/website-new.scss */
	.links {
		/*top: 300px;*/
		margin-left: 50%;
		left: -113px;
		text-align: center;
		width: 236px;
		bottom:0;
	}

	/* line 943, ../sass/website-new.scss */
	.buttons-block {
		top: 20px;
		width: 270px;
		left: -135px;
		margin-left: 50%;
	}

	/* line 948, ../sass/website-new.scss */
	.buttons-block a {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
}

@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.5, 1.5, 1.5);
		-ms-transform: scale3d(1.5, 1.5, 1.5);
		-webkit-transform: scale3d(1.5, 1.5, 1.5);
		transform: scale3d(1.5, 1.5, 1.5);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.5, 1.5, 1.5);
		-ms-transform: scale3d(1.5, 1.5, 1.5);
		-webkit-transform: scale3d(1.5, 1.5, 1.5);
		transform: scale3d(1.5, 1.5, 1.5);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-ms-keyframes pulse {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.5, 1.5, 1.5);
		-ms-transform: scale3d(1.5, 1.5, 1.5);
		-webkit-transform: scale3d(1.5, 1.5, 1.5);
		transform: scale3d(1.5, 1.5, 1.5);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.5, 1.5, 1.5);
		-ms-transform: scale3d(1.5, 1.5, 1.5);
		-webkit-transform: scale3d(1.5, 1.5, 1.5);
		transform: scale3d(1.5, 1.5, 1.5);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes pulse-item {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.2, 1.2, 1.2);
		-ms-transform: scale3d(1.2, 1.2, 1.2);
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-moz-keyframes pulse-item {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.2, 1.2, 1.2);
		-ms-transform: scale3d(1.2, 1.2, 1.2);
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-ms-keyframes pulse-item {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.2, 1.2, 1.2);
		-ms-transform: scale3d(1.2, 1.2, 1.2);
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse-item {
	0% {
		-moz-transform: scale3d(0, 0, 0);
		-ms-transform: scale3d(0, 0, 0);
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
	}
	50% {
		-moz-transform: scale3d(1.2, 1.2, 1.2);
		-ms-transform: scale3d(1.2, 1.2, 1.2);
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	100% {
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-moz-keyframes button-togle {
	20% {
		-moz-transform: translate(3px, 0px);
		transform: translate(3px, 0px);
	}
	40% {
		-moz-transform: translate(-3px, 0px);
		transform: translate(-3px, 0px);
	}
	60% {
		-moz-transform: translate(3px, 0px);
		transform: translate(3px, 0px);
	}
	80% {
		-moz-transform: translate(-3px, 0px);
		transform: translate(-3px, 0px);
	}
}

@-webkit-keyframes button-togle {
	20% {
		-webkit-transform: translate(3px, 0px);
		transform: translate(3px, 0px);
	}
	40% {
		-webkit-transform: translate(-3px, 0px);
		transform: translate(-3px, 0px);
	}
	60% {
		-webkit-transform: translate(3px, 0px);
		transform: translate(3px, 0px);
	}
	80% {
		-webkit-transform: translate(-3px, 0px);
		transform: translate(-3px, 0px);
	}
}

@keyframes button-togle {
	20% {
		-moz-transform: translate(3px, 0px);
		-ms-transform: translate(3px, 0px);
		-webkit-transform: translate(3px, 0px);
		transform: translate(3px, 0px);
	}
	40% {
		-moz-transform: translate(-3px, 0px);
		-ms-transform: translate(-3px, 0px);
		-webkit-transform: translate(-3px, 0px);
		transform: translate(-3px, 0px);
	}
	60% {
		-moz-transform: translate(3px, 0px);
		-ms-transform: translate(3px, 0px);
		-webkit-transform: translate(3px, 0px);
		transform: translate(3px, 0px);
	}
	80% {
		-moz-transform: translate(-3px, 0px);
		-ms-transform: translate(-3px, 0px);
		-webkit-transform: translate(-3px, 0px);
		transform: translate(-3px, 0px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* line 6, ../sass/queries.scss */
	ul#menu-main {
		position: relative;
	}

	/* line 8, ../sass/queries.scss */
	ul#menu-main > li {
		padding: 0 29px;
	}

	/* line 10, ../sass/queries.scss */
	ul#menu-main > li > a {
		font-size: 16px;
	}

	/* line 16, ../sass/queries.scss */
	.min-logo {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/* line 26, ../sass/queries.scss */
	ul#menu-main {
		position: relative;
		left: 0px;
	}

	/* line 29, ../sass/queries.scss */
	ul#menu-main > li {
		padding: 0px 18px;
	}

	/* line 31, ../sass/queries.scss */
	ul#menu-main > li > a {
		font-size: 14px;
		padding: 15px 8px;
	}

	/* line 39, ../sass/queries.scss */
	#services .wp2 {
		min-height: 400px;
	}

	/* line 44, ../sass/queries.scss */
	.services-item {
		margin-bottom: 30px;
		overflow: hidden;
	}

	/* line 47, ../sass/queries.scss */
	.services-item .sp {
		display: block;
		width: 75%;
		margin: 0 auto;
	}

	/* line 54, ../sass/queries.scss */
	.meet-item .sp {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

	/* line 60, ../sass/queries.scss */
	.min-logo {
		display: none !important;
	}

	/* line 65, ../sass/queries.scss */
	.slider-item .border {
		display: none;
	}
}

@media (max-width: 767px) {
	/* line 72, ../sass/queries.scss */
	ul#menu-main {
		text-align: center;
		position: relative;
	}

	/* line 75, ../sass/queries.scss */
	ul#menu-main .logo {
		display: none !important;
	}

	/* line 78, ../sass/queries.scss */
	ul#menu-main > li {
		padding-right: 0px;
	}

	/* line 80, ../sass/queries.scss */
	ul#menu-main > li > a {
		line-height: 14px;
		font-size: 14px;
		padding: 15px 7px;
	}

	/* line 86, ../sass/queries.scss */
	ul#menu-main .trapezoid {
		display: none;
	}

	/* line 91, ../sass/queries.scss */
	.services-item {
		margin-bottom: 30px;
		overflow: hidden;
	}

	/* line 97, ../sass/queries.scss */
	.slider-item .border {
		display: none;
	}

	/* line 104, ../sass/queries.scss */
	.meet-item .sp {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

	/* line 111, ../sass/queries.scss */
	.min-logo {
		display: inline-block !important;
	}

	/* line 118, ../sass/queries.scss */
	#gallery nav.work-nav ul li {
		font-size: 20px;
		width: 80px;
	}

	/* line 127, ../sass/queries.scss */
	#navigation {
		z-index: 100;
	}

	/* line 129, ../sass/queries.scss */
	#navigation .container {
		margin: 0 !important;
		padding: 0 !important;
		height: 100%;
	}

	/* line 134, ../sass/queries.scss */
	#navigation .navbar-header {
		margin: 0 auto;
		padding: 0 15px;
	}

	/* line 138, ../sass/queries.scss */
	#navigation .navbar.menu-active {
		position: absolute;
		width: 50%;
		top: -1px;
		z-index: 1000;
	}

	/* line 144, ../sass/queries.scss */
	#navigation #slidemenu {
		background: #f7f7f7;
		left: -100%;
		width: 80%;
		min-width: 0;
		position: absolute;
		padding-left: 0;
		z-index: 100;
		margin: 0;
	}

	/* line 154, ../sass/queries.scss */
	#navigation #slidemenu .navbar-nav {
		min-width: 0;
		width: 100%;
		margin: 0;
		position: relative;
		left: 0px;
	}

	/* line 162, ../sass/queries.scss */
	#navigation.navbar-inverse #slidemenu {
		background: #232424;
	}

	/* line 167, ../sass/queries.scss */
	#navbar-height-col {
		position: fixed;
		top: 0;
		height: 100%;
		bottom: 0;
		width: 80%;
		left: -80%;
		background: #232424;
		z-index: 1;
		border: 0;
	}
}

.home-news {
	display: block;
	padding: 15px 5px;
	border-bottom: 1px solid rgba(93, 109, 80, 0.41);
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	margin: 0 !important;
	text-align: left;
}
.home-news:last-child {
	margin-bottom: 20px !important;
}
.home-news:hover {
	background-color:  #ebf5dd;

}
.home-news .news__header {
	color:  #5b6b4f;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.home-news .news__description {
	color:  #000000 !important;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.home-features {
	background: #ffffff;
	padding: 20px 15px;
	text-align: left;

}
.home-features .features__header {

	color:  #5b6b4f;
	font-size: 20px;
	font-weight: 400;

}
.home-features .frame {
	margin-top: 10px;
	margin-right: 6px;
}
.menu_main {
	background: -webkit-linear-gradient(90deg, #8f9b83 0%, #d9e2d1 100%);
	background: -moz-linear-gradient(90deg, #8f9b83 0%, #d9e2d1 100%);
	background: -o-linear-gradient(90deg, #8f9b83 0%, #d9e2d1 100%);
	background: -ms-linear-gradient(90deg, #8f9b83 0%, #d9e2d1 100%);
	background: linear-gradient(0deg, #8f9b83 0%, #d9e2d1 100%);
position: absolute;
	top:0;
	left:0;
	width: 100%;
	opacity: 0.9;
	z-index: 2;
}
.menu_main  ul li {
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.menu_main  ul li:hover ,
.menu_main  ul li.active {
	background-color: rgba(199,199,151, 0.6);
}
.menu_main  ul li a {
	padding: 14px 15px;
	color:  #333333;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}
@media (max-width: 1199px)  {
	.menu_main  ul li a {
		padding: 14px 10px;
		font-size: 16px;
	}
}
@media (max-width: 992px)  {
	.menu_main  ul li a {
		padding: 7px 5px;

		font-size: 15px;

	}
}

.header_img {
	margin-top: 48px;
}

@media (max-width: 991px)  {
	.header_img {
		margin-top: 35px;
	}
}
@media (max-width: 767px)  {
	.header_img {
		margin-top: 0;
	}
}


a.button, input[type="submit"] {
	padding: 7px 18px;
}