/*
 * Main stylesheet for the new cleaned structure.
 *
 * 191122 VIPHI
 */
/* 
 * General
 */


html {
    padding-top:10px;
    padding-bottom:10px;
}

body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #0e2e46;
    line-height: 30px;
    background-color: #f3f1ea;
}

form {
    padding-bottom: 0;
    width: 100%;
}

input, textarea, select {

}

pre, code, kbd {
}

strong, b {
}

em {
    font-size: 15px;
    font-weight: 600;
}

.ingress {
    color: #000000;
    font-family: mrs-eaves-roman-lining, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05px;
    line-height: 28px;
    font-size:24px;
}

.pre-amble {
}

.alert {
}

strong em {
    font-weight: bold;
}

a {
    color: #ac9471;
    text-decoration:none;
}
a:hover {
    color:#4fb0ad;
    text-decoration: underline;
}

p {
    margin-bottom:20px;
}
div.cookie-header {
    background-color: #b9b8b8;
    color: black;
    padding: 1em 0 0.75em;
    text-align: center;
    font-size: 0.85em;
}
    div.cookie-header a {
        color:#000;
        text-decoration:underline;
    }
    /*
 * Headers
 */
    h1, h2, h3, h4, h5, h6 {
        color: #051033;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        margin-bottom: 10px;
    }

h1 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 52px;
    line-height: 64px;
}

    h1.pagetitle, h2.pagetitle {
        color: #051033;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        font-size: 52px;
        line-height: 54px;
    }

div.siteContent h1 {
    margin-bottom: 20px;
}

h2 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 36px;
    line-height: 52px;
}

h3 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 32px;
    letter-spacing: -0.38px;
    line-height: 44px;
}

h4 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 28px;
    letter-spacing: -0.29px;
    line-height: 36px;
}

h5 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 21px;
    letter-spacing: -0.29px;
    line-height: 29px;
}

h6 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 18px;
    letter-spacing: -0.29px;
    line-height: 24px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}
/*
 * Main site containers 
 */
div.siteHeader-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 {
    border-bottom: 2px solid #ac9471;
    margin-bottom: 2px;
    -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.siteMain-container {
    background-color: #F8F8F8;
    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: #a58e69;
    border-top: 2px solid #25434d;
    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: 0;
    top: 15px;
}

.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;
}

div.siteFooter {
    position: relative;
    color: #7A838E;
}

    div.siteFooter .col33 {
        width: 53%;
    }

        div.siteFooter .col33.alignleft {
            margin-right: 20px;
        }

div.siteInfo-container {
    background: #25434d;
    color: #fff;
    padding: 10px 0;
    font-weight:700;
}

div.siteInfo ul,
div.siteInfo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}
/*
 * Site header
 */
div.siteHeader {
    padding: 40px 0 20px;
    position:relative;
}

div.siteLogo {
    float: left;
    width: 240px;
    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: #25434d;
    font-size: 17px;
    padding: 0;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

    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: #7A838E;
        text-decoration: none;
        padding: 0;
        line-height: 21px;
    }
/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top: 50px;
    margin-bottom: 30px;
    border-top:1px solid #ac9471;
}

/*
 * Content containers 
 */
div.siteContentHeader {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    padding: 70px 0 60px;
    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);
}

    div.siteContentHeader h1.pagetitle {
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
        font-size:64px;
    }


    div.siteContentHeader p {
        font-family: mrs-eaves-roman-lining, sans-serif;
        font-weight: 400;
        font-style: normal;
        color:#25434d;
        font-size:25px;
        letter-spacing: 0.05px;
        line-height: 30px;
        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;
    letter-spacing: 0.03px;
    line-height: 22px;
    text-decoration: none;
}

    div.siteBreadcrumbs a {
        color: #7A838E;
        text-decoration: none;
    }

    div.siteBreadcrumbs b {
        color: #25434d;
        font-weight: normal;
    }

    div.siteBreadcrumbs a:hover {
        color: #4fb0ad;
    }

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 {
    line-height: 24px;
    padding: 19px 10px 10px 15px;
}
span.txt_information_title {
    color: #25434d;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size:40px;
}
ul.mypage_profile_interest_header h4 {
    font-size: 21px;
    margin-top: 3px;
}

