﻿
button.RadCheckBox {
    font-size: 26px;
    height: 0px;
}

.div-image0 {
    border: solid 1px silver;
}

.label-checkbox {
    float: left;
    padding-left: 15px;
    padding-top: 8px;
}
@media (max-width: 717px) and (min-width: 1px) {
    .label-checkbox {
        float: left;
        padding-left: 40px;
        padding-top: 3px;
    }
}
    /* makes the checkbox icon elastic in addition to the label text */
    .RadButton.RadCheckBox .rbIcon,
    .RadButton.RadCheckBox .rbIcon::before {
        font-size: inherit;
        width: 16px;
        height: 48px;
        top: -6px;
        left: 0px;
        z-index: 99999;
    }

    .RadButton.RadCheckBox {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }


    .RadButton.knop-col.rbButton {
        background: url("/images/btncolverzekeringenbg.png") no-repeat 0px;
        border-radius: 0px;
        Width: 350px;
        box-shadow: none;
        Height: 38px;
    }

        .RadButton.knop-col.rbButton.rbSelected,
        .RadButton.knop-col.rbButton.rbToggled,
        .RadButton.knop-col.rbSelected .rbHovered {
            background: url("/images/btncolverzekeringenbg-over.png") no-repeat 0px;
        }


    .RadButton.knop-all.rbButton {
        background: url("/images/btnalleverzekeringenbg.png") no-repeat 0px;
        Width: 350px;
        Height: 38px;
        box-shadow: none;
        border-radius: 0px;
    }

        .RadButton.knop-all.rbButton.rbSelected,
        .RadButton.knop-all.rbButton.rbToggled,
        .RadButton.knop-all.rbSelected .rbHovered {
            background: url("/images/btnalleverzekeringenbg-over.png") no-repeat 0px;
        }





    @media (max-width: 1200px) and (min-width: 767px) {

        .RadButton.knop-col.rbButton {
            background: url("/images/btncolverzekeringenbg.png") no-repeat -50px;
            Width: 270px;
            Height: 38px;
            box-shadow: none;
            border-radius: 0px;
        }

            .RadButton.knop-col.rbButton.rbSelected,
            .RadButton.knop-col.rbButton.rbToggled,
            .RadButton.knop-col.rbSelected .rbHovered {
                background: url("/images/btncolverzekeringenbg-over.png") no-repeat -50px;
            }

        .RadButton.knop-all.rbButton {
            background: url("/images/btnalleverzekeringenbg.png") no-repeat -40px;
            Width: 270px;
            Height: 38px;
            box-shadow: none;
            border-radius: 0px;
        }

            .RadButton.knop-all.rbButton.rbSelected,
            .RadButton.knop-all.rbButton.rbToggled,
            .RadButton.knop-all.rbSelected .rbHovered {
                background: url("/images/btnalleverzekeringenbg-over.png") no-repeat -40px;
            }
    }




    @media (max-width: 767px) and (min-width: 1px) {

        .RadButton.knop-col.rbButton {
            background: url("/images/btncolverzekeringenbg.png") no-repeat -65px;
            Width: 235px;
            Height: 38px;
            box-shadow: none;
            border-radius: 0px;
        }

            .RadButton.knop-col.rbButton.rbSelected,
            .RadButton.knop-col.rbButton.rbToggled,
            .RadButton.knop-col.rbSelected .rbHovered {
                background: url("/images/btncolverzekeringenbg-over.png") no-repeat -65px;
            }

        .RadButton.knop-all.rbButton {
            background: url("/images/btnalleverzekeringenbg.png") no-repeat -60px;
            Width: 235px;
            Height: 38px;
            box-shadow: none;
            border-radius: 0px;
        }

            .RadButton.knop-all.rbButton.rbSelected,
            .RadButton.knop-all.rbButton.rbToggled,
            .RadButton.knop-all.rbSelected .rbHovered {
                background: url("/images/btnalleverzekeringenbg-over.png") no-repeat -60px;
            }
    }

    .portfolio-shortcode1 {
        margin: 0;
    }

    .portfolio-item1 {
        border: 1px solid silver;
        background: #fff;
        margin: 0;
        padding: 2px 2px 2px 2px;
    }


    .portfolio-shortcode1 .portfolio_wrapper1 {
        overflow: hidden;
        margin-left: 0px;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 {
        position: relative;
        overflow: hidden;
        float: left;
        width: 0;
        height: 0;
        margin: 0 0 20px 20px;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail {
        overflow: hidden;
        height: 100%;
        padding: 0;
        margin: 0;
        background: none;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail a {
        display: block;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail a:before {
        position: absolute;
        left: -50%;
        top: 48%;
        display: block;
        margin: 0;
        height: 0%;
        width: 200%;
        background: url(/images/patternhover_1.png);
        content: "";
        border-radius: 0;
        overflow: hidden;
        z-index: 1;
        -webkit-transform: rotate(-55deg);
        -moz-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -o-transform: rotate(-55deg);
        transform: rotate(-55deg);
        -webkit-transition: 0.65s;
        -moz-transition: 0.65s;
        -o-transition: 0.65s;
        transition: 0.65s;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail a:hover:before {
        left: -30%;
        top: -45%;
        height: 200%;
        width: 151%;
        -webkit-transform: rotate(-55deg);
        -moz-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -o-transform: rotate(-55deg);
        transform: rotate(-55deg);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail .enlarge-icon {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        margin: -47px 0 0 -47px;
        width: 95px;
        height: 95px;
        text-align: center;
        color: #fff;
        background: transparent;
        z-index: 5;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail .enlarge-icon:before {
        content: '\f00e';
        font: 47px/95px Montserrat;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        max-width: none;
        width: 100%;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail a:hover .enlarge-icon {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }

    .portfolio-shortcode1 .portfolio_wrapper1 .portfolio-item1 .thumbnail a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }








