html {
    font-size: 62.5%;
}

body {
    color: #404040;
    font-family: 'Georgia';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
}
button
{
  font-family : Nimbus Sans;
  font-weight : bold;
  font-size : 18px;
  text-transform : uppercase;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}

h1 {
    font-family: Nimbus-sans;
    font-size: 26px;
    font-size: 4.8rem;
    line-height: 4.6rem;
    letter-spacing: 0.26px;
    letter-spacing: 0.026rem;
    font-weight:bold;
}

h2 {
    font-family: Nimbus-sans-condensed;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 4.2rem;
    letter-spacing: 0.84px;
    letter-spacing: 0.084rem;
    font-weight:bold;
    text-transform: uppercase;
}

h3 {
    font-family: Nimbus-sans;
    font-size: 32px;
    font-size: 3.4rem;
    line-height: 3.8rem;
    letter-spacing: 0.32px;
    letter-spacing: 0.032rem;
    font-weight:bold;
}

h4 {
    font-family: Nimbus-sans;
    font-size: 20px;
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1px;
    letter-spacing: 0.01rem;
    font-weight:bold;
}

h5 {
    font-family: Nimbus-sans;
    font-size: 16px;
    font-size: 2.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.08px;
    letter-spacing: 0.008rem;
    font-weight:bold;
}

h6 {
    font-family: Nimbus-sans;
    font-size: 14px;
    font-size: 2.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.14px;
    letter-spacing: 0.014rem;
    font-weight:bold;
}
table {
    font-family:Nimbus-sans, sans-serif;
}
table.sticky {
    border-collapse: separate
}
    table.sticky>thead {
        position: sticky;
        top: 0;
        background-color: #efefef;
    }
        table.sticky>thead>tr> th {
            border-bottom: 2px solid #000000;
        }
label {
    font-family:Nimbus-sans, sans-serif;
}
a {
    color: #2f527e;
    font-family: futura-pt;
    line-height: 18px;
    line-height: 0.18rem;
    letter-spacing: 0.13px;
    letter-spacing: 0.013rem;
}

    a:hover {
        color: #8dc8c2;
        text-decoration: none;
    }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #8dc8c2;
}

h1, h2, h3 {
    margin-top: 10px;
}
#site-wrapper, #site-inner-wrapper {
    background-color: #ffffff;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.btn-top-margin {
    margin-top: 10px;
}

.top-container {
    margin: 0 auto;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
  background: #4C7AB4;
  font-family : Georgia;
  font-size : 18px;
  line-height : 28px;
  color : #404040;
  color : rgb(64, 64, 64);
}

#logo {
    padding: 1.2rem 0;
}

#site-inner-wrapper {
    margin: 0 auto;
    width: 100%;
    z-index: 99;
}

.btn span.glyphicons {
    text-shadow: none;
    color: #fff;
}

.glyphicons {
    text-shadow: none;
}

.glyphicons-search {
    float: left;
    top: 0;
    margin: 0 20px 0 10px;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 32px;
    line-height: 3.2rem;
    font-weight: normal;
    color: #fff;
}

@media(max-width: 767px) {
    .glyphicons-search {
        margin: 0 0 0 10px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 22px;
        line-height: 2.2rem;
    }
}

.glyphicons-red {
    color: #ff0000;
}

.glyphicons-green {
    color: #239C23;
}

.pointer {
    cursor: pointer;
}

label {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .body-content {
        min-height: 275px;
    }
}

@media(max-width: 1024px) {
    .body-content {
        min-height: 150px;
    }
}

#content {
    background: #fff;
}

@media(min-width: 768px) {
    #content {
        min-height: 350px;
    }

    #sub-menu {
        min-height: 350px;
    }

}

#content-bottom a, #content a {
    text-decoration: none;
}

#content-bottom {
    padding-top: 1px;
}

#content-wrapper {
    padding: 0;
}

#footer-container {
    min-height: 100px;
}
#footer-wrapper {
    background-color:#4C7AB4;
}

.downloadInfoFolderBox {
    width:100%;
    min-height:50px;
    background:#4C7AB4;
    font-family:nimbus-sans;
    color:white;
    padding:10px;
    padding-left:25px;
    border-radius:5px;
    box-sizing:border-box;
}

#footer {
    color: #ffffff;
    min-height: 200px;
    min-height: 20rem;
    font-family: Georgia;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.14px;
    letter-spacing: 0.014rem;
    padding-top: 1.4rem;
    margin-top:20px;

}

    #footer > * {
        color: inherit;
    }

    #footer a {
        color: #A4C8F5;
    }

    #footer #branding100 a {
        color: #f9f9f9;
        font-style: italic;
    }

/*------------ SubMenu ---------------*/

.submenu-root-node.selected > a:first-child,
.submenu-sub-item.selected div > a:first-child {
    font-weight: bold;
}

.submenu {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

    .submenu ul {
        padding-left: 10px;
        padding-top: 0;
    }

    .submenu li {
        list-style: none;
    }

    .submenu a {
        color: #000;
        font-size: 13px;
        font-size: 1.3rem;
        text-decoration: none;
    }

        .submenu a:hover {
            opacity: .8;
        }

#submenu-headline {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

    #submenu-headline a {
        color: #000;
        text-decoration: none;
    }

        #submenu-headline a:hover {
            text-decoration: none;
            color: #333;
        }

