a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, input, textarea, select, option {
    padding: 0;
    margin: 0;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

figure {
    margin: 0;
}

embed, img, object, video {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

img[src*="maps.gstatic.com"], img[src*="googleapis.com"] {
    max-width: none;
}

a:active, a:hover {
    outline: 0;
}

.slicknav_menu {
    display: none;
}

.darkbg {
    background: #3f5262;
}

.lightbg {
    background: #fff;
}

.border {
    padding-top: 20px;
}

.hidden {
    display: none;
}

#header .logo {
    max-height: 60px;
}

#header .content {
    border-bottom: 1px solid #CDCDCD;
    padding: 20px 0;
}

#footer {
    background: #303030;
    line-height: 200%;
    font-size: 9pt;
    padding: 40px 0;
}

    #footer .content, #footer a {
        line-height: 200%;
        font-size: 9pt;
        color: #fff;
        text-decoration: none;
    }

    #footer .logo {
        max-height: 140px;
    }

    #footer .logo2 {
        max-height: 60px;
        margin-bottom: 10px;
    }

.content p {
    margin-bottom: 1em;
}

.container {
    max-width: 980px;
    margin: 0 auto;
}

    .container:after, .container:before {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

.content {
    width: 100%;
    color: #303030;
    font-size: .8rem;
    line-height: 150%;
}

    .content h1, .content h2, .content h3 {
        font-size: 1.5rem;
        font-weight: normal;
        color: #37885a;
        margin-bottom: .5em;
        line-height: 100%;
    }

    .content:after, .content:before {
        display: table;
        line-height: 0;
        content: "";
    }

    .content:after {
        clear: both;
    }

    .content [class^=col] {
        float: left;
        margin-left: 2%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2%;
    }

    .content.nopadding [class^=col] {
        float: left;
        margin-left: 2%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        position: relative;
    }



    .content [class^=col]:first-child {
        margin-left: 0;
    }

    .content .veilingrow {
        margin: 0 0 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #3f5262;
        float: left;
        width: 100%;
        cursor: pointer;
    }

    .content [class^=col] ol {
        list-style: decimal;
        margin-left: 20px;
    }

    .content [class^=col] ul {
        list-style: square;
        margin-left: 20px;
    }

        .content [class^=col] .flexslider ul, .content [class^=col] ul.sub, .content [class^=col] ul.tabstrip, .content [class^=col] ul.tag-editor, .content [class^=col] ul.dropdown {
            list-style: none;
            margin-left: 0;
        }

    .content .col12 {
        width: 100%;
    }

    .content .col11 {
        width: 91.48936170212765%;
    }

    .content .col10 {
        width: 82.97872340425532%;
    }

    .content .col9 {
        width: 74.46808510638297%;
    }

    .content .col8 {
        width: 65.95744680851064%;
    }

    .content .col7 {
        width: 57.44680851063829%;
    }

    .content .col6 {
        width: 48.53617021276595%;
    }

    .content .col5 {
        width: 40.42553191489362%;
    }

    .content .col4 {
        width: 31.914893617021278%;
    }

    .content .col3 {
        width: 23.404255319148934%;
    }

    .content .col2 {
        width: 14.893617021276595%;
    }

    .content .col1 {
        width: 6.382978723404255%;
    }


.bg {
    background: url(/Images/bg.png);
}

.border-left {
    border-left: 1px solid #CDCDCD;
    padding-left: 10px !important;
}

.button, .btn {
    background-color: #F1A400;
    text-indent: 0;
    border: 1px solid #F1A400;
    display: inline-block;
    color: #fff !important;
    font-weight: 400;
    font-style: normal;
    padding: 5px 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    line-height: 15px;
    font-size: .75rem !important;
}

    .button:hover, .btn:hover {
        background-color: #fff;
        color: #F1A400 !important;
    }


.btn-inverse {
    background-color: #F1A400;
    text-indent: 0;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff !important;
    font-weight: 400;
    font-style: normal;
    padding: 5px 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    line-height: 15px;
    font-size: .75rem !important;
}

    .btn-inverse:hover {
        background-color: #fff;
        color: #F1A400 !important;
        border: 1px solid #F1A400;
    }

    .btn-inverse.active {
        background-color: #fff;
        color: #F1A400 !important;
        border: 1px solid #F1A400;
    }

.row {
    clear: both;
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding: 10px 0;
}

    .row.nopadding {
        padding: 0;
    }

.row2 {
    clear: both;
    margin-bottom: .5em;
    float: left;
    width: 100%;
}

.veilingrow .row {
    margin-top: 1em;
    margin-bottom: 0;
}

h1.objecttitle {
    text-transform: none;
    margin-bottom: 0;
}

h1.banner {
    width: 100%;
    text-align: center;
    background: #CACDD3;
    color: #fff;
    display: inline-block;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
    color: #3f5262;
}

a, a:hover {
    color: #F1A400;
    text-decoration: none;
}

    a.white {
        color: #FFF;
    }

        a.white:hover {
            color: #3f5262;
        }

img, table {
    border: 0;
}

hr {
    color: #3f5262;
    height: 1px;
    border: 0;
    background: #3f5262;
    clear: both;
}

.cal {
    width: 60px;
    height: 45px;
    background: #3f5262;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 1.7em;
    line-height: 75%;
}

table.list {
    width: 100%;
}

    table.list th {
        text-align: left;
        color: #37885a;
        padding: 14px 4px;
        vertical-align: top;
    }

    table.list td {
        color: #37885a;
        padding: 4px;
        vertical-align: top;
        cursor: pointer;
    }

    table.list tr:nth-child(2n+1) {
        background: url(/Images/bg.png);
    }

    table.list td.nw {
        white-space: nowrap;
    }


ul.gallery li {
    float: left;
    margin-right: .5em;
    margin-bottom: .5em;
}

ul.tabstrip {
    list-style: none;
    margin: 0;
}

    ul.tabstrip li {
        -ms-zoom: 1;
        zoom: 1;
        list-style-image: none;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }

        ul.tabstrip li a {
            text-decoration: none;
            display: block;
            font-weight: normal;
            margin-top: 6px;
            text-align: center;
            color: #37885a;
            width: 100px;
            padding: 6px 0;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }

            ul.tabstrip li a.active {
                text-decoration: none;
                display: block;
                font-weight: normal;
                margin-top: 6px;
                text-align: center;
                background: #37885a;
                color: #fff;
                width: 100px;
            }

div.tab h2 {
    padding-top: 10px;
}

div.tab .submenu .block {
    padding: 15px;
}

ul.sub {
    list-style: none;
    margin: 0 0 1em;
}

    ul.sub li {
        -ms-zoom: 1;
        zoom: 1;
        list-style-image: none;
        margin-bottom: .5em;
    }

        ul.sub li a {
            text-decoration: none;
            display: block;
        }

.navigation {
}

.submenu li a {
    color: #303030;
}


.submenu li.active a {
    font-weight: bold;
}

.btn-square {
    background: #5ebe83;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
}

.btn-circle, .btn-circle:hover {
    text-align: center;
    text-decoration: none;
}

    .btn-circle .icon {
        background: #5ebe83;
        color: #fff;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 47px;
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .btn-circle.big .icon {
        width: 80px;
        height: 80px;
        line-height: 94px;
        font-size: 40px;
        margin-bottom: 0;
    }

    .btn-circle .icon.nobg,
    .btn-circle:hover .icon.nobg {
        background: none;
    }

    .btn-circle:hover .icon, .btn-square:hover {
        background-color: #37885a;
    }

    .btn-circle.active .icon, .btn-square.active {
        background-color: #303030;
    }

.menu {
    float: left;
    width: 100%;
}

ul.menu, ul.menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}


.menu li {
    float: left;
    -ms-zoom: 1;
    zoom: 1;
    list-style-image: none;
    text-align: center;
    width: 16.6%;
    position: relative;
}



.menu a {
    text-decoration: none;
    display: block;
    color: #303030;
}

    .menu a:hover .btn-circle {
        background-color: #37885a;
    }


#navmobile .menu .flyout a, .menu .flyout a {
    padding: 6px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-transform: none;
}

    #navmobile .menu .flyout a:hover, .menu .flyout a:hover {
        padding: 6px;
        font-size: 12px;
        color: #fff;
        background: #37885a;
        text-decoration: none;
        text-transform: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.menu .flyout {
    display: none;
    width: 100%;
    position: absolute;
    background: #5ebe83;
    z-index: 99999;
    padding: 0;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-zoom: 1;
    zoom: 1;
}



