/**
* Global
*
**/
header a img {
    width: 137px;
    height: auto;
}
.header-phone {
    text-align: right;
    color: #fa9c38;
    padding-right: 40px;
    margin-top: -10px;
}
    .header-phone a {
        color: #fa9c38;
    }
.no-margin-top {
    margin-top: 0 !important;
}
div.ccm-page header {
    background-color: #fff;
}
div.ccm-page .btn-success {
    background-color: #fa9c38;
    border-color: #f3712c;
}
/*.open > .dropdown-togglediv.ccm-page .btn-success,*/
div.ccm-page .btn-success:hover,
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active {
    color: #ffffff;
    background-color: #c76905;
    border-color: #8c3608;
}
/**
* Home page
*
**/
.ccm-image-slider .rslides img {
    float: right ;
    max-width: 50% ;
}
.feature-home-page .ccm-block-feature-item a {
    color: inherit !important;
}
/**
* Service list
*
**/
.service-list img {
    height: 200px !important;
    width: auto !important;
    max-width: 9999px !important;
}
.service-list .col-sm-3 {
    overflow: hidden;
}


@media (max-width: 767px) {
    .ccm-image-slider .rslides img {
        float: right;
        max-width: 100%;
    }
    .ccm-image-slider-text {
        position: static !important;
        width: 100% !important;
    }
    div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
        max-height: none !important;
    }
    div.ccm-notification-help-launcher {
        top: 50px !important;
    }
    .header-phone {
        float: left;
        margin-top: 13px;
        padding-right: 0;
    }
    header a img {
        width: 80px;
        height: auto;
    }
}