div.interest-header {
    padding: 6px 10px;
    background-color: #a58e69;
    border-color: #a58e69;
    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: 15px;
}

div.interest-objectinfo {
    width: 81%;
}

div.interest-interestinfo {
    height: auto;
    width: 790px;
    float: right;
    font-size: 16px;
    padding: 15px 10px 10px 5px;
    box-sizing: border-box;
}



div.interest-interestinfo table tbody tr td a {
    background-color: #a58e69;
    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: 15px;
        text-decoration: none;
    }
    div.interest-interestinfo table tbody tr td a.image:hover,
    div.interest-interestinfo table tbody tr td a.planning:hover {
        color: #4fb0ad;
    }


        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: #4fb0ad;
            font-family: FontAwesome;
            font-size: 16px;
            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: #4fb0ad;
        }

table tbody tr td div.interest-footer {
    background: #fff;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 5px 5px 3px 15px;
        margin: 2px 0 4px 0px;
        color: #000;
    }

        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: #4fb0ad;
}
/*
 * Search area
 */
div.search_area {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    overflow: hidden;
    right: 0;
    float: right;
    background: #fff;
    margin-left: 0;
    padding: 1px 4px 0 0;
    width: 250px;
    top: 60px;
    position: absolute;
}

    div.search_area:hover {
        border-color: #ac9471;
        background: #ac9471;
    }

    div.search_area .search_field {
        background: transparent;
        border: 0;
        float: left;
        font-size: 13px;
        margin-left: 5px;
        box-shadow:unset;
    }

    div.search_area .btn_search {
        border: none;
        color: #8C8C8B;
        background: transparent url(../Img/ico-search.png) no-repeat 0 0;
        background-size: 36px 36px;
        height: 37px;
        padding: 0;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 35px;
        cursor: pointer;
        margin-top: 0;
        margin-right: 0;
    }

        div.search_area .btn_search:hover {
            background: transparent url(../Img/ico-search-hover.png) no-repeat 0 0;
        }

div.page-col75.col75.search_results p span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblSearch {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}
/*
 * Menus
 */
ul.submenu {
    background: unset;
}

ul.topmenu li a {
}

ul.submenu li {
    font-size: 100%;
}

/*** Link styles ***/
ul.submenu a {
    color: #051033;
    font-weight: 700;
    letter-spacing: 0.04px;
    line-height: 24px;
    text-decoration: none;
    border-color: #a58e69;
    padding: 6px 0 6px;
}

    ul.submenu a:hover {
        color: #4fb0ad;
    }

ul.submenu ul {
}

    ul.submenu ul a {
        color: #25434d;
        letter-spacing: 0.04px;
        line-height: 24px;
    }

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 > ul,
    ul.submenu li.expanded.childselected > 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 > a,
