.navbar .nav {
bottom:5px;
position:absolute;
right:15px;
}


.navbar a.navbar-brand span.logo_title {
  font-size: 20px;
  position: absolute;
  bottom:5px;
  padding-left:111px;
  padding-right:10px !important; 		
}

#about img{
    max-height: 300px;
}
#about p{
    line-height: 24px;
}
#about h3{
    color: #838080;
    letter-spacing: 2px;
    font-style: italic;
    padding-bottom:10px;
}

.feature_teaser h3{
  color:#428bca;
}

.feature_teaser i{
    color:#777777;
}

.flexslider .container {
  height: 400px;
}

.flexslider .item {
  height: 400px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_page_photo {
  height: 350px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.full_page_photo.slider_wrapper {
  height: 400px;
}

.services_right{
position:absolute;
right: 50px;
}

.service_details p{
 color: #82171A;
}


@media all and (max-width: 450px) {
  .logo_title{
    display:none !important;
  }