.submenu-root-node:first-child {
    border: 0;
}

.submenu-root-node {
    border-top: 2px solid #e2e2e2;
    padding-bottom: 4px;
    padding-top: 4px;
}

#submenu-container {
    margin-top: 30px;
}

.submenu-item {
    margin-left: 10px;
}

.submenu-sub-item {
    padding: 2px 0 2px;
    margin: 0;
    font-weight: normal;
}

#sub-menu {
    background: #fff;
    padding-bottom: 140px;
}

#content-top {
    background: #fff;
}

.text-smaller {
    font-size: smaller;
}

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.label-bottom {
    padding-top: 10px;
    margin-left: 2px;
}

#contact-form td {
    padding: 5px 10px;
}

#contact-form > tbody > tr > td:first-child {
    font-weight: bold;
}

.recaptcha-error {
    color: #ff0000;
}

.search-widget {
    padding: 10px;
    background: #000;
    width: 250px;
    position: fixed;
    line-height: 33px;
    line-height: 3.3rem;
    top: 144px;
    right: -220px;
}

    .search-widget .glyphicons-search {
        margin-left: 0;
    }

    .search-widget form {
        height: 0;
    }

    .search-widget .input-group {
        background: none;
    }

    .search-widget .btn-secondary,
    .search-widget .btn-secondary:hover,
    .search-widget .btn-secondary:focus,
    .search-widget .btn-secondary:active {
        font-size: 20px;
        font-size: 2.0rem;
        color: #fff;
        text-shadow: none;
        background-image: none;
        border: 0;
        box-shadow: none;
        background: none;
    }

        .search-widget .btn-secondary span {
            position: relative;
            top: -0.04em;
            left: 0.04em;
        }


.form-control {
    box-shadow: none;
    color:#999;
    font-size:16px !important;
}

.search-open {
    right: 0;
}

.search-widget input {
    border: 0;
    color: #000;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.search-widget .input-group-btn {
    background: none;
}

#search-panel {
    background: url(css/images/greyfade.gif) repeat-x #2c2c2c;
    height: 36px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5px;
    padding: 2px 8px 0 8px;
    float: right;
    -moz-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
    -webkit-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
    box-shadow: 0 2px 5px rgba(55, 55, 55, 0.7);
}

    #search-panel .search_button {
        height: 27px;
        width: 25px;
        background: url("CSS/Images/search_button.png") no-repeat;
        border: none;
    }

        #search-panel .search_button:hover {
            cursor: pointer;
            opacity: 0.7;
        }

    #search-panel input {
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 160px;
        padding: 2px 5px;
    }

#search-term {
    display: none;
}

#SearchEstate_KeywordsXs {
    margin-left:0px;
}

@media(max-width:979px) {
    #SearchEstate_Location {
        border-radius: 50px !important;
        padding: 0px !important;
        text-indent: 0px !important;
        padding-left: 10px !important;
    }
}

#search-results {
    margin-top: 10px;
}

    #search-results .hits {
        padding-left: 35px;
    }

    #search-results .separator {
        margin-top: 25px;
        margin-bottom: 20px;
        border-bottom: 2px dotted #000000;
        margin-left: -30px;
    }

    #search-results .no-search-hits {
        font-style: italic;
        color: #000;
        margin-left: 17px;
        margin-bottom: 20px;
    }

    #search-results .heading {
        border-top: 3px solid #000;
        height: 20px;
        background: #f4f4f4;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 7px;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #search-results .hit-title {
    }

        #search-results .hit-title a {
        }

        #search-results .hit-title:hover {
        }

    #search-results .excerpt {
    }

.search-section {
    margin-bottom: 20px;
}

span.search-results {
    color: #000000;
    font-size: 28px;
    font-size: 2.8rem;
}

#search-results ul {
    list-style: decimal;
}

#contact-form table {
    table-layout: fixed;
    width: 100%;
}

#contact-form td.answer input[type=text],
#contact-form td.answer textarea,
#contact-form #recaptcha_widget_div {
    width: 100% !important;
}