#navmobile {
    display: none;
}

    #navmobile .toolbar:after, #navmobile .toolbar:before {
        content: " ";
        display: table;
    }

    #navmobile .toolbar:after {
        clear: both;
    }

    #navmobile .menu {
        display: none;
        float: none;
        clear: both;
        box-shadow: 0 3px 5px #888;
        padding-bottom: 3px;
    }

    #navmobile .toolbar .logo {
        margin: 10px !important;
        max-width: 150px !important;
        max-height: 45px !important;
    }

    #navmobile .menu li {
        float: none;
        -ms-zoom: 1;
        zoom: 1;
        list-style-image: none;
        padding: 0;
        margin: 0;
        line-height: 50px;
        width: 100%;
        text-align: left;
    }

    #navmobile .menu a {
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
        white-space: nowrap;
    }


        #navmobile .menu a.btn-circle {
            text-align: left;
        }

            #navmobile .menu a.btn-circle .icon {
                margin-right: 10px;
            }


    #navmobile .toolbar {
        background: #fff;
    }

        #navmobile .toolbar .toolbar_btn {
            display: block;
            vertical-align: middle;
            float: right;
            padding: .438em .625em;
            line-height: 1.12em;
            cursor: pointer;
            margin: 10px 8px;
            text-decoration: none;
            text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
            background-color: #fff;
        }

        #navmobile .toolbar .icon {
            float: left;
            margin: .188em 0 0 .438em;
        }

        #navmobile .toolbar .icon-bar {
            display: block;
            width: 1.125em;
            height: .125em;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
            -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
            -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
            box-shadow: 0 1px 0 rgba(0,0,0,.25);
            background-color: #303030;
        }

        #navmobile .toolbar .toolbar_btn .icon-bar + .icon-bar {
            margin-top: .188em;
        }

