#top-bar.animated-header {
    padding: 20px 0;
    background:  #DD415C;
    box-shadow: none;
}
#top-bar {
    background: #DD415C;
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;
}
#call-to-action {
    background: #f2f2f2;
    color: #444;
    margin-bottom: 50px;
}
#call-to-action .block h2 {
    margin-bottom: 15px;
    color: #727272;
}
#call-to-action .block p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    color: #727272;
}