.message {
    margin-top: 10px;
}

    .message strong {
        font-weight: normal;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .message span {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

.news-plainlistning-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.news-plainlistning-headline {
    color: #000000;
    font-size: 28px;
    font-size: 2.8rem;
    text-transform: uppercase;
    border-bottom: 0.4rem solid #000000;
    margin-bottom: 1rem;
}

.news-plainlistning-footer {
    display: none;
}

.news-item-headline {
    color: #000000;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news-item-date {
    display: none;
}

.events-wrapper {
    background: #A5B397;
}

/* Indentering, bbq-meny*/
@media (max-width: 767px) {
    nav .dropdown-link-container {
        padding-right: 0 !important;
    }

    .navbar .dropdown-menu li > span > a {
        height: 30px;
        line-height: 40px;
        line-height: 4rem;
    }

    a.dropdown-toggle {
        height: 40px;
        display: block;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 15px;
    }

    ul.nav .glyphicons-circle-arrow-down {
        position: absolute !important;
        top: 14px;
        right: 20px;
    }

    ul.nav .dropdown-link-container .glyphicons-circle-arrow-down {
        top: 27px;
    }

    .navbar-collapse {
        position: relative;
        top: 0;
    }
}
textarea, input[type=text] {
    font-family:nimbus-sans;
}
p.preamble {
    font-family: 'Libre Baskerville Roman';
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 35px;
    line-height: 3.5rem;
    margin: 10px 0 2px;
    margin: 1rem 0 .2rem;
}
.panel-heading {
    font-family:nimbus-sans;
}
.panel-body {
    font-family:nimbus-sans;
}
.panel-body .form-group tbody tr td a {
    font-family:nimbus-sans;
}
@media (max-width: 768px) {
    p.preamble {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 32px;
        line-height: 3.2rem;
    }
    .noPaddingLeftl {
        padding-left:0px;
    }
    h1 {
        font-size:3rem;
    }
    h2 {
        font-size:2.2rem;
    }
    h3 {
        font-size:2.0rem;
    }
}

.checkbox{
    width:20px;
    height:20px;
}
@media (min-width: 768px) {
    .control-label {
        padding-top: 0px !important;
    }
    .posCheckbox {
    float:right;
    margin-top:13px !important;
}
.posCheckboxLabel {
    float:left;
}

}
    .textLabelBold {
        font-weight:bold;
    }
p.caption {
    font-family: "Century Gothic", Futura, AppleGothic, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
}

/* BUTTONS */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 30px;
    font-family: futura-pt;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    letter-spacing: 0.028rem;
    line-height: 1.428571429;
    text-transform: uppercase;
    border-radius: 2.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #ffffff;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #a39a90;
    background-color: #ffffff;
    border-color: #a39a90;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #a39a90;
        border-color: #a39a90;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #ffffff;
    }

.btn-primary {
    color: #4C7AB4;
    border-color: #4C7AB4;
    background: white;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:15px;
    border-radius:5px;
    font-family:nimbus-sans;
    font-weight:bold;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: white;
        background-color: #4C7AB4;
        border-color: #4C7AB4;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-primary .badge {
        color: #a39a90;
        background-color: #ffffff;
    }

.btn-success {
    color: #8091a3;
    background-color: #ffffff;
    border-color: #8091a3;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #8091a3;
        border-color: #8091a3;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        color: #ffffff;
        background-color: #8091a3;
        border-color: #8091a3;
    }

    .btn-success .badge {
        color: #8091a3;
        background-color: #ffffff;
    }

.btn-info {
    color: #8dc8c2;
    background-color: #ffffff;
    border-color: #8dc8c2;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #8dc8c2;
        border-color: #8dc8c2;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #8dc8c2;
        border-color: #8dc8c2;
    }

    .btn-info .badge {
        color: #8dc8c2;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ff7b6e;
    background-color: #ffffff;
    border-color: #ff7b6e;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ff7b6e;
        border-color: #ff7b6e;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #ff7b6e;
        border-color: #ff7b6e;
    }

    .btn-warning .badge {
        color: #ff7b6e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #494f4b;
    background-color: #ffffff;
    border-color: #494f4b;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #494f4b;
        border-color: #494f4b;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #494f4b;
        border-color: #494f4b;
    }

    .btn-danger .badge {
        color: #494f4b;
        background-color: #ffffff;
    }

.btn-link {
    color: #4C7AB4;
    font-weight: bold;
    border-radius: 0;
    padding:5px 30px;
    font-family:nimbus-sans;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #052b2e;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* LABELS */
.label {
    display: inline;
    padding: .3em 1.5em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #0c6d73;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #074145;
    }

.label-success {
    background-color: #a2b35c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #869646;
    }

.label-info {
    background-color: #73bcc5;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #4fabb6;
    }

.label-warning {
    background-color: #e9a839;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #d79018;
    }

.label-danger {
    background-color: #8f0a0a;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #5f0707;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #0c6d73;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

/* Vertical List */
ul.vertical-list {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
}

    ul.vertical-list li {
        display: inline-block;
        margin-right: 15px;
    }

        ul.vertical-list li a {
            color: #0c5a66;
        }

        ul.vertical-list li:before {
            content: '■';
            margin-right: 5px;
            color: #0c5a66;
            font-size: 26px;
            font-size: 2.6rem;
        }

/* Search Page */
#search-result-page-contents {
    margin-top: 30px;
}

.tooltip-inner {
    background-color: #f3e1e1;
}

.top-container {
    background: #b5aea6;
}

/* Sidebar Menu */
#bootstrap-sidebar-menu-outer-wrapper {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
}

#bootstrap-sidebar-menu-button-wrapper {
    color: #000000;
    padding: 0;
}

@media(min-width: 992px) {
    #bootstrap-sidebar-menu-button-wrapper {
        position: absolute;
        top: -1px;
        right: 0;
        width: 65px;
    }

    .menu-item.col-lg-offset-1 {
        /*
        margin-left: 4.16666665%;
        margin-right: 4.16666665%;
        */
    }
    .menu-item.col-lg-offset-2 {
        /*margin-left: 8.33333333%;
        margin-right: 8.33333333%;*/
    }
    .menu-item.col-lg-offset-3 {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
}

