html, body{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    background-color: #eeefe9;
}
h1, h2, h3, h4{
    font-family: 'Abel', sans-serif;   
}
b, strong{
    font-weight: 400;
}

iframe, object, embed{max-width: 100%;}

.carousel-caption{
    z-index: 10;
}
.carousel-inner > .item > img{
    position: absolute;
    top: 0px;
    left: 0;
    min-width: 100%;
    height: auto;
}
.carousel-inner > .item{x`
    height: 500px;   
}
.img_pad{
     padding-top: 40px;
}
.img_place_pad{
    padding-bottom: 30px;
}
.intro-block{
    background: url(../images/green.jpg) repeat;
    padding: 100px 15px 160px 100px;
    color: #fff;
}
.text-center{
    text-align:center;
}
.text-muted{
    color: #e9e6df;
    font-weight: 500;
}
.tpad{
    padding-top: 20px;
}

.blogtpad{
    padding-top: 50px;
}

.padded{
    padding: 50px 15px;
}
.marketing{
    background-color: #e9e6df;   
}
hr {
    border-top: 1px solid #c9c9c9;   
}
.info{
    background: #ffa753 url(../images/skyline.png) repeat-x bottom;
    padding: 80px 0;
}
.info small{
    color: #eeefe9;   
}
.info a{
    color: #fff;   
}
.info a:hover{
    color: #333;   
}
.tab-pane{
    padding: 40px 10px 0 10px;
}
.ftr{
    background: url(../images/bluealt.jpg) repeat;
    padding: 80px 0 60px 0;
}
.ftr address, .ftr a, .ftr p{
    color: #fff;   
}

.ft_space{
    padding: 0 10px;   
}

.blog h1 a{ color: #4b8575; }
.blog p a{ color: #ed7337; }

.sidebar{
    background-color: #e9e6df;   
}
.bpad{ margin-bottom: 30px;}

.map {
    height: 350px;
    width: 100%;
}

@media(min-width: 768px){
    .carousel-inner > .item{
        height: 600px;   
    }
    .map {
        height: 500px;
    }
  .navbar-nav.nav-justified > li{
      float:none;
  }
}

.navbar-nav {
  margin: 1px 1px; 
} 

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

.navbar-custom {
    background:url(../images/bluealt.jpg) repeat;
    color:#ffffff;
    border-radius:2;
}
  
.navbar-custom .navbar-nav > li > a {
    color:#ffffff;
    padding-left:20px;
    padding-right:20px;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #0066CC;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    color: #ffffff;
}      

.navbar-custom .navbar-brand {
    color:#ffffff;
}

.navbar-custom .navbar-toggle {
    background-color:transparent;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
    outline:0;
}

.divider {
    height:50px;
}

@media (max-width: 768px) {
    header {
    
    }
}

#wrap > .container {
  padding: 60px 15px 0;
}

.white-caret
{
border-top-color: white !important;
border-bottom-color: white !important;
}
.bs-sidebar .nav > .active > ul {
    display: block;
    margin-bottom: 8px;
}
