﻿
.section.section-first {
    border-bottom: 1px solid #DDD;
}

.section.section-checklist {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.section-header a.toggle-pricelist {
    color: #888;
    font-size: 16px;
    display: inline-block;
    padding: 2px 0px 4px;
    margin-right: 10px;
}

    .section-header a.toggle-pricelist:last-of-type {
        margin-right: 0px;
    }

    .section-header a.toggle-pricelist.active {
        color: #444;
        border-bottom: 2px solid #444;
        padding-bottom: 2px;
    }




.price-block {
    background: #fff;
    padding: 22px 25px 5px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.10);
    margin-bottom: 40px;
    font-size: 16px;
    border: solid 1px #e5e5e5;
}

    .price-block:last-child {
        margin-bottom: 0px;
    }

    .price-block h3 {
        margin: 0px;
        font-size: 22px;
        letter-spacing: -0.5px;
        padding: 20px 0px;
        border-top: 1px solid #eee;
        color: #298ccd;
    }



        .price-block h3 span.text {
            font-weight: 400;
            font-size: 73%;
            line-height: 150%;
            padding-top: 8px;
            display: inline-block;
            letter-spacing: -0.1px;
            color: #777;
        }




        .price-block h3 .price {
            color: #17bd80;
            float: right;
        }

            .price-block h3 .price i {
                margin-right: 10px;
            }

            .price-block h3 .price a,
            .price-block h3 .price a:visited {
                color: #17bd80;
            }

                .price-block h3 .price a:hover {
                    color: #0ea16b;
                }


        .price-block h3.price-block-title {
            margin: 0px;
            color: #777;
            font-size: 16px;
            padding-bottom: 15px;
            letter-spacing: normal;
            text-transform: uppercase;
            text-align: center;
        }


.price-block-muted {
    background: rgba(255,255,255,0.5);
    font-size: 15px;
    box-shadow: none;
}

    .price-block-muted h3 {
        padding-bottom: 10px;
    }





.price-block table td:last-child {
    text-align: right;
    width: 30%;
}

.price-block table {
    border-bottom: 0;
    margin-bottom: 10px;
}


    .price-block table th {
        font-size: 14px;
    }

    .price-block table td, .price-block table th {
        padding: 11px 0px !important;
        border-top: solid 1px #eee !important;
    }

.price-block .table-collapsed td, .price-block .table-collapsed th {
    padding: 2px 0px !important;
}

.price-block .table-collapsed {
    margin-bottom: 20px;
}



.vat-info {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
}


.price-checklist {
    padding: 40px 50px 35px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.10);
    margin-bottom: 40px;
    font-size: 19px;
    border: solid 1px rgba(0,0,0,0.1);
    background: #126fad;
}

    .price-checklist:last-child {
        margin-bottom: 0;
    }

    .price-checklist .pre-h2 {
        text-transform: uppercase;
        font-size: 17px;
        opacity: 0.6;
        letter-spacing: 0.1px;
        font-weight: 500;
    }

    .price-checklist h2 {
        margin: 0px 0px 28px;
        font-size: 30px;
    }


    .price-checklist ul {
        list-style: none;
        margin: 0;
        padding: 0 0 10px 0px;
    }


        .price-checklist ul li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 15px;
            font-weight: 400;
        }

            .price-checklist ul li:before {
                font-family: "FontAwesome";
                content: '\f058';
                color: #17bd80;
                font-size: 30px;
                position: absolute;
                left: 0;
                top: -8px;
            }

    .price-checklist t ul.icon-color-primary li:before {
        color: #298ccd;
    }



@media screen and (min-width: 540px) {
    .price-block h3:first-of-type {
        padding-top: 0px;
        border-top: 0;
    }

    .price-block h3.first {
        padding-top: 5px;
    }
}



