/*.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: #9FC53A;
    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;
}
/** Desktop RWD 1180px-980px**/
@media (min-width: 1140px) and (max-width: 1600px) {
    div.siteHeader-container {
        width:100%;
    }
    div.global-authorization,
    div.siteHeader,
    div.siteMain,
    div.siteFooter,
    div.siteInfo {
        width: 100%;
        margin: 0 auto;
    }
    div.siteHeader-container div.siteHeader div.siteLogo {
        position: absolute;
        left: 20px;
    }
}
/* 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: relative;
        top: 0;
        z-index: 3000;
    }

        div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
            background: #fff;
            border-radius: 4px;
        }

    .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: #038594;
                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: 0px;
        height: 100%;
        text-align: right;
        padding: 14px 18px;
        color: #fff;
        box-sizing: border-box;
        font-size: 27px;
    }

    .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: 0;
    }

    div.global-authorization {
        background: #fff;
        position: absolute;
        z-index: 1000;
        top: 20px;
        right: 5px;
        font-size: 12px;
    }

    div.siteHeader-container {
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
    }

        div.siteHeader-container h1 {
            background: none;
            padding: 0;
        }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        height: 80px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 210px
    }

    div.siteHeader-container div.siteHeader div.siteLogo {
        top: 15px;
    }

    div.siteMain {
        padding: 20px;
    }

    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-top: 30px;
        margin-bottom: 0;
        border-top: 1px solid #fff;
        float: left;
        top: auto;
    }

        div.siteFooter ul.siteOptions li {
            border-color: #fff;
        }

    h1, h2.pagetitle {
        margin-bottom: 0;
    }

    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;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }

        div.siteFooter .col33:first-of-type {
            text-align: left;
        }

        div.siteFooter .col33.alignright img {
            width: 130px;
        }

        div.siteFooter .col33 {
            text-align: center;
        }

        div.siteFooter .col33 {
            width: 100%;
        }

            div.siteFooter .col33 h6 {
                text-align: center;
            }

            div.siteFooter .col33 ul li {
                text-align: left;
            }

    div.companyLogo img {
        width: 117px;
    }

    div.companyLogo {
        text-align: center;
        margin-top: 120px;
    }
    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        padding: .3rem 1rem;
    }
    #google_translate_element {
        display: block;
        font-size: 12px;
        position: absolute;
        right: 257px;
        top: 20px;
    }
    body.mina-sidor #google_translate_element {
        right: 232px;
    }

    .goog-te-gadget-simple .goog-te-menu-value {
        font-size: 11px;
    }

    .goog-te-gadget-simple {
        padding: 3px 7px 3px !important;
    }
    .goog-te-gadget-icon {
        width: 15px !important;
        height: 15px !important;
    }

    .fancybox-nav span {
        visibility: visible;
    }

}

/* Phone */
@media (max-width: 480px) {
    body {
        padding: 0;
        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: relative;
        top: 0;
        z-index: 3000;
    }

        div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
            background: #fff;
            border-radius: 4px;
        }

    .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 #eee;
        }

            .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: #038594;
                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: 0px;
        height: 100%;
        text-align: right;
        padding: 14px 18px;
        color: #fff;
        box-sizing: border-box;
        font-size: 27px;
    }

    .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;
        top: 60px;
        right: 15px;
        font-size: 11px;
        left: auto;
        z-index: 1000;
        width: 100%;
        box-sizing:border-box;
    }
    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        padding: .3rem 1rem;
    }
    div.siteHeader-container {
        border: none;
        -moz-box-shadow: none;
        -webkit-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: 106px;
        padding: 15px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 170px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo {
        top: 18px;
        text-align: left;
        left: auto;
    }

    div.siteMain-container {
        padding: 0;
    }

    div.siteMain {
        padding: 20px;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }

        div.siteFooter .col33 {
            width: 100% !important;
            box-sizing: border-box;
            padding: 20px 0 !important;
            text-align: center;
        }

            div.siteFooter .col33.alignright img {
                width: 130px;
            }

            div.siteFooter .col33:nth-of-type(4n+4) {
                border: none;
            }

            div.siteFooter .col33 h6 {
                text-align: center;
            }

            div.siteFooter .col33 ul li {
                text-align: left;
            }

        div.siteFooter .col66 {
            width: 100%;
        }

        div.siteFooter ul.siteOptions {
            margin-top: 0;
            margin-bottom: 0;
            border: none;
            float: left;
            top: auto;
        }

            div.siteFooter ul.siteOptions li {
                border-color: #fff;
            }

    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: 42px;
        margin: 0 0 20px 0;
        margin-bottom: 20px;
        letter-spacing: -1px;
        margin-bottom: 0px;
    }


    .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;
    }

    div.companyLogo img {
        width: 117px;
    }

    div.companyLogo {
        text-align: center;
        margin-top: 120px;
    }

    .touch .page-col75.col75 .pageFooter input[type="submit"] {
        padding: 0.5rem 1rem;
        line-height: 16px;
    }
    #google_translate_element,
    body.mina-sidor #google_translate_element {
        display: block;
        font-size: 12px;
        position: absolute;
        right: 15px;
        top: 18px;
    }
    .goog-te-gadget-simple .goog-te-menu-value {
        font-size: 11px;
    }
    .goog-te-gadget-simple {
        padding: 3px 7px 3px !important;
    }
    .goog-te-gadget-icon {
        width: 15px !important;
        height: 15px !important;
    }

    .fancybox-nav span {
        visibility: visible;
    }
}
