<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url("../../../../CK/Res/Style/Styles.css");*/

/*
 * Main stylesheet for the new cleaned structure.
 *
 * 20191216 VIPHI
 */
/* 
 * General
 */


html {
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #000000;
    line-height: 1.8em;
    background-color: #f2f2f2;
}

form {
    padding-bottom: 0;
    width: 100%;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
    font-size: 1em;
    font-weight: 600;
}

.ingress {
    color: #000000;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05px;
    line-height: 1.65em;
    font-size: 1.2em;
}

.pre-amble {
}

.alert {
}

strong em {
    font-weight: bold;
}

a {
    color: #c6a312;
    text-decoration: none;
}

    a:hover {
        color: #424242;
        text-decoration: underline;
    }

p {
    margin-bottom: 20px;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    color: #424242;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 {
    font-size: 2.5em;
    line-height: 1.6em;
}

    h1.pagetitle, h2.pagetitle {
        font-size: 2.5em;
        line-height: 1.6em;
    }

div.siteContent h1 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1.9em;
    line-height: 1.4em;
}

h3 {
    font-size: 1.8em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.7em;
    line-height: 1.2em;
}

h5 {
    font-size: 1.6em;
    line-height: 1.1em;
}

h6 {
    font-size: 1.5em;
    line-height: 1em;
}

h2.header, h3.header {
}

.siteHeader h1 {
}

blockquote {
    font-style: italic;
    margin-bottom: 20px;
}
/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMenu-container,
div.siteMain-container,
div.siteFooter-container,
div.siteInfo-container,
div.siteBreadcrumbs-container {
    width: 1440px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}


div.siteHeader-container {
}

div.siteMain-container {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

body.default div.siteMain-container {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}


div.siteBreadcrumbs-container {
    background: unset;
    float: left;
    width: 100%;
}

div.siteFooter-container {
    background: #424242;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

div.siteHeader,
div.siteMain,
div.siteFooter,
div.siteInfo,
div.siteBreadcrumbs {
    width: 1080px;
    margin: 0 auto;
}

div.global-authorization {
    background: transparent;
    display: inline-block;
    position: absolute;
    right: 150px;
    top: 1em;
}

.siteTopLinks-inner {
    width: 1440px;
    background: #F8F8F8;
    border-bottom: 1px solid #DEE1E5;
    margin: 0 auto;
    position: relative;
    height: 37px;
    padding-right: 177px;
    box-sizing: border-box;
}

div.siteMain {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
}

div.siteFooter {
    position: relative;
    color: #fff;
}

    div.siteFooter .col33 {
        width: 32%;
    }

        div.siteFooter .col33.alignleft {
            margin-right: 20px;
        }

div.siteInfo-container {
    background: #c6a312;
    color: #fff;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
    text-align:center;
}

div.siteInfo ul,
div.siteInfo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}
/*
 * Site header
 */
div.siteHeader {
    padding: 30px 0 20px;
    position: relative;
}

div.siteLogo {
    float: left;
    width: 230px;
    position: relative;
    top: 0;
}

    div.siteLogo img {
        width: 100%;
    }

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    color: #424242;
    font-size: 1.3em;
    font-weight: 500;
    padding: 4px 12px;
    margin-left: 1em;
    position: relative;
    top: 4px;
    background: #c6a312;
    border-radius: 6px;
}

    div.global-unauthorized-login a, div.global-unauthorized-register a, div.global-authorized-mypages a, div.global-authorized-logout a, div.global-language a, div.global-rss a {
        color: #fff;
        text-decoration: none;
        padding: 0;
        font-size: initial;
        font-weight: 700;
        font-size: 14px;
        position: relative;
        top: -1px;
    }
/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top: 50px;
    margin-bottom: 30px;
    border-top: 1px solid #c6a312;
}

/*
 * Content containers 
 */
div.siteContentHeader {
    margin-top: 0;
    margin-bottom: 20px;
    background: #d4af13;
    width: 100%;
    position: relative;
    padding: 70px 0 50px;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    border-top: 1px solid #424242;
}

    div.siteContentHeader h1.pagetitle {
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
        font-size: 3.5em;
        font-weight: 700;
        color: #fff;
        text-shadow: 2px 2px #9e820e;
    }


    div.siteContentHeader p {
        font-weight: 400;
        font-style: normal;
        color: #fff;
        font-size: 1.5em;
        line-height: 1.6em;
        text-align: center;
        width: 50%;
        margin: 30px auto;
        display: block;
    }

div.siteContent {
    padding-top: 40px;
    padding-bottom: 30px;
}

div.siteContentFull {
    position: relative;
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    color: #7A838E;
    font-family: "Open Sans";
    text-decoration: none;
}

    div.siteBreadcrumbs a {
        color: #c6a312;
        text-decoration: none;
    }

    div.siteBreadcrumbs b {
        color: #424242;
        font-weight: 700;
    }

    div.siteBreadcrumbs a:hover {
        color: #424242;
    }

div.siteOptions {
}

div.siteContact {
}

div.siteLogos {
}

ul.siteOptions {
}

    ul.siteOptions li {
    }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
    width: auto;
}

div.erroricon {
}

div.errortext {
    font-size: 14px;
    line-height: 24px;
    padding: 19px 10px 10px 1em;
}

span.txt_information_title {
    color: #25434d;
    font-size: 40px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 1.3em;
    margin-top: 3px;
}

div.interest-header {
    padding: 6px 10px;
    background-color: #c6a312;
    border-color: #c6a312;
    color: #fff;
    font-weight: 600;
}

    div.interest-header p.content-left span {
        color: #fff;
    }

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    float: left;
    width: 130px;
    height: 85px;
    padding: 5px 10px 0 0;
}

div.interest-footer p {
    background-color: transparent;
    font-size: 0.9em;
}

div.interest-objectinfo {
    width: 81%;
}

div.interest-interestinfo {
    height: auto;
    width: 790px;
    float: right;
    font-size: 0.95em;
    padding: 1em 10px 10px 5px;
    box-sizing: border-box;
}



    div.interest-interestinfo table tbody tr td a {
        background-color: #c6a312;
        color: #fff;
        padding: 3px 14px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a:hover {
            background: #c00;
        }

        div.interest-interestinfo table tbody tr td a:first-of-type {
            display: none;
        }

    div.interest-interestinfo table tbody tr td {
        width: auto;
        float: right;
        display: inline;
    }

    div.interest-interestinfo table tbody tr:first-child td:first-child {
        float: left;
    }

    div.interest-interestinfo table tbody tr:last-child td {
        float: left;
    }

    div.interest-interestinfo table tbody tr td a.image,
    div.interest-interestinfo table tbody tr td a.planning {
        background: none;
        display: inline-block;
        float: left;
        color: #000;
        padding: 0;
        font-weight: normal;
        margin-right: 1em;
        text-decoration: none;
    }

        div.interest-interestinfo table tbody tr td a.image:hover,
        div.interest-interestinfo table tbody tr td a.planning:hover {
            color: #424242;
        }


        div.interest-interestinfo table tbody tr td a.image:before,
        div.interest-interestinfo table tbody tr td a.planning:before,
        div.interest-interestinfo table tbody tr td div.right a:last-of-type:before {
            content: "\f054";
            color: #424242;
            font-family: FontAwesome;
            padding-right: 4px;
            text-decoration: none;
            top: 1px;
            position: relative;
        }

        div.interest-interestinfo table tbody tr td a.image:before {
            content: "\f03e"
        }

        div.interest-interestinfo table tbody tr td a.planning:before {
            content: "\f15b"
        }

    div.interest-interestinfo table tbody tr td div.right {
        float: left;
    }

        div.interest-interestinfo table tbody tr td div.right a {
            background: none;
            display: inline-block;
            float: left;
            color: #000;
            padding: 0;
            font-weight: normal;
            text-decoration: none;
        }

            div.interest-interestinfo table tbody tr td div.right a:hover {
                color: #424242;
            }

table tbody tr td div.interest-footer {
    background: #fff;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 5px 5px 3px 1em;
        margin: 2px 0 4px 0px;
        color: #000;
        font-size: 14px;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #25434d;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

ul.mypage_list .ico_plan:before,
ul.mypage_list .ico_landlord:before {
    color: #424242;
}
/*
 * Search area
 */
div.search_area {
    border: 1px solid #424242;
    border-radius: 5px;
    overflow: hidden;
    right: 0;
    float: right;
    background: #fff;
    margin-left: 0;
    padding: 3px 3px 3px 0;
    width: 300px;
    top: 80px;
    position: absolute;
}

    div.search_area:hover {
    }

    div.search_area .search_field {
        background: transparent;
        border: 0;
        float: left;
        font-size: 1em;
        margin: 1px 0 0 5px;
        box-shadow: unset;
        width: 78%;
    }

    div.search_area .btn_search {
        border: none;
        color: #8C8C8B;
        background: #fff url(../Img/ico-search.svg) no-repeat 50% 50%;
        background-size: auto;
        background-size: 23px 23px;
        height: 36px;
        padding: 3px;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 45px;
        cursor: pointer;
        margin-top: 0;
        margin-right: 0;
        box-shadow: none;
    }

        div.search_area .btn_search:hover {
            border: none;
            color: #8C8C8B;
            background: #c6a312 url(../Img/ico-search-hover.svg) no-repeat 50% 50%;
            background-size: auto;
            background-size: 23px 23px;
            height: 36px;
            padding: 3px;
            text-indent: -9999px;
            text-transform: uppercase;
            width: 45px;
            cursor: pointer;
            margin-top: 0;
            margin-right: 0;
        }

div.page-col75.col75.search_results p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblSearch {
    color: #051033;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
    margin: 0;
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.siteBreadcrumbs {
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

    div.navbar div.text a {
        color: #25434d;
    }

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    line-height: 1em;
    font-size: 12px;
}

/*@import url("CM.css");*/

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}

/*
 * Paragraphs
 */
p {
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
    color: #25434d;
    text-decoration: none;
}

    a.bulleted:before,
    span.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #424242;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

    a.bulleted:hover {
        text-decoration: underline;
    }

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    font-size: 0.9em;
}

input, textarea {
    height: 24px;
}

select {
    height: 35px;
}

input.no-border, table.no-border input, span.no-border input {
}

/*** Checkbox ***/
input.check, table.check input, span.check input {
}

/*** Radiobutton ***/
input.radio, table.radio input, span.radio input, span.radio label {
}

/*** Submit button ***/
.btn, .btn-disabled {
}

.btn {
    background: #25434d;
}

.btn, .btn-disabled, .btn_search {
    color: #fff;
    height: 36px;
    padding: 4px 12px;
    font-size: 0.9em;
    line-height: 23px;
    text-shadow: none;
    border: 1px solid #c6a312;
    border: 1px solid #c6a312;
    border-radius: 3px;
    background: #c6a312;
    font-weight: 600;
}

.btn-disabled {
    border: 1px solid #DEE1E5;
    background: #DEE1E5;
    color: #7A838E;
}

.btn:hover {
    background: #424242;
    border-color: #424242;
    color: #fff;
}

.btn_interest:hover {
    background: #424242;
    color: #000;
    transition: background .25s ease-in-out;
}

div.loginarea input.btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 10px;
    height: 50px;
}

