.fixedbar{
    height: 60px;
    background-color: white;
    bottom: 0px;
    color: #000;
    left: 0;
    padding: 0px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
    float: left;
    vertical-align: middle;
    margin: 0px 0 0;
    border-top:1px solid #cca94d;
    box-shadow: 0 -4px 3px #ccc;
}
#claimRow h3{
    font-size: 1.5em !important;
    line-height: 1;
    padding-top: 10px;
}
#bar-buttons .btn-label {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 15px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
}
#bar-buttons .btn-label.label-close{display:none;}

#bar-left{
    text-align:center;
    margin-top: -40px;
}

#bar-excerpt {
    margin-top:10px;
}
#bar-buttons {
    padding: 0;
}
.icon-arrow-top, .icon-arrow-bottom {
    background: url("https://www.bluenotemilano.com/wp-content/uploads/2014/07/bluenotemilano-down-arrow.png") no-repeat scroll center 50% / 80% auto transparent;
    display: block;
    float: right;
    height: 18px;
    width: 18px;
}
#banner-actions .btn-access {
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 40px;
    text-transform: uppercase;
}
#close-banner{
    margin-right: 15px;
    position: absolute;
    right: 0;
    line-height: 1;
    z-index: 100;
    margin-top: -20px;
    background: #cdaa4e;
    padding: 5px 10px;
    color: #fff;
}
@media (max-width:1024px){
    #banner-actions .btn-access{
        font-size: 11px;
        padding: 10px 30px 10px 10px;
    }
    #bar-buttons .btn-label{
        margin: 20px 0;
    }
}
@media (max-width:480px){
    .fixedbar #mobileRow .col-xs-3.only-mobile {
        width: 25%!important;
        float: left;
        margin-top: -15px 0 0!important;
    }
    .fixedbar #mobileRow .col-xs-9.only-mobile{
        width: 75%!important;
        float: left;
        margin: 0!important;
        padding: 0;
    }
    body .fixedbar #mobileRow h3{
        font-size: 1.1em!important;
        padding: 7px 0;
    }
    .bar-middle {
        position: relative;
    }
    /*#bar-left > img {
        height: 100px;
    }*/
    #bar-buttons .label-open {
        position: absolute;
        left: 15px;
        top: -193px;
        width: auto !important;
        background-color: #ffffff;
        margin: 0;
    }
    #bar-buttons .btn-label.label-close {
        display: inline-block;
        float: right;
        margin: auto 20px 10px auto;
        text-align: right;
        width: auto;
    }
    #banner-actions .btn-access {
        line-height: 30px !important;
    }
    #bar-content .col-md-8 {
        font-size: 14px;
    }
    #bar-middle #content .col-sm-10 h3 {
        font-size: 21px;
        margin-bottom: 0;
    }
}
@media (max-width:320px) {
    #bar-buttons .label-open {
        top: -215px;
    }
}