ul.dropdown {
    list-style: none;
}

    ul.dropdown li {
        float: left;
        -ms-zoom: 1;
        zoom: 1;
        background: #3f5262;
        width: 50%;
        text-align: center;
    }

    ul.dropdown a:active, ul.dropdown a:hover {
        color: #fff;
        text-decoration: none;
    }

    ul.dropdown li a {
        display: block;
        padding: 8px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }

    ul.dropdown li.hover, ul.dropdown li:hover {
        background: #063d60;
        color: #fff;
        position: relative;
    }

        ul.dropdown li.hover a {
            color: #fff;
            text-decoration: none;
        }

    ul.dropdown ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99999;
    }

        ul.dropdown ul li {
            font-weight: 400;
            background: #063d60;
            color: #fff;
            float: none;
            width: 280px;
            text-align: left;
        }

            ul.dropdown ul li a {
                border-right: none;
                width: 100%;
                display: inline-block;
                padding: 8px;
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                letter-spacing: 1px;
            }

        ul.dropdown ul ul {
            left: 100%;
            top: 0;
        }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }

input[type=button], input[type=submit] {
}

    input[type=button]:hover, input[type=submit]:hover {
    }

    input[type=button]:active, input[type=submit]:active {
    }

input[type=text], select, textarea {
    padding: 5px;
    border: 1px solid #CDCDCD;
    width: 100%;
    margin: 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

option {
    color: #3f5262;
}

select.paging {
    border: none;
    width: auto;
}

input[type=text].error {
    border: 1px solid red;
}

input[type=text].subscribe {
    font-size: 18px;
    width: 90%;
}

span.error {
    font-size: 10px;
    color: red;
}

    span.error img {
        margin-right: 4px;
    }

.search {
    background: #EBA537;
    color: #AC7012;
}

    .search select {
        border: 2px solid #DA8E16;
        color: #DA8E16;
        font-size: 24px;
        margin: 3px;
    }

    .search .counters, .search .counters span {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
    }

    .search .landelijk {
        float: right;
        padding-top: 15px;
    }

        .search .landelijk label {
            color: #fff;
            font-size: 24px;
            line-height: 32px;
        }

    .search select.left {
        max-width: 33%;
        float: left;
    }

    .search select.right {
        max-width: 100%;
        float: right;
    }

    .search .query {
        font-size: 24px;
        padding: 10px;
        width: 84%;
        border: 2px solid #DA8E16;
        color: #DA8E16;
    }

    .search .btn {
        background: #DA8E16;
        color: #fff;
        padding: 12px 50px;
        border: 2px solid #AC7012;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
        text-indent: 0;
        display: inline-block;
        line-height: 20px;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        margin-left: 4px;
        white-space: nowrap;
        text-transform: uppercase;
    }

        .search .btn:hover {
            background: #AC7012;
            color: #fff;
        }

    .search .col4 {
        padding-top: 0;
    }

.flexslider li .title {
    display: none;
    position: absolute;
    bottom: 0;
    background: #3f5262;
    width: 196px;
    padding: 0;
    overflow: hidden;
}

    .flexslider li .title div {
        padding: 5px;
        font-size: 18px;
        color: #fff;
    }

.up, .up:hover {
    text-decoration: none;
    color: #fff;
}

.block {
    border: 1px solid #37885a;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    background: #fff;
}

.bg .block {
    margin: 10px;
}

.block.square {
    padding-bottom: 90%;
}

.block.rounded {
    border-radius: 30px;
    cursor: pointer;
}

.block.square.rounded .square {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 25% 0;
}

.block.square .square {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30% 0;
}

.block.rounded .square {
    border-radius: 30px;
}

.block .banner {
    font-size: 1.0rem;
    color: #37885a;
}

    .block .banner p {
        margin-bottom: 5px;
    }

        .block .banner p:last-child {
            margin: 0;
        }

.green1 {
    background: #5EBE83;
    border-radius: 30px;
    padding: 5px 0px 10px 0px;
}

.green2 {
    background: #51AC75;
    border-radius: 30px;
    padding: 5px 0px 10px 0px;
}

.green3 {
    background: #449A68;
    border-radius: 30px;
    padding: 5px 0px 10px 0px;
}

.green4 {
    background: #37885a;
    border-radius: 30px;
    padding: 5px 0px 10px 0px;
}

    .green1 a, .green2 a, .green3 a, .green4 a {
        color: #fff;
    }

.uitgelicht {
    position: relative;
    height: 321px;
}

    .uitgelicht .btn {
        position: absolute;
        bottom: 0;
    }

.resultaten {
    border-top: 1px solid #CDCDCD;
    margin-top: 10px;
    padding: 40px 0;
}

.eerstezitting {
    padding-top: 20px;
}

    .eerstezitting .object:nth-child(3n+1) {
        margin-left: 0;
    }

#results .object:nth-child(4n+1),
#list .object:nth-child(4n+1) {
    margin-left: 0;
}


