﻿
h1 {
    color: #99cc00;
}

a:hover, a:active, a:focus {
    outline: 0;
}

.whowearecontainer,
.clientscontainer,
.certificationcontainer  {
    margin-bottom: 200px;
}

.wherewearecontainer   {
    margin-bottom: 50px;
}

/* /////////////////////////////////////////////////////// */
/* Nav                                                     */
/* /////////////////////////////////////////////////////// */

body {
  font-family: 'Open Sans', Arial;
  min-height: 2000px;
  padding-top: 115px;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.navbar-fixed-top {
    border-width: 0;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.navbar-right > li:after {
    content:"/";
}

.navbar-right > li:last-child::after {
    content:"";
}

.nav > li > a,
.nav > li {
    display: inline;
    color: #828282;
}

.nav li {
    font-family: BentonSans, Helvetica, Arial;
    font-size: 12px;
}

.navbar-header {
    padding-top: 20px;
}

#navbar {
        padding: 30px 20px 20px;
}


.navborder {
    height: 38px;
    background-color: #000000;
    border-bottom: 4px solid #99cc00;
}

/* /////////////////////////////////////////////////////// */
/* Feature imsges                                          */
/* /////////////////////////////////////////////////////// */

.whowearecontainer.container-fluid,
.clientscontainer.container-fluid,
.certificationcontainer.container-fluid,
.wherewearecontainer.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.feature {

    height: 465px;
}

    .feature p {
        margin-top: 50px;
        text-align: center;
        width: 100%;
        color: #ffffff;
        font-family: 'Open Sans', Arial;
        font-style: italic;
        font-weight: bold;
        font-size: 40px;
    }

.whowearefeature {
    background: url('/resources/site/img/whowearefeature.png') center 0 no-repeat;
}

.clientfeature {
    background: url('/resources/site/img/clientsfeature.png') center 0 no-repeat;
}

.certificationfeature {
    background: url('/resources/site/img/certificationsfeature.png') center 0 no-repeat;
}

.wherewearefeature {
    background: url('/resources/site/img/wherewearefeature.png') center 0 no-repeat;
}

/* /////////////////////////////////////////////////////// */
/* Client                                                  */
/* /////////////////////////////////////////////////////// */

.clientscontainer li,
.certificationcontainer li {
    list-style: none;

}

.clientscontainer ul,
.certificationcontainer ul
{
    padding-left: 10px;
    padding-top: 20px;
}

.cientboxes .col-md-4 {
    margin-bottom: 20px;
}

.cientboxes .col-md-4 div {
    background-color: #99cc00;
    padding: 24px;
}

.cientboxes h2 {
    color: #006802;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffffff; 
}

.cientboxes p {
    color: #ffffff;
    font-size: 14px;
}

/* /////////////////////////////////////////////////////// */
/* Map                                                     */
/* /////////////////////////////////////////////////////// */

.googlemapcontainer {
    border-top: 7px solid #99cc00;
}

#map-canvas,
#map-canvas2 {
    height: 500px;
}

.address {
    padding: 20px;
    width: 300px;
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    background-color: #99cc00;
    font-weight: bold;
    color: #ffffff;
}

    .address img {
        margin: 20px 0 20px 0;
    }

.address-mobile {
    display: none;
    background-color: #99CC00;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;

}

    .address-mobile img {
        margin: 10px 0 10px 0;
    }

/* /////////////////////////////////////////////////////// */
/* footer                                                  */
/* /////////////////////////////////////////////////////// */

.footercontainer {
    font-size: 12px;
    height: 40px;
    padding: 10px 0;
    background-color: #000000;
    color: #ffffff;
}
