.footer {
    background-image: url(../images/hills2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.btn-primary, #info-bar-dropdown a.dropdown-toggle {
    background: 0;
    zoom: 1;
    background-color: #386c71;
    background-repeat: repeat-x;
    border-color: #439c1a #439c1a hsl(101,71%,31%);
    color: #fff;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    color: #8e5da2;
}

.footer .col-sm-4>div {
    min-height: 150px;
    max-height: 155px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#25000000',endColorstr='#25000000');
    background-color: transparent ; 
    width: 75%;
    vertical-align: middle;
    border-radius: 10px;
    margin: 0 auto;
}

.breadcrumb > li:first-child {

	display:none;

}
 
.breadcrumb>li:nth-of-type(2):before {

	display:none;

}