#bootstrap-sidebar-menu-button-wrapper #bootstrap-sidebar-menu-button {
    width: 35px;
    height: 35px;
    padding: 15px;
}

#bootstrap-sidebar-menu-wrapper {
    position: relative;
    z-index: 16;
    background-color: #2F527E;
    color: #ffffff;
    text-align: left;
    font-size: 2rem;
    min-height: 100%;
    width: 400px;
    box-shadow: 0 5px rgba(0,0,0,0.4);
    font-family:numbus-sans;
}

    #bootstrap-sidebar-menu-wrapper .container {
        width: 100%;
    }

    #bootstrap-sidebar-menu-wrapper .menu-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .items-level1-root-wrapper > .container .row .menu-item:nth-of-type(1),
    .items-level2-root-wrapper > .container > .row .menu-item:nth-of-type(1),
    .items-level1-root-wrapper > .container-fluid .row .menu-item:nth-of-type(1),
    .items-level2-root-wrapper > .container-fluid > .row .menu-item:nth-of-type(1){
        border-right: 1px solid white;
    }


    /*
    #bootstrap-sidebar-menu-wrapper .menu-item-expander {
        
        padding: 0;
        
        border-left: 1px solid white;
        min-height: 4.56rem;
        }
    */
    #bootstrap-sidebar-menu-wrapper .expander {
        max-width: 3.1rem;
        max-height: 3.1rem;
        padding: 0.65rem;
        padding-right: 1.7rem;
        display: inline-block;

    }
    
    #bootstrap-sidebar-menu-wrapper .items-level1-root-wrapper {
        border-top: 0.125rem solid #444940;
    }
    
    #bootstrap-sidebar-menu-wrapper .items-level1-root-wrapper > div > div > div > a {
        color: #ffffff;
        font-weight:bold;
    }

    #bootstrap-sidebar-menu-wrapper .items-level1-root-wrapper > div > div > div > a:hover {
        opacity: 0.8;
    }

    .items-level1-root-wrapper .container {
        border-bottom: 0.125rem solid white;
    }
    
    #bootstrap-sidebar-menu-wrapper .items-level2-root-wrapper {
        background-color: #4C7AB4;
    }
        #bootstrap-sidebar-menu-wrapper .items-level2-root-wrapper > div > div > div > a:hover {
            opacity: 0.8;
        }

    #bootstrap-sidebar-menu-wrapper .items-level3-root-wrapper {
        background-color: #94AFD2;
    }

        #bootstrap-sidebar-menu-wrapper .items-level3-root-wrapper > div > div > div > a {
            color: white;
        }

        #bootstrap-sidebar-menu-wrapper .items-level3-root-wrapper > div > div > div > a:hover {
            opacity: 0.8;
        }

@media(max-width: 991px) {
    #bootstrap-sidebar-menu-wrapper {
        display: none !important;
    }
}

#bootstrap-sidebar-menu-wrapper .active,
#bootstrap-sidebar-menu-wrapper .active-parent {
    font-weight: bold;

}
#bootstrap-sidebar-menu-wrapper .active a,
#bootstrap-sidebar-menu-wrapper .active-parent a{
    color:#94AFD2 !important;
}


#bootstrap-sidebar-menu-wrapper .rootmenu-level1 {
    font-size: 3rem;
    margin-top: 3rem;
}

    #bootstrap-sidebar-menu-wrapper .rootmenu-level1:first-child {
    }

#bootstrap-sidebar-menu-wrapper .rootmenu-level2 {
    margin-top: 2rem;
}


/* Span */
#bootstrap-sidebar-menu-wrapper span.menu-item {
    margin-right: 4rem;
}

    #bootstrap-sidebar-menu-wrapper span.menu-item:last-child {
        margin-right: 0;
    }

/* A */
#bootstrap-sidebar-menu-wrapper a {
    color: white;
    font-family:nimbus-sans;
}

/* Section */
#bootstrap-sidebar-menu-wrapper .bootstrap-level-menu-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Social Media */
#bootstrap-sidebar-menu-social-media-wrapper {
    text-align: center;
    padding: 1rem 0;
}

#bootstrap-sidebar-menu-wrapper .social-media-icon {
    max-width: 50px;
    max-height: 50px;
    padding: 1rem;
}

#bootstrap-sidebar-menu-wrapper .social-media-icon-href {
}

    #bootstrap-sidebar-menu-wrapper .social-media-icon-href:last-child {
        margin-right: 0;
    }

/* Flags */
#bootstrap-sidebar-menu-language-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-wrapper .language-flag {
    max-width: 50px;
    max-height: 50px;
    border: 2px solid transparent;
}

    #bootstrap-sidebar-menu-wrapper .language-flag:hover {
        border: 2px solid white;
        border-radius: 50%;
    }

#bootstrap-sidebar-menu-wrapper .language-flag-href {
    margin-right: 2rem;
    text-decoration: none;
}

    #bootstrap-sidebar-menu-wrapper .language-flag-href:last-child {
        margin-right: 0;
    }

