<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
	padding-top: 177px;
	-webkit-transition: padding-top 0.3s;
	-moz-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
	z-index: 100000;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

#header .section {
	max-width: 1314px;
	height: 177px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

/* Slider */

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}


body.scrolled #mainWrapper {
	padding-top: 130px;
}

body.scrolled #header .section {
	height: 130px;
}

body.scrolled #header .logoAlt {
	width: 135px;
	top: 4px;
}

#header .socials {
	position: absolute;
	right: 0;
	top: 6px;
	margin: 0;
	padding: 0;
}

#header .socials li {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
}

#header .socials li a {
	display: block;
	width: 28px;
	height: 28px;
	padding-top: 3px;
	background: #2a918a;
	border-radius: 4px;
}

#header .socials li a img {
	display: block;
	height: 22px;
	margin: 0 auto;
}

#header .socials li a:hover {
	transform: scale(1.07);
}

#header .contacts {
	position: absolute;
	right: 0;
	top: 38px;
	margin: 0;
	padding: 0;
}

#header .contacts li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
	text-align: right;
	line-height: 1.2;
}

#header .contacts li a {
	display: inline-block;
	color: #2a918a;
	padding-left: 1.842105263157895em;
	background: no-repeat left center;
	-webkit-background-size: 1.052631578947368em;
	-moz-background-size: 1.052631578947368em;
	background-size: 1.052631578947368em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .contacts li.phone a {
	background-image: url(../images/phone-ico.svg);
}

#header .contacts li.email a {
	background-image: url(../images/email-ico.svg);
	-webkit-background-size: 1.105263157894737em;
	-moz-background-size: 1.105263157894737em;
	background-size: 1.105263157894737em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .logoAlt {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 200px;
	margin-left: -100px;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


#header #navigation {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#header #navigation:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #429d6c;
	z-index: -1;
}

#header #navigation ul {
	float: right;
	margin: 0 -5px 0 0;
	padding: 0;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 19px;
	padding: 0;
	font-weight: bold;
	list-style: none;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 9px 0;
	z-index: 1;
}

#header #navigation ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #87bf3d;
	opacity: 0;
	z-index: -1;
/*	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header #navigation ul li.Current a:before,
#header #navigation ul li.Parent a:before,
#header #navigation ul li:hover a:before {
	left: -17px;
	right: -17px;
/*	top: -14px;*/
	top: 0;
	bottom: 0;
	background: #87bf3d;
	opacity: 1;
}

#header #navigation li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 0 0 0;
	border-bottom: 4px solid #7ab331;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#header #navigation li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #87bf3d;
	color: #fff;
}

#header #navigation li ul li a {
	display: block;
	padding: 8px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff !important;
}

#header #navigation li ul li a:before  {
	display: none;
}

#header #navigation li ul li:hover {
	background-color: #96ce4d;
	color: #fff;
}

#header #navigation li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: -16px;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	transform: translateY(-5%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/
}

#header #navigation li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub&gt;a {
	padding-right: 1em;
}

#header #navigation ul li.hasSub&gt;a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.1666666666666667em;
	content: "";
	display: inline-block;
	width: 0.5555555555555556em;
	height: 0.3333333333333333em;
	background: url(../images/down-arrow.svg) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	pointer-events: none;
	transition: transform 0.3s;
}

#header #navigation ul li.hasSub:hover&gt;a:after {
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);	
	transform: rotate(180deg);	
}

/* Content */

#content .section {
	max-width: 1314px;
	padding-top: 75px;
	padding-bottom: 33px;
}
/* Justified Gallery */

.justified-gallery strong {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000000;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-weight: normal;
}

.justified-gallery strong span {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.justified-gallery strong span em {
	display: table-cell;	
	vertical-align: middle;
	font-style: normal;
	width: 100%;
	padding: 8px 15px;
	height: 80px;
}

.galleryWrapper .gallery a {
	overflow: hidden;
}

.galleryWrapper .gallery a img {
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

.galleryWrapper .gallery a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.justified-gallery a:hover strong {
	opacity: 1;
	visibility: visible;
}
.justified-gallery p {
	margin-bottom: 12px;
}

/* Blog */

#blog {
	background: #efe8d1 url(../images/texture.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#blog.onpage {
	background: #fff;
}
.blogcontent {
	margin-top: 25px;
}
#blog .section {
	padding-top: 37px;
	padding-bottom: 20px;
}

