@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');

.hideonDesktop {
    display: none;
}

.hideonMobile {
    display: block;
}

@media (max-width: 768px) {
    .hideonDesktop {
        display: block;
    }

    .hideonMobile {
        display: none;
    }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width:768px){
    .navbar {
        border-radius: 0px;
    }
}

#header-2 .brand-img {
    float: none;
    margin: 10px auto;
    text-align: center;
    max-width: 300px;
}

.btn {
    color: #FFF;
    text-decoration: none;
    background-color: #6eb43f;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}

body {
    font-family: 'Lato', sans-serif;
}

.btn.btn-default {
    box-shadow: 0px #bdc3c7;
    color: #FFF;
    background: transparent;
    font-size: 1;
    text-align: center;
    border: 2px solid #FFF;
    margin-left: 15px;
}

.hdrImage {
    width: 100%;
    background-image: url(../images/slide-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    margin-top: -50px;
}

@media (max-width:768px){
    .hdrImage {
        width: 100%;
        background-image: url(../images/slide-1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        position: relative;
        margin-top: -50px;
    }
}

p {
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
    color: #515157;
    font-family: 'Lato', sans-serif;
}

.subSection {
    position: relative;
    bottom: 0;
}

@media (max-width:768px){
    .subSection {
        position: relative;
        bottom: 0;
    }
}

.subSections {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;

    background-image: url(../images/greenBG.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 250px;
    bottom: 0;
    color: #FFF;
    font-family: 'Lato', sans-serif;
}

.subSections h2 {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding: 0px 0px 0px 10px;
}

.subSections p {
    font-size: 18px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    padding: 0px 0px 0px 10px;
}

.alignBtm {
    margin: 0px auto 20px auto;
    width: 300px;
    left: 0;
    right: 0;
    width: 160px;
    bottom: 0px;
    position: absolute;
}

.hdrTxt {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-top: 200px;
}

@media (max-width:768px){
    .hdrTxt {
        text-align: center;
        color: #FFF;
        font-weight: bold;
        margin-top: 90px;
    }
}

.hdrTxt  h1 {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    font-size: 50px;
    vertical-align: middle;
    text-transform: uppercase;
}

@media (max-width:768px){
    .hdrTxt  h1 {
        text-align: center;
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
        font-size: 35px;
        vertical-align: middle;
        text-transform: uppercase;
    }
}

.hpImg {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
}



.contImg {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
}

.greenBG {
    background-color: #0e6536;
}

.copyright-bar-2 {
    height: 140px;
    padding-top: 10px;
    background-color: #0e6536;
    position: relative;
    bottom: 0;
}

.copyright-bar-2 p {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    font-size: 13px;
}

.btn.btn-default:hover {
    background: #076324;
}

.btn {
    color: #FFF;
    padding: 10px 10px;
    margin: 15px 0;

    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 1px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media (max-width:768px){
    .btn {
        color: #FFF;
        padding: 10px 10px;
        margin: 15px 0;

        /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
        font-size: 1px;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-shadow: none;
        border: none;
        text-transform: uppercase;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
}


.ftrLinks {
  color: #FFF;
  margin-bottom: 10px;
}


.minHeight {
    min-height: 400px;
}


ul li, ol li {
font-family: 'Lato', sans-serif;
font-size: 18px;
color: #515157;
margin-bottom: 5px;
}

.catImage {
  width: 100%;
}


.prodImage {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}


.carousel {
position: relative;
margin-top: -23px;
}


.bgGreen {
  background-image: url(../images/greenBG.png);
background-position: center;
background-repeat: repeat;
border-bottom: 1px solid #FFF;
}

.navactive {
  background-color: #0e6536;
}

#whTxt {
  color: #FFF!important;
}

.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 0px solid transparent;
}


#header-2 .main-nav .navbar-nav > li a:hover {
color: #0e6536;
}


.carousel-caption h3, .h3 {
font-size: 65px;
font-family: Lato;
color: #FFF;
font-weight: bold;
}


.hdrImg {
  width: 100%;
}

.prodImagebtm {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}