/* Search */
#bootstrap-sidebar-menu-search-wrapper {
    text-align: center;
    margin-top:50px;
}

#bootstrap-sidebar-menu-wrapper #search-button {
    background: none;
    border: 0;
}

#bootstrap-sidebar-menu-wrapper #search-button-span {
    background-image: url('/Content/themes/besiktning-bootstrap/Images/search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 1rem;
    padding-right: 1rem;
}

#bootstrap-sidebar-menu-wrapper #search-input {
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 1rem 1.5rem;
}

#bootstrap-sidebar-menu-wrapper #bootstrap-sidebar-menu-search-wrapper,
#bootstrap-sidebar-menu-wrapper #bootstrap-sidebar-menu-social-media-wrapper,
#bootstrap-sidebar-menu-wrapper #bootstrap-sidebar-menu-language-wrapper {
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff;
}

/* Sidebar Mobile Menu */
#bootstrap-sidebar-menu-mobile-button-wrapper {
    color: #00447A;
    position: absolute;
    top: -0.1rem;
    right: 1.5rem;
    width: 6.5rem;
    height: 6.5rem;
}

    #bootstrap-sidebar-menu-mobile-button-wrapper #bootstrap-sidebar-menu-mobile-button {
        width: 35px;
        height: 35px;
        padding: 15px;
    }

#bootstrap-sidebar-menu-mobile-wrapper {
    display: none;
    position: absolute;
    z-index: 16;
    top: 69px;
    left: 0;
    right: 0;
    background-color: #2F527E;
    color: #ffffff;
    text-align: left;
    font-size: 2rem;
    min-height: 100%;
}
    .items-level1-root-wrapper .container-fluid{
        border-bottom: 0.125rem solid white;
    }
    #bootstrap-sidebar-menu-mobile-wrapper .menu-item {
        padding-top: 1rem;
        padding-bottom: 1rem;

    }
    #bootstrap-sidebar-menu-mobile-wrapper .menu-item-expander {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align:center;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level1-root-wrapper {
        background-color: #2F527E;
        border-top:0.125rem solid #444940;
    }

        #bootstrap-sidebar-menu-mobile-wrapper .items-level1-root-wrapper > div > div > div > a {
            color: #ffffff;
            font-family:nimbus-sans;
        }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level2-root-wrapper {
        background-color: #4C7AB4;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level3-root-wrapper {
        background-color: #94AFD2;
    }

    #bootstrap-sidebar-menu-mobile-wrapper .items-level3-root-wrapper > div > div > div > a {
        color: white;
        font-family:
    }

@media(min-width: 992px) {
    #bootstrap-sidebar-menu-mobile-wrapper {
        display: none !important;
    }
}

#bootstrap-sidebar-menu-mobile-wrapper .active,
#bootstrap-sidebar-menu-mobile-wrapper .active-parent {
    font-weight: bold;
}

#bootstrap-sidebar-menu-mobile-wrapper .rootmenu-level1 {
    font-size: 3rem;
    margin-top: 3rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper .rootmenu-level1:first-child {
    }

#bootstrap-sidebar-menu-mobile-wrapper .rootmenu-level2 {
    margin-top: 2rem;
}

#bootstrap-sidebar-menu-mobile-wrapper .expander {
    max-width: 3.1rem;
    max-height: 3.1rem;
    padding: 0.65rem;
    /*padding-right: 1.7rem;*/
    display: inline-block;
}

/* Span */
#bootstrap-sidebar-menu-mobile-wrapper span.menu-item {
    margin-right: 4rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper span.menu-item:last-child {
        margin-right: 0;
    }

/* A */
#bootstrap-sidebar-menu-mobile-wrapper a {
    color: white;
    font-family:nimbus-sans;
}

/* Section */
#bootstrap-sidebar-menu-mobile-wrapper .bootstrap-level-menu-mobile-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Social Media */
#bootstrap-sidebar-menu-mobile-social-media-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-mobile-wrapper .social-media-icon {
    max-width: 50px;
    max-height: 50px;
    padding: 1rem;
}

#bootstrap-sidebar-menu-mobile-wrapper .social-media-icon-href {
}

    #bootstrap-sidebar-menu-mobile-wrapper .social-media-icon-href:last-child {
        margin-right: 0;
    }

/* Flags */
#bootstrap-sidebar-menu-mobile-language-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-mobile-wrapper .language-flag {
    max-width: 50px;
    max-height: 50px;
}

#bootstrap-sidebar-menu-mobile-wrapper .language-flag-href {
    margin-right: 2rem;
}

    #bootstrap-sidebar-menu-mobile-wrapper .language-flag-href:last-child {
        margin-right: 0;
    }

/* Search */
#bootstrap-sidebar-menu-mobile-search-wrapper {
    text-align: center;
}

#bootstrap-sidebar-menu-mobile-wrapper #search-button {
    background: none;
    border: 0;
}

#bootstrap-sidebar-menu-mobile-wrapper #search-button-span {
    background-image: url('/Content/themes/besiktning-bootstrap/Images/search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 1rem;
    padding-right: 1rem;
}

#bootstrap-sidebar-menu-mobile-wrapper #search-input {
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 5px;
}

