/* ====== Basics ====== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
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;
}
/* ====== Font Basics ====== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 87.5%;
  font-weight: 400;
  background-color: #fff;
  color: #616161;
}
p {
  font-size: 1em;
  line-height: 1.4em;
}
h1 {
  font-size: 3em;
  line-height: 1.5em;
  font-family: 'geomanistbook', sans-serif;
}
h2 {
  font-size: 2.5em;
  line-height: 1.5em;
  font-family: 'geomanistbook', sans-serif;
}
h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h4 {
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
a {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  color: #009644;
}
a:hover,
a:focus,
a:active {
  color: #009644;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body {
    font-size: 87.5 %; 
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 100%; 
  }
}
@media (min-width: 1900px) {
  body {
    font-size: 112.5%; 
  }
}
/* ====== Buttons ====== */
.btn {
  border: none;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 700;
}
.btn-xl {
    padding: 15px 30px;
}
.btn-primary {
  border: none;
  color: #fff;
  background-color: #009644;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #32aa64;
}
.btn-secondary {
  border: none;
  color: #000;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #32aa64;
}

/* ====== Navigation ====== */
.navbar-default {
  background: #ffffff;
  height: 30px;
  border-bottom: 1px solid #32aa64;
}
.navbar-default .navbar-brand {
  position: relative;
  font-family: 'geomanistbook', sans-serif;
  font-size: 30px;
  color: #009646;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active {
  color: #32aa64;
}
.navbar-default .navbar-nav li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  background: #32aa64;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #32aa64;
}
.navbar-default .navbar-nav .active a {
  background: #009644;
  color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #32aa64;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #32aa64;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #32aa64;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  position: relative;
  top: -8px;
  border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #32aa64;
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    display: block;
  }
  .navbar-default .navbar-nav {
    display: block;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 14px 10px 15px 10px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    position: relative;
    top: 0px;
    border: none;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 14px 20px 15px 20px;
  }
}
@media (min-width:1200px) {
  .navbar-default.container-fluid {
    width: 90% 
  }
}
@media (min-width:1600px) {
  .navbar-default .container-fluid {
    width: 80% 
  }
}
@media (min-width:1900px) {
  .navbar-default .navbar-nav li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .navbar-default .container-fluid {
    width: 70% 
  }
}
/* ====== Main Footer ====== */
.main-footer {
  height: auto;
  background-color: #2f4444;
}
.main-footer .contact-info {
  margin: 30px 0 30px 0;
}
.main-footer .social-media {
  margin: 0 0 30px 0; 
}
.main-footer .copyright {
  margin: 0 0 30px 0; 
}
.main-footer p,
.main-footer a,
.main-footer a:hover,
.main-footer a:focus,
.main-footer span {
  font-size: 14px;
  color: #cccccc; 
}
.main-footer span {
  margin-right: 8px; 
}
@media (min-width:768px) {
  .main-footer .social-media {
    margin: 30px 0 30px 0; 
  }
}
/* ############ Page 1: Home ############ */
/* ====== Homepage Hero ====== */
.homepage-hero {
  display: table;
  min-height: 500px;
  width: 100%;
  background-image: url('../images/homepage-hero.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.homepage-hero .textbox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0px 30px;
}
.homepage-hero .title {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.homepage-hero .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .homepage-hero{
    min-height: 1000px;
  }
  .homepage-hero h1{
    margin-bottom: 50px;
  }
  .homepage-hero p{
    margin-bottom: 60px;
  }
}
/* ====== Banner: Mimosa R8.5/R10 ====== */
.banner-mimosa {
  background: #fff;
}
.banner-mimosa .imagebox {
  padding: 40px 0px;
}
.banner-mimosa .textbox {
  padding: 20px 50px;
}
.banner-mimosa .textbox .title {
  font-weight: 400;
  color: #009646;
  text-align: center;
  margin-bottom: 30px;
}
.banner-mimosa .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.banner-mimosa .textbox ,btn {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width:992px) {
  .banner-mimosa .row {
    position: relative;
    height: 500px;
  }
  .banner-mimosa .img-responsive {
    max-height: 550px; 
  }
  .banner-mimosa .imagebox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner-mimosa .textbox {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width:1200px) {
  .banner-mimosa .row {
    position: relative;
    height: 700px;
  }
}
/* ############ Page 2: Mimosa R8.5/R10 ########### */
/* ====== Mimosa Hero ====== */
.mimosa-hero {
  display: table;
  min-height: 500px;
  width: 100%;
  background-image: url('../images/mimosa-hero.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.mimosa-hero .textbox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0px 30px;
}
.mimosa-hero .title {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.mimosa-hero .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mimosa-hero{
    min-height: 1000px;
  }
  .mimosa-hero h1{
    margin-bottom: 50px;
  }
  .mimosa-hero p{
    margin-bottom: 60px;
  }
}
/* ====== Mimosa Models ====== */
.mimosa-models {
  background: #fff;
  height: auto;
}
.mimosa-models .section-title {
  margin: 50px 0 60px 0;
  color: #008746;
  text-align: center;
}
.mimosa-models .title {
  margin-bottom: 10px;
  color: #009644;
  text-align: center;
}
.mimosa-models .text {
  margin: 0 0 50px 0;
  color: #333333;
  text-align: center;
}
.mimosa-models .img-responsive {
  margin-bottom: 100px;
}
/* ====== Mimosa Description ====== */
.mimosa-description {
  background: #404040;
}
.mimosa-description .container-fluid {
  padding: 0;
}
.mimosa-description .textbox {
  padding: 50px 25px;
}
.mimosa-description .textbox .title {
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.mimosa-description .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
.mimosa-description .imagebox {
  height: 400px;
  background-image: url('../images/mimosa-r85-grill.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}
@media (min-width: 992px) {
  .mimosa-description .row {
    position: relative;
  }
  .mimosa-description .textbox {
    padding: 0px 80px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mimosa-description .textbox .title {
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
  .mimosa-description .textbox .text {
    color: #f5f5f5;
    text-align: justify;
  }
  .mimosa-description .imagebox {
    height: 800px; 
  }
}
@media (min-width: 1200px) {
  .mimosa-description .textbox {
    padding: 0px 100px;
    }
  .mimosa-description .imagebox {
    height: 800px;
  }
}
/* ====== Mimosa Features ====== */
.mimosa-features {
  height: auto;
  background-color: #f5f5f5;
}
.mimosa-features .section-title {
  font-weight: 400;
  color: #008746;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.mimosa-features .imagebox {
  margin-bottom: 50px; 
}
.mimosa-features .img-responsive {
  height: 400px; 
  margin-left: auto;
  margin-right: auto;
}
.mimosa-features .textbox {
  margin-bottom: 50px;
}
.mimosa-features .textbox .title {
  color: #009646; 
}
.mimosa-features .textbox .text {
  text-align: justify;
}
@media (min-width: 768px) {
  .mimosa-features .row {
    height: auto;
  }
  .mimosa-features .img-responsive {
    height: 650px; 
  }
}
@media (min-width: 992px) {
  .mimosa-features .container-fluid {
    width: 90%; 
  }
}
@media (min-width: 1600px) {
  .mimosa-features .container-fluid {
    width: 80%; 
  }
}
@media (min-width: 1900px) {
  .mimosa-features .container-fluid {
    width: 80%; 
  }
  .mimosa-features .img-responsive {
    height: 660px; 
  }
}
/* ====== Mimosa Name Origin ====== */
.mimosa-name {
  background: #009646;
}
.mimosa-name .container-fluid {
  padding: 0;
}
.mimosa-name .textbox {
  padding: 50px 25px;
}
.mimosa-name .textbox .title {
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.mimosa-name .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
.mimosa-name .flexslider {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
}
.mimosa-name .flexslider .caption {
  color: #fff;
  background: rgba(0,0,0,0.8);
  padding-left: 10px;
}
.mimosa-name .flex-direction-nav a {
  color: #fff;
  width: 50px;
  height: 50px;
  text-shadow: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mimosa-name .flex-direction-nav a:before {
  font-size: 40px;
  color: #fff;
  text-shadow: 0;
}
.mimosa-name .flexslider:hover .flex-direction-nav .flex-prev,
.mimosa-name .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.9; 
}
.mimosa-name .flex-control-nav {
  bottom: 40px; 
}
.mimosa-name .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #e6e6e6;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mimosa-name .flex-control-paging li a:hover {
  background: #f0f0f0;
  background: rgba(255, 255, 255, 0.7);
}
.mimosa-name .flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}
@media (min-width: 992px) {
  .mimosa-name .row {
    position: relative;
  }
  .mimosa-name .textbox {
    padding: 0px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mimosa-name .textbox .title {
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
  .mimosa-name .textbox .text {
    color: #f5f5f5;
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .mimosa-name .textbox {
    padding: 0px 100px;
  }
}
/* ====== Mimosa Datasheet ====== */
.mimosa-datasheet {
  background: #fff;
}
.mimosa-datasheet .imagebox {
  padding: 40px 0px;
}
.mimosa-datasheet .textbox {
  padding: 20px 50px;
}
.mimosa-datasheet .textbox .title {
  font-weight: 400;
  color: #009646;
  text-align: center;
  margin-bottom: 30px;
}
.mimosa-datasheet .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.mimosa-datasheet .textbox ,btn {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width:992px) {
  .mimosa-datasheet .row {
    position: relative;
    height: 500px;
  }
  .mimosa-datasheet .img-responsive {
    max-height: 550px; 
  }
  .mimosa-datasheet .imagebox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mimosa-datasheet .textbox {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width:1200px) {
  .mimosa-datasheet .row {
    position: relative;
    height: 700px;
  }
}
/* ====== Mimosa Tutorials ====== */
.mimosa-tutorials {
  background: #fefefe;
  border-top: 1px solid #f1f1f1;
}
.mimosa-tutorials .section-title{
  color: #403e3a;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.mimosa-tutorials .imagebox {
  position: relative;
  height: 300px;
  background-image: url('../images/manual-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.mimosa-tutorials .videobox {
  position: relative;
  height: 300px; 
  background-image: url('../images/ignition-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.mimosa-tutorials .title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
}
.mimosa-tutorials .imagebox:hover,
.mimosa-turorials .imagebox:focus, 
.mimosa-tutorials .imagebox:active {
  background-image: none;
  background-color: #32aa64;
}
.mimosa-tutorials .videobox:hover,
.mimosa-turorials .videobox:focus, 
.mimosa-tutorials .videobox:active {
  background-image: none;
  background-color: #db5856;
}
@media (min-width: 768px) {
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .videobox {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .videobox {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .videobox {
    height: 500px;
  }
}
@media (min-width: 1900px) {
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .imagebox,
  .mimosa-tutorials .videobox {
    height: 600px;
  }
}
/* ====== Mimosa Tech Specs ====== */
.mimosa-specs {
  height: auto;
  background-color: #fff;
}
.mimosa-specs .container {
  max-width: 750px; 
}
.mimosa-specs .section-title {
  font-weight: 400;
  color: #008746;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.mimosa-specs table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.mimosa-specs td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding: 5px 7px;
  vertical-align: middle;
}
.mimosa-specs .main-header td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding-bottom: 5px;
}
.mimosa-specs .spec-header td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  padding-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.mimosa-specs .textbox {
  margin-bottom: 80px; 
}
.mimosa-specs .textbox p {
  color: #666666;
  font-size: 12px;
  text-align: justify;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .mimosa-specs .main-header td {
    font-size: 28px;
  }
  .mimosa-specs .spec-header td {
    font-size: 22px;
  }
  .mimosa-specs td {
    font-size: 16px;
  }
  .mimosa-specs .textbox p {
  font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .mimosa-specs .main-header td {
    font-size: 30px;
  }
  .mimosa-specs .spec-header td {
    font-size: 24px;
  }
  .mimosa-specs td {
    font-size: 18px;
  }
}
/* ############ Page 3: About Us ########### */
/* ====== About Us Hero ====== */
.about-hero {
  display: table;
  min-height: 500px;
  width: 100%;
  background-image: url('../images/about-hero.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.about-hero .textbox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0px 30px;
}
.about-hero .title {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-hero .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-hero{
    min-height: 1000px;
  }
  .about-hero h1{
    margin-bottom: 50px;
  }
  .about-hero p{
    margin-bottom: 60px;
  }
}
/* ====== Story: Salvabosque ====== */
.story-salvabosque {
  background: #f1f1f1;
}
.story-salvabosque .textbox {
  padding: 60px 20px;
}
.story-salvabosque .textbox .title {
  font-weight: 400;
  color: #008746;
  text-align: center;
  margin-bottom: 30px;
}
.story-salvabosque .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: justify;
}
.story-salvabosque .imagebox {
  padding: 0 0 60px 0;
  position: relative;
}
.story-salvabosque .img-responsive {
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  }
@media (min-width: 768px) {
  .story-salvabosque .row {
    position: relative;
  }
  .story-salvabosque .textbox {
    padding: 0 60px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .story-salvabosque .textbox .title {
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
  .story-salvabosque .textbox .text {
    text-align: justify;
  }
  .story-salvabosque .imagebox {
    padding: 60px 20px 60px 20px;
    position: relative;
  }
  .story-salvabosque .img-responsive {
    max-height: 500px; 
  }
}
@media (min-width: 992px) {
  
}
/* ====== Story: What Do We Do? ====== */
.story-do {
  background: #404040;
}
.story-do .container-fluid {
  padding: 0;
}
.story-do .textbox {
  padding: 50px 30px;
}
.story-do .textbox .title {
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.story-do .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  text-align: justify;
}
.story-do .imagebox {
  height: 400px;
  background-image: url('../images/wood-stove.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}
@media (min-width: 768px) {
  .story-do .row {
    position: relative;
  }
  .story-do .textbox {
    padding: 0px 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .story-do .textbox .title {
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
  .story-do .textbox .text {
    text-align: justify;
  }
  .story-do .imagebox {
    height: 500px; 
  }
}
@media (min-width: 1200px) {
  .story-do .imagebox {
    height: 600px;
  }
}
/* ====== Story: Our Objective ====== */
.story-objective {
  background: #fff;
  height: auto;
}
.story-objective .textbox {
  margin: 100px 0; 
}
.story-objective .title {
  font-weight: 400;
  color: #008746;
  text-align: center;
  margin-bottom: 20px;
}
.story-objective .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
/* ====== Story: Biomass ====== */
.story-biomass {
  background: #009646;
}
.story-biomass .container-fluid {
  padding: 0;
}
.story-biomass .textbox {
  padding: 80px 30px;
}
.story-biomass .textbox .title {
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.story-biomass .textbox .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: justify;
}
.story-biomass .imagebox {
  height: 400px;
  background-image: url('../images/log-pile.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}
@media (min-width: 768px) {
  .story-biomass .row {
    position: relative;
  }
  .story-biomass .textbox {
    padding: 0 60px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .story-biomass .textbox .title {
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
  .story-biomass .textbox .text {
    text-align: justify;
  }
  .story-biomass .imagebox {
    height: 500px; 
  }
}
@media (min-width: 1200px) {
  .story-biomass .imagebox {
    height: 600px;
  }
}
/* ############ Page 4: Contact ############ */
/* ====== Map ====== */
#map-canvas {
  height: 400px; 
  width: 100%;
}
@media(min-width: 768px) {
  #map-canvas {
    height: 700px;
  }
}
/* ====== Contact Block ====== */
.contact {
  margin: 40px 0;
}
.contact .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact .form-group .subject {
  margin-top: 15px;
}
.contact .form-buttons {
  margin-bottom: 60px; 
}
.contact .social-media span {
  z-index: 2200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  font-size: 18px;
  background: #ddd;
  color: #333;
  border-radius: 2px;
}
.contact .social-media .facebook {
  background: #43609c;
  color: #fff;
}
.contact .social-media .youtube {
  background: #dd2826;
  color: #fff;
}
@media (min-width: 992px) {
  .contact .form-buttons {
     margin-bottom: 0;
  }
}
@media (min-width:1600px) {
  .contact .container-fluid {
    width: 80% 
  }
}
@media (min-width:1900px) {
  .contact .container-fluid {
    width: 70% 
  }
}
.contact .contact-info span {
  color: #009644;
}