a.textlink {
    color: #F1A400 !important;
    text-decoration: none;
    font-size: 1rem;
}

.error {
    color: red;
}

.orange {
    color: #F1A400 !important;
}

.legenda {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.r {
    text-align: right;
}

.c {
    text-align: center;
}

.l {
    text-align: left;
}

ul.buttons {
    float: right;
}

    ul.buttons li a {
        display: block;
        background: #3f5262;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 3px;
        margin-bottom: 4px;
        font-size: 18px;
        width: 182px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

ul.buttons_o, ul.buttons_o li {
    float: left;
    margin-bottom: 0;
}

    ul.buttons_o li a {
        display: block;
        background: #3f5262;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 7px 0 3px;
        margin: 0 4px 4px 0;
        font-size: 18px;
        width: 130px;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 22px;
    }

.highslide {
    cursor: url(/scripts/highslide/graphics/zoomin.cur),pointer;
    outline: 0;
    margin: 0;
    position: relative;
}

.highslide-active-anchor img {
    visibility: hidden;
}

.highslide .ex {
    position: absolute;
    background: url(/images/bg-tmb.png);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

    .highslide .lbl {
         left: 0;
    top: 0;
    right: 0;
    bottom: 0;
        position: absolute;
        padding-top: 37%;
        text-align: center;
        color: #fff;
        font-family: tasse,Arial,sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 3em;
    }

.highslide .tmb {
    width: 188px;
    height: 188px;
    overflow: hidden;
    float: right;
}

.highslide-wrapper {
    background: #fff;
}

.highslide-image {
    border: 0;
}

.highslide-caption {
    display: none;
    border: 0;
    font-weight: 400;
    padding: 10px;
    font-size: .8em;
    background-color: #fff;
    color: #3f5262;
}

.highslide-loading {
    display: block;
    text-decoration: none;
    padding: 2px 2px 2px 22px;
    border: 0;
    background-color: #fff;
    background-image: url(/scripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {
    background: url(/scripts/highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-display-block {
    display: block;
}

.highslide-display-block img {
    width: 100%;
}

.highslide-display-none {
    display: none;
}

#map {
    float: left;
    width: 100%;
    height: 400px;
    display: block;
}

#pano {
    float: left;
    width: 100%;
    height: 400px;
    display: none;
    margin-top: 20px;
}

.searchicon {
    padding: 5px;
    float: right;
}

#downloader {
    display: none;
}

.whitecontent {
    padding: 2%;
    background: #fff;
}

.pad20 {
    padding: 20px;
}


.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0;
}

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.eot);
    src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(fonts/flexslider-icon.woff) format('woff'),url(fonts/flexslider-icon.ttf) format('truetype'),url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal;
}

.flexslider {
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    -ms-zoom: 1;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    -ms-zoom: 1;
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flexslider .label {
    position: absolute;
    bottom: 10px;
    padding: 10px;
}

    .flexslider .label .descr, .flexslider .label .title {
        background: #fff;
        padding: 10px;
        margin: 0;
    }

.flex-direction-nav {
    list-style: none;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        background: url(bg_direction_nav.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: 0;
    }

    .flex-direction-nav .flex-prev {
        left: 0;
    }

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    display: none;
}

.flex-direction-nav li {
    list-style-image: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        -ms-zoom: 1;
        zoom: 1;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default;
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat;
}

#cboxTopCenter {
    height: 25px;
    background: url(images/border1.png) 0 -50px repeat-x;
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) -25px 0 no-repeat;
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) 0 -25px no-repeat;
}