#bootstrap-sidebar-menu-mobile-wrapper #bootstrap-sidebar-menu-mobile-search-wrapper,
#bootstrap-sidebar-menu-mobile-wrapper #bootstrap-sidebar-menu-mobile-social-media-wrapper,
#bootstrap-sidebar-menu-mobile-wrapper #bootstrap-sidebar-menu-mobile-language-wrapper {
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff;
}

#bootstrap-sidebar-menu-mobile-social-media-wrapper {
    padding: 0;
}

/* Blockquote */
blockquote {
    border: 0;
    margin: 1.5em 1em;
    padding: 0.5em 1em;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #e2e2e2;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

/* Modulepage padding */
body.layout-62.template-501 #content {
    padding-bottom: 2rem;
}

/* Sjöhem */
.besiktning-frontsearch-widget {
    background-image: url('/Content/themes/besiktning-bootstrap/images/topbg.jpg?v=2');
    background-size: cover;
    margin-bottom:30px;
}
.besiktning-frontsearch-widget-sub {
    background-image: url('/Content/themes/besiktning-bootstrap/images/topbg.jpg?v=2');
    background-size: cover;
    margin-bottom:30px;
    min-height: 250px;
    padding:10px;
}
.besiktning-frontsearch-widget-top {
    /*display: block !important;*/
    margin-top: 14px;
}
.besiktning-frontsearch-widget-form,
.besiktning-search-widget-form
{
    background: rgba(255,255,255,0.75);
    margin: 1em;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
}
.besiktning-frontsearch-widget-form-sub {
    background: rgba(255,255,255,0.75);
    margin: 1em;
    padding: 1em;
    border-radius: 10px;
}

.besiktning-frontsearch-widget-form input,
.besiktning-frontsearch-widget-form-sub input,
.besiktning-search-widget-form input
{
    border: 1px solid #ffffff;
    border-radius: 25px;
    margin: 10px;
    margin: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 22px;
    padding: 1.2rem;
}
.besiktning-search-widget-form input {
    border: 1px solid #000000;
}

.besiktning-frontsearch-widget-form .k-autocomplete,
besiktning-frontsearch-widget-form-sub .k-autocomplete,
.besiktning-search-widget-form .k-autocomplete
{
    border: 1px solid #ffffff;
    border-radius: 25px;
    margin: 10px;
    margin: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px;
    padding: 0.6rem;
    height: auto;
}
.besiktning-search-widget-form .k-autocomplete
{
    border: 1px solid #000000;
}
.besiktning-frontsearch-widget-form .k-autocomplete .k-input,
.besiktning-frontsearch-widget-form-sub .k-autocomplete .k-input,
.besiktning-search-widget-form .k-autocomplete .k-input,
.besiktning-frontsearch-widgetMenu-form .k-autocomplete .k-input,
.besiktning-search-widgetMenu-form .k-autocomplete .k-input
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.besiktning-frontsearch-widget-form .k-autocomplete.k-state-default,
.besiktning-frontsearch-widget-form-sub .k-autocomplete.k-state-default,
.besiktning-search-widget-form .k-autocomplete.k-state-default,
.besiktning-frontsearch-widgetMenu-form .k-autocomplete.k-state-default,
.besiktning-search-widget-formMenu .k-autocomplete.k-state-default,
.besiktning-frontsearch-widget-form .k-autocomplete.k-state-hover,
.besiktning-frontsearch-widget-form-sub .k-autocomplete.k-state-hover,
.besiktning-search-widget-form .k-autocomplete.k-state-hover,
.besiktning-frontsearch-widgetMenu-form .k-autocomplete.k-state-hover {
    background-color: #ffffff;
}
#slideShareBox {
    line-height:26px !important;
}
#toggleShareBox {
    line-height:26px !important;
}
.sliderValueContent{
    font-family: futura-pt;
    font-weight:bold;
}
.sliderValueMenuContent{
    font-family: futura-pt;
    font-weight:bold;
    width:250px;
    text-align:center;
    margin-left:95px;
}
.k-slider .k-draghandle:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    
.k-slider-track{
    border-radius: 25px;
    
}

.k-slider-selection{
    border-radius: 25px;
    background-color:#8DC8C2;

}

.k-slider-horizontal .k-slider-track, .k-slider-horizontal .k-slider-selection{
    margin-top:-4px;
}

.k-dropdown {
    width: auto !important;
}
.k-list {
    width: auto !important;
}

.k-list-container {
    width: auto !important;
}

.besiktning-frontsearch-widgetMenu-headline{
    text-transform:uppercase;
    text-align:center;
    color: #F0EEEC;
    font-size:22px;
    font-family: nimbus-sans;
}
.besiktning-frontsearch-widgetMenu-label{
    color: #F0EEEC;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:10px;
    font-family: Nimbus-sans;
}

.besiktning-frontsearch-widgetMenu-form .k-autocomplete {
    padding: 5px;
    border-radius: 25px;
    height:auto;
    border:1px solid black;
}
.besiktning-frontsearch-widgetMenu-form{
    padding:10px;
}

