body {
	font-family: "Open Sans", Arial, sans-serif;
}

img.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: table;
}

h1,h2,h4 {
	font-family: "Muli", sans-serif;
}

h1 {
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 2px;
	font-size: 50px;
}

h2 {
	text-transform: uppercase;
	font-size: 26px;
	margin: 30px 0;
	letter-spacing: 1px;
}

h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 40px 0 20px 0;
}

a {
	color: #4d87f0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small {
	opacity: .5;
}

main {
	min-height: 800px;
}

.subheader {
	background: #FFFFFF;
	padding: 5px;
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 99999;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.subheader a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #19a375;
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
}

.subheader a img {
	float: left;
	margin-right: 5px;
	opacity: .65;
}

.header {
	margin-top: 30px;
}

.plague-item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.plague-item:last-child {
	padding: 0;
	border: none;
}

.screen-reader-response[role="alert"] {
	background: #FCF8E4;
	padding: 10px;
	border: 1px solid #FAF2CE;
	color: #8a6d3b;
	margin-bottom: 20px;
}

.wpcf7-response-output {
    display:none;
}

.wpcf7-form-control-wrap span {
	color: red;
	text-transform: none;
	font-size: 12px;
	display: block;
	margin-bottom: -10px;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.hero {
	min-height: 600px;
	background: transparent;
	position: relative;
}

.hero.hero-blog {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-container {
	padding: 10px;
}

.hero:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}

.hero .hero-text {
	z-index: 999;
	top: 50%;
}

.hero .hero-text small {
	font-size:20px;
	line-height:32px;
	display: block;
	margin-bottom: 30px;
}

.hero .hero-text h1 {
	margin: 0;
	margin-bottom: 10px;
}

.hero .hero-text h1 a {
	color: white;
}

.hero .hero-text h1 a:hover {
	text-decoration: none;
}

.hero .hero-text small.date {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin: 0;
}

.hero + .section-content {
	padding: 20px 10px;
}

.highlights {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #19a375;
	text-align: center;
	color: white;
}

.highlight-item {
	margin-bottom: 60px;
	min-height: 420px;
}

.highlight-item:hover img {
	opacity: .9;
}

.highlights.highlights-home .highlight-item {
	margin-bottom: 0;
	min-height: auto;
}

.highlights.highlights-home .button-white {
	margin: 50px 0 30px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.highlights.highlights-home h3 {
	margin-top: 20px;
}

.highlights a {
	color: white;
	text-align: center;
}

.highlights a.link-more,
.highlights h3 {
	opacity: .7;
}

.highlight-image {
	width: 100%;
}

.highlight-title {
	color: #223b25;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.button {
	display: inline-block;
	padding: 9px 15px;
	border-radius:3px;
	background-color: #19a375;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s;
	font-size: 14px;
	line-height: 20px;
}

.button:hover {
	text-decoration: none;
	transform: scale(1.05,1.05);
}

.button.button-white {
	background-color: white;
	color: #19a375;
}

.button.button-block {
	display: block;
	background-color: rgba(34, 59, 37, .1);
	color: #223b25;
}

.section-about {
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0;
	background: url("../images/about-family.jpg") -350px 0 no-repeat #F5F5F5;
}

.section-plagues {
	padding: 20px 0 30px;
}

.plaguelist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
}

.plaguelist-item {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-align: center;
	cursor: pointer;
}

.plaguelist-item img {
	height: auto;
}

.plaguelist-item:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

@media (max-width: 479px) {
	.section-about h2 {
		text-align: center;
	}
}

.hero-text {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -100px;
	float: none;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: lighter;
	text-align: center;
}

.hero-text h2 {
	text-align: center;
}

.section-blog {
	position: static;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f1f1f1;
}

.divider {
	width: 300px;
	margin: 40px auto;
	border-style: solid none none;
	border-width: 3px;
	border-color: #223b25;
	opacity: 0.3;
}

.navbar-item {
	color: #19A375;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.navbar-item.w--current {
	background-color: #f1f1f1;
	color: #223b25;
}

.lead {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #223b25;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.newsletter {
	color: #768987;
	text-align: center;
	background: white;
	padding: 40px 30px;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #F1F1F1;
	font-size: 15px;
	line-height: 20px;
}

.article .newsletter {
	margin: 50px auto;
}

.article .highlights {
	background: none;
	color: #000;
	text-align: left;
}

.form-newsletter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.input {
	display: block;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-color: #909D92;
	border-radius: 1px;
	color: #000000!important;
	opacity: 1;
}

.input.textarea {
	min-height: 150px;
}

.section-instagram {
	background: #F1F1F1;
}

.section-instagram ul {
	margin: 0;
	padding: 3px;
	display: table;
	width: 100%;
}

.section-instagram ul li {
	display: table-cell;
	list-style: none;
	padding: 3px;
}

.section-instagram ul li a img,
.section-instagram ul li img {
	width: 100%;
}

.content-none {
	min-height: 700px;
	position: relative;
}

.content-none span {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
    opacity: .15;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.instagram-link {
	margin-top: 100px;
	margin-bottom: 40px;
}

.section-footer {
	padding: 40px 0;
	background: #F1F1F1;
	font-size: 13px;
}

.social a {
	opacity: 0.4;
	text-align: center;
	transition: all .2s;
}

.social a:hover {
	opacity: .8;
}

.blog-item {
	margin-bottom: 60px;
	color: #9b9b9b;
	text-align: center;
}

.blog-item img {
	border: 1px solid rgba(0,0,0,.1);
}

.blog-item h2 {
	text-align: center;
}

.section-heading {
	padding: 25px 0;
	background-color: #f1f1f1;
}

.section-heading h1 {
	margin: 0;
	color: #19a375;
}

.section-content {
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.special-list {
	position: relative;
	z-index: 1;
	margin: 60px 30px;
	padding-left: 15px;
}

.special-list li {
	margin-bottom: 20px;
	color: #223b25;
	font-weight: 700;
	line-height: 20px;
}

.article {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
}

.article p {
	margin-bottom: 20px;
}

.article blockquote {
	margin: 50px 0;
	line-height: 30px;
}

.article blockquote p {
	margin: 0;
}

.article img {
	height: auto;
}

.article img.alignleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.article img.alignright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.article .image-normal {
	margin: 50px 100px;
}

.article .image-normal img {
	width: 100%;
}

.article .image-full {
	margin: 0 -100px;
}

.article .image-full img {
	width: 100%;
}

.image-fitness {
	position: absolute;
	left: -136px;
	top: -53px;
	z-index: 0;
	max-width: 900px;
}

.adressess {
	text-align: center;
}

.highlight-content {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f9f9f9;
}

.form {
	margin-top: 20px;
	margin-bottom: 20px;
}

.banner {
	padding: 70px 15px 200px;
	background: url("../images/bg-banner2.jpg") no-repeat center right #B7D1F2;
	background-size: cover;
	color: white;
}

.banner h1 {
	color: white;
}

.post-title {
	font-size: 50px;
	line-height: 1.1em;
	color: rgba(0,0,0,.5);
	margin-top: 5px;
	margin-bottom: 50px;
}

.post-image {
	margin-bottom: 40px;
	margin-left: -100px;
	margin-right: -100px;
}

.post-image.image-left {
	margin: 0;
}

.post-excerpt h3 {
	margin: 0;
}

.post-image img {
	width: 100%;
	height: auto;
}

.section-media {
	text-align: center;
	padding: 30px 0 60px;
	border-bottom: 3px solid rgba(0,0,0,.1);
}

.section-media .media {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.section-media .media img {
	transition: all .2s;
}

.section-media .media:hover img {
	transform: scale(1.1,1.1);
}

.section-media .media:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #19a375;
	opacity: .8;
}

.section-media .media h3 {
	position: absolute;
	bottom: 0;
	width:100%;
	padding: 0 20px;
	color: white;
	z-index: 9;
	line-height: 25px;
}

.section-media .media small {
	display: block;
	position: absolute;
	top: 10px;
	z-index: 10;
	width: 100%;
	text-align: center;
	opacity: 1;
	color: white;
	text-transform: uppercase;
}

.float-left { float:left; }
.float-right { float:right; }

.minibanner {
	background: #f5f5f5;
	padding: 10px 0;
	border-radius: 3px;
	font-size: 17px;
	text-align: center;
}

.w-nav-button.w--open,
.w--nav-menu-open {
	background: #21A275;
}

.w--nav-link-open {
	color: white;
}

@media (max-width: 991px) {
	.hero {
		min-height: 300px;
		padding: 100px 0;
	}

	.hero-text {
		position: relative;
		margin: 0;
		top: auto;
		left: auto;
		width: 100%;
		padding: 0 30px;
	}

	.section-about {
		background-position: -500px 0;
	}
}

@media (max-width: 767px) {
	h1,
	.post-title {
		font-size: 40px;
	}

	.section-content {
		padding: 30px 10px;
	}

	.subheader {
		position: absolute;
		text-align: center;
	}

	.subheader span {
		display: none;
	}

	.w-nav-brand {
		position: relative;
		top: 10px;
	}

	.w-nav-brand img {
		width: 150px;
	}

	.navbar {
		padding: 0;
	}

	.section-about {
		text-align: center;
		padding-top: 30px;
		background-position: 30% 100%;
		min-height: 900px;
	}

	.section-media {
		padding: 30px 0;
	}

	.section-media .media {
		margin-bottom: 30px;
	}

	.section-plagues {
		display: none;
	}

	.section-footer {
		padding: 20px 10px;
		text-align: center;
	}

	.section-footer .social {
		float: none;
	}

	.section-heading {
		padding: 25px 10px;
	}
}