ul.submenu li.selected > a {
    border-bottom:2px solid #b0c204;
}*/
ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: url(../Img/ico-forward-green.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

ul.submenu li.selected:before {
    content: url(../Img/ico-forward-green.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

/*ul.submenu li.collapsed a,
ul.submenu li.expanded.childselected.first > a {
    border-bottom:2px solid #b0c204;
    padding-bottom: 10px;
}*/
ul.submenu li.expanded.childselected:before {
    content: url(../Img/ico-forward-green-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-green.png);
    padding-right: 4px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

ul.submenu li.expanded ul li.selected a {
    color:#a58e69;
}

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-green-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-green.png);
}

ul.submenu li ul li.expanded.selected:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li ul li.selected:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li ul li:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li ul li.selected:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li.selected:hover:before {
    content: url(../Img/ico-forward-green.png);
}

ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: url(../Img/ico-forward-green.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 > li.expanded > a {
    color: #051033;
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3 {
}

.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: 15px;
    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: #4fb0ad;
        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: 13px;
}

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: auto;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 23px;
    text-shadow: none;
    border: 1px solid #25434d;
    border-radius: 3px;
    background: #25434d;
    font-weight: 600;
}

.btn-disabled {
    border: 1px solid #DEE1E5;
    background: #DEE1E5;
    color: #7A838E;
}

.btn:hover {
    background: #4fb0ad;
    border-color: #4fb0ad;
    color: #25434d;
}

.btn_interest:hover {
    background: #4fb0ad;
    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: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #fff;
    background: #25434d;
    cursor: pointer;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #25434d;
}

    .register-interest input[type="submit"]:hover {
        background: #4fb0ad;
        cursor: pointer;
        color: #fff;
        border: 1px solid #4fb0ad;
    }

/*** 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 #ac9471;
    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: 20px 0 20px
}

    div.navbar:after {
        content: '';
        clear: both;
        display: block
    }

    div.navbar .buttons {
        float: left
    }

        div.navbar .buttons .btn {
            background-color: #25434d;
            background-image: none;
            border-color: #25434d;
            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: 15px;
        }

        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: #4fb0ad;
            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: #25434d;
        border-color: #25434d;
        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: 13px;
        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 & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #a58e69;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    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: 18px;
    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: 700;
}

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 & Object-direct & 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: 9px;
    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: #fff;
    color: #26414a;
    padding: 0 0 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #b7cada;
}

    div.siteMenu-container:after {
        content: "";
        clear: both;
        display: block;
    }

/*** Setup basic menu look ***/
ul.topmenu {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
    float: right;
    display: inline-block;
    position: relative;
    top:10px;
}

    ul.topmenu li {
        float: left;
    }
        ul.topmenu li.first a {
            padding-left:0;
        }
        ul.topmenu li a {
            padding: 6px 16px;
            color: #24434d;
            text-decoration: none;
            font-weight: 700;
            font-size:100%;
        }

            ul.topmenu li a:hover {
                color: #4fb0ad;
            }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                font-weight: 700;
                color: #4fb0ad;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    color: #4fb0ad;
                }

        ul.topmenu li.last {
            border: 1px solid #E6E6E6;
            border-radius: 3px;
            position: relative;
            top: -1px;
            margin-left: 20px;
            float:right;
        }

            ul.topmenu li.last a {
                color: #fff;
                background: #24434d;
                border-radius:3px;
            }

                ul.topmenu li.last:hover,
                ul.topmenu li.last a:hover {
                    color: #4fb0ad;
                    border-color: #4fb0ad;
                }

/*@import url("Elements/SubMenu.css");*/

/*** Element padding ***/
ul.submenu {
}

    ul.submenu ul {
    }

        ul.submenu ul a {
        }

        ul.submenu ul ul a {
        }

    /*** Link styles ***/
    ul.submenu a {
    }

        ul.submenu a:hover {
        }

    /*** 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 {
        }

/*
 * 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: 18px;
            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;
            line-height: 28px;
            font-size: 18px;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #66cc00;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 11px;
                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;
    line-height: 28px;
    font-size: 18px;
}

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 #ac9471;
    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: #4fb0ad;
        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: #ac9471;
        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 {
    }

/* 
* 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: 17px;
        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: #a58e69;
    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: 20px;
        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-size: 18px;
        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: #f3f1ea;
}

    .primary a {
        color: #051033;
        text-decoration:none;
    }

        .primary a:hover {
            color: #4fb0ad;
           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: #25434d;
    text-decoration: none;
}

    .primary a.bulleted:hover {
        color: #4fb0ad;
    }

    .primary a.bulleted:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #4fb0ad;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
    }


    .primary a.bulleted:hover {
        color: #4fb0ad;
        text-decoration: none;
    }

/*** Secondary ***/
.secondary {
    border-radius: 4px;
    background-color: #FFFFFF;
}

    .secondary .box-inner {
        background: #fff;
        color: #25434d;
        font-size: 18px;
        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: #ac9471;
        text-decoration:none;
    }
    .secondary a:hover {
        color: #4fb0ad;
        text-decoration: underline;
    }

        .secondary a.bulleted {
            color: #25434d;
            text-decoration: none;
        }
            .secondary a.bulleted:hover {
                color:#4fb0ad;
            }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 3px;
                color: #4fb0ad;
                text-decoration: none;
                font-size: 18px;
                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: #051033;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        letter-spacing: -0.29px;
        line-height: 36px;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -0.29px;
    }


