p{
    font-size: 16px;
    line-height: 26px;
}

.navbar a.navbar-brand {
    /*margin: 0px 0;
    padding: 0px;
    overflow: hidden;*/
    width: 420px;
    /*height: 90px;*/
}

.navbar a.navbar-brand span.logo_title {
    font-size: 24px;
    /*font-weight: 300;
    display: block;
    padding: 10px 0 0px 0;
    line-height: 42px;
    text-shadow: 1px 1px 0px #ffffff;*/
}

.flexslider .container .carousel-caption h1 {
/*    display: inline-block;
    margin: 0 0 0px 0;
    padding: 16px 30px;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    line-height: 1em;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    font-weight: 300;
    width: auto;*/

     font-size: 24px;
}


.full_page_photo_narrow {
    height: 425px;
    width: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.social_media_wrapper_inFooter {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 10px;
}

.map-container{
      margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;

    height: 450px;  
        background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.footer_teaser p{
    font-size: 1.1em;
    margin-bottom: 0;
}

.social_media_wrapper_inFooter a {
    text-align: center;
    display: block;
    float: left;
    margin-right: 3px;
    background-color: #666;
    color:#CCC;
    border-radius: 50%;
    font-size: 14px;
    width: 35px;
    height: 35px;
    padding: 7px;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

#site_slides li{
    cursor: pointer;
}




.centered{text-align: center;}