@charset "UTF-8";

@font-face {
    font-family: UniSans;
    src: url(../fonts/Uni-Sans-Book.woff);
    font-weight: normal;
}

@font-face {
    font-family: UniSans;
    src: url(../fonts/Uni-Sans-Light.woff);
    font-weight: 100;
}

body {
	font-family: UniSans;
	margin-bottom: 59px;
}

p {
	font-weight: 100;
	color: #3D3D3D;
}

.clear {
	clear:both;
}

.mobile {
	display:block;
}

.desktop {
	display:none;
}

.clearfix:after {
	content: "";
	display: block;
	clear:both;	
}

.container {
	max-width: 80em;
	width: 90%;
	margin:0 auto;
}

.header {
	background: #232323;
	color: #FFF;
}

.header .logo-box {
	width: 100%;
	font-size:0.9em;
}

.header .logo {
	margin-left:15px;
	padding-top:20px;
	margin-bottom: 20px;
	display: block;
	max-width: 120px;
	float: left;
}

.header .logo img {
	width: 100%;
}

.header .logo-box .text {
	float: right;
}

.header .logo-box p, .header .logo-box h1 {
	margin-left: 35px;
	max-width: 400px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #FFF;
	display: none;
}

.header .logo-box .email {
	margin-top:30px;
}

.header .logo-box .email, .header .logo-box .phone {
	display: block;
	margin-bottom: 8px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
}

.header .main-nav {
    position: fixed;
    bottom:0;
    width:100%;
    z-index: 9;
    background:#232323;
}

.header .main-nav a {
	width: 25%;
	float:left;
	color: #797979;
	text-decoration: none;
	position: relative;
	font-size: 1em;
	display: block;
	padding: 20px 0;
	text-align: center;
}

.header .main-nav a span {
	display: block;
}

.hero {
	position: relative;
}

.hero .owl-item {
	cursor: pointer;
	transition: 0.3s width ease-in;
	cursor: pointer;
}

.hero .owl-item .inner-content {
	display: none;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	z-index: 9;
	width:100%;
	height:100%;
	overflow-y: hidden;
	padding-top:50px;
	cursor: default;
}

.hero .owl-item .inner-content:before {
	content: "";
	left:0;
	top:100px;
	width:35px;
	height:50px;
	display: block;
	background: #0D5D35;
	position: absolute;
}

.hero .owl-item .inner-content .wrap {
	overflow-y: auto;
	height: 100%;
}

.hero .owl-item .inner-content .text {
	padding-left: 10%;
	padding-right: 10%;
	color: #454545;
	margin-bottom: 100px;

}

.hero .owl-item .inner-content .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 7%;
	top: 20px;
	background: url(../images/close.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
	
}

.hero .owl-item .inner-content h3 {
	margin-top: 50px;
	color: #454545;
	font-size: 1.1em;
}

.hero .owl-item .inner-content h2 {
	margin-top:10px;
	color: #454545;
	font-size: 2.3em;
}

.hero .owl-item .inner-content p {
	line-height: 1.4em;
	margin-top:25px;
}

.hero .owl-item .inner-content img {
	max-width: 100%;
	margin-top:25px;
}

.hero .owl-item.expanded {
	width: 60vw !important;
}

.hero .owl-item.expanded .number {
	color: #B5B5B5;
	z-index: 10;
	left: 10%;
}

.hero .owl-item.expanded .inner-content {
	display: block;
}

.hero .column {
	height: calc(100vh - 87.4px - 59px);
	display: block;
	background-size:cover;
	background-position: center;
	position: relative;
	text-decoration: none;
}

.hero .column:after {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(13,93,53,0.8);
}

.hero .column .overlay {
	display: block;
	z-index: 2;
	position: relative;
	height:100%;
	color: #FFF;
	font-size: 1.4em;
	text-decoration: none;
}

.hero .column .overlay .inner {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
	width:70%;
}

