/*.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: #00E0E6;
	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-radius:40px;
}
.navSupScrollTop.is-active {
	visibility: visible;
	opacity: 1;
}
.box-secondary.box.secondary.object-documents {
	width: 100%;
}
div.jquerypanel .header a.hidden {
	background-position: 0 4px;
}
/* Default (desktop) */
form {
	width: 100%;
}

.col33 {
	width: 300px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
div.search_area {
	width: 240px;
}
.primary a.bulleted::before {
}
a.bulleted::before {
}
a {
}
.secondary a.bulleted {
}
div.navbar {
	margin-top: 20px;
}
@media (min-width: 980px) and (max-width: 1139px) {
    div.siteMain {
        width:100%;
    }
    form {
        width:100%;
    }
}
/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    form {
	    width: 100%;
        border:none;
    }   
    body {
        padding:0;
        background:#fff;
    }
    form {
        padding:0;
    }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars,
    div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-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 {
            font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 15px;
            position: relative;
            z-index: 2000;
            background: #f3f3f3;
            border-radius: 0;
            border-bottom: 1px solid #fff;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                padding-left: 0.6em;
                color: #333;
                border: none;
            }

            .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 #212A72;
            }

            .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: normal;
                    font-size: 16px;
                    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: #fff;
                padding-top: 0.615em;
            }

            .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: -5px;
        height: 100%;
        right:10px;
        text-align: right;
        padding: 10px;
        color: #212A72;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }
    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
        padding:0;
    }
    div.siteHeader-container h1 {
        background: none;
        margin: 0;
        padding: 0;
        text-indent: 0%;
        width: 25%;
        top: 0px;
    }
    div.siteToplinks, div.siteHeader, div.siteMain, div.siteFooter {
        width: auto;
        padding:10px;

    }
    div.siteFooter-container {
        padding:20px;
    }
    div.siteHeader {
        height: 160px;
    }
    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 90%;
    }
    div.siteLogo {
        position:absolute;
        top:68px;
    }
    div.search_area {
        position: absolute;
        right: 20px;
        top: 147px;
        width: 222px;
    }
    div.siteContent {
        width: 100%;
    }
    .default div.fullContent {
        background: none;
        width: 100%;
    }
        div.siteMain {
        margin-top:0;
    }
    .default .col33 {
        width: 100%;
    }
    div.siteContent .col25 .box {
        width: 100%;
    }
    ul.siteOptions {
        text-align: center;
        width: 100%;
    }
    ul.siteOptions li a {
        color: #fff;
    }
    div.global-authorization {
        position: absolute;
        right: 16px;
        top: 90px;
        width: 100%;
        background-color: transparent;
    }
    div.global-authorization a {
        font-size: 14px;
    }
    div.global-authorization i {
        color:#fff;
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #cecfce;
        border-color: #cecfce;
    }
    .page-col75.col75 li:not(.validator):not(.value):not(.label):not(.question):not(.answer) {
        clear:none;
    }
    div.page-col50 ul.grid li.right {
        padding:0;
    }
    div.siteContent .col25 .box.object-interest,
    div.box-secondary.box.secondary.object-facts {
        width:100% !important;
        height:auto !important;
    }
    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
        font-size: 11px;
        width: 87%;
    }
    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }
   div.siteFooter ul.siteOptions {
        display:none;
    }
    div.siteAuthor {
        width:auto !important;
        padding: 0 0 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display:none;
    }
    .col75 img {
        max-width:100%;
    }
    div.siteContent table tr > .col50 {
        max-width:100%;
        width:auto;
    }
    div.siteFooter div.col33 {
        width:45%;
        float:left;
        }
    #google_translate_element {
        position: absolute;
        right: 30px;
        top: 160px;
        z-index: 2000;
    }
    div.image-big img,
    div.areatext,
        .col50 img {
        max-width:100%;
        box-sizing:border-box;
    }
    div.areatext {
        width:66%;
    }
    div.areaimg {
        width:30%;
        height:auto;
        float:right;
        }
        div.areaimg img {
            width:100%;
            height:auto;
        }
    div.image-big img {
        width:100%;
    }
    .image-slideshow .image-big {
        width: auto;
        float: left;
        margin-right: 20px;
    }
    div.page-col50 ul.grid li.right {
        padding:0;
    }
    div.page-col50 ul.grid li.left {
        margin-bottom:18px;
    }
    .image-slideshow .imgthumbs {
        margin: 0 3px 0;
        padding:0;
    }
    div.image-thumbs img {
        margin:0;
        border-width:3px;
    }

    div.image-thumbs {
        width:auto;
        padding:0;
        } 
}