div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
    color: #051033;
    background: transparent;
    font-size: 28px;
}

    div.rental h2.rental, div.trade h2.trade {
        font-size: 28px;
        margin-bottom: 24px;
    }

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.29px;
    line-height: 36px;
}

div.resident h2.resident, div.rental h2, div.trade h2 {
    background: transparent;
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.29px;
    line-height: 36px;
}

div.rental div.title-icon {
    width: 40px;
}

div.residentInfo.residentLinks {
    background: #F8F8F8;
    padding: 7px 15px;
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
}

    div.residentInfo.residentLinks h4 {
        font-size: 21px;
    }

ul.form li.type h2 {
    font-size: 21px;
    line-height: 29px;
}

table.col75 tbody tr td.col25 h2,
table.box.primary.col25 tbody tr td.box-outer.box-inner h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 5px;
}

table.box.col25 tbody tr td.box-outer.box-inner p,
table.col75 tbody tr td.col25.alignright p {
    font-size: 18px;
    line-height: 24px;
}
    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: 16px;
    margin-bottom: 10px;
}

    table.gridlist tr.headerrow {
        border: 1px solid #a58e69;
        background-color: #a58e69;
    }

    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: #a58e69;
                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: #a58e69;
                    color: #fff;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #a58e69;
                }

.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: 10px 3px;
    font-size: 18px;
}

table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    font-size: 18px;
    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: 13px;
    margin-top: 20px;
}

/*
 * UL form list
 */
ul.form {
    font-size: 16px;
    line-height: 24px;
}

    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 {
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
}

div.news-archive .content-column .title {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.29px;
    line-height: initial;
    margin-bottom: 6px;
    display: block;
}

div.news-archive a {
    color: #25434d;
}

    div.news-archive a.bulleted:before {
        color: #25434d;
    }

div.news-archive table.gridlist tbody tr td.date-column {
    padding-top: 7px;
    color: #a58e69;
}
/*@import url("Elements/DynamicMap.css");*/
.dynamic-map {
    border: 0;
}

    .dynamic-map a {
        color: #25434d;
        text-decoration: none;
        font-size: 13px;
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > 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: 18px;
    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: 17px;
            display: inline-block;
            top: 1px;
            position: relative;
        }
/*@import url("Elements/Slider.css");*/

/*
  * 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.ImageTextStyles.Text {
    background-color: transparent;
    bottom: 18%;
    color: #fff;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 30%;
    width: 42%;
    left: 190px;
}

div.ImageText h1 {
    color: #fff;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 20px;
}

div.ImageTextStyles.Text p.link:hover {
    text-decoration: underline;
}

div.ImageTextStyles.Text span.ingress {
    color: #fff;
    font-family: mrs-eaves-roman-lining, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
}

div.ImageTextStyles.Text a {
    background: transparent;
    text-decoration: none;
}

    div.ImageTextStyles.Text a.ImageTextLink {
        border-radius: 3px;
        background-color: #ac9471;
        display: inline-block;
        padding: 3px 30px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

        div.ImageTextStyles.Text a.ImageTextLink:hover {
            background-color: #fff;
            color: #25434d;
        }

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 > #slider_next, div.ImageTextStyles.Image:hover > #slider_prev {
    opacity: 1;
}

div.startpageTopContainer {
    width:1440px;
    position:relative;
    left:-180px;
}

/** Startsidan **/
div.col100.ingangar {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #1d353c;
}

div.col33.ingangar {
    width: 33.3%;
}

    div.col33.ingangar.alignleft {
        margin-right: 0;
    }

div.ingangar a,
div.ingangar h3 {
    text-decoration: none;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    color:#fff;
    margin:0;
}

div.ingangar-container {
    background: #9c8766;
    color: #fff;
    padding: 40px 18px;
}

div.col33.ingangar:first-of-type div.ingangar-container {
    background: #41575b;
}