.hero .column .overlay h3 {
	margin-left: 20px;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.hero .column .overlay h2 {
	margin-left: 20px;
	font-size:1.4em;
}

.hero .column .overlay .show-more {
	text-transform: uppercase;
	font-size: 0.7em;
	margin-left: 20px;
	padding-left: 25px;
	margin-top:15px;
	display: block;
	background: url(../images/plus.svg) no-repeat;
	background-size: contain;
	padding-top:3px;
}

.hero .column .number {
	position: relative;
	z-index: 9;
	color: #FFF;
	left: 20px;
	top: 20px;
	font-size:1.5em;
}

.hero .owl-nav div {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	width:50px;
	height:50px;
}

.hero .owl-nav .owl-prev {
	background-image: url(../images/arrow-left.svg);
}

.hero .owl-nav .owl-next {
	background-image: url(../images/arrow-right.svg);
	right:0;
}

footer {
	background: #232323;
	padding: 20px 0;
	font-size: 0.9em;
	text-align: center;
	display: none;
}

footer p {
	color: #B9B9B9;
}

footer a {
	text-decoration: none;
	color: #0D5D35;
}

.subpage .header {
	background: #FFF;
	box-shadow: 0 2px 4px 0 rgba(122,122,122,0.50);
}

.subpage .header .logo-box p, .subpage .header .phone, .subpage .header .email, .subpage .header a {
	color: #3D3D3D;
}

.subpage .header .main-nav a {
	border-color: #DBDBDB;
	color: #FFF;
}

.subpage .header .main-nav a:hover span {
	color: #DBDBDB;
}

#about .main-content {
	max-width: 900px;
	margin: 50px auto 0;
}

#about h1 {
	color: #3D3D3D;
	font-size: 2em;
	margin-bottom: 30px;
}

#about .main-content p {
	line-height: 1.6em;
	margin-bottom: 15px;
}

#about .main-content .testimonials {
	color: #0D5D35;
	margin: 35px auto 0;
	font-size: 1.4em;
}

#about .main-content .testimonials .author {
	font-size: 0.75em;
	font-weight: bold;
}

#about .main-content .testimonials .owl-dots {
	text-align: center;
	margin: 20px auto 40px;
}

#about .main-content .testimonials .owl-dot {
	width: 10px;
	height: 10px;
	border: 1px solid #979797;
	border-radius: 50%;
	margin: 0 3px;
	display: inline-block;
}

#about .main-content .testimonials .owl-dot.active {
	border-color: #0D5D35;
	background:#0D5D35;
}

.btn {
	display: block;
	width:170px;
	border: 2px solid #0D5D35;
	color: #0D5D35;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 0;
	text-align: center;
}

#about .main-content .btn {
	margin:55px auto;
}

.btn:hover {
	background: #0D5D35;
	color: #FFF;
}

#about .people {
	text-align: center;
	margin-bottom: 20px;
}

#about .people h2 {
	font-size: 1.8em;
	font-weight: 100;
	margin-top:100px;
	margin-bottom: 15px;
}

#about .person {
	width:100%;
	display: inline-block;
	margin: 20px 0;
}

#about .person img {
	border-radius: 50%;
	max-width:140px;
	width:100%;
	box-shadow: 0 4px 13px rgba(165,165,165,0.5);
}

#about .person h3 {
	font-size: 1.1em;
	margin-top:25px;
	margin-bottom: 10px;
}

#about .person .email {
	color: #0D5D35;
	text-decoration: none;
}

#about .person .email:hover {
	opacity: 0.6;
}

.cta {
	background: url(../images/cta-bg.png) no-repeat;
	padding: 40px 0;	
}

.cta .left {
	width:50%;
	float:left;
}

.cta .left h2 {
	color: #333333;
	font-size: 1.5em;
	margin-left: 10%;
	font-weight: 100;
}

.cta .left .btn {
	margin-left: 10%;
	margin-top:40px;
	border-radius: 20px;
	text-transform: none;
}

