@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*

Theme Name: Green Nature
Author : Logic Design
Author URI: http://www.logicdesign.co.uk/
Description: A website theme designed and built by Logic Design, for Green Nature.
Version: 0.1a

*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

li{
  font-size: 13px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-1 {
  width: 5.20833%;
}

.col-2 {
  width: 13.54167%;
}

.col-3 {
  width: 21.875%;
}

.col-4 {
  width: 30.20833%;
}

.col-5 {
  width: 38.54167%;
}

.col-6 {
  width: 46.875%;
}

.col-7 {
  width: 55.20833%;
}

.col-8 {
  width: 63.54167%;
}

.col-9 {
  width: 71.875%;
}

.col-10 {
  width: 80.20833%;
}

.col-11 {
  width: 88.54167%;
}

.col-12 {
  width: 96.875%;
}

.row {
  margin: 0 auto;
  width: 990px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.row-fluid {
  margin: 0 -15px;
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  content: " ";
  display: table;
}
.row-fluid:after {
  clear: both;
}

body {
  color: #898989;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 26px;
}

h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  margin: 0;
}

h5 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

h6 {
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 25px;
}
p.lead {
  font-size: 15px;
}
p.date{
  margin: -13px 0 0 0;
  line-height: 13px;
}

a {
  color: white;
}
article a{
  color: #898989;
}

h3 a:hover, h2 a:hover{
  color: #93c153;
}

hr {
  border-style: dashed;
  border-bottom: none;
  border-color: #bdbdbd;
  border-left: none;
  border-right: none;
  width: 100%;
}
hr.large{
  margin: 30px auto;
  width: 960px;
}
hr.fluid{
  width: 100%;
}

header.home{
  position: relative;
  height: 515px;
}

.top-nav {
  background: #000000;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 9px #777;
  -moz-box-shadow: 0px 2px 9px #777;
  box-shadow: 0px 2px 9px #777;
}
.top-nav .logo {
  padding-left: 0;
}
.top-nav .logo img{
  margin: -10px -10px -14px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  -ms-border-radius: 0px 0px 0px 5px;
  -o-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  overflow: hidden;
}
.top-nav ul {
  height: 57px;
  line-height: 57px;
  margin: 0;
  padding: 0;
  float: right;
  font-family: 'Open Sans', Arial, sans-serif;
}
.top-nav ul li {
  list-style: none;
  float: left;
  position: relative;
}
.top-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  margin: 0 7px;
  font-size: 13px;
}
.top-nav ul li a:hover, .top-nav .menu > ul > li:hover > a {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: underline;
}

.top-nav ul ul{
  display: none;
  position: absolute;
  top: 44px;
  left: 7px;
  background: #000000;
  width: 250px;
  height: auto;
  z-index: 9999;
}
.top-nav li li{
  display: block;
  float: none;
  line-height: 30px;
}
.top-nav li li a{
  display: block;
  margin: 0;
}
.top-nav ul li:hover ul{
  display: block;
}

.home .top-nav {
  box-shadow: none;
}

.breadcrumbs {
  padding: 20px 15px;
  font-size: 11px;
  color: #000000;
}
.breadcrumbs a {
  color: #898989;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.home_banner {
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 515px;
  width: 100%;
  left: 0px;
  right: 0px;
}
.home_banner .banner > div {
  height: 515px;
  overflow: hidden
}
.home_banner .banner > div > img {
  width: 100%;
  min-width: 1500px;
  min-height: 515px;
  height: auto;
}
.home_banner .banner:before, .home_banner .banner:after {
  content: " ";
  display: table;
}
.home_banner .banner:after {
  clear: both;
}
.home_banner .content {
  position: absolute;
  top: 135px;
  left: 50%;
  margin-left: -150px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  width: 240px;
  height: 210px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  padding: 30px;
}
.home_banner .content a.btn {
  position: absolute;
  bottom: -24px;
  left: 98px;
}
.home_banner .content h2 {
  font-size: 36px;
  position: relative;
  line-height: 30px;
}
.home_banner .content h2:before, .home_banner .content h2:after {
  position: absolute;
  content: ' ';
  display: block;
  height: 1px;
  border-top: 1px dashed #ffffff;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: -20%;
}
.home_banner .content h2:after {
  top: 120%;
}
.home_banner .content p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
}
.home_banner .bx-controls-direction {
  width: 990px;
  min-height: 1px;
  margin: 0 auto;
  position: relative;
}

