.call-out-box.with-icon {
    padding-left: 165px;
    min-height: 190px;
}


.call-out-box.with-icon img {
    position: absolute;
    left: -140px;
    text-align: center;
    z-index: 1;
    height: 110px;
    line-height: 80px;
    padding-right: 40px;
    border-right: 1px dashed #ffffff;
    color: #ffffff;
}

.call-out-box.with-icon img.piccolo {
    position: relative;
    left: -60px;
    text-align: center;
    z-index: 1;
    height: 110px;
    line-height: 80px;
    padding-right: 0px;
    border-right: 0px dashed #ffffff;
    color: #ffffff;
}



.call-out-box .callout-content {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    padding-right: 10px;
    float: left;
    margin-left: 50px;
}



.bg-red {
    background-color: #dd4b39 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-green {
    background-color: #00a65a !important;
}




.front-title.augustus{
    color: #000 !important;
}


footer.footer{
    background: #333;
}





.fire {
    border: 1px solid #dd4b39;
    color: #dd4b39;
    display: block;
    float: left;
    font-size: 42px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
    width: 60px;
}

.cat-item.active > a{
    color: #237DC8;
}