.cta .right {
	width:50%;
	float:right;
}

.cta img {
	display: block;
	margin:0 auto;
	max-width: 400px;
	width:100%;
}

#services .main-content {
	text-align: center;
}

#services .point {
	max-width: 650px;
	margin: 70px auto 0;
}

#services .point img {
	width:50px;
}

#services .point h2 {
	margin-top:25px;
	font-size: 1.5em;
	color: #3D3D3D;
}

#services .point p {
	line-height: 1.5em;
	margin-top:25px;
}

#services .point p iframe {
	margin-top: 30px;
}

.services-slider {
	max-width: 1000px;
	margin: 70px auto;
}

.services-slider .counter {
	width: 100px;
	text-align: left;
	margin-bottom: 20px;
	font-size:1em;
	color: #343434;
	font-weight: 100;
}

.services-slider .counter span {
	font-size:1.5em;
	color: #1F6944;
	font-weight: normal;
}

.services-slider .owl-nav {
	text-align: right;
	margin-top:30px;
}

.services-slider .owl-nav div {
	width:30px;
	height:30px;
	border-radius: 50%;
	box-shadow: 0 3px 5px 1px rgba(190,190,190,0.50);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	display: inline-block;
}

.services-slider .owl-prev {
	background-image: url(../images/arrow-left-2.svg);
}

.services-slider .owl-next {
	background-image: url(../images/arrow-right-2.svg);
	margin-left: 15px;
}

#services .spacer {
	background: url(../images/spacer.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0;
	text-align: center;
	color: #FFF;
}

#services .spacer h1 {
	font-size: 1.9em;
	max-width: 650px;
	margin:0 auto;
	font-weight: 100;
	line-height: 1.3em;
}

#services .spacer .btn {
	text-transform: lowercase;
	color: #FFF;
	border-color: #FFF;
	font-size: 1.1em;
	border-radius: 25px;
	margin:20px auto 0;
}

#services .spacer .btn:hover {
	background: #FFF;
	color: #333;
}

#contact .header {
	background: #232323;
}

#contact .header .logo-box p, #contact .header .phone, #contact .header .email, #contact .header a {
	color: #FFF;
}

#contact .main-content {
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}

#contact .main-content .container {
	max-width: 900px;
	margin:0 auto;
}

#contact .main-content .left {
	text-align: center;
	margin-bottom: 50px;
}

#contact .main-content .left p {
	color: #FFF;
	margin-bottom: 15px;
	line-height: 1.4em;
}

#contact .main-content .left a {
	color: #FFF;
	text-decoration: none;
}

#contact .main-content .left h2 {
	color:#FFF;
	font-size: 2.3em;
	margin:0 auto 40px;
	max-width: 400px;
	font-weight: 100;
}

#contact .main-content .right {
	
}

#contact .main-content .right h1 {
	font-size: 2.3em;
	margin-bottom: 30px;
	font-weight: 100;
	color: #FFF;
	text-align: center;
}

#contact .main-content form {
	max-width: 400px;
	margin:0 auto;
}
#contact .main-content form input, #contact .main-content form textarea {
	display: block;
	width:calc(100% - 20px);
	border:none;
	padding: 10px;
	margin-bottom:25px;
}

#contact .main-content form textarea {
	resize: none;
	height:130px;
}

#contact .main-content form button {
	background:#0D5D35;
	border-radius: 25px;
	padding: 10px 0;
	border:none;
	color: #FFF;
	cursor: pointer;
	font-size: 0.9em;
	font-family: UniSans;
	width: 100px;
	margin:0 auto;
	display: block;
}

#contact .main-content form button:hover {
	opacity: 0.8;
}

#contact form label {
	display: none;
}

#thanks .main-content {
	text-align: center;
	margin: 50px auto;
}

#thanks .main-content h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

.social {
	margin-bottom: 15px;
}