#cboxBottomCenter {
    height: 25px;
    background: url(images/border1.png) 0 -75px repeat-x;
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) -25px -25px no-repeat;
}

#cboxMiddleLeft {
    width: 25px;
    background: url(images/border2.png) repeat-y;
}

#cboxMiddleRight {
    width: 25px;
    background: url(images/border2.png) -25px 0 repeat-y;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 20px;
}

#cboxTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#cboxCurrent {
    position: absolute;
    bottom: 0;
    left: 100px;
    color: #999;
}

#cboxLoadingOverlay {
    background: url(images/loading.gif) 5px 5px no-repeat #fff;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}

    #cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 42px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 63px;
    color: #444;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
}

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.nomargin {
    margin-left: 0;
}

.col4.svgicon {
    text-align: center;
}

    .col4.svgicon img {
        width: 60%;
    }

.slideshow [class^=col] {
    float: left;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.slideshow .col2 {
    width: 20%;
    display: table;
}

.slideshow .col10 {
    width: 80%;
}

.slideshow .col12 {
    width: 100%;
}

.nonactive {
    display: none !important;
}

.tabbed {
    clear: both;
}

#legenda div {
    float: left;
    margin: 10px 10px 10px 0;
}

.addthis_sharing_toolbox {
    margin-top: -2px;
}

.organisatie {
    margin-bottom: 5px;
    clear: both;
}

    .organisatie .naam {
        background: url('data:image/gif;base64,R0lGODlhCQAMAPMQAPf29MW8rP39+97a0fT08NHLvuTh2ff39fz8+9jTycG4p+7u6LDC03iYtf///wAAACH5BAUAABAALAAAAwAJAAkAAAQrkLVJm3Q4u4mEeAgCTEf5AIsxEU/bDuuyPGkyGUPyJEUxFQGFUBGwVCiMCAA7') /*/Images/plus16.gif*/ no-repeat left center;
        padding-left: 20px;
        cursor: pointer;
    }

    .organisatie .contact {
        padding-left: 20px;
        display: none;
    }

    .organisatie .naam.open {
        background: url('data:image/gif;base64,R0lGODlhCQAMAPMQAP///3iYtbDC0/T08Pf39P39+/f39fz8++7t6OTh2dnUyd7a0dLMwMG4p8W8rAAAACH5BAUAABAALAAAAwAJAAkAAAQpUIRJgwQ4g3mKPwcxGQZhIsk0PCy7qEiMKlOyKDjDTIzT/A2HpUIRRAAAOw==') /*/Images/min16.gif*/ no-repeat left center;
    }

