@font-face {
  font-family: 'oleo_scriptregular';
  src: url("../fonts/oleoscript-regular-webfont.woff2") format("woff2"), url("../fonts/oleoscript-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'oleo_scriptregular';
  color: white;
  letter-spacing: 3px; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 3em;
  margin-top: 40px; }

.slogan {
  font-family: 'oleo_scriptregular';
  color: #16672e;
  letter-spacing: 3px; }

.shadow {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); }

.btn-primary {
  color: #fff;
  background-color: #77af42;
  border: 0 !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #456526;
  border: 0 !important; }

/* The BOX 
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.mastfoot .inner {
  text-align: left; }

.box {
  position: relative; }

.box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 14px; }

.box .red-list,
.box .green-list,
.box .green-list-second {
  color: white;
  display: inline-block;
  padding: 10px;
  height: 70px;
  line-height: 20px;
  margin-top: 4px; }

.box .red-list {
  text-transform: uppercase;
  padding-right: 25px;
  z-index: 2;
  position: absolute;
  right: 50px;
  width: 160px; }

.box .green-list {
  padding-left: 40px;
  position: absolute;
  margin-left: -20px;
  z-index: 1;
  right: 10px;
  border-radius: 0; }

.box .green-list-second {
  padding-left: 0px;
  position: absolute;
  margin-left: -20px;
  z-index: 1;
  right: 0;
  padding-left: 10px; }

ul.red-list a,
ul.green-list a,
ul.green-list-second a {
  text-decoration: none;
  color: white; }

ul.red-list a:hover,
ul.green-list a:hover,
ul.green-list-second a:hover {
  text-decoration: none;
  color: smokewhite; }

.hidden {
  visibility: hidden; }

/* Responsiveness */
@media screen and (max-width: 1199px) {
  .box ul {
    font-size: 15px; }
  .box .red-list,
  .box .green-list,
  .box .green-list-second {
    line-height: 17px;
    margin-top: 0; }
  .box .red-list {
    right: 35px;
    width: 140px; }
  .box .green-list {
    right: 5px; } }
@media screen and (max-width: 991px) {
  .box ul {
    font-size: 13px; }
  .box .red-list,
  .box .green-list,
  .box .green-list-second {
    line-height: 15px;
    margin-top: 0; }
  .box .red-list {
    right: 30px;
    width: 130px; }
  .box .green-list {
    right: 4px; } }
div.gradient-box {
  position: fixed;
  top: 0;
  width: 100%;
  height: 30vh; }

.gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 ); }

.center {
  text-align: center; }

/* Slides */
.slides {
  overflow: hidden;
  width: 100%;
  max-height: 100vh; }
  .slides .slide {
    background-size: cover;
    height: 100vh;
    color: white; }
    .slides .slide .responsive_headline {
      font-size: 70px; }
    .slides .slide .intro {
      font-size: 50px;
      margin-bottom: 40px; }
    .slides .slide .slide-text {
      font-family: 'oleo_scriptregular';
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 1px; }
    .slides .slide .padtop {
      padding-top: 80px; }
    .slides .slide #downpointer {
      display: block;
      margin: 50px auto; }
  .slides #one {
    background-image: url("../img/office.png");
    background-position: top right; }
  .slides #two {
    background-image: url("../img/jungle-resize.png");
    background-position: top center; }
  .slides #three {
    background-image: url("../img/traffic.png");
    background-position: top center; }
  .slides #office {
    background-image: url("../img/office-black.png");
    background-position: top right; }

.spacer-bottom {
  width: 100%;
  height: 170px; }

/* Main navigation */
nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 20px 0;
  z-index: 1; }
  nav .img-menu {
    display: block;
    float: right;
    height: 130px; }

/* Outside viewport */
.outside-viewport {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 180px; }
  .outside-viewport h3 {
    color: #24703A;
    font-size: 50px;
    text-align: center; }
  .outside-viewport p {
    color: black; }

.border-top {
  border-top: 1px solid #dadada; }

.border-bottom {
  border-bottom: 1px solid #dadada; }

.padtopbottom {
  padding-top: 40px;
  padding-bottom: 40px; }

/* Contact form */
.form-horizontal {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px; }

.form-horizontal .control-label {
  text-align: left;
  font-weight: lighter;
  letter-spacing: 1px;
  width: 160px !important;
  text-transform: uppercase;
  font-family: Arial;
  color: white;
  font-size: 1.4em;
  text-shadow: 0px 8px 5.7px rgba(0, 0, 0, 0.35); }

/* Responsiveness */
@media screen and (max-width: 1199px) {
  nav .img-menu {
    height: 105px; }

  .spacer-bottom {
    height: 145px; } }
@media screen and (max-width: 991px) {
  .slides .slide .responsive_headline {
    font-size: 50px; }
  .slides .slide .intro {
    font-size: 35px; }
  .slides .slide .slide-text {
    font-size: 25px;
    line-height: 30px; }

  .spacer-bottom {
    height: 135px; }

  nav .img-menu {
    height: 95px; } }
@media screen and (max-width: 767px) {
  .slides .slide .responsive_headline {
    font-size: 30px; }
  .slides .slide .intro {
    font-size: 25px;
    margin-bottom: 20px; }
  .slides .slide .slide-text {
    font-size: 18px;
    line-height: 22px; }
  .slides .slide .padtop {
    padding-top: 0; }

  .outside-viewport h3 {
    font-size: 30px; }

  .padtopbottom {
    padding-top: 10px;
    padding-bottom: 10px; } }
/* Jumping icon animation */
.jumping {
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes jump {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-15px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
