/** Generated: Monday, 26th of February 2018, 12:48:30 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* 
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(/site/templates/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/site/templates/css/AjaxLoader.gif) no-repeat center center
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  font-family: "futura-pt";
  font-weight: 400;
  -webkit-text-size-adjust: none;
  height: 100%;
  line-height: 1.4;
}
a:link,
a:visited {
  color: #999;
  text-decoration: none;
}
em {
  font-style: italic;
}
strong {
  font-style: normal;
  font-weight: 700;
}
h1 {
  font-size: 2rem;
  color: #33993d;
  margin-bottom: 1rem;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 280px;
  overflow-y: auto;
  background-color: black;
  color: white;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  background-color: white;
  z-index: 1;
  will-change: transform;
  height: 99vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
p.principals {
  font-size: .9rem;
  padding: 2rem;
}
p.principals-contact {
  font-weight: 300;
  font-size: 1.4rem;
  padding: 2rem;
}
p.principals-contact a:link,
p.principals-contact a:visited {
  color: white;
  text-decoration: underline;
}
ul.menu li {
  line-height: 3;
  border-bottom: 1px solid white;
}
ul.menu li a:link,
ul.menu li a:visited {
  padding-left: 2rem;
  display: block;
  color: white;
}
ul.menu li a:hover {
  background-color: #333;
}
ul.menu li.current a,
ul.menu li.parent a {
  background-color: #2e8a37;
}
ul.menu li:last-of-type {
  border-bottom: none;
}
.logo-container {
  margin-bottom: 2rem;
  overflow-y: hidden;
}
@media handheld, only screen and (max-width: 767px) {
  .logo-container {
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: .5rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .logo-container img.logo {
    width: 80%;
    height: auto;
    float: right;
  }
}
.toggle-container {
  float: left;
  margin-right: 1rem;
  height: 90px;
}
.toggle-button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.toggle-button img {
  display: inline-block;
}
.content {
  padding: 2rem;
}
.content body.home {
  padding: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .content {
    padding: 1rem;
  }
}
.main-content {
  padding: 2rem 0;
}
.home-image {
  height: 65vh;
  margin-bottom: 2rem;
}
.home-image .home-image-info {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
}
.home-image .home-image-info h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.home-image .home-image-info h2 a:link,
.home-image .home-image-info h2 a:visited {
  color: #33993d;
}
.home-image .home-image-info h3 {
  color: #33993d;
  font-weight: 300;
}
.home-image img {
  width: 100%;
}
.projects {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.projects a {
  width: 25%;
}
@media handheld, only screen and (max-width: 767px) {
  .projects a {
    width: 100%;
    text-align: center;
  }
}
.projects a:link,
.projects a:visited {
  text-decoration: none;
}
.projects a h2 {
  font-size: .9rem;
  display: block;
  height: 2.5rem;
  margin-bottom: .5rem;
}
.projects a img {
  max-width: 95%;
  margin-bottom: 1rem;
  height: auto;
}
@media handheld, only screen and (max-width: 767px) {
  .projects a img {
    max-width: 100%;
  }
}
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.project-item-images .item {
  height: 600px;
  margin: 3px;
}
.project-item-images .item img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.footer {
  background-color: rgba(0, 131, 72, 0.12);
  color: white;
  padding: .5rem;
}
.footer p {
  color: #33993d;
  font-weight: 300;
  font-size: .9rem;
  width: 50%;
  float: left;
}
.footer p a:link,
.footer p a:visited {
  color: #33993d;
}
@media handheld, only screen and (max-width: 767px) {
  .footer p {
    float: none;
    width: 100%;
    line-height: 2;
    text-align: center;
  }
}
.footer p:last-of-type {
  text-align: right;
  font-weight: 700;
}
@media handheld, only screen and (max-width: 767px) {
  .footer p:last-of-type {
    text-align: center;
  }
}
/* Contact form */
form#FormBuilder_contact {
  color: white;
  margin-left: 1.8em;
}
form#FormBuilder_contact .Inputfields > div {
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
}
form#FormBuilder_contact div.Inputfield_honeypot_1 {
  display: none;
}
form#FormBuilder_contact label {
  float: left;
  width: 27%;
  margin-bottom: .25em;
}
form#FormBuilder_contact #Inputfield_email,
form#FormBuilder_contact #Inputfield_name_1 {
  width: 62%;
}
form#FormBuilder_contact .Inputfield_nature_of_your_enquiry label {
  width: 70%;
}
form#FormBuilder_contact input[type="text"],
form#FormBuilder_contact input[type="email"] {
  width: 70%;
  line-height: 125%;
  padding: .25em;
}
form#FormBuilder_contact input[type="submit"] {
  padding: .25em;
}
form#FormBuilder_contact p.description {
  clear: both;
}
form#FormBuilder_contact p.notes {
  line-height: 100%;
  font-style: italic;
  margin: 0;
}
form#FormBuilder_contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
form#FormBuilder_contact ul li label {
  width: 70%;
  font-weight: normal;
  margin-right: 1em;
}
form#FormBuilder_contact textarea {
  width: 90%;
  margin-bottom: 1em;
  padding: .25em;
}
/* Edit button when logged in */
a.editpage {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  background-color: black;
  padding: .9rem;
  margin: .2rem;
}
a.editpage:link,
a.editpage:visited {
  color: white;
  text-decoration: none;
}
a.editpage:hover {
  text-decoration: underline;
}
