.offer-price-row span.strikethrough {
    position: relative;
    font-size: 16px;
    color: #aaaaaa;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: #000000;

    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
}

.installation-price {
    font-size: 10px;
    color: #333!important;
}

.installation-price span {
    font-size: 18px;
}

.offer-dedicated-type > .row > div.active,
.offer-dedicated-type > .row > div.active:hover,
.offer-dedicated-type > .row > div:hover {
    border-top: 5px solid #660066;
    padding-top: 15px;
    cursor: default;
}

.offer-dedicated-type > .row > div {
    padding: 55px 18px 50px;
    background-color: #eaeaea;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .quote-carousel
    {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .payments {
        margin-left: 5px;
    }

    .offer-dedicated-type > .row > div.active,
    .offer-dedicated-type > .row > div.active:hover,
    .offer-dedicated-type > .row > div:hover {
        border-right: 5px solid #660066;
        border-top: none!important;
        padding-top: 55px;
        padding-right: 13px;
    }

    .offer-dedicated-type > .row > div {
        padding: 55px 18px 50px;
        margin-bottom: 5px;
    }

    .offer-dedicated-type h4 {
        text-align: right;
    }

}

@media (min-width: 992px) {
    .quote-carousel
    {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .quote-carousel p {
        font-size: 32px;
    }

    .container-fluid > .row > .offer-description {
        padding: 15px 15px 15px 140px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 767px) {

    div.offer-feature-name {
        background-color: #EAEAEA;
        padding-left: 15px;
        color: #660066;
    }

    .offer-dedicated > .row > div {
        border-right: 0;
    }

    .offer-dedicated-type h4 {
        text-align: center;
    }

    .offer-dedicated-type > .row > div {
        padding: 20px 10px;
    }

    .offer-dedicated-type > .row > div.active,
    .offer-dedicated .offer-feature-row {
        background-color: #fff;
    }

    .offer-hosting .offer-description p, .offer-dedicated .offer-description p {
        font-size: 14px;
        line-height: 20px;
    }

    .text-left-xs {
        text-align: left!important;
    }

    .navbar.navbar-main {
        min-height: 75px;
    }

    .domain-search .input-group-addon {
        padding: 10px;
    }

    .domain-search .input-group-addon.glyphicon-search {
        display: table-cell!important;
        padding-right: 12px;
    }

    .domain-search .input-group {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .domain-search .domain-text span {
        font-size: 14px;
    }

    .quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    .quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    .quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

    .quote-carousel p {
        font-size: 18px;
    }

    .contact-mail, .contact-call {
        margin-top: 10px;
    }

    .contact h1 {
        font-size: 24px;
        margin-top: 5px;
    }

    .contact .phone-box {
        text-align: center;
    }

    .contact .btn-block {
        margin-bottom: 10px;
    }

    .footer .contact {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}