.hide-mobile {
    display: block !important;
}

.show-mobile {
    display: none !important;
}

@media screen and (max-width:980px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .searchform input[type=submit] {
        right: 10px !important;
    }

    ul.dropdown {
        margin-right: 0;
    }

    ul.buttons {
        float: none;
    }

        ul.buttons li a {
            width: auto;
            min-width: 182px;
        }

    .highslide .tmb {
        min-width: 300px;
        min-height: 300px;
        float: left;
        margin-top: 5px;
    }

    .highslide .ex .lbl {
        font-size: 1.5em;
    }
}

@media handheld,only screen and (max-width:768px) {
    #navmobile {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }


    #header {
        display: none;
    }


    body {
        font-size: 1;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
    }

    .uitgelicht {
        height: 120px;
        margin-top: 10px;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    header + div {
        padding-top: 80px !important;
    }

    .content {
        width: 100%;
    }

        .content [class^=col]:not(.nowrap), [class^=col]:not(.nowrap), .content.nopadding [class^=col]:not(.nowrap) {
            display: block;
            width: 100%;
            margin-right: 2%;
            margin-left: 0;
            clear: both;
        }




    #footer .content [class^=col] {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        clear: both;
    }

    .col12, .content .col12 {
        width: 100%;
    }

    #footer .nieuwsbrief {
        text-align: center;
    }

    .row2 .title {
        font-weight: 700;
    }

    .col4.svgicon {
        display: none;
    }

    .slideshow .col2 {
        width: 100%;
        display: table;
    }

    .slideshow .col10 {
        width: 100%;
    }

    .btn-inverse {
        padding: 5px 15px;
    }

        .btn-inverse.small {
            padding: 5px;
        }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .block.rounded,
    .block.square.rounded .square {
        border-radius: 20px;
    }

    .content .col6-sm {
        width: 48.53617021276595% !important;
        clear: none !important;
    }

        .content .col6-sm:nth-child(2n+2) {
            margin-right: 0 !important;
        }

    .green1,
    .green2,
    .green3,
    .green4 {
        margin-bottom: 10px;
        border-radius: 20px;
        padding: 10px 0;
    }

        .green1 .btn-circle .icon,
        .green2 .btn-circle .icon,
        .green3 .btn-circle .icon,
        .green4 .btn-circle .icon {
            height: auto;
            line-height: 1;
            margin: 0;
        }

    table.gmInfo td img {
        width: 100px;
    }

    #results, #list {
        min-height: 450px !important;
    }

    .objecten .object .picture .overlay .text {
        font-size: 100%;
    }
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: device-width;
    }

    @viewport {
        width: device-width;
    }

    .block.square .square {
        padding: 5% 0;
        font-size: 0.65rem;
    }

    .btn-circle.big .icon {
        width: 40px;
        height: 40px;
        line-height: 47px;
        font-size: 20px;
        margin-bottom: -10px;
        margin-top: -10px;
    }

    .objecten .object .picture .overlay .text {
        font-size: 100%;
    }
}

.objecten {
    clear: both;
    float: left;
}

    .objecten .object {
        margin-bottom: 4%;
        font-size: .8rem;
        color: #37885a;
    }

        .objecten .object p {
            height: 50px;
        }

        .objecten .object .text p {
            height: auto;
        }

        .objecten .object .picture {
            margin-bottom: 10px;
            position: relative;
        }

            .objecten .object .picture img {
                width: 100%;
            }

            .objecten .object .picture .overlay {
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                background: #000;
                opacity: 0.8;
                display: none;
            }

                .objecten .object .picture .overlay .text {
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    position: absolute;
                    opacity: 1;
                    color: #fff;
                    padding: 10px !important;
                    font-size: 90%;
                    text-align: left;
                    font-weight: normal;
                    text-transform: none !important;
                }

            .objecten .object .picture .overlay_status {
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                background: #000;
                opacity: 0.6;
            }

            .objecten .object .picture .text {
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                opacity: 1;
                color: #fff;
                font-size: 1.5rem;
                text-align: center;
                padding-top: 50%;
                font-weight: bold;
                text-transform: uppercase;
            }

        .objecten .object:hover .picture .overlay {
            display: block;
        }