div.loginarea p label {
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.register-interest input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #fff;
    background: #25434d;
    cursor: pointer;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #25434d;
}

    .register-interest input[type="submit"]:hover {
        background: #424242;
        cursor: pointer;
        color: #fff;
        border: 1px solid #424242;
    }

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
    width: 100%;
    height: 0;
    border-top: 4px dotted #c6a312;
    background-color: transparent;
    color: #DEE1E5;
    margin: 18px 0 20px;
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    float: right;
    margin: 0 0 20px
}

    div.navbar:after {
        content: '';
        clear: both;
        display: block
    }

    div.navbar .buttons {
        float: left
    }

        div.navbar .buttons .btn {
            background-color: #c6a312;
            background-image: none;
            border-color: #c6a312;
            border-image: none;
            border-radius: 3px;
            border-style: unset;
            border-width: 1px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            line-height: 28px;
            height: 28px;
            margin-bottom: 0;
            padding: 4px 11px;
            text-align: center;
            text-shadow: none;
            vertical-align: middle;
            text-decoration: none;
            width: 1em;
        }

        div.navbar .buttons .nojsbuttons .btn {
            height: 30px
        }

        div.navbar .buttons .btn.first:before {
            content: "\f100";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.prev:before {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.next:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.last:before {
            content: "\f101";
            font-family: FontAwesome;
            font-size: 22px;
        }

        div.navbar .buttons .btn.first:hover, div.navbar .buttons .btn.prev:hover, div.navbar .buttons .btn.next:hover, div.navbar .buttons .btn.last:hover {
            background-color: #424242;
            background-image: none;
            background-repeat: repeat-x
        }

        div.navbar .buttons .btn.first.dimmed, div.navbar .buttons .btn.prev.dimmed, div.navbar .buttons .btn.next.dimmed, div.navbar .buttons .btn.last.dimmed {
            background-color: #EAEAEA;
            background-image: none;
            border-color: #d3d3d3;
            color: #aaa;
            cursor: default
        }

    div.navbar .text {
        background: #c6a312;
        border-color: #c6a312;
        border-image: none;
        border-radius: 3px;
        border-style: unset;
        border-width: 1px;
        display: block;
        margin: 0 5px;
        padding: 4px 12px;
        text-shadow: none;
        vertical-align: middle;
        text-decoration: none;
        float: left;
        width: 220px;
        color: #fff;
        font-size: 0.9em;
        line-height: 28px;
        text-align: center;
        font-weight: 600;
    }

        div.navbar .text a {
            text-decoration: underline
        }

        div.navbar .text .left {
            float: left
        }

        div.navbar .text .right {
            float: right
        }
/*
 * Page form header &amp; footer
 */
div.pageHeader, div.pageSubHeader {
    background: #c6a312;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 14px;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

div.pageFooter {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 7px;
    border-color: #DEE1E5;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

    div.pageFooter input {
        margin: 0;
    }

    div.pageFooter span {
        line-height: 21px;
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    color: #c00;
    font-weight: 600;
}

span.forminfo-icon {
}

span.forminfo-text {
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
    min-height: unset;
}

/* 
 * Parking-direct &amp; Object-direct &amp; Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}

/* NEWS DATE */
span.newsdate {
    color: #26414a;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    color: #7A838E;
    font-style: normal;
    margin-right: 10px;
}

div.news-area div.col33.alignright.press.column span.newsdate {
    margin-bottom: 4px;
}

/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
    }

    table.tbl_list tr.tbl_cell_list_header td {
    }

/* 
 * Table grid
 */
table.tbl_grid {
}

    table.tbl_grid tr td {
    }

.headerstyle {
}

.alternate {
}

/*
 * Control specific styles
 */

div.ImageTextStyles.Image img {
    width: 100%;
    position: relative;
    float: left;
}

div.ImageTextStyles {
    margin: 0;
}


/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }

div.siteMenu-container {
    background: #4c4c4c;
    color: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

    div.siteMenu-container:after {
        content: "";
        clear: both;
        display: block;
    }

/*** Setup basic menu look ***/
ul.topmenu {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    float: unset;
}

    ul.topmenu li {
        float: left;
    }

        ul.topmenu li.first a {
        }

            ul.topmenu li.first a:before {
                content: url(../Img/svg/home-solid.svg);
                padding-right: 3px;
                color: #fff;
                text-decoration: none;
                display: inline-block;
                height: 21px;
                width: 21px;
                position: relative;
                top: 3px;
                margin-right: 4px;
            }

        ul.topmenu li a {
            padding: 10px 20px;
            color: #fff;
            text-decoration: none;
            font-size: 1em;
            font-weight: 700;
            border-left: 1px solid #fff;
        }

            ul.topmenu li a:hover {
                color: #fff;
                background: #c6a312;
            }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected.first a {
                background: #c6a312;
            }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                font-weight: 700;
                color: #fff;
                background: #c6a312;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    color: #fff;
                }

        ul.topmenu li.last {
            border-right: 1px solid #fff;
        }

            ul.topmenu li.last a {
            }

                ul.topmenu li.last:hover,
                ul.topmenu li.last a:hover {
                }

/*
 * Menus
 */
ul.submenu {
    background: unset;
}

ul.topmenu li a {
}

ul.submenu li {
    font-size: 100%;
}

/*** Link styles ***/
ul.submenu a {
    color: #051033;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: 0.04px;
    text-decoration: none;
    border-color: #c6a312;
    padding: 6px 0 6px;
}

    ul.submenu a:hover {
        color: #424242;
    }

ul.submenu ul {
}

    ul.submenu ul a {
        color: #25434d;
        font-family: "Open Sans";
        font-weight: 600;
        letter-spacing: 0.04px;
    }

ul.submenu li.selected a {
    color: #25434d
}
/*ul.submenu ul a {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}*/
/*ul.submenu ul li.first a {
    padding-top: 6px;
}
ul.submenu ul li.last a {
    padding-bottom: 6px;
}*/
ul.submenu a,
ul.submenu ul a,
ul.submenu ul ul a {
    line-height: 34px;
}

ul.submenu ul a,
ul.submenu ul ul a {
    color: #25434d;
}

ul.submenu ul a {
    padding-left: 30px;
}

ul.submenu ul ul a {
    padding-left: 45px;
}


/*** Special styles ***/
ul.submenu li.expanded {
}

ul.submenu li.collapsed {
}

ul.submenu li.selected, ul.submenu li.childselected {
}

    ul.submenu li.selected ul, ul.submenu li.childselected ul {
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.submenu li.selected &gt; ul,
    ul.submenu li.expanded.childselected &gt; ul {
        margin-top: 0;
    }

ul.submenu li.expanded.childselected ul li.expanded.selected.first ul,
ul.submenu li.expanded.childselected ul li.expanded.childselected.first ul {
    margin-top: 0;
}


ul.submenu li.selected ul ul, ul.submenu li.childselected ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*** Special styles ***/
ul.submenu li.expanded:before {
    content: url(../Img/ico-forward-grey.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 6px;
}

ul.submenu li.collapsed:before {
    content: url(../Img/ico-forward-grey-down.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}
/*ul.submenu li.expanded.selected.first &gt; a,
ul.submenu li.selected &gt; a {
    border-bottom:2px solid #b0c204;
}*/
ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: url(../Img/ico-forward-gold.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

ul.submenu li.selected:before {
    content: url(../Img/ico-forward-gold.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

/*ul.submenu li.collapsed a,
ul.submenu li.expanded.childselected.first &gt; a {
    border-bottom:2px solid #b0c204;
    padding-bottom: 10px;
}*/
ul.submenu li.expanded.childselected:before {
    content: url(../Img/ico-forward-gold-down.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

ul.submenu li.expanded a {
}

ul.submenu li.expanded ul li.last {
}

ul.submenu li:hover:before {
    content: url(../Img/ico-forward-gold.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

ul.submenu li.expanded ul li.selected a {
    color: #c6a312;
}

ul.submenu li.meny-space {
    margin-bottom: 10px;
}

ul.submenu li.expanded ul li.selected ul li a {
    font-weight: normal;
}

ul.submenu li.collapsed.selected:before {
    content: url(../Img/ico-forward-gold-down.png);
}

ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.expanded.selected:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.selected:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.selected:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-gold.png);
}

ul.submenu li.expanded.childselected:before,
ul.submenu li ul li.expanded.childselected:before {
    content: url(../Img/ico-forward-grey-down.png);
}

ul.submenu &gt; li.expanded &gt; a {
    color: #051033;
}

/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin-bottom: 25px;
}

    ul li {
    }

    ol li {
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
            font-size: 1em;
            font-weight: 300;
        }

    ul.horizontal-bulleted {
        width: 100%;
        margin-bottom: 30px;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #eeeae4;
            list-style-type: none;
            width: 100%;
            display: block;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #66cc00;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 1em;
                margin-right: 5px;
                padding: 5px;
                text-decoration: none;
                width: 10px;
            }

table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    border-bottom: none;
    list-style-type: none;
    display: block;
    font-size: 0.9em;
}

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
    margin-bottom: 0;
}

div.related-content div.box-secondary-outer.box-outer.noheight div.box-secondary-inner.box-inner {
    padding-bottom: 0;
}
/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }
/* 
 * FAQ List 
 */
ul.faq-list {
    border: 1px solid #c6a312;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #fff;
}

    ul.faq-list:hover {
        background: #f1f1f1;
    }

    ul.faq-list li {
        padding-left: 14px;
        margin-top: 14px;
        margin-bottom: 6px;
    }

        ul.faq-list li p {
            margin-bottom: 12px;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #424242;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .answer:before {
        content: "\f05a";
        color: #c6a312;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }
    ul.faq-list li.answer p img {
        max-width:100%;
    }
    /* 
* Sitemap
*/
    .sitemap_paragraph {
    }

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
    line-height: 32px;
}

    ul li.maplink:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #25434d;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

.login-container {
    width: 24.35897435897436%;
    float: right;
}

.login-mypages {
    background: #c6a312;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .login-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .login-mypages p {
        font-size: 21px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 4px;
    }

    .login-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

.register-mypages {
    background: #0e2e46;
    color: #fff;
    text-align: center;
    padding: 20px 0px 30px 20px;
    box-sizing: border-box;
}

    .register-mypages h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 46px;
    }

    .register-mypages p {
        font-size: 26px;
        color: #fff;
        font-weight: 300;
    }

    .register-mypages .fa.fa-user-circle-o {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .register-mypages a, .login-mypages a {
        color: #fff;
        text-decoration: none;
    }

/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
    width: 100%;
}

    ul.thumbnail-list img {
        border-width: 3px;
        margin: 6px;
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    border-radius: 4px;
    background-color: #FFFFFF;
}

    .primary .box-inner {
        background: #fff;
        color: #333333;
        font-family: "Open Sans";
        font-size: 0.9em;
        letter-spacing: 0.04px;
        line-height: 24px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    }

table.box.primary tbody tr td.box-outer.box-inner {
    background: #f3f3f3;
}

.primary a {
    color: #c6a312;
    text-decoration: none;
}

    .primary a:hover {
        color: #424242;
        text-decoration: underline;
    }

.primary.col75 .box-inner, .col75 .primary .box-outer, td.col75 .primary td.box-inner, .primary.col50 .box-inner, .col50 .box.primary .box-inner, td.col50 .primary td.box-inner, .primary.col25 .box-inner, .col25 .primary .box-inner, .primary td.box-inner {
    background: #fff;
}

.box.primary.listavailable.col75 {
    margin-bottom: 20px;
}

.primary hr {
    margin-top: 20px;
    float: left;
    display: block;
    border-bottom-style: dashed;
    background: #fff;
}

.primary a.bulleted {
    color: #c6a312;
    text-decoration: none;
}

    .primary a.bulleted:hover {
        color: #424242;
    }

    .primary a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #424242;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }


    .primary a.bulleted:hover {
        color: #424242;
        text-decoration: none;
    }

/*** Secondary ***/
.secondary {
    border-radius: 4px;
    background-color: #f3f3f3;
}

    .secondary .box-inner {
        background: #f3f3f3;
        color: #25434d;
        font-family: "Open Sans";
        font-size: 0.9em;
        letter-spacing: 0.04px;
        line-height: 24px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    }

    .secondary hr {
        background: transparent;
    }

    .secondary a {
        color: #c6a312;
        text-decoration: none;
    }

        .secondary a:hover {
            color: #424242;
            text-decoration: underline;
        }

        .secondary a.bulleted {
            color: #c6a312;
            text-decoration: none;
        }

            .secondary a.bulleted:hover {
                color: #424242;
            }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 3px;
                color: #424242;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
            }


.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}


    .box-primary h3, .primary h3, .box-primary h4, .primary h4 {
        background: transparent;
        color: #424242;
        letter-spacing: -0.29px;
    }


div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
    color: #424242;
    background: transparent;
    font-size: 1.5em;
}

    div.rental h2.rental, div.trade h2.trade {
        font-size: 2em;
        margin-bottom: 24px;
    }

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #424242;
    font-size: 1.5em;
}

div.resident h2.resident, div.rental h2, div.trade h2 {
    background: transparent;
    color: #424242;
    line-height: 36px;
    font-size: 2em;
}

div.rental div.title-icon {
    width: 40px;
}

div.residentInfo.residentLinks {
    background: #F8F8F8;
    padding: 7px 1em;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
}

    div.residentInfo.residentLinks h4 {
        font-size: 21px;
    }

ul.form li.type h2 {
}

table.col75 tbody tr td.col25 h2,
table.box.primary.col25 tbody tr td.box-outer.box-inner h3 {
    margin-bottom: 5px;
}

table.box.col25 tbody tr td.box-outer.box-inner p,
table.col75 tbody tr td.col25.alignright p {
    font-size: 1em;
    line-height: 1.7em;
}

    table.box.col25 tbody tr td.box-outer.box-inner p:last-of-type {
        margin-bottom: 0;
    }
/*** Login Control ***/
.col25 div.loginarea span {
    margin-bottom: 7px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
    margin-bottom: 10px;
}

    table.gridlist tr.headerrow {
        border: 1px solid #c6a312;
        background-color: #c6a312;
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background: unset;
            color: #fff;
            padding: 6px 10px;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 10px;
            }

            table.gridlist td.header:last-of-type {
                padding-left: 2px;
            }

            table.gridlist td.header a, tr.header td a {
                background-color: #c6a312;
                color: #fff;
            }

                table.gridlist td.header a:hover, tr.header td a:hover {
                }

                table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
                    background-color: #c6a312;
                    color: #fff;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #c6a312;
                }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #DEE1E5;
    padding: 12px 3px 18px;
    font-size: 1em;
}