#blog .mainHeading {
	text-align: center;
	background: #87bf3d;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 8px;
	line-height: 1.2;
	margin: 0 0 30px;
}

#blog .articles {
	margin: 0 -13px 22px;
	padding: 0;
}

#blog .articles li {
	float: left;
	margin: 0 0 26px;
	padding: 0 13px;
	list-style: none;
	width: 33.33333333333333%;
}

#blog .articles li .desc {
	display: block;
	border: 2px solid #e8e1c9;
	border-top: 0;
	border-bottom: 0;
}

#blog .articles li .image {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#blog .articles li .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#blog .articles li .image:hover img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

#blog .articles li .desc {
	padding: 32px 24px;
	background: #fff;
	color: #333333;
}

#blog .articles li .desc .meta {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #87bf3d;
	line-height: 1.1;
}

#blog .articles li .desc .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}

#blog .articles li .desc p {
	margin: 0 0 10px;
}

#blog .articles li .desc p:last-child {
	margin-bottom: 0;
}

#blog .articles li .view {
	display: block;
	text-decoration: none;
	position: relative;
	background: #c3df9e;
	margin: 0;
	padding: 16px 20px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #429d6c;
	text-align: right;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

#blog .articles li .view:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 7px;
	margin-top: -3px;
	border-style: solid;
	vertical-align: middle;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #429d6c;
}

#blog .articles li a:hover .view {
	background-color: #b9d594;
}

#blog .readmore {
	display: block;
	width: 280px;
	background: #87bf3d;
	color: #fff;
	padding: 5.5px 15px;
	font-family: 'Ink Free', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: transform 0.6s, background-color 0.6s;
	-moz-transition: transform 0.6s, background-color 0.6s;
	transition: transform 0.6s, background-color 0.6s;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

#blog .readmore:hover {
	background-color: #90c947;
	transform: scale(1.03);
}

#families-form .form-group {
	margin-left: 0;
	margin-right: 0;
}

/* Footer */

#footer .top {
	background: #429d6c;
	color: #fff;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 14px;
}

#footer .top .section {
	padding-top: 32px;
	padding-bottom: 31px;
}

#footer .top #links {
	line-height: 1;
}

#footer .top #links ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer .top #links ul li {
	margin: 0 -4px 0 0;
	padding: 0 13px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

#footer .top #links ul li a {
	color: #fff;
}

#footer .top #links ul li a:hover {
	text-decoration: underline;
}

#footer .top #links ul li ul {
	display: none;
}

#footer .bottom .section {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer .bottom .logo {
	display: block;
	width: 220px;
	margin: 0 auto;
}

#footer .bottom .copyright {
	position: absolute;
	left: 0;
	bottom: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #2a918a;
	margin: 0;
	width:400px;
}

#footer .bottom .followUs {
	position: absolute;
	right: 0;
	bottom: 20px;
}

#footer .bottom .followUs span {
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #2a918a;
	margin-top: 4px;
	margin-right: 10px;
}

#footer .bottom .followUs ul {
	float: left;
	margin: 0;
	padding: 0;
}

#footer .bottom .followUs ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#footer .bottom .followUs ul li a {
	display: inline-block;
	vertical-align: top;
}

#footer .bottom .followUs ul li img {
	display: block;
	height: 57px;
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#footer .bottom .followUs ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 15px;
	top: 29px;
    width: 26px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #2a918a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}


/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
.isRequired {
	color: red;
	font-weight: bold;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.pagination &gt; .active &gt; a {
	background-color: #429D6C;
	border-color: #429D6C;
}
.pagination &gt; li &gt; a {
	color: #429D6C;
	font-weight: bold;
}
.pagination {
	float: right;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
label.error {
 	display: block;
 	font-weight: normal;
 	font-size: 11px;
 	color: red;
 }
 .grecaptcha-badge {
	z-index: 999;
}</pre></body></html>