/*.bulleted:before
{
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: black;
    font-size: 1.15em;
}
.bulleted
{
    background: none !important;
    padding-left: 0 !important;
}*/

.navSupScrollTop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0.3em;
    left: 0.3em;
    width: 3em;
    height: 3em;
    background-color: #7F9B59;
    background-size: contain;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-transition: opacity .25s linear, visibility .1s linear;
    -webkit-transition: opacity .25s linear, visibility .1s linear;
    -o-transition: opacity .25s linear, visibility .1s linear;
    transition: opacity .25s linear, visibility .1s linear;
    z-index: 1000;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .navSupScrollTop.is-active {
        visibility: visible;
        opacity: 1;
    }

.box-secondary.box.secondary.object-documents {
    width: 100%;
}

div.jquerypanel .header a.hidden {
    background-position: 0 4px;
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1139px) {
    body {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    form {
        width: 100%;
        box-sizing: border-box;
    }

    div.siteMenu-container {
        display: none;
    }

    div.siteSidebar {
        display: none;
    }

    div.siteContent {
        width: 100% !important;
        padding-top: 4px;
    }

    div.handheld-menu.top {
        position: absolute;
        top: 90px;
        z-index: 3000;
    }

        div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
            background: #fff;
            border-radius: 4px;
            padding: 4px 10px;
        }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #fff;
            border-radius: 0;
            border: 1px solid #ccc;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #ccc;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 14px;
                font-weight: 300;
                padding-left: 0.6em;
                color: #333;
                border: none;
                text-transform: uppercase;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #ccc;
            }
            /*.handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #fff;
    }*/
            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 1em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 2em;
                    display: block;
                    font-weight: 300;
                    font-size: 14px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 3em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 4em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #fff;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #fff;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #fff;
                            overflow: hidden;
                        }

            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #3f3f3f;
                padding-top: 0.615em;
                font-size: 2em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #fff;
        box-sizing: border-box;
        font-size: 22px;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #3f3f3f;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter {
        margin: 0 auto;
        width: 100% !important;
        padding: 0;
    }

    div.siteMain-container {
        padding: 20px;
    }

    div.global-authorization {
        background: #fff;
        position: absolute;
        z-index: 1000;
        top: 20px;
        right: 5px;
        font-size: 14px;
    }

    div.siteHeader-container {
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        div.siteHeader-container h1 {
            background: none;
            padding: 0;
        }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        height: 150px;
    }

    div.siteLogo img {
        width: 160px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo {
        top: 11px;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }

        div.siteFooter .col25 {
            width: 40% !important;
            padding: 0px;
            box-sizing: border-box;
        }

            div.siteFooter .col25:first-of-type {
                text-align: left;
            }

            div.siteFooter .col25.alignright img {
                width: 130px;
            }

    ul.quickfilter li {
        width: 44%;
    }

        ul.quickfilter li:last-child {
            float: right;
        }

        ul.quickfilter li.full {
            width: 100%;
            margin-bottom: 12px !important;
            float: left;
        }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    .col100 .slider, .col100 .slider-container {
        width: auto;
        height: 450px;
        position: relative;
    }

    div.siteContent .col25 .box,
    div.siteContent .col25 .box.object-interest {
        width: 100%;
    }

    .col25.sideBar .gridlist {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 100%;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.textvalue {
        border-bottom: 1px solid #ccc;
    }

    div.page-col50 ul.grid li.left {
        text-align: center;
        float: none;
    }

    div.page-col50 ul.grid li.right {
        width: 100%;
        padding-left: 240px;
        text-align: center;
        padding-top: 14px;
    }

    div.image-big img {
        width: 99%;
    }

    div.siteFooter ul.siteOptions {
        margin-bottom: 0;
        border-top: 1px solid #b1b1b1;
        float: left;
        top: auto;
    }

        div.siteFooter ul.siteOptions li {
            border-color: #b1b1b1;
        }

    h1, h2.pagetitle {
        margin-bottom: 27px;
    }

    div.siteContent .col25 .box.object-interest {
        height: auto !important;
    }

    div.pageFooter {
        margin-bottom: 20px;
    }

    .page-col75.col75 .form .value {
        padding-left: 1.25em;
        clear: none;
    }

    span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblEmailInfo {
        clear: both;
        display: block;
        width: 100%;
    }

    .page-col75 div.interest-objectinfo {
        width: 70%;
        float: right;
    }

        .page-col75 div.interest-objectinfo ul.subst-row li:nth-of-type(2n+2) {
            background: #f3f3f3;
        }

        .page-col75 div.interest-objectinfo ul.subst-row li {
            font-size: 14px;
            width: 100%;
            padding: 4px 6px;
            box-sizing: border-box;
        }

            .page-col75 div.interest-objectinfo ul.subst-row li:nth-child(even) {
                padding-bottom: 6px;
            }

        .page-col75 div.interest-objectinfo ul.subst-row:last-of-type li {
            border: none;
        }

    div.interest-image {
        float: left;
        width: 25%;
        padding: 0;
    }

        div.interest-image img {
            width: 100%;
        }

    .page-col75 div.interest-interestinfo {
        width: 98%;
        height: auto;
    }

    div.siteFooter .col100 ul li {
        display: inline;
        float: right;
        display: block;
        float: right;
        padding-top: 7px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        div.siteFooter .col100 ul li:first-of-type {
            display: block;
            float: right;
            display: block;
            float: right;
            padding-top: 7px;
            margin-left: 0;
            margin-right: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

    div.siteFooter .col100 {
        padding-bottom: 10px;
    }

    .col75 img {
        max-width: none;
        width: 100% !important;
    }

    .col50 img {
        max-width: none;
        width: 100% !important;
    }

    .col25 img {
        max-width: none;
        width: 100% !important;
    }

    .col25 .box-inner img {
        max-width: none;
        width: 100% !important;
    }

    table.col75 tbody tr td.col25 p img {
        max-width: none;
        width: 100% !important;
    }
}

/* Phone */
@media (max-width: 480px) {
    body {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    form {
        padding: 0;
        width: 100%;
    }

    div.siteMenu-container {
        display: none;
    }

    div.siteSidebar {
        display: none;
    }

    div.siteContent {
        width: 100% !important;
        padding-top: 4px;
    }

    div.handheld-menu.top {
        position: absolute;
        top: 150px;
    }

        div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
            background: #fff;
            border-radius: 4px;
            padding: 4px 10px;
        }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #fff;
            border-radius: 0;
            border: 1px solid #ccc;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #ccc;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 14px;
                font-weight: 300;
                padding-left: 0.6em;
                color: #333;
                border: none;
                text-transform: uppercase;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #ccc;
            }
            /*.handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
        border-bottom: 1px solid #fff;
    }*/
            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 1em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 2em;
                    display: block;
                    font-weight: 300;
                    font-size: 14px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 3em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 4em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #fff;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #fff;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #fff;
                            overflow: hidden;
                        }

            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #3f3f3f;
                padding-top: 0.615em;
                font-size: 2em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #fff;
        box-sizing: border-box;
        font-size: 22px;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #3f3f3f;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter {
        margin: 0 auto;
        width: 100% !important;
        padding: 0;
    }

    div.global-authorization {
        background: #fff;
        position: absolute;
        z-index: 1000;
        width: 100%;
    }

    div.global-authorization {
        position: absolute;
        top: 97px;
        right: 6px;
        font-size: 14px;
        left: auto;
    }

    div.siteHeader-container {
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        div.siteHeader-container h1 {
            background: none;
            padding: 0;
        }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        height: 220px;
    }

    div.siteLogo img {
        width: 160px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo {
        top: 17px;
        width: 100%;
        text-align: center;
        left: auto;
    }

    div.siteMain-container {
        padding: 10px;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }

        div.siteFooter .col25 {
            width: 100% !important;
            box-sizing: border-box;
            border-bottom: 1px solid #b1b1b1;
            padding: 20px;
            text-align: center;
        }

            div.siteFooter .col25.alignright img {
                width: 130px;
            }

            div.siteFooter .col25:nth-of-type(4n+4) {
                border: none;
            }

        div.siteFooter ul.siteOptions {
            margin-top: 0;
            margin-bottom: 0;
            border: none;
            float: left;
            top: auto;
        }

            div.siteFooter ul.siteOptions li {
                border-color: #b1b1b1;
            }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    div.col100.siteinfo ul {
        text-align: center;
    }

    h3.box-title, h3.box-title a {
        font-size: 24px;
    }


    h1.pagetitle, h2.pagetitle {
        font-size: 36px;
        line-height: 52px;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }


    .templatelist.block.objectlist, ul.templatelist.block, .templatelist.block:nth-child(n+3) {
        width: 100% !important;
    }

    .objectlistFilters {
        padding: 17px 10px 3px;
    }

    ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
        width: auto;
    }



    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter li {
            width: 100%;
        }

            ul.quickfilter li.full {
                width: 100%;
            }

            ul.quickfilter li table {
                width: 100%;
            }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #b1b1b1;
            line-height: 40px;
        }

    .page-popup h1 {
        font-size: 45px;
    }




    .col25.sideBar .gridlist {
        width: 100% !important;
        margin-bottom: 20px;
    }



    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 100%;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.textvalue {
        border-bottom: 1px solid #ccc;
    }

    div.page-col50 ul.grid li.left {
        text-align: center;
        float: none;
        font-size: 15px;
    }

    div.page-col50 ul.grid li.right {
        width: 100%;
        padding-left: 240px;
        text-align: center;
        padding-top: 14px;
    }

    .image-slideshow .imgthumbs {
        margin-top: 1em;
        width: 40px !important;
    }

    div.areatext {
        width: 100%;
        float: left;
    }

    table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
        display: block;
        width: 100% !important;
        font-size: 13px;
    }

    div.image-big img {
        width: 97% !important;
    }

    div.image-slideshow {
        margin-bottom: 0;
    }

    .btn_interest {
        padding: 1em;
    }

    .page-col75 div.interest-objectinfo {
        width: auto;
        float: right;
    }

        .page-col75 div.interest-objectinfo ul.subst-row li:nth-of-type(2n+2) {
            background: #f3f3f3;
        }

        .page-col75 div.interest-objectinfo ul.subst-row li {
            font-size: 14px;
            width: 100%;
            padding: 4px 6px;
            box-sizing: border-box;
        }

            .page-col75 div.interest-objectinfo ul.subst-row li:nth-child(even) {
                padding-bottom: 6px;
            }

        .page-col75 div.interest-objectinfo ul.subst-row:last-of-type li {
            border: none;
        }

    div.interest-image {
        float: left;
        width: 100%;
        padding: 0;
    }

        div.interest-image img {
            width: 97%;
            margin: 0 auto;
        }

    .page-col75 div.interest-interestinfo {
        width: 98%;
        height: auto;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblEmailRepeatError_Msg {
        display: none !important;
    }

    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_pnlTFCorrespondence label {
        font-size: 13px;
        margin-right: 5px;
    }

    div.siteFooter .col100 ul li {
        display: inline;
        float: right;
        display: block;
        float: right;
        padding-top: 7px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        div.siteFooter .col100 ul li:first-of-type {
            display: block;
            float: right;
            display: block;
            float: right;
            padding-top: 7px;
            margin-left: 0;
            margin-right: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

    div.siteFooter .col100 {
        padding-bottom: 10px;
    }

    .col75 img {
        max-width: none;
        width: 100% !important;
    }

    .col50 img {
        max-width: none;
        width: 100% !important;
    }

    .col25 img {
        max-width: none;
        width: 100% !important;
    }

    .col25 .box-inner img {
        max-width: none;
        width: 100% !important;
    }

    table.col75 tbody tr td.col25 p img {
        max-width: none;
        width: 100% !important;
    }
}
