.address > span{  border-bottom-style: solid;
    border-image-outset: 0 0 0 0;
    border-image-repeat: inherit;
    border-image-slice: 30 30 30 30;
    border-image-source: url("../img/border.jpg");
    border-image-width: 1 1 1 1;
    float: left;
    font-weight: normal;
    padding-bottom: 0.3%;
    text-align: center;
    width: 100% !important;
    }

iframe{ width:100%; height:200px; border:none;}
  .next { background:hsl(91, 51%, 52%); padding:10px 20px;  margin-right:1%; margin-top:2%;  }
    .next a{color:#fff; font-weight: bold; text-decoration:none;cursor: pointer;}
  
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 5px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 5px; /* padding from the left side of the window */
}

#top-link-block a{color:#fff; background:hsl(91, 51%, 52%) none repeat scroll 0 0; border:1px solid hsl(109, 17%, 32%);}

.navbar-collapse {
    border-top: 0 none;
    box-shadow: none;
    
}

.navbar-nav {
    margin: 0 0 0 0% !important;
}
.address {
    font-weight: normal;
    margin-left: 3%;
    padding-left: 7%;
	text-align:left;
}
.abt-lst > li {
    text-align: left;
}
.about-list > li {
    text-align: left;
}
.addresses {
    font-weight: normal;
    margin-left: 3%;
    padding-left: 7%;
	text-align:center;
}

.links > li {
  
    box-shadow: 0 0 4px inset;
    margin: 1%;
    transition: all 1s ease 0s;
}
.links > li:hover {
    background: none repeat scroll 0 0 #78a36f;
}
.links a:hover {
    color: black;
}

.links a {
    color: black;
    display: block;
    padding: 2%;
    text-decoration: none;
    transition: all 1s ease 0s;
}

body {
    background: url("../img/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #5a5a5a;
    padding-bottom: 40px;
}