table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 12px 3px 18px;
    font-size: 1em;
    background: #fff;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    color: #25434d;
    text-decoration: none;
}

table.gridlist img.objectlist_icon {
}

div.search_results table.gridlist tbody tr.header td {
    background: #25434d;
    font-size: 18px;
}

ul.mypage_profile {
    border-bottom: 1px solid #DEE1E5;
    padding-top: 0.9em;
    margin-top: 20px;
}

/*
 * UL form list
 */
ul.form {
    font-size: 1em;
    line-height: 2.6em;
    margin-top: 6px;
}

    ul.form li {
        list-style-type: none;
        padding: 6px 0 0px;
        text-align: left;
    }

        ul.form li.validator {
        }

        ul.form li.label {
            width: 270px;
        }

        ul.form li.label, .box ul.form li.label {
            margin-top: 0;
            font-weight: 400;
        }

.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {
}

ul.form li.textvalue {
}

ul.form li.value {
    padding-left: 280px;
}

ul.form li.text {
}

div.siteContentIframe ul.form li.label {
}

div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
}

ul.form.exchangeobject {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 6px;
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
body.default div.news-area div.news-archive {
    width: 100%;
    float: left;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: right;
    border-radius: 0;
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

div.news-archive .date-column {
}

div.news-archive .content-column .title {
    color: #424242;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.29px;
    line-height: initial;
    margin-bottom: 6px;
    display: block;
}

body.default div.news-area div.news-archive a {
    color: #fff;
    display: inline-block;
    background: #c6a312;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
}

    body.default div.news-area div.news-archive a:hover {
        background: #424242;
    }

    body.default div.news-area div.news-archive a.bulleted:before {
        content: url(../Img/svg/plus-circle-solid.svg);
        padding-right: 3px;
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        display: inline-block;
        height: 21px;
        width: 21px;
        position: relative;
        top: 3px;
        margin-right: 4px;
    }

div.news-archive table.gridlist tbody tr.listitem-odd td.date-column,
div.news-archive table.gridlist tbody tr.listitem-even td.date-column {
    padding: 1em 1em;
    font-weight: 600;
    color: #7A838E;
}

div.news-archive table.gridlist tbody tr.listitem-odd td.content-column p,
div.news-archive table.gridlist tbody tr.listitem-even td.content-column p {
    margin-bottom: 0;
}
/*@import url("Elements/DynamicMap.css");*/
.dynamic-map {
    border: 0;
}

    .dynamic-map a {
        color: #25434d;
        text-decoration: none;
        font-size: 0.9em;
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox &gt; div {
            border-top: solid 1px #DEE1E5;
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }

span.close img {
    width: initial;
}

.area-info {
    font-size: 14px;
    line-height: 23px;
}

.area-img {
    margin-top: 10px;
}

.area-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 14px;
}

    .area-links ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .area-links ul li a:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 6px;
            color: #25434d;
            text-decoration: none;
            font-size: 1.2em;
            display: inline-block;
            top: 1px;
            position: relative;
        }

/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
    width: 1170px;
    position: relative;
}

