body {
	font-family: 'Josefin Sans', sans-serif;
	color: #0f5f38;
    background: #fff;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong{
	font-weight: 400;
}
a {
	color: #000;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
}
.bg-green{
	background-color: #0f5f38;
	color: #fff;
}
.bg-green a{
	color: #fff;
}
.bg-gray{
	background-color: #eee;
}
.bg-gray-light{
	background-color: #f1f1f1;
}
.text-justify-center{
	text-align: justify;
	text-align-last: center;
}

.cta-box a{
	font-size: 1.2em;
	font-weight: 400;
}

ul.menu{
	margin: 0;
	padding: 0;
}
ul.menu li{
	display: block;
}
.top-menu{
	position: relative;
	margin-bottom: -23px;
	z-index: 1;
}
.top-menu a{
	color: #fff;
}
.top-menu ul.menu{
	font-weight: 400;
	font-size: 0.85em;
}
.top-menu ul.menu a{
	color: #fff;
	display: block;
	padding: 1em 0;
}
.top-menu ul.menu li{
	position: relative;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.top-menu ul.menu li.menu-item-has-children > a:after{
	content: '\f0d7';
	font-family: FontAwesome;
	color: #ffff66;
	margin-left: 5px;
	line-height: 1;
}
.top-menu ul.menu .sub-menu{
	display: none;  
	position: absolute;
	background: #0f5f38;
	padding: 0;
	margin: 0;
	z-index: 10;
	width: 180px;
}
.top-menu ul.menu > li > .sub-menu{
	left: 0;
	right: 0;
}
.top-menu ul.menu .sub-menu li > .sub-menu{
	right: -180px;
	top: 0;
}
.top-menu ul.menu li:hover > .sub-menu{
	display: block;
}
.top-menu ul.menu .sub-menu a{
	padding: 1em;
}
.top-menu li.current-menu-item > a,
.top-menu li.current-menu-ancestor > a,
.top-menu li.current-menu-parent > a{
	text-decoration: underline;
}

.home-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-text h1{
	font-size: 3em;
	line-height: 1.2;
}

.home-section-title .icon{
	position: absolute;
	bottom: 0;
	left: 2em;
}
.home-content{
	color: #000;
}

.section-display img{
	border: 1.5rem solid #fff;
	webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3);
}
.section .section-title{
	font-size: 1.5em;
	font-weight: 400;
}
.section-display-1 p{
	line-height: 2;
}

.section.background-1{
	background: url(../images/background-1.png) center no-repeat;
}
.section .special-title h2{
	overflow: hidden;
	text-align: center;
}
.section .special-title h2:before,
.section .special-title h2:after {
	background-color: #0f5f38;
	content: "";
	display: inline-block;
	height: 4px;
	position: relative;
	vertical-align: super;
	width: 50%;
}

.section .special-title h2:before {
	right: 0.5em;
	margin-left: -50%;
}

.section .special-title h2:after {
	left: 0.5em;
	margin-right: -50%;
}

.section.background-2{
	background: url(../images/background-2.png) center no-repeat;
}
.big-phone{
	font-size: 4em;
	font-weight: 400;
	vertical-align: middle;
}

a.button{
	color: #fff;
	font-weight: 400;
	font-size: 1.5em;
	background-color: #0f5f38;
	display: inline-block;
	padding: 0.2em 1em;
}

.website-maps{
	margin-bottom: -8px;
}

.footer-menu li{
	padding: 0 1em;
}

@media (max-width: 1199px) {  /*lg*/
	.home-text h1{
		font-size: 2.5em;
	}
	.section-display-1 p{
		line-height: 1.5;
	}
}

@media (max-width: 991px) { /*md*/
	.home-text{
		position: relative;
		transform: none;
		top: 0;
		left: 0;
	}
	.home-section-title .icon{
		position: static;
		text-align: center;
	}
	.big-phone{
		font-size: 3em;
	}
	.top-menu{
		margin-bottom: 0;
	}
}

@media (max-width: 767px) { /*sm*/
	a.showmenu{
		font-size: 36px;
		color: #fff;
	}
	.mobnav-subarrow{
		background: #fff;
		height: 30px;
		width: 30px;
		position: absolute;
		top: 5px;
		right: 5px;
		color: #18ab4f;
		text-align: center;
		border-radius: 2px;
		cursor: pointer;
	}
	.mobnav-subarrow span.fa {
		padding-top: 5px;
		font-size: 20px;
	}
	.top-menu ul.menu,
	.top-menu ul.menu li:hover > ul.sub-menu{
		display: none;
	}
	.top-menu ul.menu.menu-show,
	.top-menu ul.menu ul.menu-show{
		display: block !important;
	}
	.top-menu ul.menu li{
		float: none;
		display: block;
	}
	.top-menu ul.menu ul.sub-menu{
		position: static;
		margin: 10px;
		box-shadow: none;
		width: auto;
	}
	.top-menu ul.menu ul li{
		background: transparent;
	}
	.top-menu ul.menu a{
		padding: 1em 0;
	}
	.top-menu ul.menu li.menu-item-has-children > a:after{
		content: '';
	}	
	
}

@media (max-width: 575px) {

}