/* Phone */
@media (max-width: 480px) {
    form {
	    width: 100%;
        border:none;
    }   
        div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars,
    div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-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 {
            font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 15px;
            position: relative;
            z-index: 2000;
            background: #f3f3f3;
            border-radius: 0;
            border-bottom: 1px solid #fff;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                padding-left: 0.6em;
                color: #333;
                border: none;
            }

            .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 #212A72;
            }

            .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: 1em;
                    display: block;
                    font-weight: normal;
                    font-size: 16px;
                    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: #fff;
                padding-top: 0.615em;
            }

            .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: -5px;
        height: 100%;
        right:10px;
        text-align: right;
        padding: 10px;
        color: #212A72;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }
    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
        padding:0;
    }
    div.siteToplinks, .siteHeader, div.siteMain, div.siteFooter {
        width:auto !important;
    }
    div.siteToplinks {
        padding:10px 0;
    }
    div.siteFooter-container {
        padding:20px;
        box-sizing:border-box;
    }
    div.siteContent {
	    margin-top: 0;
	    width: 100%;
    }
    div.siteHeader-container .sitelogo {
	    background: none;
	    margin: 0;
	    padding: 0;
	    text-indent: 0%;
	    width: 39%;
	    top: 0px;
    }
    div.siteHeader {
        background:none;
        border-bottom: 1px solid #e2e2e2;
        clear: both;
        padding-top: 0;
        position: relative;
        height:172px;
    }
    div.siteLogo {
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 12px;
        width: 100%;
        left:0;
        text-align:center;
    }
    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 140px;
        height: 60px;
    }
    div.siteMain {
        margin-top:0;
        padding:10px;
    }
    div.ImageTextStyles.Image {
	    height: auto;
	    margin: 0px 0 40px;
	    padding: 7px 7px 9px;
	    width: auto;
    }
    .default div.fullContent {
	    background: none;
	    width: 100%;
    }
    .default .col33 {
	    width: 100%;
    }
    div.siteContent .col25 .box {
	    width: 100%;
    }
    ul.siteOptions {
	    text-align: center;
	    width: 100%;
    }
    ul.siteOptions li a {
	    color: #fff;
    }
    div.global-authorization {
        background: transparent;
        color: #fff;
        right: 15px;
        text-align: right;
        top: 118px;
        width: 100%;
        position: relative;
    }
    div.global-authorization a {
	    color: #fff;
        font-size:14px;
    }
    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        display: block;
        float: none;
        margin: 0 3px 5px;
        padding: 0;
        width: auto;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter li {
        margin-left:0;
        width: 100%;
    }
    ul.quickfilter table tr td {
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
        display:block;
    }
        ul.quickfilter li.full {
            width:100%;
        }
            ul.quickfilter li.full table.check {
                width:100%;
            }
            ul.quickfilter li.full table.check tr td {
                padding: 5px 0;
            }
    .objectlistFilters {
        padding-right:20px;
        padding-left:20px;
    } 
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }
    .templatelist.block.objectlist {
       margin-right: 2%;
        width: 100%!important;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    h1, h1.pagetitle {
        font-size: 32px;
        margin-bottom: 24px;
        margin-top: 10px;
        text-align: center;
        letter-spacing:-1px;
    }
    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width:auto !important;
    }
    .col75 img {
        height: auto !important;
        max-width: 100%;
    }
    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
        font-size: 11px;
        width: 86%;
    }
    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }
    ul.siteOptions li a {
        color:#e84e0e;
    }
    ul.subst-row li {
        padding: 0 14px;
        width: 100%;
    }
   div.siteFooter ul.siteOptions {
        display:none;
    }
    div.siteAuthor {
        width:auto !important;
        padding: 0 20px 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display:none;
    }
    .col75 img {
        max-width:100%;
        width:100%;
    }
    body.ledigt_lagenhet .col75 img {
        max-width: unset !important;
        width: auto !important;
    }
    div.siteContent table tr > .col50 {
        max-width:100%;
        width:auto;
    }
    div.siteFooter div.col33 {
        margin-bottom:20px;
    }
    div.siteFooter div.col33 ul.contact-details li {
        font-size:13px;
        margin-bottom:6px;
    }
    div.siteFooter div.col33 ul.contact-details li.contact-header {
        font-size:15px;
        margin-bottom:10px;
    }
    div.search_area {
        position: absolute;
        right: 10px;
        top: 121px;
        width: 94%;
        border-top:1px solid #ddd;
    }
    div.search_area .search_field {
        width:79%;
        float:left;
    }
    div.search_area .btn_search {
        width: 13%;
    }
    #google_translate_element {
        position: absolute;
        right: Auto;
        top: 13px;
        z-index: 100000;
        left: 12px;
    }
    div.siteFooter h6 {
        font-size: 33px;
    }
    div.image-big img,
    div.areatext,
    .col50 img {
        max-width:100%;
        box-sizing:border-box;
    }
    div.page-col50 ul.grid li.right {
        padding:0;
    }
    div.page-col50 ul.grid li.left {
        margin-bottom:18px;
    }
    .image-slideshow .imgthumbs {
        margin-top:0;
    }
    div.image-thumbs img {
        margin:0;
        border-width:3px;
    }
    div.siteFooter-container div.siteFooter div.siteContact ul {
        margin-bottom:20px;
    }
    div.siteFooter-container div.siteFooter div.siteContact ul li {
        display:block;
    }
    div.siteFooter-container div.siteFooter div.siteContact ul li span {
        display:none;
    }
}