.col75 .slider, .col75 .slider-container {
    width: 100%;
}

.col75 .slider, .col75 .slider-container {
}

.col50 .slider, .col50 .slider-container {
}

.col25 .slider, .col25 .slider-container {
}

.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
    width: 220px;
}

.col100 .slider img, .col100 .slider-container img {
    max-width: 1170px;
}

.slider-container {
    margin: 0 0 20px;
    position: relative;
}

    .slider-container.col25 {
        margin: 0 0 0;
    }

.slider-inner {
    height: 460px;
}

.slider {
    height: 460px;
}

    .slider img {
        max-width: 1170px;
    }
/*
 * Pager
 */
.pager-container {
    top: 3px;
    position: absolute;
    right: 16px;
    text-align: center;
}

body.hso_area_area_info_cm .pager-container {
}

.pager {
}

.pager-container ul.pager {
    display: inline-block;
    float: right;
}

    .pager-container ul.pager li.selected {
        border: 0;
        background: transparent url(../Img/pagination_selected.png) no-repeat 0 0;
    }

    .pager-container ul.pager li {
        border: 0;
        background: transparent url(../Img/pagination_unselected.png) no-repeat 0 0;
        width: 25px;
        height: 25px;
        margin: 0;
    }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    display: block;
    height: 4em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 4em;
    z-index: 100;
    opacity: 0;
}