div.col33.ingangar:last-of-type div.ingangar-container {
    background: #1d353c;
}

    div.col33.ingangar:first-of-type div.ingangar-container h3,
    div.col33.ingangar:last-of-type div.ingangar-container h3 {
        color: #fff;
    }

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.col100.topcontainer div.col50 {
    background: #2d454a;
    width: 50%;
    padding-top: 50px;
    padding-right: 120px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
        div.col100.topcontainer div.col50 .puffcontainer {
            width: 75%;
            float:right;
            padding-top:90px;
        }
div.col50.column div.puffcontainer {
    background: transparent url(../Img/jefast-logo-background.png) no-repeat 100% 37px;
}
div.col50.column div.puffcontainer a h2.title {
    color: #fff;
    font-family: mrs-eaves-roman-lining, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}
div.col50.column div.puffcontainer a p {
    color:#fff;
    font-size:21px;
}
div.col50.column div.puffcontainer a.bulleted {
    color:#a58e69;
}
    div.col50.column div.puffcontainer a:hover {
        opacity:0.5;
        text-decoration:none;
    }
    div.col100.topcontainer div.col50:last-of-type {
        background: #41575b;
        padding: 0;
        padding-top: 50px;
        padding-left: 50px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
        div.col100.topcontainer div.col50 .newscontainer {
            width:75%;
            position:relative;
        }
        div.siteFooter .col33:first-of-type {
            width: 20%;
        }

div.col50.column div.newscontainer h2 {
    color: #fff;
    font-family: mrs-eaves-roman-lining, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 46px;
}
div.newscontainer h3.newstitle {
    color: #fff;
    font-family: mrs-eaves-roman-lining, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}
div.newscontainer div.newsdate {
    color:#fff;
}
div.newscontainer p {
    margin-bottom:20px;
    color:#fff;
}
div.newscontainer p a.readmore {
    color: #a58e69;
    text-decoration: none;
}
    div.newscontainer p a.readmore:hover {
        text-decoration:underline;
    }
    div.newscontainer a.archivelink {
        position: absolute;
        top: 10px;
        right: 12px;
        padding: 3px 10px;
        background: #a58e69;
        text-decoration: none;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
    }
div.siteFooter .col33:last-of-type {
    width: 23%;
}

div.siteFooter {
    margin: 0 auto;
    color: #fff;
}

    div.siteFooter h6 {
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #25434d;
        font-size: 34px;
        line-height: 44px;
    }
    div.siteFooter div.col33 h2,
    div.siteFooter div.col33 h3,
    div.siteFooter div.col33 h4,
    div.siteFooter div.col33 h5 {
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #25434d;
    }
    div.siteFooter-container div.siteFooter div.col25.footercontent ul li,
    div.siteFooter a {
        color: #fff;
        text-decoration: none;
    }

        div.siteFooter a:hover {
            color: #4fb0ad
        }

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;
            line-height: 22px;
        }

            div.siteInfo ul.linkMenu li a:hover {
                color: #4fb0ad
            }


/* QuickFilter */
.objectlistFilters {
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #DEE1E5;
    border-radius: 4px;
    background-color: #FFFFFF;
}

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: 13px;
    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: 15px;
    width: 89%;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 15px;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

ul.quickfilter label {
    font-size: 18px;
}

.ui-widget-header {
    background: #a58e69;
}

.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: #25434d;
    border: 1px solid #25434d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

    label.title:hover {
        background: #4fb0ad;
        border: 1px solid #4fb0ad;
        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: 17px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
    }

        .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: #4fb0ad;
        text-decoration: none;
        font-weight: 300;
    }

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
}

.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: 15px;
        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: #4fb0ad;
        }

div.page-col25 ul.grid li.left {
    float: left;
    width: 80px;
    line-height: 28px;
}

div.page-col25 ul.grid li.right {
    width: auto;
    line-height: 28px;
    font-weight: 700;
}

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: 20px;
    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: #e5debb;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #25434d;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px 12px;
    border: 1px solid #a58e69;
    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 > div.pageSubHeader {
    border: 0;
    background: 0;
    padding-left: 0;
    box-shadow:none;
    color:#25434d;
}
.removeInterestBox {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px #ac9471 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;
    max-width:140px;
}

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: #ac9471;
        margin: 0 4px 0 0
    }
        div.image-thumbs img:hover {
            border-color:#4fb0ad;
        }
        /** Start Page **/
        .col100 {
            background: transparent;
        }

div.col100.ListAvailableNews {
    position: relative;
    margin-bottom: 57px;
    margin-top: -110px;
}

    div.col100.ListAvailableNews a.bulleted.matching {
        display: none;
    }

