@import url('https://fonts.googleapis.com/css?family=Quicksand|Roboto:300,300i,400,400i,700,700i|Roboto+Condensed');

/* 
	Table of Contents


.form-search form:after {
	content: '';
	line-height: 0;
	display: table;
	clear: both;
}

.main .main__inner:after,
.entry .entry__image:after,
.entry .entry__image-holder,
.section-intro .section__slider,
.section-contacts .section__map .map,
.slider-main .slider__slide,
.slider-main .slider__slide-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main .main__inner:after,
.entry .entry__image-holder,
.slider-main .slider__slide-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
	background: #fffde5;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	font-weight: 300;
}

a {
	color: #a3c05a;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #617334;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.6em;
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #617334;
	font-weight: 400;
	text-transform: uppercase;
}

h2s {
	margin-bottom: 0.6em;
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #white;
	font-size: 36px;
	text-transform: uppercase;
font-weight: 400;
}


h2.entry__title {
    font-size: 56px;
}
h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
	line-height: 1.11;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

@media (max-width: 991px) {
    h2.entry__title {
        font-size: 45px;
    }
    
    h1 {
        font-size: 36px;
    }

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}


.shadow{
  font-family:Mr Dafoe, sans-serif;
  font-size:16em;
  text-align:center;
  text-shadow: 0 -3px 0 #333,
    0 6px 8px rgba(0,0,0,.4),
    0 9px 10px rgba(0,0,0,.15),
    0 30px 10px rgba(0,0,0,.18),
    0 15px 10px rgba(0,0,0,.21);
}

	.testimonial blockquote {
		font-size: 35px;
		padding: 0 0 0 293px;
	}

	blockquote footer h4 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.testimonial blockquote {
		font-size: 25px;
		padding: 0 0 0 169px;
	}

	.testimonial blockquote:before {
		width: 149px;
		height: 140px;
	}

	.testimonial blockquote footer h4 {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.testimonial blockquote {
		font-size: 20px;
		padding: 0 0 0 69px;
	}

	.testimonial blockquote:before {
		width: 52px;
		height: 50px;
	}
}

/* ------------------------------------------------------------ *\
	Vertical Center
\* ------------------------------------------------------------ */

     .center1 {
       height: 350px;
       padding: 0 10px;
       white-space: normal;
       word-break: break-word;
       display: flex;
       align-items: center;
     }


/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
	content: '';
	display: block;
	clear: both;
}

/*  Notext  */

.notext {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

/*  Hidden  */

[hidden],
.hidden {
	display: none !important;
}

/*  Alignleft  */

.alignleft {
	float: left;
}

/*  Alignright  */

.alignright {
	float: right;
}

/*  Disabled  */

[disabled],
.disabled {
	cursor: default;
}

/*  Grid  */

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.col {
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.col--1of2 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.hidden-md {
		display: none !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1201px) {
	.hidden-lg {
		display: none !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	padding-left: 40px;
}

*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}

template {
	display: none;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

iframe,
video,
audio,
object {
	max-width: 100%;
}

img,
iframe {
	border: 0 none;
}

img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

address {
	font-style: normal;
}

nav ul,
nav ol {
	list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
	padding: 22px 0;
	background: #617334;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header-inner {
	background-size: cover;
	height: 300px;
}

.loginExtraClass {
	display: inline;
}
.loginLinBreak:after {
	content: ' ';
	white-space: normal;
}
.login-links > div {
	text-align: right !important;
	display: inline;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 165, 74, 1)), to(rgba(97, 115, 52, 1)));
	background: -o-linear-gradient(top, rgba(139, 165, 74, 1) 0%, rgba(97, 115, 52, 1) 100%);
	background: linear-gradient(to bottom, rgba(139, 165, 74, 1) 0%, rgba(97, 115, 52, 1) 100%);
	color: #fff;
	margin-bottom: 100px;
}

#headerSpacer {
	height: 136px;
}
.header .header__inner {
	padding: 27px 0 32px;
}