#slider_next {
    background: transparent url(../Img/pager_right.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

#slider_prev {
    background: transparent url(../Img/pager_left.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.slider-inner:hover #slider_prev,
.slider-inner:hover #slider_next {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

/** Slider Content **/
div.ImageText {
    float: left;
}

div.ImageTextStyles.Text {
    background: transparent url(../Img/bg-ingangar.png) repeat 0 0;
    bottom: 15%;
    color: #fff;
    font-weight: 400;
    padding: 24px 40px 40px;
    position: absolute;
    width: 30%;
    left: 177px;
    border-radius: 4px;
}

div.ImageText h1 {
    color: #424242;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}

div.ImageTextStyles.Text p.link:hover {
    text-decoration: underline;
}

div.ImageTextStyles.Text span.ingress {
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 20px;
}

div.ImageTextStyles.Text a {
    background: transparent;
    text-decoration: none;
}

    div.ImageTextStyles.Text a.ImageTextLink {
        border-radius: 3px;
        background-color: #c6a312;
        display: inline-block;
        padding: 3px 30px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

        div.ImageTextStyles.Text a.ImageTextLink:hover {
            background-color: #424242;
            color: #fff;
        }

div.ImageTextStyles.Image {
    position: relative;
    float: left;
}

div.ImageTextStyles.Text:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}


div.ImageTextStyles.Image:hover &gt; #slider_next, div.ImageTextStyles.Image:hover &gt; #slider_prev {
    opacity: 1;
}


div.siteFooter {
    margin: 0 auto;
    color: #fff;
}

    div.siteFooter h6 {
        font-weight: 700;
        font-style: normal;
        font-size: 1.6em;
        color: #fff;
        margin-bottom: 0.8em;
    }

    div.siteFooter div.col33 h2,
    div.siteFooter div.col33 h3,
    div.siteFooter div.col33 h4,
    div.siteFooter div.col33 h5 {
        font-style: normal;
        color: #fff;
    }

    div.siteFooter-container div.siteFooter div.col33.footercontent ul li,
    div.siteFooter a {
        color: #fff;
        font-size: 1em;
        letter-spacing: 0.03px;
        line-height: 22px;
        text-decoration: none;
    }

        div.siteFooter a:hover {
            color: #c6a312;
        }

ul.contact-information li.mail {
    margin-bottom: 20px;
}

div.siteInfo ul.linkMenu {
    float: right;
}

    div.siteInfo ul.linkMenu li {
        display: inline;
        margin-left: 5px;
    }

        div.siteInfo ul.linkMenu li a {
            text-decoration: none;
            color: #7A838E;
            font-family: "Open Sans";
            font-size: 0.9em;
            letter-spacing: 0.03px;
            line-height: 22px;
        }

            div.siteInfo ul.linkMenu li a:hover {
                color: #424242
            }


/* QuickFilter */
.objectlistFilters {
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
}

ul.quickfilter li.full {
    width: 100%;
}

div.objectlistFilters ul.quickfilter li.full table.check {
    width: 100%;
    margin-bottom: 30px;
}

    div.objectlistFilters ul.quickfilter li.full table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

ul.quickfilter li {
    float: left;
    font-size: 0.9em;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.form li.value table.check {
    width: 100%;
}

    ul.form li.value table.check tr {
        border-bottom: 1px dotted #DEE1E5
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 1em;
    width: 89%;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 1em;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 1.2em;
    margin-bottom: 12px;
    font-weight: 600;
}

ul.quickfilter label {
}

.ui-widget-header {
    background: #c6a312;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    height: 8px;
    top: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}

label.title {
    background: #c6a312;
    border: 1px solid #c6a312;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

    label.title:hover {
        background: #424242;
        border: 1px solid #424242;
        color: #fff;
    }

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 12px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
        font-size: 14px;
    }

        .templatelist.block li a {
            padding: 0;
        }

ul.templatelist.block li h4 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

    ul.templatelist.block li h4 a {
        color: #424242;
        text-decoration: none;
        font-weight: 300;
    }

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
    width: 100%;
    height: unset;
}

.templatelist.block li:nth-of-type(9n+2) {
    padding: 0;
}

.templatelist.block.objectlist li label {
    font-weight: 600;
    width: 85px;
}

.templatelist.block.header li label, .templatelist.block li label {
    width: 70px;
}

ul.listviews {
    float: right;
    width: 100%;
    padding: 0;
    border-top: dotted 5px #c4c4c4;
    padding: 10px 0;
}

    ul.listviews li {
        display: block;
        padding: 0 10px 0 0;
        list-style-type: none;
        margin-bottom: 1em;
        margin-top: 4px;
    }

        ul.listviews li a {
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            color: #051033
        }

        ul.listviews li i {
            color: #DEE1E5;
            font-size: 14px;
            padding-right: 4px;
        }

        ul.listviews li.selected i {
            color: #424242;
        }

div.page-col25 ul.grid li.left {
    float: left;
    width: 70px;
    line-height: 28px;
}

div.page-col25 ul.grid:first-of-type li.left {
    width: 100%;
}

div.page-col25 ul.grid:first-of-type li.right {
    width: 100%;
    border-bottom: 1px dotted #c6a312;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 28px;
    font-weight: 700;
    padding: 0;
}

div.page-col50 ul.grid li.right {
    padding: 0;
}

div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: auto;
    font-size: 1.2em;
    line-height: 38px;
    font-weight: normal;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f9f9f9;
    padding: 7px 16px 16px;
}

div.jquerypanel {
    padding: 12px 10px 9px;
}

ul.form.exchangeobject li.label.type h2 span {
    font-size: 19px;
}

div.jquerypanel div.header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

div.jquerypanel .header a.hidden {
    background-position: -2px 0px;
}

div.jquerypanel div.pageFooter {
    background: #f2f2f2;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #25434d;
    color: #051033;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px 12px;
    border: 1px solid #c6a312;
    border-radius: 3px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #fff;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

    div.debt.tfcorrespondence label {
        font-size: 14px;
        margin-left: 5px;
    }

.page-col75 div.invoice, .page-col75 div.debt, .page-col75 div.invoice p.address, .page-col75 div.invoice-spec ul li.desc {
    background: #fff;
}

.tfcorrespondence .dividerTFCorrespondence {
    margin-top: 16px;
    padding-top: 4px;
    border-top: 1px #DEE1E5 solid;
}

.tfcorrespondence .btn-save-correspondence {
    float: right;
    margin-top: 0px;
}

#cookiecheck span {
    font-size: 12px;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #555;
}

.removeInterestBox &gt; div.pageSubHeader {
    border: 0;
    background: 0;
    padding-left: 0;
    box-shadow: none;
    color: #25434d;
}

.removeInterestBox {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px #c6a312 dashed;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
    background: #fff;
}

.col75 img {
    max-width: 872px;
}

.col25 .box-inner img {
}

li.stageobject span {
    padding-left: 19px;
    color: #0e2e46;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

body.hss_object_objectdetailstemplateb div.image-big img {
    cursor: pointer;
}

img.exterior_image {
    margin-bottom: 0;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

div.image-big,
div.image-big img {
    width: 100%;
    border: none;
}

div.image-big-full img {
    width: 100%;
    border: solid 4px #e0e0e0;
    box-sizing: border-box;
}

div.image-thumbs {
    padding-left: 0;
}

    div.image-thumbs img {
        border-color: #c6a312;
        margin: 0 4px 0 0
    }

        div.image-thumbs img:hover {
            border-color: #424242;
        }
/** Start Page **/
.col100 {
    background: transparent;
}

span.no-objects {
    display: block;
    border: 1px dotted #c6a312;
    border-radius: 3px;
    padding: 10px 14px 11px;
    font-size: 14px;
    text-align: center;
    color: #c6a312;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 35px;
}

div.box.secondary div.box-outer div.box-inner p {
    font-size: 14px;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    width: 50px;
}

    .box-primary div.title-icon i.fa, .box-secondary div.title-icon i.fa {
        font-size: 38px !important;
    }

    .box-primary div.title-icon i.fa {
        color: #25434d;
    }

    .box-secondary div.title-icon i.fa {
        color: #424242;
    }

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 55%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.fa-building:before {
    color: #c6a312
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.box.box-secondary div.title-icon span.fa-stack {
    line-height: 1em;
    height: 1em;
}

.fa-search:before {
    content: "\f002";
    font-size: 27px;
    left: 10px;
    position: relative;
    color: #051033
}

.alignleft {
    margin-right: 2.85%;
}

ul.templatelist.block.objectlist li h2 {
    font-size: 1.4em;
    line-height: normal;
}

    ul.templatelist.block.objectlist li h2 a {
        color: #424242;
        text-decoration: none;
    }

.templatelist.block.objectlist li span {
    padding-left: 10px;
}

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 4px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 0.7em;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #c6a312;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 52px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    display: block;
    height: 55px;
    position: relative;
    bottom: 30px;
    line-height: 94px;
    z-index: 2;
    width: 100%;
}

.fa-pdf:before {
    content: "\f1c1";
}

div.object-buttons {
    padding-top: 2px;
}

div.areainfo div.areatext p {
    font-size: 14px;
    line-height: 25px;
}

div.areatext {
    width: 60%;
    float: left;
}

div.areaimg {
    width: 38%;
    float: right;
}

    div.areaimg img {
        border: 1px solid #b7cada;
        float: left;
    }

.col50 img {
    max-width: 530px;
}

div.areanews h2.localnews {
    color: #000;
}

ul.form li, .box ul.form li {
    font-size: 0.9em;
}

div.area_info_facts {
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 1em;
}

    div.area_info_facts table.gridlist tbody tr.header {
        border-color: #c6a312;
    }

        div.area_info_facts table.gridlist tbody tr.header td {
            background: #c6a312;
            font-size: 0.9em;
            padding: 0;
            padding: 4px 8px;
        }

    div.area_info_facts table.gridlist tbody tr td {
        background: unset;
        padding: 10px 2px;
    }

.object-facts ul li {
    line-height: 32px;
}

div.box-secondary.box.secondary.object-facts {
    font-size: 14px;
}



#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulRealestate {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulBuilding {
    display: none;
}
/*#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_trRebuiltYear {
    display:none;
}*/

ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndApartment,
ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndParking {
    color: #c00;
}

/*ul.mypage_profile_interest li span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_lblIAEndStorage {
    color: #ff7000;
}*/

ul.mypage_list a {
    color: #25434d;
}

#ctl00_Col1_trFlatNo td:first-child {
    width: 250px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:first-child {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulInvoiceHeader li:nth-child(1n+1) {
    display: none;
}

li.showonmap span {
    background-position: left;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form {
    padding: 0 12px 12px;
    box-sizing: border-box;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 35%;
    }

ul.form li.textvalue {
    margin: 0;
    padding-top: 0;
    min-height: 30px;
    text-align: right;
}

div.invoice p.ocr {
    margin: 10px 0 0 0;
    float: left;
    padding: 3px 0;
}

ul.serviceorder-header li.textvalue {
    text-align: unset;
}

ul.serviceorder-row li.textvalue {
    text-align: unset;
}

div.box.primary.areanews div.title-icon {
    width: 49px;
}

div.box.primary.areanews div.box-outer div.box-inner table tbody tr td a.bulleted {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

div.box.primary.areanews div.box-outer div.box-inner table {
    width: 100%;
}

div.box.primary.areanews span.newsdate {
    font-size: 1em;
}

div.printlist {
}

body.org_employeelist h3.header {
    font-size: 38px;
}

body.org_employeelist ul.templatelist.block li img:not(.image):first-child {
    margin: 0 6px 0 0;
}

body.org_employeelist table.gridlist td img {
    display: none;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 6px;
    color: #25434d;
    text-decoration: none;
    font-size: 22px;
    display: block;
    top: -1px;
    position: relative;
    float: left;
}

body.org_employeelist table.gridlist tbody tr td a.iframe:hover {
    color: #051033;
}

    body.org_employeelist table.gridlist tbody tr td a.iframe:hover:before {
        content: "\f0e0";
        font-family: FontAwesome;
        color: #051033;
    }

body.org_employeelist table.gridlist td.header:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+1),
body.org_employeelist tr.listitem-odd td:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+1),
body.org_employeelist tr.listitem-even td:nth-child(4n+1) {
    width: 30%;
    padding-left: 1em;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+2),
body.org_employeelist tr.listitem-odd td:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+2),
body.org_employeelist tr.listitem-even td:nth-child(4n+2) {
    width: 30%;
    padding-left: 1em;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+3),
body.org_employeelist tr.listitem-odd td:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+3),
body.org_employeelist tr.listitem-even td:nth-child(4n+3) {
    width: 20%;
    padding-left: 1em;
    box-sizing: border-box;
}

body.org_employeelist table.gridlist td.header:last-of-type,
body.org_employeelist table.gridlist td.listitem-odd:last-of-type,
body.org_employeelist tr.listitem-odd td:last-of-type,
body.org_employeelist table.gridlist td.listitem-even:last-of-type,
body.org_employeelist tr.listitem-even td:last-of-type {
    width: 20%;
}

div.siteContentPopup div.page-popup h1 {
    font-size: 38px;
}

.col25 img {
    width: 100%;
    max-width: none;
}


.articleImg {
    margin-bottom: 20px;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

table.col75 tr td.col37 {
    vertical-align: text-top;
    border: 1px solid #c6a312;
    padding: 10px;
    box-sizing: border-box;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight: 600;
    margin-top: 1em;
}


div.siteContentIframe div.article-area-info div.article-area-info p img {
    max-width: 100%;
}

div.slider-container.col75 div.slider-inner,
div.slider-container.col75 div.slider-inner div.slides div.slider {
    height: auto !important;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1em 40px 5px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        width: 100%;
        line-height: 21px;
    }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
            width: auto;
            margin-right: 10px;
            font-weight: bold;
        }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
            padding: 5px 0 0 0;
        }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
        display: none;
    }