@media screen and (max-width: 540px) {

    .section-header a.toggle-pricelist {
        font-size: 15px;
    }
    
    
    .section.section-first {
        border-bottom: 0;
    }

    .price-block {
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0px;
        font-size: 14px;
        box-shadow: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

        .price-block h3.price-block-title {
            padding: 5px 15px 10px 15px;
            background-color: #f5f5f5;
            font-weight: 600;
            font-size: 16px;
            text-transform: none;
            border-top: 0px;
        }

        .price-block h3 span.text {
            font-size: 86%;
        }

        .price-block h3 {
            font-size: 17px;
            padding: 20px 15px;
            border-top: 1px solid #e5e5e5;
        }

        .price-block span.mobile-line-break.text {
            display: block;
            margin-top: 2px;
        }

        .price-block h3 span.mobile-line-break.text:before {
            content: '';
        }


    .price-block-muted {
        margin-top: 20px;
        padding-top: 30px;
    }

        .price-block-muted h3 {
            padding-bottom: 10px;
            padding-top: 30px;
        }


    .price-block table td, .price-block table th {
        padding: 10px 15px !important;
        border-top: 1px solid #e5e5e5 !important;
    }

    .price-block .table-collapsed td, .price-block .table-collapsed th {
        padding: 2px 15px !important;
        border-top: 0 !important;
    }


    .price-block table {
        margin-bottom: 0;
    }

    .price-block .table-collapsed {
        margin-bottom: 20px;
    }

    .section.section-checklist {
        padding: 0 !important;
    }

    .price-checklist {
        margin-left: -15px;
        margin-right: -15px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding: 45px 20px 20px;
        font-size: 16px;
    }

        .price-checklist:last-child {
            padding: 10px 20px 30px;
        }

        .price-checklist ul li {
            padding-left: 27px;
        }

            .price-checklist ul li:before {
                font-size: 23px;
                top: -6px;
            }

        .price-checklist h2 {
            margin: 0px 0px 24px;
            font-size: 26px;
        }

    .pricing-btns a {
        font-size: 14px;
    }

    .price-block h3 .price i {
        margin-right: 5px;
    }
}


@media screen and (max-width: 375px) {
    .price-block h3 {
        font-size: 16px;
    }
}


@page {
    size: A4;
    padding: 15mm;
}



@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }

    .center, .section-md .center, .section-sm .center, .section-xs .center, .section-tab-group .center {
        width: 80%;
    }

    .header, .main-navbar, .footer, .owl-carousel, .visible-xs, .app-section {
        display: none !important;
    }

    .section.section-first {
        border-bottom: 0;
        padding-bottom: 0;
        page-break-after: always;
    }

    .section.section-light {
        background-color: transparent !important;
        margin: auto;
    }

    .section.section-checklist {
        border-bottom: 0;
        page-break-before: always;
    }

    .price-block .collapse {
        display: block;
        visibility: visible;
    }

    .price-block h3 .price i {
        display: none;
    }

    .section-header {
        display: none;
    }

    .price-block .table-collapsed {
        margin-bottom: 15px;
    }

        .price-block .table-collapsed td, .price-block .table-collapsed th {
            padding: 1px 0px !important;
        }

        .price-block .table-collapsed th {
            color: #666 !important;
        }

    .price-block h3 {
        padding: 16px 0px;
    }

    .vat-info {
        display: none;
    }


    /*Font-sizes for print **********************************************/
    body {
        font-size: 14px !important;
    }

    .price-block h3.price-block-title {
        font-size: 15px !important;
    }

    h3 {
        font-size: 17px !important;
    }

    .price-block h3 {
        padding: 16px 0px;
    }

    .price-block {
        font-size: 13px !important;
    }

        .price-block th {
            font-size: 12px !important;
        }

    .price-checklist {
        font-size: 15px;
    }

        .price-checklist .pre-h2 {
            font-size: 15px;
        }

        .price-checklist h2 {
            font-size: 20px;
        }

        .price-checklist ul li:before {
            font-size: 22px;
            top: -5px;
            left: 8px;
        }
}