.header .header__inner .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 31px 0 32px;
}

.header .header__inner .navbar-brand {
	float: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
	max-width: 33.33%;
	padding: 0;
}

.header .header__inner .socials {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%;
	text-align: center;
	margin-top: -2px;
	padding: 0 10px;
}

.header .header__inner .nav-utilities {
	font-size: 22px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
	max-width: 33.33%;
	text-align: right;
	margin-top: -5px;
}

.header--show-form .header__inner .form-search {
	opacity: 1;
	visibility: visible;
}

/* navbar */
.header .nav-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
}

/*  Navbar Fixed Top  */

.header .navbar--fixed-top {
	position: fixed;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 165, 74, 1)), to(rgba(97, 115, 52, 1)));
	background: -o-linear-gradient(top, rgba(139, 165, 74, 1) 0%, rgba(97, 115, 52, 1) 100%);
	background: linear-gradient(to bottom, rgba(139, 165, 74, 1) 0%, rgba(97, 115, 52, 1) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.5);
}

.header .navbar--fixed-top .navbar-header {
	display: none;
}

@media (max-width: 767px) {
	.header .header__inner {
		padding: 10px 0;
	}

	.header .header__inner .container {
		/*-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
		padding: 0 10px;
	}

	.header .header__inner .navbar-brand {
		display: block;
		margin: 0 auto 10px;
		max-width: max-content;
	}

	.header .header__inner .socials {
		float: left;
		max-width: 50%;
		text-align: left;
		margin-top: 0;
		padding: 0;
	}

	.header .header__inner .nav-utilities {
		float: right;
		max-width: 50%;
		text-align: right;
		margin-top: 0;
	}
}

@media (max-width: 479px) {
.header .header__inner .socials {
		float: none;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}

	.header .header__inner .nav-utilities {
		float: none;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {
	position: relative;
}

.main .main__inner {
	position: relative;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
	max-width: 1220px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.shell--fluid {
	max-width: none;
}

/* ------------------------------------------------------------ *\

\* ------------------------------------------------------------ */





/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	border-radius: 0;
	background: #a3c05a;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: .03em;
}

.btn:hover {
	background: #617334;
	color: #fff;
}

/*  Button Block  */

.btn--block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

/*  Button Large  */

.btn--lg {
	min-width: 360px;
}

@media (max-width: 991px) {
	.btn {
		font-size: 26px;
	}

	.btn--lg {
		min-width: 300px;
	}
}

@media (max-width: 767px) {
	.btn {
		font-size: 20px;
	}

	.btn--lg {
		min-width: auto;
	}
}

.button {
  --b: 3px;   /* border thickness */
  --s: .15em; /* size of the corner */
  --c: #617334;
  
  padding: calc(.05em + var(--s)) calc(.3em + var(--s));
  color: var(--c);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--c) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .2em;
}
.button:hover,
.button:focus-visible{
  --_p: 0px;
  outline-color: var(--c);
  outline-offset: .05em;
}
.button:active {
  background: var(--c);
  color: #fff;
}

.button {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  cursor: pointer;
  border: none;
  margin: .1em;
}


.button--lg {
	min-width: 360px;
}

@media (max-width: 991px) {
	.button {
		font-size: 26px;
	}

	.button--lg {
		min-width: 300px;
	}
}

@media (max-width: 767px) {
	.button {
		font-size: 20px;
	}

	.button--lg {
		min-width: auto;
	}
}





/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 15px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
}

.callout .callout__title {
	font-family: 'Roboto', sans-serif;
	color: inherit;
	font-weight: 300;
	text-transform: none;
	padding-right: 20px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.callout {
		display: block;
	}

	.callout .callout__title {
		margin-bottom: 20px;
		padding-right: 0;
	}
}

/* ------------------------------------------------------------ *\
	Col
\* ------------------------------------------------------------ */

