/* Footer Bar (with Blue Background Color) */
.home_footer_bar .bar_item {
    padding: 80px 20px 80px 20px;
    background-color: #0ca5d2;
    border-right: 1px solid #ffffff;
}

.home_footer_bar .bar_item h2 {
    font-size: 1.5em;
    font-weight: 300;
	/*
    line-height: 1.6em;
	*/
	line-height: 5em;
    word-spacing: 0.01em;
    margin-left: 0;
    margin-bottom: 12px;
    color: #fff;
}

.home_footer_bar .bar_item p {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.8;
    max-width: 340px;
}

.home_footer_bar .bar_item img {
    margin-left: auto;
}

.home_footer_bar .bar_item a {
    display: block;

    max-width: 600px;
    margin-right: auto;
    width: 90%;
    transition: all 0.5s linear 0s;
}

.home_footer_bar .bar_item a:hover {
    opacity: 0.75;
    filter: alpha(opacity=100);
    transition: all 0.5s linear 0s;
}

.home_footer_bar .bar_item:first-child a {
    margin-left: auto;
    margin-right: 0;
}
