/* Minification failed. Returning unminified contents.
(93,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(103,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(114,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(126,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(136,36): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
/*kitchen, renovation*/
@media (max-width:500px) {
    #second-step .output {
        width: 80%;
        float: left;
    }
}

@media (max-width: 339px) {
    .whatsup {
        border: 0 !important;
    }
}

.short-bottom-line {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .short-bottom-line::after {
        content: "";
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        bottom: 0;
        left: 20px;
        height: 1px;
        width: -webkit-calc(100% - 40px);
    }

.break-text {
    overflow: visible;
    white-space: normal;
}

.internal {
    width: 100%;
    display: inline-block;
    vertical-align: text-top;
}

.arrow-right {
    color: #D4D4D4;
}

.wanted-sectors {
    width: 33.3333%;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 680px) {

    .internal {
        max-width: 50%;
        position: relative;
    }

    .break-text:not(:last-child):after {
        content: "";
        background: #DEDEDE;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
    }

    .wanted-sectors {
        width: 25%;
    }

    .hp-section-body .glyphicon {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {

    .internal {
        max-width: 33.333%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wanted-sectors {
        width: 20%;
    }
}

.calc-sub-header {
    font-size: 1em;
    display: inline-block;
    color: var(--main-color);
    margin-top: 0;
    margin-bottom: 0;
}

.range-wrapper {
    margin-top: 20px;
}

.price-magenta, .price-magenta a {
    background-color: var(--main-color);
    color: #fff !important;
}
/*KitchenSummary,MyRenovationSummary,RenovationSummary*/
.calc-sum-font {
    font-weight: bold;
    font-size: 1.1875em;
}

#summ .col-xs-3 {
    padding: 0;
    color: var(--main-color);
}

#summ .col-xs-9 {
    color: #777777;
}

.sector-icon-height {
    height: 40.5px;
}

.section-name {
    color: var(--main-color) !important;
    font-weight: bold;
    font-size: 1.1875em;
}

.renovation-section {
    padding: 0 20px;
}

    .renovation-section:not(:first-child) {
        border-top: 3px solid var(--main-color);
    }