.besiktning-frontsearch-widget-headline {
    color: #404040;
    font-family: nimbus-sans-condensed;
    font-size: 42px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    letter-spacing: 0.84px;
    letter-spacing: 0.084rem;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight:bolder;
}
.besiktning-frontsearch-widget-headline-sub {
    color: #404040;
    font-family: nimbus-sans-condensed;
    font-size: 42px;
    font-size: 4.5rem;
    line-height: 42px;
    line-height: 4.2rem;
    letter-spacing: 0.84px;
    letter-spacing: 0.084rem;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight:bolder;
    text-align:center;
}
@media(max-width: 992px) {
    .besiktning-frontsearch-widget-headline-sub {
    font-size: 2.6rem;
    }
}
.besiktning-frontsearch-widget-label
{
    font-family: Nimbus-sans;
    font-size: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    line-height: 2rem;
    color: #404040;
}
.besiktning-frontsearch-widget-submit,
.besiktning-frontsearch-widget-top-submit {
    background-color: #4C7AB4;
    border:1px solid #4373B2;
    border-radius: 5px;
    -webkit-appearance: none;
    width:100%;
    height:50px;
    outline:none;
    color:white;
    font-family:Nimbus-sans;
    font-weight:bold;
    box-sizing:border-box;
    padding-top:10px;
}
.besiktning-frontsearch-widget-top-submit {
    width: auto;
    height: 42px;
    padding-top: 3px;
}
.besiktning-frontsearch-widget-submit-sub {
    background-color: #4C7AB4;
    border:1px solid #4373B2;
    border-radius: 5px;
    -webkit-appearance: none;
    width:100%;
    height:50px;
    outline:none;
    color:white;
    font-family:Nimbus-sans;
    font-weight:bold;
    box-sizing:border-box;
    margin-top:29px;
    padding-top:10px;
}

.besiktning-frontsearch-widgetMenu-submit
{
    background-color: #4C7AB4;
    border: 1px solid #4373B2;
    border-radius: 5px;
    width:105px;
    height:50px;
    float:right;
    box-sizing:border-box;
    font-family:nimbus-sans;
}

.SearchEstate_keywordInput {
    padding:5px;
    border-radius:25px;
    height:39px;
    border:1px solid black !important;
    padding-left:18px;
}

.besiktning-frontsearch-widgetMenu-submit:hover,
.besiktning-frontsearch-widget-submit:hover,
.besiktning-frontsearch-widget-top-submit:hover{
    background-color: #3563B2;
}

.besiktning-frontsearch-widget-submit img,
.besiktning-frontsearch-widget-top-submit img{
    padding-left: 3px;
}

.besiktning-search-widget-submit,
.besiktning-search-widget-top-submit {
    margin-top: 23px;
}
.besiktning-search-result-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .besiktning-frontsearch-widget-form {
        background: rgba(255,255,255,0.75);
        width: 20em;
        height: 20em;
        margin: 2em auto;
        border-radius: 50%;
        text-align: center;
        padding: 4em;
    }
    .besiktning-frontsearch-widget-form-sub {
        background: rgba(255,255,255,0.75);
        max-width: 1130px;
        min-height: 10em;
        padding-left: 15px;
        padding-right:15px;
        margin:15px auto;
    }
    .besiktning-frontsearch-widget {
        background-attachment: fixed;
        background-position: 50% -100px; 
    }
    .besiktning-frontsearch-widget-sub {
        background-position: 50% -100px; 
    }
}
@media(max-width: 767px) {
    .besiktning-frontsearch-widget {
        background-position: 50% top !important;
    }

}
@media(max-width: 991px) {
    .besiktning-frontsearch-widget-form-sub {
        display:inline-block;
        max-width:970px;
    }
    .besiktning-frontsearch-widget-submit-sub {
    margin-top:0px;
    }
}
@media(max-width: 1199px) {
    .besiktning-frontsearch-widget-form-sub {
        max-width:970px;
    }

}

.no-margin {
    margin-bottom:0px;
}
.tableNimbusFont {
 font-family:nimbus-sans;
}

.tableLinkFontSize {
    font-size:12px;
}

/* slick slider */
.tile-overlayXs {

    position: absolute;
    top: 225px;
    left: 0;
    height: 33%;
    width: 100%;
    background-color: #000;
    background-color: rgba(255, 255, 255, 0.76) !important;
    background-position: center;
    background-size: cover;
}

div.tile-contentXs {
    position: absolute !important;
    width: 100%;
    color: #000;
    text-align: center;
    left:0px;
}