.social a {
	display: inline-block;
	width:30px;
	height:30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin:0 5px;
}

.social .facebook {
	background-image: url(../images/facebook.svg);
}

.social .linkedin {
	background-image: url(../images/linkedin.svg);
}

.social .twitter {
	background-image: url(../images/twitter.svg);
}

.social .google {
	background-image: url(../images/google.svg);
}

.social .facebook:hover {
	background-image: url(../images/facebook-white.svg);
}

.social .linkedin:hover {
	background-image: url(../images/linkedin-white.svg);
}

.social .twitter:hover {
	background-image: url(../images/twitter-white.svg);
}

.social .google:hover {
	background-image: url(../images/google-white.svg);
}


@media screen and (min-width: 635px) and (max-width: 899px) {


}

@media screen and (min-width: 900px) {

.mobile {
	display:none;
}

.desktop {
	display:block;
}

body {
	margin-bottom: 0;
}

.header .main-nav {
    float: right;
    width: 58.325%;
    position: static;
    background: none;
}

.header .main-nav a {
	width: calc(25% - 1px);
	border-left: 1px solid #525252;
	float:left;
	height: 277.8px;
	color: #797979;
	font-size: 1.2em;
	text-align: center;
	padding:0;
}

.header .main-nav a span {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	padding-left: 15px;
	border-left: 5px solid #0D5D35;
	transition: all 0.3s ease-in;
}


#homepage .header .main-nav a span {
	top:100%;
	transform: translateY(0%);
	opacity: 0;
}

#homepage .header .main-nav a.triggered span {
	top:50%;
	transform: translateY(-50%);
	opacity: 1;
}

.subpage .header .main-nav a {
	border-color: #DBDBDB;
	color: #3D3D3D;
}

.header .main-nav a:hover span {
	color: #FFF;
}

#contact .header .main-nav a {
	border-left: 1px solid #525252;
}

.header .logo-box {
	width: 41.675%;
	float:left;
	font-size:0.9em;
}

.header .logo {
	margin-left:30px;
	padding-top:20px;
	margin-bottom: 20px;
	display: block;
	max-width: 240px;
	float: none;
}

.header .logo-box .text {
	float:none;
}

.header .logo-box p, .header .logo-box h1 {
	display: block;
}

.header .logo-box .email, .header .logo-box .phone {
	margin-left: 35px;
	margin-right: 0;
	text-align: left;
}

.hero .column {
	height: calc(100vh - 277.8px);
}

.hero .column:after {
	background: rgba(21,21,21,0.8);
}

.hero .column:hover:after {
	background: rgba(13,93,53,0.8);
}

.hero .column .overlay {
	display: none;
}

.hero .column:hover .overlay {
	display: block;
}

.hero .column .overlay .inner {
	position: static;
	transform: none;
	width: 100%;
}

.hero .column .overlay h3 {
	margin-top:20vh;
	font-size: 0.65em;
	margin-bottom: 5px;
}

.hero .column .overlay h2 {
	font-size: 1.3em;
}

.hero .column .overlay .show-more {
	font-size: 0.6em;
}

.hero .owl-nav div {
	background-color: #151515;
}

#about .person {
	width:20%;
	margin: 20px 6%;
}

.cta .left h2 {
	font-size: 2em;
	margin-top:35px;
}

#contact .main-content .left {
	float: left;
	width:60%;
	text-align: left;
}

#contact .main-content .left h2 {
	margin:0 0 40px;
	text-align: left;
}

#contact .main-content .right {
	float: right;
	width:40%;
	text-align: left;
}

#contact .main-content .right h1 {
	text-align: left;
}

#contact .main-content .right form {
	max-width: none;
	margin:0;
}

#contact .main-content .right form button {
	float: right;
	margin:0;
}

footer {
	display: block;
}

}


@media screen and (max-width: 600px) {
	.hero .owl-item.expanded {
		width: 100vw !important;
	}
}