div.tbl_block_content.subst-table {
    padding: 20px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #e5debb;
    background: #fff;
}

div.subst-table ul, div.subst-table li {
    font-size: 0.95em;
    line-height: 27px;
}

.box-primary h3.user {
    margin-bottom: 0;
}

div.box.secondary.alertinfo div.box-inner {
}

div.box.secondary.alertinfo div.box-inner {
    background: #c6a312;
    border-radius: 3px;
    color: #fff;
}

    div.box.secondary.alertinfo div.box-inner a {
        color: #fff;
        text-decoration: underline;
    }

.box-secondary h3.information {
    color: #fff;
}

h3.facts {
    margin-bottom: 0;
}

div.object-facts div.box-top hr {
    margin: 5px 0 10px;
}

div.box.secondary.alertinfo p,
div.box.secondary.alertinfo div.box-inner p {
    color: #fff !important;
}

.article-display-date {
    font-size: 1em;
    display: inline-block;
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 2px 10px;
    font-weight: 700;
}

.txt_warning_title {
    font-size: 25px;
    color: #333;
    line-height: 42px;
    font-weight: 700;
}

.box-container {
    margin-top: 30px;
}


table.box.secondary.col25 {
    width: 100%;
    box-sizing: border-box;
}

.col25 .box-inner img {
    max-width: unset;
}

p.creditchecktext {
    text-align: left;
    font-style: italic;
    margin-top: 10px;
    font-size: 11px;
}

.objectlist-area {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 10px 10px;
    box-sizing: border-box;
}


.objectlist-area-select {
    width: auto;
    float: left;
}

    .objectlist-area-select.city {
        margin-right: 20px;
    }