.homeBorder .col-md-4, .con-border-left {
	border-left: 1px solid #617334;
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */

.copyright span {
	display: inline-block;
}

.copyright p {
	margin-bottom: 0;
}

.copyright a {
	position: relative;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.copyright a:visited{
  color: #FFF;
}

.copyright a:hover {
	color: #a3c05a;
	text-decoration: underline;
}

@media (max-width: 479px) {
	.copyright {
		text-align: center;
	}

	.copyright span {
		display: block;
		margin-bottom: 10px;
	}

	.copyright a:first-of-type {
		padding-left: 0;
	}

	.copyright a:first-of-type:before {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.features {
	background: rgba(0, 0, 0, .75);
}

.features [class^="col-"] {
	border: 0;
	margin-bottom: 0;
}

.feature {
	padding: 30px 10px 25px;
	text-align: center;
}

.feature .feature__inner {
	display: block;
}

.feature a.feature__inner {
	text-decoration: none;
}

.feature .feature__title {
	color: #fff;
}

.feature .feature__image {
	position: relative;
	max-width: 110px;
	height: 91px;
	margin: 0 auto 16px;
	font-size: 90px;
}

@media (max-width: 767px) {
	.feature .feature__image {
		max-width: 70px;
		height: 51px;
		font-size: 55px;
	}
}

@media (max-width: 479px) {
	.features [class^="col-"] {
		width: 100%;
	}

	.feature {
		padding: 20px 20px 15px;
	}
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
.field {
	width: 100%;
	height: 42px;
	padding: 5px 10px;
	border: 0;
	border-radius: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 42px;
	color: #000;
}

@media (max-width: 767px) {
	.field {
		min-height: 40px;
		padding: 5px;
		font-size: 16px;
	}
}


/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-search .field {
	min-height: 32px;
	line-height: 32px;
	padding: 5px 10px;
}

.form-search .form__body {
	float: left;
	width: calc(100% - 94px);
}

.form-search .form__actions {
	float: left;
	padding-top: 0;
	width: 94px;
}

.form-search .form__btn {
	display: inline-block;
	vertical-align: middle;
	min-width: auto;
	min-height: 32px;
	padding: 5px 20px;
	border: 0;
	border-radius: 0;
	background: #a3c05a;
	font-size: 18px;
	line-height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-search .form__label {
	display: none;
}

@media (max-width: 767px) {
	.form-search .form__btn {
		font-size: 16px;
	}

	.form-search .form__body {
		float: left;
		width: calc(100% - 69px);
	}

	.form-search .form__actions {
		width: 69px;
	}
}

/* ------------------------------------------------------------ *\
	Link More
\* ------------------------------------------------------------ */

.link-more {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

/*  Link More Large  */

.link-more--lg {
	font-size: 27px;
}

@media (max-width: 767px) {
	.link-more {
		font-size: 20px;
	}
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 295px;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Nav Utilities
\* ------------------------------------------------------------ */

.nav-utilities li {
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}

.nav-utilities li + li {
	padding-left: 30px;
}

.nav-utilities li + li:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 10px;
	width: 1px;
	height: 20px;
	background: currentColor;
}

.nav-utilities a {
	color: inherit;
	text-decoration: none;
}

.nav-utilities a:hover {
	color: #000;
	text-decoration: underline;
}

.nav-utilities a:hover:after {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px) {
	.nav-utilities li {
		font-size: 20px;
	}

	.nav-utilities li + li {
		padding-left: 20px;
	}

	.nav-utilities li + li:after {
		top: 3px;
		left: 7px;
		height: 15px;
	}
}

@media (max-width: 767px) {
	.nav-utilities li {
		font-size: 16px;
	}

	.nav-utilities li + li:after {
		top: 0;
		left: 7px;
		height: 14px;
	}

	.nav-utilities i {
		width: 14px;
		height: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Navbar Brand
\* ------------------------------------------------------------ */

.navbar-brand {
	display: inline-block;
	height: auto;
	padding: 0 17px;
}

.navbar-brand > img {
	display: inline-block;
}

/* ------------------------------------------------------------ *\
	Navbar
\* ------------------------------------------------------------ */

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.navbar .navbar-header {
	padding-left: 15px;
}

.navbar .navbar-brand {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	-webkit-transition: opacity .3s, visibility .3s, max-height .3s;
	-o-transition: opacity .3s, visibility .3s, max-height .3s;
	transition: opacity .3s, visibility .3s, max-height .3s;
}
@media (max-width: 991px) {
	.header .navbar--fixed-top .navbar-header {
		display: block;
	}
	.navbar .navbar-brand {
		color: #fff;
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
		max-height: auto;
		max-height: initial;
	}
}

/*  Navbar Default  */

.nav-container {
	background-color: rgba(0, 0, 0, .75);
}
.navbar-default {
	border: 0;
	background-color: transparent;
	color: #fff;
	line-height: 0;
	text-align: center;
}

.navbar-default a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.navbar-default .navbar-nav > li {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -.01em;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 15px 15px;
	text-decoration: none;
}

.navbar--fixed-top .navbar-default .navbar-nav > li > a {
	padding: 15px 15px 30px;
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 10px;
	}
}


.navbar-default
.navbar-nav > .active > a,
.navbar-default
.navbar-nav > .active > a:focus,
.navbar-default
.navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background: transparent;
	color: #a3c05a;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #a3c05a;
}

.navbar-default .navbar-nav {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.navbar-default .caret {
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: currentColor;
	margin: -9px 0 0 6px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (min-width: 992px) {
	body:not(.is-touch) .navbar-default .dropdown:hover .dropdown-menu,
	body:not(.is-touch) .navbar-default .dropdown.open .dropdown-menu {
		opacity: 1;
		display: block;

	}
}

.navbar-default .dropdown.open .dropdown-menu {
	opacity: 1;
	display: block;
}

/*  DropDown  */
@media (min-width: 992px) {
	.dropdown-menu {
		-webkit-transition: opacity .3s, visibility .3s, max-height .3s;
		-o-transition: opacity .3s, visibility .3s, max-height .3s;
		transition: opacity .3s, visibility .3s, max-height .3s;
	}
}
.dropdown-menu {
	display: none;
	left: -25%;
	opacity: 0;
	overflow: hidden;
	min-width: 251px;
	background: #fffde5;
	padding: 0;
	border-radius: 0;
	border: 0;
	text-align: center;
}

.dropdown-menu > li > a {
	padding: 9px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height: 1;
	font-weight: 300;
	color: #617334;
	text-decoration: none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background: #a3c05a;
	color: #fff;
}

.navbar-collapse {
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-collapse.in::-webkit-scrollbar {
	display: none;
}

/*  Navbar Fixed Top  */

.navbar--fixed-top {
	padding: 30px 0 0;
	text-align: right;
}

.navbar--fixed-top .navbar-collapse {
	margin-right: -28px;
	margin-top: -5px;
}

.navbar--fixed-top .navbar-brand {
	opacity: 1;
	visibility: visible;
	max-height: 50px;
	max-width: 180px;
}

/*  Navbar Toggle  */

.navbar-default .navbar-toggle {
	border-color: #fff;
	border-radius: 0;
	background: transparent;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #617334;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

@media (max-width: 991px) {
	.navbar .navbar-header {
		padding-left: 0;
	}

	.navbar-default .navbar-nav > li {
		font-size: 20px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 15px 15px;
	}

	.dropdown-menu {
		min-width: 200px;
	}

	.dropdown-menu > li > a {
		font-size: 20px;
		white-space: initial;
	}

	.navbar--fixed-top .navbar-collapse {
		margin-right: -25px;
	}

	.navbar--fixed-top .navbar-nav > li {
		font-size: 18px;
	}

	.navbar--fixed-top .navbar-nav > li > a {
		padding: 15px 9px;
	}

	.navbar--fixed-top .dropdown-menu > li > a {
		font-size: 18px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: inherit;
	}
}

@media (max-width: 767px) {
	.navbar {
		padding: 10px 0;
	}

	.navbar-default .navbar-nav > li,
	.navbar--fixed-top .navbar-nav > li {
		font-size: 25px;
	}

	.navbar--fixed-top .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding: 15px 15px;
	}

	.dropdown-menu > li > a,
	.navbar--fixed-top .dropdown-menu > li > a {
		font-size: 20px;
	}

	.dropdown-menu {
		min-width: 100%;
	}

	.navbar--fixed-top .navbar-collapse {
		margin-right: 0;
	}

}

/* ------------------------------------------------------------ *\
	Row
\* ------------------------------------------------------------ */

/*  Row Flex  */

.row--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

@media (max-width: 767px) {
	.row--flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.map iframe {
	width: 98%;
	height: 100%;
	position: relative;
	min-height: 400px;
}

.section .section__body {
	padding: 42px 13px 43px;
	background: rgba(255, 255, 255, .6);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.25);
	box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.25);
}

.section .info {
	padding: 42px 13px 43px;
	background: black;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.25);
	box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.25);
}

/*  Section Solid  */

.section--solid {
	/* background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 165, 74, 1)), to(rgba(97, 115, 52, 1)));
	background: -o-linear-gradient(top, rgba(139, 165, 74, 1) 0%, rgba(97, 115, 52, 1) 100%);
	background: linear-gradient(to bottom, rgba(139, 165, 74, 1) 0%, rgba(97, 115, 52, 1) 100%); */
      /* background: black; */
	color: #fff;
}

.section--solid .section__body {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section--solid [class^="col-"] {
	border-left-color: inherit;
}

.section--solid .entry .entry__head {
	margin-bottom: 17px;
}

.section--solid .entry .entry__title {
	color: white;
}

.section--solid .link-more:hover {
	color: inherit;
}

/* ------------------------------------------------------------ *\
	Section Intro
\* ------------------------------------------------------------ */

.section-intro {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-items: flex-end;
	height: 1023px;
}

.section-intro .section__body {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.section-intro .features {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	width: 100%;
}


@media (max-width: 1024px) {
	.section-intro {
		height: 900px;
	}
}

@media (max-width: 767px) {
	.section-intro {
		height: 700px;
	}
}

@media (max-width: 479px) {
	.section-intro {
		display: block;
		height: auto;
	}

	.section-intro .section__slider {
		position: relative;
		width: 100%;
		height: 570px;
	}

	.section-intro .section__body {
		position: absolute;
		bottom: calc(100% - 540px);
		margin-bottom: 0;
	}

	.section-intro .callout {
		margin: 0 -15px;
	}
}

/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */

.box1 {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  text-align: center;
  line-height: 1;
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 20px 40px;
}



/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Slider Main
\* ------------------------------------------------------------ */

.slider-main,
.slider-main .slider__clip,
.slider-main .slider__slides,
.slider-main .owl-stage-outer,
.slider-main .owl-stage,
.slider-main .owl-item,
.slider-main .slider__slide {
	height: 100%;
}

.slider-main .slider__slide {
	height: 100%;
}


/* ------------------------------------------------------------ *\
	Picture Slider
\* ------------------------------------------------------------ */

@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}

.fadein { 
	position:relative; 
	height:332px; 
	width:500px; 
	margin: 0 auto; 
}

.fadein img { 
	position:absolute; 
	max-height:100%; 
	max-width:100%;
	left:0; 
	right:0; 
	opacity:0; 
	animation-name: fade; 
	animation-duration: 12s; 
	animation-iteration-count: infinite; 
}

.fadein img:nth-child(1) { 
	animation-delay: 0s;  
}

.fadein img:nth-child(2) { 
	animation-delay: 3s;  
}

.fadein img:nth-child(3) { 
	animation-delay: 6s;  
}

.fadein img:nth-child(4) { 
	animation-delay: 9s;  
}


/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	padding-left: 0;
}

.socials li {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
}

.socials li a {
	display: block;
	border-radius: 50%;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.socials li a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(1, 2, 2, 0.5);
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/*********************************/
/*** Central Styles ****/
/*********************************/

.primaryColorBg, .calendarhead, .dirviewtitle, .accordion-section-title {
	background-color: #a3c05a;
}

.primaryColorText, .primaryColorText a, a {
	color: #a3c05a;
}

.secondaryColorBg, .accordion-section-title.active, .accordion-section-title:hover {
	background-color: #617334;
}

.secondaryColorText, .secondaryColorText a, a:hover, .colortext, h2, h3, h1 {
	color: #617334;
}

.tertiaryColorBg {
	background-color: #fff;
}

.tertiaryColorText {
	color: #fff;
}

.contentPad {
}
.contentpad .section__body {
	padding: 30px 0;
}
h1.title {
	margin: 0 0 30px;
	padding: 0
}
.title {
	font-size: 55px;
}
.titleLine, .titleLine2 {
	height: 7px;
	margin-bottom: 30px;
}
.titleLine2 {
	margin-bottom: 0;
}

.title2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.boldtext {
	color: #37a4d7;
	font-weight: bold;
}

.boldtext2 {
	color: #8b776c;
	font-weight: bold;
}

.colortext {
	
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*********************************/
/*** Home Page Boxes ****/
/*********************************/

.homebox .title2 {
	color: #fff;
	background-color: #6c5043;
	padding: 10px 0;
}

.homebox {
	border: 1px solid #6c5043;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion {
	background-color: transparent;
	font-size: 22px;
}
.accordion .calendarhead {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	padding: 15px 15px 10px 45px;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead  {
	text-decoration: none;
	
}
.accordion-section-title.active, .accordion-section-title:hover {
	color: #fff;
}

.accordion-section-title {
	position: relative;
}

.accordion-section-content {
	background-color: #fff;
	color: #000;
	margin: 5px 0;
}

.accordion-arrow {
	display: none;
	float: left !important;
	margin-right: 10px;
	background-image: none;
}

.accordion-arrow.active {
	background-image: none;
}


/*********************************/
/*** Call to Action Form ****/
/*********************************/

.cta-header {
	font-size: 24px;
	margin-bottom: 15px;
}

.cta-wrapper label {
	font-weight: normal;
	margin: 5px 0 7px;
	font-size: 18px;
}

.cta-wrapper input[type="text"], .cta-wrapper input[type="password"], .cta-wrapper textarea {
	border-radius: 0;
	background: #fff;
}

.cta-wrapper #submit {
	margin-top: 7px;
}

@media (max-width: 991px) {
	.mnw-sidebar {
		margin-top: 30px;
	}

	.contact-img {
		margin: 20px auto;
	}
}

/*********************************/
/*** Styles ****/
/*********************************/
.day strong, .dirviewtitle strong, .calendarhead th, .calendarhead strong {
	font-weight: normal;
}

/*********************************/
/*** Cards ****/
/*********************************/
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 50%;
  }
}

.card {
	background: white;
	margin-bottom: 2em;	
}


.card-content {
	padding: 1.4em;
}

.card-content h2 {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: normal;
}

/* Flexbox styles */
@media screen and (min-width: 40em) {  
  .cards {
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 1em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
    /* width: calc(50% - 1em); */
  }
} /* mq 40em*/

@media screen and (min-width: 60em) {
  .cards {
    margin-top: inherit;
  }
  
  .card {
    margin-bottom: 2em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
    /* width: calc(50% - 1em); */
  }
} /* mq 60em*/

.centered {
    margin: 0 auto;
    padding: 0 1em;
}

/*********************************/
/*** Typing ****/
/*********************************/

.wrapper1 {
  height: 10vh;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
}

.typing {
  width: 48ch;
  animation: typing 2s steps(47), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 1em;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

/*********************************/
/*** Leaves ****/
/*********************************/

.dot{
  width:35px;
  height:35px;
  position:absolute;
  background: url(http://www.clipartqueen.com/image-files/red-lobed-fall-clipart-leaf.png);
  background-size: 100% 100%;
}
#fall{width:100%; height:100%; }