div.col50.listavailable,
div.col50.newslist {
    border-radius: 4px;
    background-color: #FFFFFF;
    position: relative;
    padding-bottom: 110px;
}

div.col100.ListAvailableNews .box-inner {
    padding: 32px 52px 15px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

    div.col100.ListAvailableNews .box-inner h2 {
        color: #051033;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.29px;
        line-height: 36px;
        position: relative;
        top: 0px;
    }

div.col100.ListAvailableNews div.col50.listavailable div.box-inner h2 {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 36px;
    position: relative;
    top: 0px;
}

div.col50.listavailable .box-inner span {
    display: block;
    color: #000000;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 30px;
    margin-top: 0;
    text-align: center;
}

div.col50.listavailable .box-inner {
    position: relative;
}

    div.col50.listavailable .box-inner span.numero {
        color: #051033;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        font-size: 80px;
        letter-spacing: 0.31px;
        line-height: 70px;
        float: right;
        display: block;
        text-align: center;
        font-weight: 400;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        div.col50.listavailable .box-inner span.numero span.headerapartment {
            /*display:none;*/
        }

div.col50.listavailable ul.listavailable {
    float: left;
    width: 26%;
    display: block;
    clear: unset;
    margin-bottom: 0;
    position: absolute;
    top: 85px;
    right: 40px;
}

    div.col50.listavailable ul.listavailable.premises {
        float: right;
        width: 26%;
        right: 195px;
    }

    div.col50.listavailable ul.listavailable.parking {
        float: right;
        width: 26%;
        right: 350px;
    }

span.headerapartment,
span.headerpremise {
    margin-left: 5px;
}

body.default span.headerapartment,
body.default span.headerpremise {
    margin-left: 0;
}

div.col50.listavailable .box-inner ul li a {
    color: #051033;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-size: 120px;
    letter-spacing: 0.31px;
    line-height: 103px;
    float: right;
    display: block;
    text-align: right;
    font-weight: 400;
}

    div.col50.listavailable .box-inner ul li a:before {
        content: none;
    }


span.no-objects {
    display: block;
    border: 1px dotted #a58e69;
    border-radius: 3px;
    padding: 10px 14px 11px;
    font-size: 14px;
    text-align: center;
    color: #a58e69;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 35px;
}

div.box.secondary div.box-outer div.box-inner p {
}




.box-primary div.title-icon, .box-secondary div.title-icon {
    width: 47px;
}

    .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: #25434d;
    }

.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: #ac9471
}

.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;
}

.box-primary div.title-icon, .box-secondary div.title-icon {
    display: inline-block;
    width: 38px;
    color: #000;
}

.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: 19px;
    line-height: normal;
}

    ul.templatelist.block.objectlist li h2 a {
        color: #000;
        text-decoration: none;
    }

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 4px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 11px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #a58e69;
    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: 18px;
    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: 18px;
}

div.area_info_facts {
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 15px;
}

    div.area_info_facts table.gridlist tbody tr.header {
        border-color: #a58e69;
    }

        div.area_info_facts table.gridlist tbody tr.header td {
            background: #a58e69;
            font-size: 16px;
            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: 15px;
}

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: 15px;
    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: 15px;
    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: 15px;
    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 #a58e69;
    padding: 10px;
    box-sizing: border-box;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight: 600;
    margin-top: 15px;
}


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: 15px 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: 17px;
    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: #4fb0ad;
    border-radius: 3px;
    color:#25434d;
}

.box-secondary h3.information {
    color: #25434d;
}

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: #25434d !important;
    font-weight: 600;
}

.article-display-date {
    font-size: 15px;
    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;
        }

/** FOCUS OBJECTS **/