/* menu tagline */
.tagline {
    display: none;
}

    /* top banner */
    .adspace-top {
        height: 300px;
        background-color: #404040;
    }

    .menu-wrapper {
        max-height: 70px;
    }
    .logoImage {
        height:46px !important;
    }
    @media(max-width: 320px) {
        .logoImage {
            height:32px !important;
        }
        #bootstrap-sidebar-menu-mobile-wrapper {
            top:64px;
        }
    }
    .menu-container {
        position: relative;
        width: 100%;
        background-color: #EEF0F2;
        z-index: 50;
    }
    .menu-container.affix {
        position: fixed;
        top: 0;
    }

    .infoWindowParagraph{
        text-align:center;
        margin-bottom:0px;
    }
    table.infoWindowTable{
        width:250px;
        margin-top:5px;
        border-collapse: collapse;
        border-spacing: 0px !important;
        border-style:none;  
        line-height:1.7;
     }


    .infoWindowImage{
        width: 250px !important;
        height: 149px !important;
        background-size: 250px 149px !important;
        background-repeat: no-repeat !important;
        border-radius:5px !important;
    }
   
    .infoWindowTdSubject {
        font-weight:bold;  
        padding:0px !important;  
    }

    #shareBackground{
        opacity:0.8;
        background-color:#ccc;
        position:fixed;
        width:100%;
        height:100%;
        top:0px;
        left:0px;
        z-index:998;
    }

    #shareBackgroundContent{
        position:fixed;
        z-index: 999;
        opacity:1.0;
        top: 35%;
        bottom:65%;
        width: 100%;
    }
    .floorPlanImageBorderBottom{
        border-bottom: 1px solid #e4e4e4;
    }

    .floorPlanImage {
        max-height: 800px;
        background-size: 600px 490px !important;
        background-position: 0px 10px !important;
    }
    .closeFloorPlanImageBox {
        font-family: Arial;
        cursor: pointer;
    }
    @media(max-width: 767px) {
        .floorPlanImage {
            max-height: 500px;
            background-size: 435px 405px !important;
            background-position: -54px 10px !important;
        }
    }
    @media(max-width: 400px) {
        .nav > li > a {
            padding: 10px 5px !important;
        }
    }
    .floorPlanImageBox{      
        margin: 0 auto;
        max-width: 800px;
        max-height: 100%;
        background-color: white !important;
        padding: 20px 10px 10px 10px;
        border-radius: 5px;
        box-shadow: 1px 1px 10px gray;
        z-index: 999;
    }
    .floorPlanImageWrapper {
        position:fixed;
	    width: 100%;
	    height: auto;	
        z-index: 998;
        opacity:1.0;   
        left:0px; 
        top: 10%;
    }

    @media(max-width: 767px) {
        .floorPlanImageWrapper {
            top:28%;
            height: auto;
        }
    }
    @media(max-width: 767px) {
        .floorPlanImageBox{
        margin: inherit;
        max-width: 100%;
        max-height: 800px;
        background-color: white !important;
        padding: 20px 10px 10px 10px;
        border-radius: 0px;
        box-shadow: 1px 1px 10px gray;
        z-index: 999;
        }
    }
    @media(max-width: 767px) {
        .floorPlanImageXs {
            max-height:510px !important;
        }
    }

    #shareBackgroundContentClose {
        position:absolute;
        top: 40px;
        right: 50px;
        font-family:Arial;
        font-size: 24px;
        color:white;
    }

    #shareBackgroundContentCloseButton:hover {
        cursor:pointer;
    }

.reverseCaret::before {
    content: "\25b2";
    zoom: 57%;
    margin-left:1px;
}
.salesContactTable{
        font-family: futura-pt;
        font-size: 1.4rem;
        width: 180px;
}
.salsesContactImageBox {
    width:200px;
    height:200px;
    border-radius:50%;
    text-align:center;
    background-size: 200px auto !important; 
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color:transparent !important;    
    border-bottom-color: #eeeeee !important;
}
#SelectArea {
    height:50px;
    border-radius:5px;
    border: 1px solid #ccc;
    margin-bottom:5px;
    font-style:italic;
    padding-left:10px;
    box-sizing:border-box;
}
#SelectArea option {
    font-style:italic;

}
.module-margin-top {
    margin-top:55px;
}

#SelectAreaMenu {
    height:50px;
    width:100%;
    border-radius:5px;
    border: 1px solid #ccc;
    margin-bottom:5px;
    font-style:italic;
    box-sizing:border-box;
    color:#6b6968;
}
#SelectAreaMenu option {
    font-style:italic;
}

#SelectedCountyId {
    height:50px;
    width:100%;
    border-radius:5px;
    border: 1px solid #ccc;
    margin-bottom:5px;
    font-style:italic;
    padding-left:10px;
    box-sizing:border-box;
}
#SelectedCountyIdMenu {
    height:50px;
    width:100%;
    border-radius:5px;
    border: 1px solid #ccc;
    margin-bottom:5px;
    font-style:italic;
    box-sizing:border-box;
    color:#6b6968;
}
#Keywords {
    border-radius:5px;
    border: 1px solid #ccc;
    height:50px;
    margin: 0px 0px 5px 0px;
    box-sizing:border-box;
    display: inline;
    font-family:Georgia;
}
.besiktning-frontsearch-widget-form-top #Keywords {
    width: auto;
    height: 45px;
    margin: 0;
}
#KeywordsMenu {
    border-radius:5px;
    border: 1px solid #ccc;
    margin-bottom:5px;
    width:70%;
    height:50px;
    box-sizing:border-box;
    float:left;
    font-family:Georgia;
}
.cityScrollSearch {
    font-family: futura-pt; 
    text-transform:lowercase;
    display:inline-block;
}

.cityScrollSearch:first-letter {
    text-transform:uppercase;
}

.italic {
font-style:italic;
}

.field-validation-error {
    font-size: 14px;
    color: #a94442;
}