/*.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:#24333A;
    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;
    border-radius:6px;
}
.navSupScrollTop.is-active
{
	visibility: visible;
	opacity: 1;
}
.box-secondary.box.secondary.object-documents
{
    width: 100%;
}

.templatelist.block.objectlist .image
{
    width: auto;
    height: 8em;
}
.templatelist.block.objectlist a
{
    word-break: break-all;
}

/* Default (desktop) */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.siteHeader-container, div.siteMain-container, div.siteFooter-container {
}
div.siteContentFull, div.siteContainer, div.siteMain {
}
div.siteHeader {
}
/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    body {
        background: #fff;
        padding:0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    form {
        width: 100%;
        margin: 0 auto;
        position:relative;
        padding-bottom:0;
    }
    img.siteLogoMobile {
        display:none;
        visibility:hidden;
    }
    div.cycle-slideshow {

    }
    div.siteMenu-container {
           display:none;
    }
    div.siteHeader {
        width:100%;
    }

    div.siteContentFull, 
    div.siteContainer, 
    div.siteMain,
    div.siteFooter, 
    div.siteOptions {
        width:auto;
    }
    div.search_area, div.language {
        padding:0;
    }
    .handheld-menu {
        display: block;
        position:relative;
        z-index:8000;
        top:0;
    }
        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #24333A;
            border-radius: 0;
            font-family: "Source Sans Pro";
        }
    .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: 15px;
                font-weight: 400;
                padding-left: 0.6em;
                color: #B9EFD2;
                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 #fff;
    }
    /*.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:13px;
        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: #24333A;
            overflow: hidden;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
            background: #24333A;
            overflow: hidden;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
            background: #24333A;
            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:0;
        height:100%;
        text-align:right;
        padding:0.615em;
        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:0;
        width:auto;
        height:auto;
        text-align:left;
    }
    .handheldTopMenu > li.expanded > ul {
        margin-top:70px;
    }
    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff; 
        font-family: FontAwesome;
        font-size:0.8em;
    }
    div.siteHeader-container {
        background: #fff;
        height: 140px;
        width: 100%;
    }
    .siteLogo {
        background:#fff;
        left: 16px;
        top:0;
        z-index: 20000;
        height:auto;
    }
    div.siteDescription {
        right: 0;
        top: 88px;
    }
    div.language
    {
    }
    div.global-authorization {
        background: transparent;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 12px;
    }

    div.global-authorization a, div.global-authorization i {
        color:#fff;
    }

    div.siteMain-container {
        padding-left: 10px;
        padding-right: 10px;
        width:auto;
    }
    .col100.background {
        height: auto;
        margin-bottom: 0;
        text-align: center;
    }
    .listavailable-container {
        margin-bottom:0;
    }
    body.default ul.listavailable li {
        display:block;
        margin:0 0 20px;
    }
    body.default ul.listavailable li:last-of-type {
        display:block;
        margin-bottom:0;
    }
    div.siteFooter-container {
    }

    div.siteFooter ul.siteOptions {
        width:auto;
        margin:0;
        display: none;
        float: inherit;
        visibility: hidden;
    }
    
    div.siteFooter {
        padding-top: 22%;
    }

    div.siteContact {
        padding: 20px 80px;
        width:auto;
    }

    div.siteFooter ul.siteOptions li {
        line-height: 15px;
        text-align: center;
        border-bottom: 1px dotted #ddd;
    }
    .siteAuthor-container {
        padding:20px;
        text-align:center;
    }
    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }
    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width:100%;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin: auto;
    }
    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }
    body.hss_object_objectdetailstemplateb span.button-list {
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #005581;
        color:#000;
        border-radius: 10px;
        display: block;
        font-size: 15px;
        height: 60px;
        margin-right: 2.6%;
        width: 100%;
    }
    div.siteContent .col25 .box.object-interest {
        height:auto !important;
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.register-interest input {
        margin: 10px auto auto;
    }
    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #9FDDBD;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    ul.quickfilter li {
        margin-left:0;
    }
    .templatelist.block.objectlist {
        margin-right: 2%;
        width: 31.7%;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    .templatelist.block.objectlist .image
    {
        width: auto;
        height: 8em;
    }
    .templatelist.block.objectlist a {
        color: #00529C;
        word-break: break-all;
    }
    div.siteAuthor {
        margin: 0 auto;
        width: 100%;
    }
    h1, h1.pagetitle {
        margin-top:26px;
    }
    div.siteContent .col25 .box {
        width: 100%;
    }
    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image,
    table.gridlist td img {
        width:auto !important;
    }
    div.ImageTextStyles.Text {
        width:90%;
        top:3%;
        padding:2%;
    }
    div.ImageTextStyles.Text h1 {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 32px;
        margin:10px 0;
    }
    div.ImageTextStyles.Text h2 {
        font-size: 19px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 26px;
    }
    div.ImageTextStyles.Text p {
        font-size: 16px;
        line-height: 24px;
    }
    .cycle-prev:after {
        content: "\f137";
        font-family: FontAwesome;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        left: 16px;
        position: absolute;
        text-decoration: none;
        top: 10%;
        z-index: 1000;
    }
    .cycle-next:after {
        z-index:1000;
        content: "\f138";
        font-family: FontAwesome;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        right: 16px;
        position: absolute;
        text-decoration: none;
        top: 10%;
        z-index: 1000;
    }
    .col75 img {
        height: auto !important;
        max-width: 100%;
    }

    div.block-icon {
        top: -95px;
    }
    div.siteHeader-container h1 {
        background: #24333A;
        float: inherit;
        margin: 0;
        padding: 26px 0;
        text-indent: 6%;
        width: 100%;
    }
}

/* Phone */
@media (max-width: 480px) {
    body {
        background: #fff;
        -webkit-text-size-adjust: none;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    form {
        margin: 0 auto;
        padding-bottom: 0;
        position: relative;
        width: 100%;
    }

    div.cycle-slideshow {
        display:none;
    }
 
    div.siteMenu-container {
           display:none;
    }
    div.siteHeader {
        width:100%;
        height:150px;
    }
    div.siteContentFull, 
    div.siteContainer, 
    div.siteMain,
    div.siteFooter, 
    div.siteOptions {
        width:auto;
    }

    div.siteHeader-container h1 {
        background: #24333A;
        padding: 5% 0 12%;
    }
    div.search_area, div.language {
        padding:0;
    }
    .handheld-menu {
        display: block;
        position:relative;
        z-index:8000;
        top:0;
    }
        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #24333A;
            border-radius: 0;
            font-family: "Source Sans Pro";
        }
    .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: 15px;
                font-weight: 400;
                padding-left: 0.6em;
                color: #B9EFD2;
                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 #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:13px;
        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: #24333A;
            overflow: hidden;
        }

            .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                background: #24333A;
                overflow: hidden;
            }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                    background: #24333A;
                    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:0;
        height:100%;
        text-align:right;
        padding:0.615em;
        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:0;
        width:auto;
        height:auto;
        text-align:left;
    }
    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff; 
        font-family: FontAwesome;
        font-size:0.8em;
    }

    div.siteHeader-container {
        background: #fff;
        height: 60px;
        width: 100%;
    }
    .siteLogo {
        display:none;
    }
    .siteLogo img {
    }
    img.siteLogoMobile {
        background:#24333A;
        display: block;
        visibility:visible;
        left: 10px;
        position: absolute;
        top: 8px;
        width: 54px;
        z-index: 10000;
    }
    div.siteDescription {
        right: 0;
        top: 88px;
    }
    div.language
    {

    }

    div.global-authorization a, div.global-authorization i {
        color:#fff;
    }

    div.global-authorization {
        background: transparent ;
        font-size: 13px;
        position: absolute;
        right: 0;
        text-align: center;
        top:130px;
        width: 100%;
    }

    div.global-authorization div {
        margin:0;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language {
        background: #24333A;
        display: inline-block;
        float: right;
        padding: 6px 10px 6px 0;
        text-align: center;
        width: 44%;
        color: #fff;
        border-radius:3px;
    }

    div.global-unauthorized-register, div.global-authorized-mypages {
        background: #24333A;
        color: #fff;
        float:left;
    }

    div.global-unauthorized-login i, div.global-unauthorized-register i, div.global-authorized-mypages i, div.global-authorized-logout i, div.global-language i {
        color: #fff;
    }

    div.global-authorization a {
        color: #fff;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout {
        margin-bottom: 8px;
    }
    div.siteMain-container {
        padding-bottom:30px;
        padding-left: 10px;
        padding-right: 10px;
        width:auto;
    }
    .col100.background {
        height: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .primary h2 {
        font-size: 26px;
        line-height: 29px;
    }

    .listavailable-container {
        margin-bottom:0;
    }
    .listavailable-container h3 {
        font-size: 26px;
    }
    body.default ul.listavailable li {
        display:block;
        margin:0 0 20px;
    }
    body.default ul.listavailable li:last-of-type {
        display:block;
        margin-bottom:0;
    }
    body.default ul.listavailable li a {
        font-size:18px;
    }
    .col50.largepuff {
        margin-bottom:auto;
    }
    .col50.largepuff h3 {
        font-size: 21px;
        line-height: 26px;
    }
    .col50.largepuff img.img {
        max-width:100% !important;
    }
    .newsbox h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .newsbox h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .archive-readmore a {
        font-size:12px;
    }
    div.siteFooter {
    padding-top:40px;
}

    div.siteFooter-container {
        background: #24333A;
        height: 380px;
    }
    div.footerlogo {
    background: rgba(0, 0, 0, 0) url("../Img/Bjuvsfastigheter-logo.svg") no-repeat scroll 50% 50%;
    height: 175px;
    width: auto;
}



    div.siteFooter ul.siteOptions {
        width:auto;
        margin:0;
        display: none;
        float: inherit;
        visibility: hidden;
    }
    div.siteFooter ul.siteOptions li {
        line-height: 15px;
        text-align: center;
        border-bottom: 1px dotted #ddd;
    }
    .siteAuthor-container {
        padding:20px;
        text-align:center;
    }
    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width:100%;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin-top:14px;
    }
    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }
    body.hss_object_objectdetailstemplateb span.button-list {
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #005581;
        border-color:#005581;
        color:#000;
        border-radius: 10px;
        display: block;
        font-size: 15px;
        height: 60px;
        margin-right: 2.6%;
        width: 100%;
    }
    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #9FDDBD;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    ul.quickfilter li {
        margin-left:0;
    }
    
    div.siteAuthor {
        margin: 0 auto;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }
    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width:100%;
    }
    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width:100%;
    }
    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin: 14px auto 0;
    }
    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }
    body.hss_object_objectdetailstemplateb span.button-list {
    }
    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #005581;
        border-color:#005581;
        color:#000;
        border-radius: 10px;
        display: block;
        font-size: 15px;
        height: 60px;
        margin-right: 2.6%;
        width: 100%;
    }
    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #9FDDBD;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }
    ul.quickfilter {
        margin-bottom: 20px;
    }
    ul.quickfilter table tr td {
        display: inline-table;
        width: 100%;
        border-bottom:1px dotted #C9DFF1;
        line-height:30px;
    }
    ul.quickfilter li {
        margin-left:0;
           width: 100%;
    }
    .templatelist.block.objectlist {
       margin-right: 2%;
        width: 100%!important;
    }
    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }
    h1, h1.pagetitle {
        text-align:center;
        margin-top:22px;
        font-size:38px;
    }
    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width:auto !important;
    }
    .col75 img {
        height: auto !important;
        max-width: 100%;
    }

    div.block-icon {
        top: -95px;
    }
        div.siteContact {
        padding: 20px 80px;
        width:auto;
    }

}