div.slider-container.focus-container {
    width: 1040px;
    margin: 40px auto;
    position: relative;
}
div.slider-holder div.box-primary.box.primary {
    margin:0;
}
div.slider-container.focus-container div.slider-inner {
    height: 380px;
    padding: 0;
}
div.slider-holder div.box-primary.box.primary div.box-primary-outer.box-outer div.box-primary-inner.box-inner {
    padding:0;
    box-shadow:unset;
}
div.focus-container div.imgContainer {
    width: 320px;
    height: 320px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 30px;
    left:90px;
}
div.focus-container div.imgContainer img {
    height: 320px;
    text-align: center;
    margin-left: -60px;
}
ul.focusobject {
    padding: 10px 0 0 0;
    float: right;
    width: 400px;
    position: absolute;
    right: 0;
    top: 110px;
}
div.focus-container h3 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 430px;
    font-size: 36px;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing:2px;
    color:#25434d;
}
div.focus-container ul.focusobject li.left {
    float: left;
    width: 25%;
    font-size: 22px;
    line-height: 40px;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
}
div.focus-container ul.focusobject li.right {
    width: 75%;
    float: right;
    font-size: 30px;
    line-height: 40px;
    font-family: mrs-eaves, serif;
    font-weight: 400;
    font-style: italic;
}
div.focus-container ul.focusobject li.link {
    margin-top:25px;
    width:auto;
}
    div.focus-container ul.focusobject li.link a {
        color: #ac9471;
        text-decoration: underline;
        font-family: mrs-eaves, serif;
        font-weight: 400;
        font-size: 20px;
        text-decoration:none;
    }
        div.focus-container ul.focusobject li.link a:hover {
            text-decoration:underline;
        }
        div.focus-container ul.focusobject li.link a.bulleted:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 3px;
            color: #4fb0ad;
            text-decoration: none;
            font-size: 14px;
            display: inline-block;
        }

div.listavailable-container {
    width: 1440px;
    background: #9c8766;
    position: relative;
    left: -180px;
    float: left;
}
    div.listavailable-container div.listavailable-container-area {
        width:50%;
        float:right;
        padding:70px 150px 40px 70px;
        box-sizing:border-box;
    }
    div.listavailable-container div.listavailable-container-image {
        float: left;
        width:50%;
    }
    div.listavailable-container div.listavailable-container-image img {
        float: left;
    }
    div.listavailable-container ul.listavailable li {
        list-style-type: none;
        font-size: 24px;
        line-height: 34px;
        font-size: 30px;
        line-height: 46px;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        margin-left:-3px;
    }
    div.listavailable-container div.listavailable-container-area h3 {
        color: #25434d;
        font-family: mrs-eaves-roman-small-caps, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        font-size: 40px;
    }
    div.listavailable-container div.listavailable-container-area p {
        color:#fff;

    }
    div.listavailable-container div.listavailable-container-area a.bulleted:before {
        content:"";
    }
    div.listavailable-container-area ul.listavailable li a {
        color:#fff;
    }
    div.listavailable-container-area ul.listavailable li a span {
        font-size: 30px;
        line-height: 40px;
        font-family: mrs-eaves, serif;
        font-weight: 400;
        font-style: italic;
    }

/** PROJECT NEWS CONTAINER **/
div.projectnews-container {
    width: 1440px;
    background: #dfd7c9;
    position: relative;
    left: -180px;
    float: left;
}

div.projectnews-container div.projectnews-container-area {
    width: 50%;
    float: left;
    padding:90px 70px 60px 150px;
    box-sizing: border-box;
}

div.projectnews-container div.projectnews-container-image {
    float: right;
    width: 50%;
}

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;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    margin-left: -3px;
}

div.projectnews-container div.projectnews-container-area h3 {
    color: #25434d;
    font-family: mrs-eaves-roman-small-caps, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 40px;
}

    div.projectnews-container div.projectnews-container-area p {
        color: #25434d;
        font-size: 21px;
        line-height: 32px;
    }

    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-family: mrs-eaves, serif;
    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: 16px;
}

.goog-te-gadget-simple {
    border-radius: 4px;
    padding: 2px 7px 4px;
    border-color: #E6E6E6 !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: #7A838E !important;
    font-weight: bold !important;
}

img#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_imgEmail {
    width:16px;
}

div.box-top.list.externalproperty li.left {
    width:40%;
    font-weight:600;
}
div.box-top.list.externalproperty li.right {
    width: 60%;
}
div.list {
    padding-bottom:10px;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ListAvailable1_ulApartments, #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ListAvailable1_ulParking {
    display:none;
}