div.objectlist-area div.objectlist-area-select.city span {
    display: inline;
}

ul.horizontal li.showonmap {
    margin-bottom: 5px;
}

.navigation-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .navigation-tabs .tab {
        display: inline-block;
        cursor: pointer;
        padding: 5px 10px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #f3f3f3;
        color: #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

        .navigation-tabs .tab:hover {
            background: #fff;
            color: #323232;
        }

        .navigation-tabs .tab.active {
            background-color: white;
            color: #222;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            font-weight: 600;
        }


/** PROJECT NEWS CONTAINER **/
div.projectnews-container {
    width: 1440px;
    background: #fff;
    position: relative;
    left: -180px;
    float: left;
}

div.projectnews-container {
    border-top: 2px solid #f3f3f3;
}

    div.projectnews-container div.projectnews-container-area {
        width: 50%;
        float: left;
        padding: 100px 70px 70px 180px;
        box-sizing: border-box;
    }

    div.projectnews-container.alignright div.projectnews-container-area {
        float: right;
        padding: 100px 180px 70px 100px;
    }

    div.projectnews-container div.projectnews-container-image {
        float: right;
        width: 50%;
    }

    div.projectnews-container.alignright div.projectnews-container-image {
        float: left;
    }

    div.projectnews-container div.projectnews-container-image img {
        float: left;
    }

    div.projectnews-container ul.projectnews li {
        list-style-type: none;
        font-size: 24px;
        line-height: 34px;
        font-size: 30px;
        line-height: 46px;
        margin-left: -3px;
    }

    div.projectnews-container div.projectnews-container-area h3 {
        color: #051033;
        font-weight: 700;
        font-style: normal;
        font-size: 2.5em;
    }

    div.projectnews-container div.projectnews-container-area p {
        color: #25434d;
        line-height: 29px;
    }

    div.projectnews-container div.projectnews-container-area a.bulleted:before {
    }

div.projectnews-container-area ul.projectnews li a,
div.projectnews-container-area a {
    color: #25434d;
    text-decoration: none;
}

    div.projectnews-container-area ul.projectnews li a span {
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
        font-style: italic;
    }

div.social {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 30px;
}

    div.social a img {
        width: 32px;
        height: 32px;
        float: left;
        margin-right: 9px;
    }

div.col25.social div.siteContact ul li {
    color: #3a75c4;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

#google_translate_element {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 20px;
}

.goog-te-gadget-simple {
    border-radius: 5px;
    padding: 4px 7px 4px !important;
    border-color: #424242 !important;
    border-width: 1px !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    float: right;
    margin-left: 10px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #424242 !important;
    font-weight: bold !important;
    font-size: 1em !important;
}
/** Startsidan **/

div.col100.ingangar {
    background: #c6a312;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    width: 1440px;
    left: -180px;
    padding: 35px 0;
}

div.ingangar-wrapper {
    width: 1080px;
    margin: 0 auto;
}

div.col25.ingangar {
    width: 23.6%;
}

    div.col25.ingangar.alignleft {
        margin-right: 20px;
    }

div.ingangar a,
div.ingangar h3 {
    color: #424242;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin: 0;
    text-indent: 0;
    line-height: 2em;
}

div.ingangar h3 {
    font-size: 1.9em;
}
div.ingangar:nth-of-type(4n+2) h3:before {
    content: url(../Img/svg/store-solid.svg);
    padding-right: 3px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

div.ingangar:nth-of-type(4n+3) h3:before  {
    content: url(../Img/svg/wrench-solid.svg);
    padding-right: 3px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    top: 5px;
    margin-right: 0px;
}

div.ingangar:first-of-type h3:before {
    content: url(../Img/svg/building-solid.svg);
    padding-right: 3px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

div.ingangar:last-of-type h3:before {
    content: url(../Img/svg/user-solid.svg);
    padding-right: 3px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

div.col25.ingangar div.ingangar-container {
    background: #fff;
    border-radius: 10px;
    padding: 12px 0;
}



div.ingangar-container:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

div.col100.ingangar:after {
    content: "";
    clear: both;
    display: block;
}

div.newsBox {
    padding: 10px 0 0;
    box-sizing: border-box;
    text-align: left;
}

div.col100.news div.newsBox h3 {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.5px;
    font-size:32px;
    margin-bottom: 16px;
}

div.col100.news div.newsBox a {
    text-decoration: none;
    color: #000;
}
div.col100.news div.newsBox a:hover {
    text-decoration: none;
}
div.col100.news a:hover {
    text-decoration:none;
}
div.col100.news a div.newsBox p {
    color: #000;
}

div.newsBox h3 {
    color: #051033;
    line-height: 40px;
}

div.col100.news div.newsBox h3 a {
    text-decoration: none;
}

div.col100.news a img.newsImg {
    float:left;
    margin-right:30px;
    width:400px;
}
div.col100.news {
    margin-bottom:20px;
}

div.ImportantContainer {
    background: #c6a312;
    position: relative;
    top: 0;
    width: 1440px;
    height: auto;
    padding: 20px 0 19px;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
    margin: 0 auto;
    text-align: center;
}

    div.ImportantContainer a {
        text-decoration: none;
    }

div.ImportantContainerContent {
    margin: 0 auto;
}

div.ImportantContainer h1.ImportantTitle {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
}

div.ImportantContainer p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

div.ImportantContainer a.bulleted {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
}

    div.ImportantContainer a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }

div.ImportantContainer span.date-ice {
    color: #000;
}

    div.ImportantContainer span.date-ice:after {
        content: ':'
    }

    div.ImportantContainer span.date-ice:before {
        content: "\f05a";
        font-family: FontAwesome;   
        padding-right: 3px;
        color: #000;
        text-decoration: none;
        font-size: 26px;
        display: inline-block;
        top: 3px;
        position: relative;
        margin-right: 8px;
    }

table.cmLayout2Columns tbody tr td.col50.contact {
    width:50%;
}

table.cmLayout2Columns tbody tr td.col50.contact iframe {
    border:1px solid #c6a312 !important;
}

a.bulleted-box {
    display: inline-block;
    padding: 3px 30px;
    color: #fff;
    font-size: 15px;
    position: relative;
    background: #c6a312;
    text-decoration: none;
    border-radius: 4px;
    font-weight:700;
}

div.cookie-header {
    color: #fff;
    text-align: center;
    font-size: 15px;
}
iframe#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ifrmExternal {
    margin-top:30px;
}
body.cm_externalcontent div.siteMain-container div.siteMain div.siteContentFull div.page-col75.col75 {
    width: 100%;
}</pre></body></html>