.searchform {
    position: relative;
}

    .searchform input[type=text] {
        height: 44px;
    }

    .searchform input[type=submit] {
        background: #37885a;
        color: #fff;
        width: 20%;
        position: absolute;
        right: 0;
        top: 5px;
        line-height: 44px;
        border: none;
        cursor: pointer;
        height: 44px;
    }

#views {
    float: right;
    font-size: 1.5em;
    color: gray;
}

    #views a {
        margin-right: 5px;
        text-decoration: none;
        color: gray;
    }

        #views a.map {
            width: 20px;
            height: 16px;
            background: url(/images/map.png) center no-repeat;
            display: block;
            float: right;
        }

            #views a.map.active, #views a.map:hover {
                width: 20px;
                height: 16px;
                background: url(/images/map-active.png) center no-repeat;
                display: block;
                float: right;
            }

        #views a.active, #views a:hover {
            color: #37885a;
        }

#results, #list {
    width: 100%;
    min-height: 600px;
}

table.gmInfo td {
    vertical-align: top;
    padding: 10px;
}

.rslides {
    position: relative;
    list-style: none !important;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }


.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/rslides.gif") no-repeat left top;
    margin-top: -45px;
}



    .rslides_nav:active {
        opacity: 1.0;
    }



    .rslides_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

ul.rslides_tabs {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}

    ul.rslides_tabs li {
        float: left;
        padding: 0;
        margin: 0 5px;
        background: #37885a;
        color: #fff;
        width: 15px;
        height: 15px;
        text-align: center;
    }

        ul.rslides_tabs li.rslides_here {
            background: #5EBE83;
            color: #fff;
        }

        ul.rslides_tabs li a {
            color: #fff;
        }

.extrazitting {
    display: none;
}

td.label {
    font-style: italic;
}


.objecttitle {
    text-align: center;
}

    .objecttitle h1 {
        margin: 0;
        float: left;
        width: 90%;
    }

    .objecttitle .next {
        float: left;
        text-align: right;
        width: 5%;
    }

    .objecttitle .previous {
        float: left;
        text-align: left;
        width: 5%;
    }

        .objecttitle .previous i,
        .objecttitle .next i {
            font-size: 25px;
        }


.social a:active, .social a:hover, .social a:link, .social a:visited {
    position: relative;
    float: left;
    width: 30%;
    height: auto;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 1.1rem;
    margin-right: 3.33%;
}

.social-facebook {
    background: #3b5998;
}

.social-twitter {
    background: #00aced;
}

.social-email {
    background: #919191;
}


sup {
    font-size: 75%;
    vertical-align: text-bottom;
}

.downloadlist {
    list-style: none !important;
    margin: 0 !important;
}

    .downloadlist li {
        margin: 0 0 5px 0;
    }

    .downloadlist a {
        text-decoration: none;
        padding-left: 30px;
        display: inline-block;
    }

.extension {
    background: red;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    width: 25px;
    display: block;
    margin-left: -30px;
    float: left;
}

.table {
    border-top: 1px solid #ddd;
    padding-top: 4px;
}

    .table .row2 {
        border-bottom: 1px solid #ddd;
        padding: 4px 0 8px 0;
    }

        .table .row2 .title {
            font-weight: bold;
            text-align: right;
            color: #495F72;
        }

.description-max.overflow {
    overflow: hidden;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .description-max.overflow .gradient {
        background: url(/images/description-gradient.png) repeat-x bottom;
        height: 25px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.description-open {
    width: 100%;
    text-align: center;
}

    .description-open .button {
        color: #000;
        background: #ddd;
        border: none !important;
        border-radius: 0 0 4px 4px;
        width: 50px;
        text-align: center;
        padding: 5px 10px;
        margin: 0 auto;
    }

.hand {
    cursor: pointer;
}