#bx-pager a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 22px;
  position: relative;
  z-index: 1;
}
#bx-pager a:last-child {
  margin-right: 0px;
}
#bx-pager a img {
  border: 2px solid #ffffff;
}
#bx-pager a.active img {
  border: 2px solid #a3e745;
}

section.main {
  background: white url(assets/img/body_bg.png) no-repeat bottom left;
}

.options {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bdbdbd;
}
.options .option {
  padding-top: 15px;
}
.options .option > div {
  border: 1px dashed #bdbdbd;
  border-bottom: none;
  padding: 10px 10px 0;
  height: 114px;
}
.options .option div h3, .options .option div p {
  /*float: left;*/
  width: 165px;
}
.options .option div h3{
  line-height: 20px;
}
.options .option div h3 a{
  text-decoration: none;
  color: #898989;
}
.options .option div p{
  font-size: 11px;
  line-height: 16px;
}
.options .option div > a{
  float: right;
}
.blogSummary p{
  font-size: 12px;
  line-height: 18px;
}

.sidebar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
}
.sidebar.services_menu{
  margin-top: 20px;
}
.sidebar h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  background: #93c153 url(assets/img/leaf_green.png) no-repeat 220px 12px;
  margin: 0;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  background: #b0db73;
}
.sidebar li {
  font-size: 15px;
  display: block;
  list-style: none;
  background: #b0db73;
  border-bottom: 1px dashed #587a2a;
  margin: 0 5px;
}
.sidebar li a {
  display: block;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  background: url(assets/img/leaf.png) no-repeat 255px center;
  text-decoration: none;
}
.sidebar li a:hover {
  text-decoration: underline;
}
.sidebar li:last-child {
  border: none;
}
.sidebar:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px dashed #587a2a;
  content: ' ';
  display: block;
}
.sidebar.grey {
  color: #000000;
  background: #f7f7f7 url(assets/img/seed_sticks_bg.png) no-repeat bottom center;
  position: relative;
  padding: 0 20px 20px;
  min-height: 300px;
  border: 1px solid #d7d6d6;
}
.sidebar.grey a.btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.sidebar.grey h2 {
  background: transparent;
  padding: 20px 0 5px;
  font-size: 26px;
  font-weight: 300;
}
.sidebar.grey p {
  font-size: 13px;
}
.sidebar.enquire {
  background-color: #93c153;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhYzg1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmOWIzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9ac859), color-stop(100%, #6f9b31));
  background-image: -webkit-linear-gradient(#9ac859, #6f9b31);
  background-image: -moz-linear-gradient(#9ac859, #6f9b31);
  background-image: -o-linear-gradient(#9ac859, #6f9b31);
  background-image: linear-gradient(#9ac859, #6f9b31);
  position: relative;
  padding: 20px;
}
.sidebar.enquire h2, .sidebar.enquire p {
  font-size: 23px;
  margin: 0;
  background: transparent;
  padding: 0;
  font-weight: 300;
}
.sidebar.enquire p {
  font-weight: 700;
}
.sidebar.enquire:after {
  content: url(assets/img/chevron.png);
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.sidebar.enquire a.abs{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box.col-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.box.col-4 > div {
  background: #f7f7f7;
  border: 1px solid #d7d6d6;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  min-height: 280px;
  color: #474747;
}
.box.col-4 > div.seed_sticks {
  background: #f7f7f7 url(assets/img/seed_sticks_bg.png) no-repeat bottom center;
}
.box.col-4 > div.seed_sticks p, .sidebar.grey p{
  line-height: 18px;
  margin-top: 0;
}
.sidebar.grey p{
  margin-top: 10px;
  }
.box.col-4 > div p {
  font-family: 'Open Sans', Arial, sans-serif;
}
.box.col-4 > div h2 {
  margin-top: 0;
}
.box.col-4 > div:before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px dashed #b9b9b9;
  content: ' ';
  display: block;
}
.box.col-4 > div a.btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials option {
  font-size: 13px;
}
.testimonials p {
  margin: 0;
}
.testimonials p.who {
  color: #76a338;
  font-weight: 600;
}

footer {
  border-top: 10px solid #93c153;
  background: #3D3417;
  color: #ffffff;
  margin-top: 10px;
  padding-bottom: 50px;
}
footer section{
  margin: 30px 0;
}
footer hr{

}
footer h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
footer .menu {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 300px;
}
footer .menu:before, footer .menu:after {
  content: " ";
  display: table;
}
footer .menu:after {
  clear: both;
}
footer .menu li {
  float: left;
}
footer .menu a {
  color: #d2d2d2;
  text-decoration: none;
  margin: 5px 10px;
  display: block;
  width: 80px;
}
footer .menu a:hover {
  text-decoration: underline;
}
footer p {
  margin: 0;
  line-height: 24px;
}
footer address {
  margin-top: 10px;
  font: 300 normal 13px 'Open Sans', Arial, sans-serif;
}
footer hr {
  /*border-color: #32290e;*/
  border-color: #31270E;
}
footer h4 span {
  font-size: 13px;
}
footer .links {
  color: #d2d2d2;
}
footer .contact .wpcf7 {
  margin-top: 20px;
}
footer .contact .col-4{
  padding-top: 40px;
}
footer .contact .social{
  margin-top: 10px;
}
footer .contact .social a{
  margin-left: 15px;
}
footer .blog .col-3 img{
  float: left;
  margin-right: 5px;
}
footer .text-right p{
  font-size: 11px;
}
blockquote, blockquote p {
  margin: 0;
  padding: 0;
  font: 300 normal 16px 'Open Sans', Arial, sans-serif;
  color: #76a338;
  line-height: 26px;
}

cite {
  display: block;
  color: #76a338;
  font: 600 normal 13px 'Open Sans', Arial, sans-serif;
}

.btn {
  border: 1px solid #4f7618;
  padding: 15px 20px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #84B145;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5Yzc1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwOWMzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c759), color-stop(100%, #709c32));
  background-image: -webkit-linear-gradient(#99c759, #709c32);
  background-image: -moz-linear-gradient(#99c759, #709c32);
  background-image: -o-linear-gradient(#99c759, #709c32);
  background-image: linear-gradient(#99c759, #709c32);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px dashed #4f7618;
  content: ' ';
  display: block;
}
.btn:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwOWMzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5Yzc1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #709c32), color-stop(100%, #99c759));
  background-image: -webkit-linear-gradient(#709c32, #99c759);
  background-image: -moz-linear-gradient(#709c32, #99c759);
  background-image: -o-linear-gradient(#709c32, #99c759);
  background-image: linear-gradient(#709c32, #99c759);
}

button.btn {
  margin-top: 15px;
}
.border{
  border-top: 1px dashed #bfbfbf;
  width: 950px;
  padding: 0;
  margin-left: 15px;
  top: 10px;
}
.border:before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #526931 transparent;
  position: absolute;
  top: -8px;
  right: 290px;
}

.wpcf7-text, .wpcf7-select, .wpcf7-textarea {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  width: 250px;
}
.wpcf7-select{
  width: 270px;
}

.text-right {
  text-align: right;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
  z-index: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*	-moz-box-shadow: 0 0 5px #ccc;
  	-webkit-box-shadow: 0 0 5px #ccc;
  	box-shadow: 0 0 5px #ccc;
  	border: solid #fff 5px;
  	left: -5px;
  	background: #fff;
  	width: 960px;*/
  height: 514px;
}

#testimonials .bx-wrapper .bx-viewport {
  height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(assets/img/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  bottom: -15px;
  color: #666666;
  display: block;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  left: 0px;
  position: absolute;
  z-index: 9999999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c2c2c2;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #787878;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: white url(assets/img/controls.png) no-repeat 15px center;
  -webkit-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.26);
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.26);
}

.bx-wrapper .bx-next {
  right: 10px;
  background: white url(assets/img/controls.png) no-repeat -65px center;
  -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.26);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -230px;
  margin-top: -16px;
  outline: 0;
  width: 50px;
  height: 55px;
  text-indent: -9999px;
  z-index: 9999;
}

.case_study_banner_wrap .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -20px;
  -webkit-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.26);
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.26);
  width: 35px;
  height: 40px;
}
.case_study_banner_wrap .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
  background: white url(assets/img/controls.png) no-repeat 12px center;
}
.case_study_banner_wrap .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
  background: white url(assets/img/controls.png) no-repeat -72px center;
}

.case_study_banner_wrap .bx-wrapper{
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(assets/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(assets/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.gallery-item {
  margin: 0!important;
}
.gallery-item .gallery-icon {
  margin: 0 20px 20px 0;
}
.gallery-item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.gallery-item a:before {
  display: block;
  content: "+";
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 52px;
  margin-left: -15px;
  margin-top: -30px;
  height: 60px;
  width: 30px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.gallery-item a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.gallery-item a img {
  width: 100%;
  border: none!important;
  display: block;
}
.gallery-item a:hover:before,
.gallery-item a:hover:after {
  opacity: 1;
}
.gallery-size-full .gallery-item {
  width: 100%!important;
  float: none!important;
}
