

@font-face {
    font-family: "AvantGarde";
    font-display: swap;
    src: local('Avant'), url("/css/avant.ttf");
}
@font-face {
    font-family: "CenturyGothic";
    font-display: swap;
    src: local('CenturyGothic'), url("/css/century.ttf");
}
@font-face {
    font-family: "CenturyGothic";
    font-display: swap;
    src: url("/css/centurygothic-bold.ttf");
    font-weight: bold;
}
body {
    background-color: #fff;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #585858;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body ul li{
    font-size: 14px;
}

.detail-description .toggle {
    display: none;
}
.detail-description.readmore .toggle {
    display: block;
}
pre {
    display: block;
    font-family: inherit;
    padding: 0;
    margin: 0;
    font-size: inherit;
    color: inherit;
    word-break: inherit;
    word-wrap: inherit;
    background: none;
    float: left;
    width: 100%;
    white-space: normal;
}
.thisform {
    float: left;
    width: 100%;
}
.checkbox-spanprivacy-text, .checkbox-spanprivacy-text * {
    transition: none !important;
}
.notvalid, .checkbox-spanprivacy-text.notvalid {
    color: red !important;
}
.notvalid, .checkbox-spanprivacy-text.notvalid * {
    color: red !important;
}
.notvalid a, .checkbox-spanprivacy-text.notvalid a {
    color: red !important;
}
.notvalid [type="checkbox"]:not(:checked) + label:before, .notvalid [type="checkbox"]:checked + label:before,
.checkbox-spanprivacy-text.notvalid [type="checkbox"]:not(:checked) + label:before, .checkbox-spanprivacy-text.notvalid [type="checkbox"]:checked + label:before {
    background: #ebd6d6 !important;
}
#main-content-property-detail {
    width: 100%;
}
.search_status_field {
    width: calc(10% - 2px) !important;
}
.search_type_field {
    width: calc(12% - 5px) !important;
}
.propertysearch_reference {
    width: calc(13% - 5px) !important;
}
input, textarea, select {
    font-family: inherit;
}
.claim {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    font-family: 'Architects Daughter', cursive !important;
    font-size: 30px;
    float: left;
    padding-left: 10px;
    padding-top: 30px;
}

.claim2 {
    display: block;
    margin-top: 10px;
    color: #007b3a;
    font-size: 20px;
    text-align: center;
}
.lang-banner {
    align-items: flex-end;
}
#cookiemessage {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(141, 198, 63, 0.7);
    width: 100%;
    font-weight: bold;
    z-index: 99999999999999999999999999999999999999999999999999;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cookiemessage .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cookiemessage .cookieclosebutton {
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 40px;
}
img {
    max-width: 100%;
    border: none;
    height: auto;
}
.contentcontainer img {
    height: 100% !important;
}
a {
    color: #007b3a;
    text-decoration: none;
    transition: ease-in-out 0.1s;
}
a:hover {
    color: #007b3a;
}
#main a {
    font-weight: bold;
}
#main a * {
    font-weight: normal;
}
h1 {
    color: #007b3a;
    padding-bottom: 10px;
    border-bottom: 2px solid #007b3a;
    font-family: "CenturyGothic", "Verdana";
    font-size: 16px;
    line-height: 1.5em;
    float: left;
    widtH: 100%;
}
h2 {
    color: #000000;
    margin-top: 30px;
    font-family: "CenturyGothic", "Verdana";
    font-size: 16px;
    line-height: 1.5em;
}
.pagecontent h1 {
    border-bottom: none;
    color: inherit;
    font-family: "CenturyGothic", "Verdana";
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    float: left;
    width: 100%;
}
.pagecontent h2 {
    border-bottom: none;
    color: inherit;
    font-family: "CenturyGothic", "Verdana";
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
h3 {
    font-family: "CenturyGothic", "Verdana";
}

h3 {
    color: #007b3a;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 0px;
}

h4 {
    text-decoration: underline;
    margin-bottom: 5px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}
#pagecontainer {
    margin: auto;
    max-width: 1320px;
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}

.wrapper {
    margin: auto;
    max-width: 1320px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottoM: 15px;
    display: flex;
    justify-content: space-between;
}
#header {
    border-bottom: 2px solid #007b3a;
}
#header img{
    float: left;
}
.slideitem {
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}
.slideitem:after {
    bottom: 0;
    right: 0;
    background-image:url('/images/arrowupdown.svg');
    width: 32px;
    height: 32px;
    background-size: 32px;
}
.slideitem .video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slideitem .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bxslider-property {
    position: relative;
}
.slide {
    padding-bottom: 40%;
    width: 100%;
    float: left;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.bxslider {
    float: left;
    width: 100%;
}
.bxslider li {
    position: relative;
}
.bxslider .text {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bxslider .text h2 {
    color: #7ac51f;
    margin: 0;
    font-size: 12pt !important;
    padding: 0;
    line-height: inherit;
}
#tabs {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ebebeb;
}
#tabs .price {
    float: right;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    color: #d40000;
    margin-top: 20px;
    margin-right: 20px;
}
#tabs-content {
    float: left;
    width: 100%;
}
#tabs #tab-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
#tabs #tab-items li {
    float: left;
}
#bx-pager .img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: ease-in-out .2s;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.7;
}
#bx-pager li:hover .img img, #bx-pager .active img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;;
    opacity: 1 !important;
    border: 2px solid #666;
}
#tab-content {
    float: left;
    width: 100%;
    position: relative;
    max-height: 156px !important;
    overflow: hidden;
}
#shadow-line {
    float: left;
    width: 100%;
    border: none;
    height: 1px;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(50%, #cccccc), color-stop(50%, #cccccc), color-stop(100%, rgba(204, 204, 204, 0)));
    background-image: -moz-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 50%, #cccccc 50%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 50%, #cccccc 50%, rgba(204, 204, 204, 0) 100%);
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, #cccccc 50%, #cccccc 50%, rgba(204, 204, 204, 0) 100%);
}
#shadow-line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5em;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-radial-gradient(50% 0%, 50% 100%, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-radial-gradient(50% 0%, 50% 100%, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
    background-image: radial-gradient(50% 100% at 50% 0%, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
}
#shadow-line2 {
    float: left;
    width: 100%;
    opacity: 0.75;
    border: none;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(10%, #cccccc), color-stop(90%, #cccccc), color-stop(100%, rgba(204, 204, 204, 0)));
    background-image: -moz-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0) 100%);
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0) 100%);
}
#shadow-line2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5em;
    opacity: 0.75;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-radial-gradient(50% 0%, 50% 100%, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-radial-gradient(50% 0%, 50% 100%, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
    background-image: radial-gradient(50% 100% at 50% 0%, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
}
#propertyattributes {
    float: left;
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.01);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#propertyattributes .attributes {
    list-style: none;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
}
#propertyattributes .attributes li:nth-child(5n + 1) {
    clear: both;
}
#propertyattributes .attributes .price span {
    font-weight: bold;
    color: #007b3a;
}
#propertyattributes .attributes li .attribute_value {
    float: none !important;
    padding-left: 0 !important;
}
#propertyattributes .attributes li span {
    float: left;
    width: calc(100% - 35px);
    box-sizing: border-box;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
}
#propertyattributes .attributes li .price span {
    float: none !important;
}
#propertyattributes .attributes li img {
    vertical-align: middle;
    width: 20px;
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}
#propertyattributes .attributes li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
#tabs #tab-items li a {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    font-size: 14px;
    background-color: #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 20px;
}
#tabs #tab-items li a:hover {
    color: #666;
}
#tabs #tab-items li a.active {
    background: rgba(0,0,0,0.025);
    color: #666;
}
#tabs #tab-items li a.active:hover {
    color: #666;
}
#bx-pager {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
}

#bx-pager a {
    float: left;
    position: relative;
    z-index: 99999999999999999999999;
    margin-right: 10px;
    margin-bottom: 5px !important;
}
#bx-pager a:nth-child(4n) {
    margin-right: 0;
}

#bx-pager .img {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}
#logo img{
    margin-top: 16px;
    border: 0;
    max-width: 345px;
    width: 100%;
}

#menu {
    width: 100%;
    max-width: 1320px;
    float: left;
}

#menu ul{
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
#jsddm > li > ul:before {
    content: '';
    top: -11px;
    left: 8px;
    z-index: 99999999;
    position: absolute;
    width: 24px;
    height: 11px;
    background-image: url(/images/dropdown-arrow.png);
    background-size: auto 12px;
}
.dropdown img {
    width: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    margin-top: -5px;
}
.hover .dropdown img {
    filter: brightness(1000%);
}
#jsddm > li > ul {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 3;
    min-width: 300px;
    text-align: left;
}
#jsddm > li > ul li.subtitle span {
    text-transform: uppercase;
}
#jsddm > li > ul li.subtitle {
    width: 100%;
    float: left;
    text-align: left;
    background-color: #fff !important;
    border: none;
    box-shadow: none;
    /*color: #007b3a;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
.toggled .toggle-dropdown2 {
    border-bottom: 2px solid #eee !important;
}
.toggle-dropdown2:hover {
    border-bottom: 2px solid #007b3a !important;
}
.toggle-dropdown2 {
    float: left;
    width: 100%;
    cursor: pointer;
    border-bottom: 2px solid transparent !important;
    position: relative;
    transition: ease-in-out .1s;
}
.dropdown-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 16px;
    transition: ease-in-out .1s;
}
.toggled .dropdown-icon {
    transform: rotate(180deg);
}
.dropdown2 {
    display: none;
}
.dropdown2 a {
    padding-left: 30px !important;
}
.toggle-dropdown2 {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropdown-parent-link a {
    /*color: #007b3a !important;*/
    font-weight: bold;
    text-transform: uppercase;
}
#jsddm ul li {
    float: left;
    width: 100%;
}
#jsddm ul li.hover a {
    background-color: #007b3a !important;
    border-bottom: 2px solid #007b3a !important;
    color: #fff !important;
}
#jsddm span.dropdown:before {
    display: none;
}
.dropdown-parent-link.hover a {
    background-color: #007b3a !important;
    border-bottom: 2px solid #007b3a !important;
    color: #fff !important;
}
#jsddm li.hover span.dropdown {
    background-color: #007b3a !important;
    border-bottom: 2px solid #007b3a !important;
    color: #fff !important;
}
#jsddm ul li a {
    float: left;
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    font-weight: 400;
}
#menu li {
    float: left;
    text-align: center;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#jsddm span.dropdown:before,
#menu li a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 10%;
    height: 80%;
    width: 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(10%, #E8E8E8), color-stop(90%, #E8E8E8), color-stop(100%, rgba(204, 204, 204, 0)));
    background-image: -moz-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #E8E8E8 10%, #E8E8E8 90%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #E8E8E8 10%, #E8E8E8 90%, rgba(204, 204, 204, 0) 100%);
    background-image: linear-gradient(to top, rgba(204, 204, 204, 0) 0%, #E8E8E8 50%, #E8E8E8 50%, rgba(204, 204, 204, 0) 100%);
}
#jsddm span.dropdown {
    cursor: default;
}
#jsddm span.dropdown,
#menu li a {
    position: relative;
    padding: 8px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease-in-out 0.1s;
    border-bottom: 2px solid transparent;
}
#menu li:last-child a:before {
    display: none;
}
#menu .hover > a {
    background-color: #007b3a !important;
    border-bottom: 2px solid #007b3a !important;
    color: #fff !important;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 21px;
    padding-right: 21px;
}
#menu .hover a:before {
    display: none;
}
#menu li a:hover {
    border-bottom: 2px solid #007b3a !important;
}

#menu a{
    color: #585858;
    text-decoration: none;
}

#menu .active a{
    color: #ffffff;
    text-decoration: none;
}

#top {
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.hoofdtitel {
    padding-left: 0px;
}
.contentcontainer header h1{
    padding-left: 0px;
    margin-top: 0px;
}
header h1.hoofdtitel {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0px !important;
    text-decoration: none !important;
    margin: 0 !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    line-height: inherit !important;
    padding: 0 !important;
    text-decoration: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: transparent !important;
    -moz-box-sizing: border-box !important;
    color: #007b3a !important;
    padding-bottom: 0px !important;
    font-size: inherit !important;
    border-bottom: none !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    margin-bottom: 10px !important;
}
#main {
    margin-top: 0px;
    /*text-size-adjust: 100%;*/
}

#left {
    width: 100%;
    max-width: 209px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#left ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#left li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 7px;
    margin-top: 5px;
    margin-bottom: 7px;
    border-top: 1px solid #007b3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#left li:first-child {
    border-top: 0px;
}

#left li li {
    margin: 0;
    padding-left: 15px;
    list-style: none;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#left li a {
    text-decoration: none;
}
#left li li a {
    text-decoration: none;
}

#rightnotecontainer {
    float: right;
    margin-top: -100px;
    margin-right: 245px;
    width: 1px;
    height: 1px;
}

#leftnotecontainer {
    float: left;
    margin-top: -360px;
    margin-left: 20px;
    width: 1px;
    height: 1px;
}

.leftnote {
    color: #cbcbcb;
    float: left;
    width: 100%;
    max-width: 245px;
}

#leftnotetext {
    margin-top: -10px;
    height: 150px;
}

.leftnote ul {
    padding: 0;
    margin: 0;
    margin-left: 4px;
}

.leftnote li {
    float: left;
    list-style: none;
    padding: 2px;
    width: 100%;
    max-width: 100px;
    text-align: center;
    border: 1px solid #007b3a;
    margin-right: 6px;
    margin-bottom: 6px;
    text-decoration: none;
}

.leftnote img{
    margin-top: 10px;
}

.leftnote a {
    text-decoration: none;
}

#right {
    width: 100%;
    max-width: 208px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#right ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.ul-height {
    font-family: "AvantGarde", "CenturyGothic", "Verdana";
}

#right li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 7px;
    margin-top: 5px;
    margin-bottom: 7px;
    border-top: 1px solid #007b3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#right li:first-child {
    border-top: 0px;
}

#right li li {
    margin: 0;
    padding-left: 15px;
    list-style: none;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#right li a {
    text-decoration: none;
}
#right li li a {
    text-decoration: none;
}

#content {
    width: 100%;
    max-width: 660px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

#bottom {
    width: 100%;
    max-width: 1320px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#bottom li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    color: #ffffff;
}

#bottom a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
#landingpages {
    width: 100%;
    max-width: 1320px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#landingpages ul {
    margin: 0;
    padding: 0;
}

#landingpages li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    list-style: none;
    color: #cbcbcb;
}

#landingpages a {
    color: #cbcbcb;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.contentitem h1{
    margin: 0;
    margin-left: -5px;
    margin-bottom: 20px;
    line-height: 1.5em;
    padding: 2px 0px 2px 13px;
    color: #ffffff;
    text-decoration: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #007b3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subcontentitem {
    margin-left: 25px;
    margin-right: 20px;
}

.contentitem ul{
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#moreinfo {
    width: 100%;
    max-width: 239px;
    text-align: center;
    color: #cbcbcb;
}

.info {
    font-family: "AvantGarde", "CenturyGothic", "Verdana";
    color: #007b3a;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.info img{
    margin-bottom: -4px;
}

#welcomecontainer {
    background-position: top right;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    float: left;
    clear: both;
    margin-left: 40px;
    margin-right: 40px;
    margin-right: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    width: calc(100% - 80px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#welcomecontainer .contentitem {
    /* widtH: calc(100% - 420px); */
    width: 100%;
    float: left;
}

.home-photo {
    float: right;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 0;
    max-width: 400px;
}
#main #welcomecontainer {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
}

#welcomecontainer h1 {
    color: #ccc;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    margin-left: 25px;
    text-decoration: none;
}

#welcomecontainer h2 {
    color: #007b3a;
    margin-top: 5px;
}

.generalcontainer {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-search-title,
.title {
    margin: 0;
    color: #007b3a;
    padding: 0px;
    font-size: 16px;
    line-height: 1.5em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    margin-top: 16px;
    float: left;
    border-bottom: 2px solid #007b3a;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.title.pagenotfoundtitle {
    padding-bottom: 10px;
}
.content-home {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    float: left;
    border: 1px solid #007b3a;
}
.page-sidebar {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
.properties-container {
    float: left;
    width: calc(100% - 280px);
}
.properties-container header h1 {
    margin-top: 0;
}
.property-detail.properties-container {
    float: left;
    padding-right: 20px;
    width: calc(100% - 280px);
}
.sidebar-getinfo {
    max-width: 260px;
    float: right;
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ebebeb;
    color: #666666;
    position: relative;
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -webkit-flex-flow: row wrap; */
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
.sidebar.notflex .sidebar-getinfo {
    border-left: none;
    padding-left: 0;
}
.sidebar {
    float: right;
    width: 100%;
    height: calc(100% - 150px);
    min-height: 1000px;
    max-width: 260px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ebebeb;
    color: #666666;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
.sidebar.page {
    height: inherit !important;
}
#main-content-property-detail {
    /*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	*/
}
#homeslider {
    float: left;
    width: 100%;
    max-height: 512px !important;
    overflow: hidden;
}
input[type="text"].message {
    position: absolute;
    left: -20000px;
    top: -20000px;
}
#detailslider {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 600px;
}
.sidebar .stick-container {
    position: absolute;
    left: 0;
    top: 0px;
    height: calc(100% - 0px);
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar .stick-container.nlcontainer {
    height: calc(100% - 565px);
}
.sidebar section {
    margin-top: 0px;
}
.sidebar .contact {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #666;
    float: left;
    width: 100%;
}
.sidebar .contact b, .sidebar .contact strong {
    float: left;
}
.sidebar .content {
    padding: 0;
    border: none;
}
.sidebar .privacy-text {
    font-size: 12px;
    line-height: 1.5em;
}
.checkbox-spanprivacy-text {
    font-size: 12px;
    line-height: 1.5em;
}
#formbuildercontainer {
    float: left;
    width: 100%;
    overflow: hidden;
}
.propertysearch-container {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.sidebar section .button {
    background: #007b3a;
    color: #fff;
    text-decoration: none;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding:15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar section .button strong {
    font-weight: bold !important;
}
.sidebar section .button:hover {
    background-color: #00853f;
}
.sidebar section {
    margin-bottom: 40px;
    clear: both;
    float: left;
    width: 100%;
}
.sidebar section section {
    margin-bottom: 0;
}
.sidebar #sidebar-top {
}
.sidebar #sidebar-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-content: flex-end;
}
#mc_embed_signup {
    margin-top: 10px;
}
#mc_embed_signup input[type="email"]{
    margin-right: 0 !important;
}
.sidebar #latest-properties header {
    width: 100%;
    float: left;
}
.sidebar header {
    width: 100%;
    float: left;
}
.sidebar h2 {
    border-bottom: 2px solid #007b3a;
    color: #007b3a;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar input[type="text"], .sidebar input[type="email"], .sidebar textarea {
    font-style: italic;
    margin-bottom: 5px;
    font-family: "CenturyGothic", "Verdana";
}
.sidebar input[type="submit"] {
    float: right;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    border: none;
    background-color: #007b3a;
    border-bottom: 2px solid #007b3a;
    padding-left: 25px;
    clear: both;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: ease-in-out 0.1s;
    box-sizing: border-box;
}
.sidebar input[type="submit"]:hover {
    background: #00853f;
    border-bottom: 2px solid #00853f;
}
.sidebar form {
    font-size: 14px;
    line-height: 1.5em;
}
.sidebar section form {
}
.sidebar form label a {
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
.sidebar form label input[type='checkbox'] {
    margin-right: 10px;
}
.sidebar .required {
    float: right;
}
.propertysearchtext {
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    margin-top: -15px;
    margin-left: -10px;
    margin-right: -10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homeobject {
    float: left;
    width: calc(16.66% - 20px);
    margin-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.homeobject:nth-child(6n) {
    margin-right: 0;
}
.homeobject:nth-child(6n +1) {
    clear: both;
}
.homeobject a{
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}
.propselection {
    width: 100%;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homeobjecttitle {
    font-weight: bold !important;
    width: 100%;
    text-transform: uppercase;
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
    float: left;
    color: #007b3a;
    margin-top: 12.5px;
    margin-bottom: 5px;
}

.homeobjecttext {
    font-weight: normal;
    color: inherit;
}

.propselection img{
    border: 0;
    width: 100%;
    clear: both;
    float: left;
}

.property {
    margin: 0;
    padding: 0;
    float: left;
    width: 490px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
}
.property a {
    color: inherit;
    text-decoration: none;
}
.property a .top {
    float: left;
    width: 100%;
    min-height: 130px;
}
.property:nth-child(odd) {
    margin-right: 20px;
    clear: both;
}
.property:nth-child(even) {
    margin-right: 0px;
}
.propertytitle {
    font-weight: bold;
    clear: left;
    color: #007b3a;
    min-height: 64px;
}
.propertytitle strong {
    color: #585858 !important;
    font-weight: bold !important;
}
.sidebar form .requiredfields {
    float: left;
    clear: both;
    width: 100%;
    text-align: right;
    font-size: 13px;
    line-height: 1.5em;
    color: #414141;
}
.propertytitle h2 {
    font-weight: bold !important;
    clear: left;
    color: #007b3a;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.5em;
}
.propertyphoto {
    width: 100%;
    padding-bottom: 60%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.imageoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: ease-in-out .2s;
}
.imageoverlay img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.propertyrightbutton {
    float:right;
}
.propertyleft img {
    width: 100%;
    max-width: 240px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
sup {

    vertical-align: top;
    position: relative;
    top: -0.3em;
    font-size: 8pt;

}
.propertyvalue {
    width: 100%;
    max-width: 140px;
    float: left;
}
.footer-line {
    border-top: 2px solid #007b3a;
    float: left;
    width: 100%;
}
.propertyprice {
    color: #007b3a;
    float: right;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.propertyprice * {
    font-weight: bold !important;
    color: #585858 !important;
}
.propertyprice img {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.propertyinfo {
    float: left;
    width: 100%;
    font-weight: normal;
    clear: both;
    font-family: inherit !important;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5em;
    color: #666666;
    height: 58px;
    overflow: hidden;
}
.propertyinfo * {
    font-family: inherit !important;
}
.propertyattr {
    float: left;
    width: 100%;
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
}
.moredetails {
    background-color: #007b3a;
    padding: 5px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    box-shadow: 2px 3px 5px #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.moredetails a {
    color: #ffffff;
    text-decoration: none;
}
#enquiryform {
    margin-top: 0px;
    float: left;
    width: 100%;
}
#inquire-h2 {
    margin-top: 40px;
}
.notflex {
    display: flex;
    flex-flow: row wrap;
}
.propertydetailtitle, h2.propertydetailtitle, h1.propertydetailtitle {
    margin: 0;
    color:#007b3a;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 0;
    box-sizing: border-box;
}
h2.propertydetailtitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #007b3a;
    border-bottom: 10px solid transparent;
    margin-right: 5px;
}

.feature {
    color: #666666;
    width: 100%;
    float: left;
}

.feature img{
    padding-top: 6px;
    float: left;
    width: 16px;
    margin-right: 5px;
    margin-top: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featuretext {
    color: #666666;
    width: calc(100% - 21px);
    padding-top: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featuresubtitle {
    color: #666666;
    font-weight: bold;
}
.full {
    width: 100%;
    float: left;
}
.half {
    width: 50%;
    float: left;
    margin-top: 10px;
}
.propertydetailvalue {
    width: 100%;
    max-width: 280px;
    float: left;
}
.propertydetailbar {
    border-top: 1px solid #ebebeb;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.propertydetailbar a {
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    background-color: #ebebeb;
    float: left;
    margin-right: 5px;
    margin-top: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.enquire a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    margin-top: -20px;
    margin-right: 0px;
    border-radius: 5px;
    background-color: #007b3a;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.propertydetailsthumbs img{
    float: left;
    width: 100%;
    max-width: 66px;
    height: 44px;
    border: 1px solid #ebebeb;
    margin: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.allfeatures {
    margin-left: 40px;
    margin-bottom: 40px;
}

.allfeatures img{
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    top: 12px;
}

.allfeatures a {
    color: #007b3a;
    text-decoration: none;
}

.goback a{
    text-decoration: none;
    color: #585858;
    font-weight: normal;
}

.goback {
    clear: both;
}

.backsymbol {
    color: #007b3a;
}

.formhalf {
    width: 100%;
    max-width: 295px;
    float: left;
}


.submit {
    background-color: #007b3a;
    color: #ffffff;
    margin-top: 10px;
}

.propertysearchscreen {
}

.propertysearchscreenleft {
    width: 100%;
    max-width: 275px;
    float: left;
}

.propertysearchscreenright {
    width: 100%;
    max-width: 275px;
    float: left;
}

.propertysearchscreenlabel {
    display: block;
    float: left;
    width: 100%;
    max-width: 100px;
}

.propertysearchscreenfield {
    display: block;
    float: left;
}
.propertysearchscreenfield input{
    border: 1px solid #007b3a;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    max-width: 100px;
}

.propertysearchscreenfield select{
    border: 1px solid #007b3a;
    width: 100%;
    max-width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.propertysearchscreensubmit input{
    background-color: #007b3a;
    border: 1px solid #007b3a;
    color: white;
    width: 100%;
    max-width: 100px;
    margin-top: 5px;
    margin-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.magazineimg {
    border: 1px solid gray;
    box-sizing: border-box;
    max-width: 250px;
}

.content .propertysearchscreenfield select{
    width: 100%;
    max-width: 150px;
}

.content .propertysearchscreenfield input{
    width: 100%;
    max-width: 150px;
}

.content .propertysearchscreensubmit input{
    width: 150px;
    margin-left: 200px;
}



.propertysearchtitle {
    margin: 0;
    color: #ffffff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #007b3a;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services img{
    border: 2px solid #ebebeb;
    float: left;
    margin: 0px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services hr{
    height: 1px;
    color: #cbcbcb;
    border: none;
    border-top: 1px solid #cbcbcb;
    margin-bottom: 20px;
    margin-top:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services h2{
    margin-top: 0px;
    color: #007b3a;
}

.services a{
    text-decoration: none;
    font-weight: bold;
}

.attribute_label {
    width: 100%;
    max-width:130px;
    float:left;
}

.attribute_value {
    float:left;
}

.attribute_value a{
    text-decoration: none;
}


/*
LIGHTBOX
*/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pageskipper-container {
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    clear: both;
}
.page-sidebar {
    margin-top: 20px;
}
.pageskipper {
    text-align:center;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 1.5em;
    clear: both;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.google-maps-img {
    float: none;
    width: 100%;
    max-width: 350px;
}
.pageskipper a {
    padding: 10px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottoM: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
    background-color: #eee;
    margin-bottom: 5px;
}
.pageskipper a img {
    transform: ease-in-out .2s;
}
.pageskipper a.active, .pageskipper a:hover {
    color: #fff;
    background-color: #007b3a;
    text-decoration: none;
}
.pageskipper a:hover img {
    filter: grayscale(100%) brightness(1000%);
}
.next-previous {
    width: 4.5px;
    vertical-align: middle;
}
.dots {
    color: #007b3a;
    margin-right: 5px;
    margin-left: 5px;
}
#show_container_attrubutes {
    cursor:pointer;
}
#show_container_attrubutes img {
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.propertyright {
    height:291px;
    overflow:hidden;
}

#freemagazine img {
    border: 0;
}

.photoborder img {
    border: 1px solid #585858;
    margin-bottom: -20px;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uline {
    text-decoration: underline;
}
#formsubmitalertarea {
    font-weight:bold;
    color:red;
}

#telefoon {
    margin-left: 15px;
    float: left;
    color: #007b3a;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#telefoon a {
    color: #007b3a;
}
#telefoon a:hover {
    color: #007b3a;
}
#telefoon a img {
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.socialmedia-buttons {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 100px;
}

.socialmedia-buttons img{
    padding: 0;
    margin: 0;
}

.like-button {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-left: 5px;
    width: 100%;
    max-width: 60px;
}

#FaceBookLikeButton {
    margin-top: 10px;
    float: left;
}

#page-up {
    width: 100%;
    text-align: center;
    margin-top: -22px;
}

#page-up a {
    width: 100%;
    max-width: 150px;
    color: #ffffff;
    padding: 2px;
    text-transform: uppercase;
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #007b3a;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
#page-up a:hover {
    background-color: #00853f;
}

#footer .title {
    font-size: 16px;
}

#footer-new {
    width: 100%;
    max-width: 1320px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 40px;
    /* display: none; */
}
.footer-block:first-child {
    width: 24.2%;
}

#footer-new .shadowline {
    content: '';
    position: absolute;
    left: -20px;
    top: 50px;
    height: 100px;
    width: 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(10%, #007b3a), color-stop(90%, #007b3a), color-stop(100%, rgba(204, 204, 204, 0)));
    background-image: -moz-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #007b3a 10%, #007b3a 90%, rgba(204, 204, 204, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(204, 204, 204, 0) 0%, #007b3a 10%, #007b3a 90%, rgba(204, 204, 204, 0) 100%);
    background-image: linear-gradient(to top, rgba(204, 204, 204, 0) 0%, #007b3a 50%, #007b3a 50%, rgba(204, 204, 204, 0) 100%);
}
.footer-block {
    width: 28.2%;
    position: relative;
    background: #ffffff;
    float: left;
    /* border: 1px solid #cbcbcb; */
    /* border-right: 1px solid green; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}

.footer-block-small {
    position: relative;
    width: 18%;
    background: #ffffff;
    float: left;
    /* border: 1px solid #cbcbcb; */
    /* border-right: 1px solid green; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-block-small .guide {
    max-width: 205px;
}
.border {
    margin-top: 18px;
    float: left;
    background: url('/images/border.png') no-repeat;
}

.footer-block:after {

}

.footer-block:last-child {
    border-right: 0;
}

.footer-block-title {
    color: #007b3a;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-links {
    float: left;
    width: 50%;
}
.footer-links a {
    font-weight: normal !important;
}

.footer-links strong a {
    font-weight: bold !important;
}

.footer-block a {
    /* color: #9a9a9a; */
    color: #585858;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}
.contact-information a {
    color: #007b3a;
    font-weight: bold;
}

.footer-block-title img {
    margin-bottom: 1px;
    margin-right: 6px;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    border: 2px solid #007b3a;
    border-radius: 100%;
}

.footer-social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.social-wrap {
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
}

.footer-social img {
    width: 100%;
    max-width: 75px;
    float: left;
    margin: 3px;
}

.footer-social-ru {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-social-ru .social-wrap {
    width: 100%;
    max-width: 220px;
}

.footer-social-ru img {
    width: 100%;
    max-width: 65px;
    float: left;
    margin: 3px;
}

#footer-under {
    width: 100%;
    max-width: 1320px;
    float: left;
    margin: 10px 0;
    text-align: center;
    color: #007b3a;
}

#footer-under ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-under li {
    float: left;
    margin: 0 5px;
}
#footer-under a {
    margin-left: 10px;
    margin-right: 10px;
}

.contentitem-404 .propertysearchscreenleft {
    float: left;
    margin: 0 0 0 75px;
    width: 100%;
    max-width: 260px;
}

.contentitem-404 .propertysearchscreensubmit {
    text-align: center;
}

.contentitem-404 .propertysearchscreensubmit input {
    margin-left: 0;
}

.gmnoprint {
    display: none;
}

.info-klein {
    text-align: left;
    color: #8dc73f;
}
.g-recaptcha {
    float: right;
    width: 100%;
    transform: scale(0.7);
    margin-right: -25px;
}
.checkbox-span {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    transition: none !important;
}
.checkbox-span * {
    transition: none !important;
}
.checkbox-spanprivacy-text, .required-text-checkbox, .privacy-text, #contact-form-pagenotfound .checkbox-span, .checkbox-span {
    position: relative !important;
    float: left;
    width: 100%;
}
.moreinfo-contact .content {
    border: none !important;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
}

.moreinfo-contact .content p {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
#rightinfo {
    float: right;
    max-width: 400px;
}
#rightinfo #socialmedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 10px;
}
#rightinfo #socialmedia ul li {
    float: left;
}
#rightinfo #socialmedia ul li a {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#rightinfo #socialmedia ul li a img {
    float: left;
    width: 20px;
}
#rightinfo #saved-properties {
    color: #007b3a;
    padding-top: 5px;
    width: 100%;
    text-align: right;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease-in-out 0.1s;
}
#rightinfo #saved-properties:hover {
    color: #007b3a;
}
#rightinfo #saved-properties img {
    width: 20px;
    display: inline-block;
    float: none;
    margin-right: 10px;
    vertical-align: middle;
}
#rightinfo #languages {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 999;
}
#rightinfo #languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#rightinfo #languages ul li {
    display: inline-block;
}
.search-toggle-button img {
    width: 12px;
    margin-left: 5px;
    transition: transform ease-in-out .2s;
}
.search-toggle-button.active img {
    transform: rotate(180deg);
}
.search-toggle-button {
    display: none;
    font-size: 1.2em;
}
#rightinfo #languages ul li a {
    text-decoration: none;
    transition: ease-in-out 0.1s;
    color: #007b3a;
}
#rightinfo #languages ul li a:hover {
    color: #007b3a;
}
#rightinfo #languages ul li.active a {
    font-weight: bold;
    color: #007b3a;
}
#rightinfo #languages ul li:after {
    content: '|';
    color: #007b3a;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
#rightinfo #languages ul li:last-child::after {
    display: none;
}
#rightinfo #languages ul li .active {
    font-weight: bold;
}
.selected-language {
    display: none;
    z-index: 9999999999999999999;
}
.selected-language img {
    width: 10px;
    display: inline;
    margin-left: 5px;
    float: none !important;
}
#pull {
    float: right !important;
    border-left: 0;
    text-align:center;
    text-decoration:none;
    margin-top: 10px !important;
    padding: 10px 15px !important;
    padding-top: 5px !important;
    padding-right: 0 !important;
    width: 85px;
    box-sizing: border-box;
    display: none;
    transition:none;
    color: #222 !important;
}
#pull:before{
    content:'Menu';
    text-align: right;
    padding-right: 10px;
    margin-top:4px;
    text-transform: uppercase;
}
.bars{
    float:right;
    margin-top: 3px;
}
.icon-bar {
    background-color: #222;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin-top: 3px;
}
#home-searchfields {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search-your-properties {
    float: left;
    width: 100%;
    clear: both;
}
#search-your-properties .form {
    float: left;
    width: 100%;
}
.select option:first-child, .select-price option:first-child {
    color: gray;
    font-weight: bold;
}
#search-your-properties .form .select {
    float: left;
    width: calc(14.6% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
    background: #ebebeb;
    border: none;
    border-left: 2px solid #007b3a;
    -webkit-appearance:none;
    -moz-appearance:none;
    font-family: "CenturyGothic", "Verdana";
    appearance:none;
    padding: 8px;
    padding-right: 45px;
    background-image:url('/images/select-arrow.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
}
.google-maps-img {
    margin-bottom: 5px;
}
#search-your-properties .form,
#search-your-properties .form .search-select,
#search-your-properties .form .select-price,
#search-your-properties .form .selectitem,
#search-your-properties .form .select {
    cursor: pointer;
    outline: unset;
}
.dropdown-sort .selected span {
    white-space: pre;
}
.dropdown-sort .selected {
    overflow: hidden;
    cursor: pointer;
}
#search-your-properties .form .select.propertysearchbox {
    width: calc(10.8% - 5px);
    border: none;
    border-left: 2px solid #007b3a !important;
}
#search-your-properties .form .select-price {
    float: left;
    width: calc(14% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
    border-left: 2px solid #007b3a !important;
    background: #ebebeb;
    border: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 8px;
    padding-right: 45px;
    font-family: "CenturyGothic", "Verdana";
    background-image:url('/images/select-price.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
}
#search-your-properties .form .select-half1 {
    width: calc(11.8% - 5px);
}
#search-your-properties .form .select-small {
    width: calc(11.8% - 5px);
}
#search-your-properties .form .select-half2 {
    width: calc(11.8% - 5px);
}
input[type="text"], input[type="phone"],input[type="email"], input[type="password"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #ebebeb;
    width: 100%;
    border: none;
    padding: 8px;
    font-family: "CenturyGothic", "Verdana";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #007b3a;
    transition: ease-in-out .2s;
    outline: none;
    font-size: 14px;
    line-height: 1.5em;

}
.newsletter .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]:hover, input[type="phone"]:hover,input[type="email"]:hover, textarea:hover, select:hover, input[type="password"]:hover {
    background-color: #f4f4f4;
    outline: none;
    font-size: 14px;
    line-height: 1.5em;
}
textarea {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #ebebeb;
    width: 100%;
    border: none;
    resize: vertical;
    transition: ease-in-out .2s;
    min-height: 100px;
    padding: 10px;
    font-family: "CenturyGothic", "Verdana";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #007b3a;
    outline: none;
    font-size: 14px;
    line-height: 1.5em;
}
#search-your-properties .form input[type="text"] {
    width: calc(10% - 5px);
    font-size: 14px;
    line-height: 1.5em;
}
#search-your-properties .form .description {
    width: 100% !important;
    max-width: calc(50% - 17px);
}
#search-your-properties .form button {
    float: right;
    background: #007b3a;
    border: none;
    border-bottom: 2px solid #007b3a;
    font-weight: bold;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease-in-out .2s;
}
#search-your-properties .form button:hover {
    background: #008840;
}
#search-your-properties .form button.clearall {
    float: right;
    background: #ebebeb;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    border: none;
    border-bottom: 2px solid#666666;
    color: #666666;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search-your-properties .form a.latestentries {
    float: right;
    background: #666666;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    border: none;
    border-bottom: 2px solid #666666;
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search-your-properties .form a.latestentries:hover {
    background: #777;
    border-bottom: 2px solid #777;
}
#search-your-properties .form button.clearall:hover {
    background-color: #f4f4f4;
}
#footer .title {
    margin-bottom: 0;
}
#footermenu {
    float: left;
    width: 100%;
    border-bottom: 2px solid #007b3a;
    text-align: center;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footermenu ul {
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
#footermenu ul li {
    display: inline-block;
}
#footermenu ul li a {
    display: inline-block;
    padding: 15px;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}
.footer-block-title img {
    width: 16px;
    vertical-align: middle;
}
#footer-socialmedia {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-socialmedia ul {
    float: right;
}
#footer-socialmedia li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.guide-link {
    width: 100%;
    text-align: center;
    float: left;
}
#footer-socialmedia li img {
    float: left;
    width: 24px;
}
#main #properties_3cols {
    width: 100% !important;
}
#properties_3cols {
    width: 100%;
    float: left;
}
.related-props-title {
    color: #007b3a;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail-description {
    float: left;
    width: 100%;
    clear: both;
}
.detail-description h2 {
    float: left;
    width: 100%;
    margin-top: 15px;
    clear: both;
}
#properties_3cols a {
    color: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
#properties_3cols .item {
    float: left;
    width: 413px;
    color: inherit;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
#properties_3cols .item .text {
    float: left;
    width: 100%;
}
#properties_3cols .item article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
#properties_3cols .item article .text {
    width: 100%;

}
#properties_3cols .item {
    color: inherit;
    text-decoration: none;
}
#properties_3cols .item .img {
    width: 100%;
    padding-bottom: 60%;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    transition: ease-in-out 0.1s;
}
#properties_3cols .item .related .img {
    margin-bottoM: 10px;
}
#properties_3cols .item .text.related {
    float: left;
    width: 100%;
    font-weight: normal;
    min-height: 70px;
}
#properties_3cols .item h2 {
    font-weight: bold;
    width: 100%;
    clear: both;
    float: left;
    color: #007b3a;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 18pt;
    font-size: 14px;
    line-height: 1.5em;
}
#properties_3cols .item h3 {
    font-weight: bold;
    width: 100%;
    clear: both;
    float: left;
    color: #585858;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 18pt;
    font-size: 14px;
    line-height: 1.5em;
}
#properties_3cols .item .text.related h2 {
    margin-top: 0;
}
#properties_3cols .item:last-child {
    margin-right: 0;
}
.scrollToTop {
    line-height: 8pt;
}
.scrollToTop img {
    width: 20px;
    text-align: center;
}
#properties_3cols {
    width: calc(100% - 0px);
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
#properties_3cols .item {
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
    float: left;
}
#properties_3cols .item .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    float: left;
    width: 100%;

}
.related_properties .item .attributes li img{
    width: 20px !important;
}
#properties_3cols figure {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
#properties_3cols .item .attributes {
    list-style: none;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5em;
    float: left;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-self: flex-end;
}
#properties_3cols .item .attributes li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    font-weight: normal;
    margin-bottom: 5px;
}
#properties_3cols .item .related .attributes li {
    width: 50% !important;
}
#properties_3cols .item .attributes li .price {
    color: #007b3a;
}
#properties_3cols .item .attributes li img {
    vertical-align: middle;
    width: 20px;
    float: left;
    margin-top: 0px;
    margin-bottom: 2px;
}
#properties_3cols .item .attributes li span {
    float: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-weight: bold;
}
#properties_3cols .item .attribute_value {
    float: none !important;
    padding-left: 0 !important;
}
#properties_3cols.related_properties .item {
    width: 320px;
}
#footer {
    margin-top: 40px;
}
.propertyattr .attributes {
    list-style: none;
    padding: 0;
    position: relative;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 5px;
}
.propertyattr .attributes li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 12px;
}
.propertyattr .attributes li .price {
    color: #007b3a;
}
.propertyattr .attributes li img {
    vertical-align: middle;
    width: 20px;
    float: left;
}
.propertyattr .attributes li span {
    float: left;
    padding-left: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    font-weight: normal;
    padding-top: 2px;
}
.propertyattr .attributes .attribute_value {
    float: none !important;
    padding-left: 0 !important;
}
.propertyattr .attributes .sold {
    color: darkred;
    font-weight: bold;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    top: 5px;
    opacity: 0;
    z-index: -2;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #007b3a;
    box-sizing: border-box;
}
[type="checkbox"]:checked + label:before {
    background: #007b3a;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    background-image:url('/images/checkbox-icon.svg');
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    width: 10px;
    height: 10px;
    line-height: 0.8;
    font-weight:bold;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.5);
}
[type="checkbox"]:disabled:checked + label:after {
    color: rgba(0,0,0,0.9);
}
[type="checkbox"]:disabled + label {
    color: rgba(0,0,0,0.8);
}
[type="checkbox"]:checked:focus + label:before {
}
label:hover:before {
}
.property-detail h1 {
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
#property-settings {
    list-style: none;
    padding: 0;
    margin: 0;
}
#property-settings button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: "CenturyGothic", "Verdana";
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
    transition: ease-in-out .2s;
}
#property-settings button:hover {
    color: #007b3a;
}
#property-settings li {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
#property-settings li .saved {
    font-weight: bold;
}
#property-settings li a:hover {
    color: #007b3a;
}
#property-settings li a {
    color: inherit;
    text-decoration: none;
}
#property-settings li img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.button-half {
    padding: 10px;
    width: calc(50% - 5px);
    float: left;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #fff;
}
.button-half:hover {
    background-color: #777;
    color: #fff;
}
.button-full {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    float: left;
    text-align: center;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ebebeb;
}
.button-full:hover {
    background-color: #f4f4f4;
    color: inherit;
}
#moredetails-container {
    position: relative;
    float: left;
    z-index: 9999999;
    width: 100%;
}
.input-half {
    width: calc(50% - 2.5px) !important;
    float: left !important;
    margin-right: 2.5px !important;
}
.input-half:nth-child(2) {
    margin-left: 2.5px !important;
    margin-right: 0px !important;
}
.moredetails-popup:before {
    content: '';
    top: -10px;
    right: 130px;
    z-index: 99999999;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ebebeb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-right: 10px;
}
.moredetails-popup {
    right: -20px;
    top: 5px;
    max-width: 700px;
    transition: ease-in-out .1s;
    width: 100%;
    position: absolute;
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background-color: #ebebeb;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.moredetails-popup * {
    font-size: 13px;
    line-height: 1.3em;
}
.moredetails-popup.active {
    opacity: 1;
    visibility: visible;
}
.graylayer {
    width: calc(100% - 100px);
    float: left;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.05);
    margin-top: 15px;
    margin-bottom: 15px;
}
.graylayer b {
    color: #007b3a;
}
.alabel {
    float: right;
    height: 42px;
    margin-top: 15px;
}
.fieldset {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.propertyfeaturetitle {
    float: left;
    width: 25%;
    margin-top: 10px;
}
.propertyfeaturetitle {
    font-weight: bold;
    color: #007b3a;
}
.propertyfeaturetitle:after {
    content: ':';
}
.fieldsets {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: initial wrap;
    flex-flow: initial wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}
.fieldsets .item {
    width: 50%;
}
.fieldsets .item .propertyfeaturetitle {
    width: 100%;
    float: left;
}
.fieldsets .item .feature {
    float: left;
    width: 50%;
}
.fieldsets .item .feature .feature {
    float: left;
    width: 100%;
}
.fieldset .content {
    float: left;
    width: 75%;
    border: none;
    padding: 0;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-between;
}
.fieldset .content .feature {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    box-sizing: border-box;
}
.fieldset .half .feature {
    width: 100%;
    box-sizing: border-box;
}
.distances {
    padding-top: 5px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-between;
}
.graylayer .propertyfeaturetitle {
    margin-top: 0;
    width: auto;
    float: left;
    margin-right: 10px;
}
.refattribute {
    float: none !important;
    padding-left: 0 !important;
    width: auto !important;
    padding-top: 0 !important;
}
button:focus {outline:0;}
.moredetails-popup .cat {
    width: 50%;
    float: left;
}
.moredetails-popup .cat .featuresubtitle {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.graylayer .feature {
    float: left;
    margin-right: 5px;
    width: auto !important;
}
.graylayer .featuretext {
    width: auto !important;
    padding-top: 5px;
    padding-bottom: 0;
}
.moredetails-popup .cat .feature {
    width: 100%;
    float: left;
}
.distances .featuretext span {
    font-weight: bold;
}
.graylayer .fieldset {
    margin-bottom: 0;
}
.see-all {
    float: right;
    font-size: 16px;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    color: #007b3a;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}
.see-all img {
    width: 24px;
}
#blog-home {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-between;
}
#blog-home header {
    float: left;
    width: 100%;
}
#blog-home .item {
    float: left;
    width: calc(25% - 20px);
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#blog-home .item a {
    text-decoration: none;
    color: inherit;
}
#blog-home .item .image {
    float: left;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}
#blog-home .item .text {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    font-weight: normal;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.5em;
}
#blog-home .item .text h2 {
    margin: 0;
    padding: 0;
    color: #007b3a;
    font-size: 14px;
    line-height: 1.5em;
    min-height: 36px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}
#blog-home .readmore {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #007b3a;
    font-style: italic;
    font-weight: bold;
}
#blog-detail .bigimage {
    width: 100%;
    padding-bottom: 50% !important;
    height: auto !important;
    margin-bottom: 20px;
    float: left;
    clear: boht;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog-detail header {
    float: Left;
}
#blog-detail h2 {
    clear: both;
    color: #007b3a;
}
#blog {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-between;
}
#blog .readmore {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #007b3a;
    font-weight: bold;
}
#blog .item {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 40px;
    padding-bottoM: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#blog .item a {
    text-decoration: none;
    color: inherit;
}
#blog .item:nth-child(odd) {
    margin-right: 0px;
}
#blog .item .image {
    width: 100%;
    float: left;
    padding-bottom: 50%;
    position: relative;
}
#blog .item .text h2 {
    margin: 0;
    padding: 0;
    color: #007b3a;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    min-height: 40px;
}
#blog .item .text .date {
    display: inline-block;
    color: #007b3a;
    font-size: 13px;
    margin-left: 5px;
}
#blog #blog-highlight {
    margin-bottom: 40px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    border-bottom: 2px solid#666666;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog #blog-highlight .readmore {
    bottom: 20px;
    font-weight: bold;
    font-style: italic;
}
#blog #blog-highlight a {
    text-decoration: none;
    color: inherit;
}
#blog #blog-highlight .image{
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 10px;
    float: left;
}
#blog #blog-highlight .image h2 {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    padding: 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    width: 100%;
    left: 0;
    z-index: 1;
}
.sidebar .prportysearchform input {
    width: 100% !important;
    max-width: 100% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sidebar .prportysearchform select {
    width: 100% !important;
    max-width: 100% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sidebar .prportysearchform button {
    width: 100% !important;
    max-width: 100% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sidebar .prportysearchform .select-half1 {
    width: calc(50% - 2.5px) !important;
    margin-right: 5px !important;
}
.sidebar .prportysearchform .select-half2 {
    width: calc(50% - 2.5px) !important;
    margin-right: 0px !important;
}
.sidebar .prportysearchform button.clearall {
    display: none;
}
.sidebar #latest-properties {
    float: left;
    width: 100%;
    clear: both;
}
.sidebar #latest-properties.notflex {
    display: block;
}
.sidebar #latest-properties {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-content: flex-end;
    clear: both;
}
.sidebar #latest-properties .item {
    float: left;
    width: 100%;
    margin-bottoM: 20px;
    clear: both;
    position: relative;
}
.sidebar #latest-properties .item a {
    color: inherit;
    text-decoration: none;
}
.sidebar #latest-properties .item figure {
    float: left;
    width: 80px;
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar #latest-properties .item .img {
    float: left;
    width: 80px;
    height: 65px;
    position: relative;
}
.sidebar #latest-properties .item .text {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5em;
    line-height: 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar #latest-properties .item .text p {
    margin: 0;
    padding: 0;
}
.sidebar #latest-properties .item .text h2 {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.sidebar #latest-properties .item .text strong {
    font-weight: bold !important;
    font-size: 12px;
}
.sidebar #latest-properties .item .pricediv {
    margin-top: 2px;
    float: left;
}
.sidebar #latest-properties .item .pricediv .price {
    color: #007b3a;
    float: left;
    font-weight: bold;
}
.sidebar #latest-properties .item .pricediv .price span {
    font-weight: bold !important;
    font-size: 12px;
}
.sidebar #latest-properties .item .pricediv img {
    width: 16px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}
.bigimage {
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
}
.pagenotfound {
    float: left;
    width: 100%;
    text-align: center;
    color: #007b3a;
    margin-top: 40px;
}
.space {
    float: left;
    width: 100%;
    margin-top: 40px;
    clear: both;
}
#pagenotfound-contact {
    font-size: 14px;
    line-height: 1.5em;
    color: rgba(0,0,0,0.4);
}
.pagenotfound * {
    color: #007b3a;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottoM: 10px;
    border-bottom: none;
    padding: 0;
}
.contact-form-full {
    float: left;
    clear: both;
    width: 65%;
}
.contact-box {
    float: left;
    width: 35%;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: Center;
}
.contact-box .button {
    background: #e6f0d5;
    color: #007b3a;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    clear: both;
    text-align: center;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-box .button strong {
    float: left;
}
.contact-box .text {
    float: left;
    clear: both;
    width: 100%;
}
#contact-form-pagenotfound {
    widht: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-between;
}
#contact-form-pagenotfound #contact-right {
    float: right;
    width: 33.33%;
}
#contact-form-pagenotfound #contact-left {
    float: right;
    width: 66.66%;
}
#contact-form-pagenotfound textarea {
    min-height: calc(100% - 5px) !important;
    width: 100%;
    margin-bottom: 0 !important;
}
#contact-form-pagenotfound .item {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}
#contact-form-pagenotfound .item-bottom {
    float: left;
    width: 100%;
    clear: both;
    text-align: right;
}
#contact-form-pagenotfound .checkbox-span {
    display: inline-block;
    width: auto !important;
    margin-bottom: -15px;
    margin-right: 40px;
    float: left;
    font-size: 12px;
    line-height: 1.5em;
}
#contact-form-pagenotfound .checkbox-span a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}
#contact-form-pagenotfound input[type="submit"] {
    display: inline-block;
    width: auto !important;
    background: #ebebeb;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
    border: none;
    border-bottom: 2px solid#007b3a;
    padding-left: 25px;
    clear: both;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: ease-in-out 0.1s;
    box-sizing: border-box;
}
#contact-form-pagenotfound input[type="submit"]:hover {
    background-color: #f4f4f4;
}
.thelightbox {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #585858;
    font-weight: normal;
}
.thelightbox iframe {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}
.related-item {
    width: 100%;
    position: relative;
}
.thelightbox .video {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    max-width: 1000px;
    padding-bottom: 60%;
}
.thelightbox [type="radio"]:not(:checked) + label:before, .thelightbox [type="radio"]:checked + label:before, .thelightbox [type="checkbox"]:not(:checked) + label:before, .thelightbox [type="checkbox"]:checked + label:before {
    background-color: #adadad80 !important;
}
.loginform .checkbox-span {
    width: auto;
}
.thelightbox .success {
    background-color: #e6f0d5;
    font-weight: bold;
    color: #007b3a;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.success {
    background-color: #e6f0d5;
    font-weight: bold;
    color: #007b3a;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.error {
    background-color: #F0CBC8;
    font-weight: bold;
    color: #F04C3C;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.thelightbox h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    color: rgba(0,0,0,0.25);
}
.thelightbox p {
    color: #585858;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.thelightbox .required {
    color: #c63f3f;
}
.thelightbox .green {
    color: #007b3a;
}
.thelightbox input[type="text"], .thelightbox input[type="email"], .thelightbox textarea {
    background-color: rgba(255,255,255,0.5);
}
.thelightbox [type="radio"]:not(:checked) + label:before, .thelightbox [type="radio"]:checked + label:before, .thelightbox [type="checkbox"]:not(:checked) + label:before, .thelightbox [type="checkbox"]:checked + label:before {
    background-color: #959595;
}
.thelightbox .checkbox-span {
    color: #585858;
    font-weight: normal;
}
.thelightbox input[type="submit"] {
    float: right;
    background: rgba(255,255,255,0.5);
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
    border: none;
    border-bottom: 2px solid#007b3a;
    padding-left: 25px;
    clear: both;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: ease-in-out 0.1s;
    box-sizing: border-box;
}
.thelightbox input[type="submit"]:hover {
    background-color: rgba(255,255,255,0.75);
}
.thelightbox hr {
    border-left: none;
    border-right: none;
    border-top: 2px solid #ccc;
    border-bottom: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.thelightbox .container .close {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 42px;
    height: 42px;
    z-index: 999;
    cursor: pointer;
    transition: ease-in-out 0.1s;
}
.thelightbox .container .close img {
    width: 100%;
}
.thelightbox .container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.thelightbox .container:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.thelightbox .content {
    width: 100%;
    max-width: 650px;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999999999999999999999999999999999999999999;
}
.thelightbox .content .content {
    width: 100%;
    max-width: inherit;
    float: inherit;
    box-sizing: border-box;
    border-radius: 0;
    padding: inherit;
    position: relative;
    background-color: inherit;
}
.thelightbox .content .text {
    background-color: #ebebeb;
    float: left;
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 10px solid #007b3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thelightbox .suggest-property {
    float: left;
    width: 100%;
    clear: both;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
.thelightbox .suggest-property .img {
    float: left;
    width: 100px;
    position: relative;
    height: 100px;
}
.thelightbox .suggest-property .text2 {
    float: left;
    width: calc(100% - 100px);
    font-weight: bold;
    position: relative;
    color: #007b3a;
    padding: 20px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thelightbox .suggest-property .text2 .current_price {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #585858;
}
.video-thumbnail {
    position: relative;
    opacity: 1 !important;
}
.active .video-thumbnail .overlay {
    background-color: rgba(255,255,255,0.2);
}
.hideslide {
    display: none;
}
.video-thumbnail .overlay {
    widtH: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: ease-in-out .2s;
}
.video-thumbnail .overlay img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    width: 33.33%;
    display: inline-block;
    opacity: 1 !important;
}
.video-thumbnail iframe{
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    widtH: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#blog-cats-list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog-cats-list li {
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 2px dotted #007b3a;
    margin-bottom: 10px;
}
#blog-cats-list li:hover {
    border-bottom: 2px dotted #007b3a;
}
#blog-cats-list li a {
    width: 100%;
    float: left;
}
#saved-properties-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
}
#blog-cats-list li .naam {
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: -9px;
    text-decoration: none;
    padding-right: 5px;
}
#blog-cats-list li .count {
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: -9px;
    color: #007b3a;
    text-decoration: none;
    padding-left: 5px;
}
#related-blog {
    float: left;
    width: 100%;
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    justify-content: space-between;
}
#related-blog .item {
    float: left;
    width: calc(33.33% - 10px);
    clear: none;
    position: relative;
    margin-bottom: 40px;
    padding-bottoM: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#related-blog .item header{
    width: 100%;
}
#related-blog .item .image {
    width: 100%;
    float: left;
    padding-bottom: 50%;
    position: relative;
}
#related-blog .item a {
    color: inherit;
    text-decoration: none;
}
#related-blog .item h2 {
    margin: 0;
    padding: 0;
    color: #007b3a;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}
#related-blog .readmore {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #007b3a;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5em;
}
.related-blog-title {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    text-align: center;
    margin-bottoM: 20px;
}
.related-blog-title h2 {
    width: auto;
    float: none;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-blog-title:before {
    content: '';
    position: absolute;
    border-top: 1px solid #007b3a;
    width: 100%;
    top: 50%;
    left: 0;
}
#blog-detail h2 {
    margin: 0;
}
#blog-detail .catname {
    margin: 0;
    margin-bottom: 10px;
    color: #007b3a;
}
#blog-detail .goback {
    color: #007b3a;
    font-weight: bold;
    margin-left: 0;
    float: left;
    text-decoration: none;
}
.goback:before {
    content: '<';
    color: #007b3a;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-right: 15px;
    margin-top: -20px;
}
.addthis_inline_share_toolbox {
    float: none;
    clear: both !important;
    margin-bottom: 10px;
    margin-top: -4px;
}
.addthis_inline_share_toolbox.bottom {
    float: right;
}
#blog-bottom {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}
#blog-share .share {
    float: right;
}
#blog-share .share .text {
    margin-right: 10px;
    color: #666666;
    vertical-align: middle;
}
.buttons-property {
    position :relative;
    width: 100%;
    float: left;
    clear: both;
}
.socialshare-popup:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #ebebeb;
}
.socialshare-popup {
    background-color: #ebebeb;
    padding: 15px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    right: 0;
    opacity: 0;
    top: -55px;
    visibility: hidden;
    transition: ease-in-out .2s;
}
.socialshare-popup img {
    width: 24px !important;
    margin-right: 5px;
    margin-left: 5px;
}
.socialshare-popup.active {
    visibility: visible;
    opacity: 1;
}
#optionsbar {
    float: left;
    width: 100%;
}
#optionsbar select {
    float: left;
    width: calc(15% - 5px);
    margin-right: 5px;
    margin-top: 5px !important;;
    margin-bottom: 5px !important;;
    background: #ebebeb;
    border: none;
    -webkit-appearance: none;
    font-size: 14px !important;
    line-height: 1em !important;
    -moz-appearance: none;
    font-family: "CenturyGothic", "Verdana";
    appearance: none;
    padding: 10px !important;;
    padding-right: 45px;
    background-image: url(/images/select-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.options-right {
    float: right;
}
.options-right a:last-child {
    margin-right: 0;
}
.button-gray {
    float: left;
    background: #ebebeb;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    border: none;
    text-decoration: none;
    border-bottom: 2px solid#666666;
    color: #666666;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 7px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button-gray:hover {
    background-color: #f4f4f4;
    color: #666666;
}
.button-green {
    float: left;
    text-decoration: none;
    background: #e6f0d5;
    border: none;
    border-bottom: 2px solid#007b3a;
    font-weight: bold;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease-in-out .2s;
}
.button-green:hover {
    background-color: #edf4e1;
    color: #666666;
}
#all-saved-properties {
    float: left;
    width: 100%;
}
#all-saved-properties .item {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#all-saved-properties .img {
    width: 25%;
    float: left;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(142,198,63,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(142,198,63,1);
    box-shadow: 0px 0px 5px 0px rgba(142,198,63,1);
}
#all-saved-properties .img .photo {
    width: 100%;
    padding-bottom: 60%;
    float: left;
    position: relative;
}
#all-saved-properties .text .price {
    float: right;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #007b3a;
}
#all-saved-properties .price img {
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    float: none !important;
}
#all-saved-properties .text {
    width: calc(75% - 20px);
    margin-left: 20px;
    float: left;
    min-height: 192px;
    padding: 20px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(142,198,63,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(142,198,63,1);
    box-shadow: 0px 0px 5px 0px rgba(142,198,63,1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
#all-saved-properties .text header {
    float: left;
    font-weight: bold;
    color: #007b3a;
    width: calc(100% - 165px);
}
#all-saved-properties .text header h2 {
    float: left;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#all-saved-properties .text header h3 {
    float: left;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0;
    color: #007b3a;
    clear: both;
    padding: 0;
}
#all-saved-properties .text .description {
    font-size: small;
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    color: #585858;
}
#all-saved-properties .text .attributes {
    float: left;
    width: calc(100% - 12px);
    font-size: 12px;
}
#all-saved-properties .text .attributes ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
#all-saved-properties .attribute_value {
    float: none !important;
}
#all-saved-properties .text .attributes li {
    width: auto;
    float: left;
    margin-right: 10px;
}
#all-saved-properties .text .info {
    min-height: calc(100% - 50px);
    float: left;
    width: 100%;
}
.thelightbox .requiredfields {
    float: right;
}
#all-saved-properties .text .attributes li img {
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
}
.create_alert {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
#all-saved-properties .delete {
    position: absolute;
    right: 20px;
    bottom: 5px;
}
#all-saved-properties .delete img {
    width: 24px;
}
#bottom-options-bar {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#all-saved-properties .item-bottom {
    width: 100%;
    padding-right: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-self: flex-end;
}
#all-saved-properties button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.options-right form {
    float: left;
}
.options-right button {
}
.count-selected {
    width: 100%;
    text-align: center;
    color: #007b3a;
    font-weight: bold;
    font-size: 18pt;
    line-height: 24pt;
}
.empty {
    clear: both;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #007b3a;
    margin-top: 80px;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottoM: 80px;
    border-bottom: none;
    padding: 0;
    max-width: 650px;
}

#login-register {
    width: 100%;
    margin: auto;
}
#login-register #shadow-line {
    position: absolute;
    bottoM: 0;
    left: 0;
    width: 100%;
}
.savedpropertiesform {
    padding: 40px;
    margin: auto;
    float: left;
    width: calc(50% - 42px);
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    background: rgba(0,0,0,0.01);
}
.loginform h2 {
    color: #007b3a;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.loginform h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #007b3a;
    border-bottom: 12px solid transparent;
    margin-right: 10px;
}
.loginform {
    width: 100%;
    float: left;
}
.loginform form {
    float: left;
    width: 100%;
}
.loginform hr {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.loginform input[type="submit"], .logout, .reset {
    float: left;
    background: #ebebeb;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    border: none;
    text-decoration: none;
    border-bottom: 2px solid#666666;
    color: #666666;
    padding-left: 20px;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loginform input[type="submit"]:hover, .logout:hover, .reset:hover {
    background-color: #f4f4f4;
}
.successlogin {
    background-color: #e6f0d5;
    font-weight: bold;
    color: #007b3a;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.errorlogin {
    background-color: rgba(198,63,63,0.2);
    font-weight: bold;
    color: #c63f3f;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.errorlogin a {
    text-decoration: underline;
    font-style: italic;
    font-weight: normal;
    color: #c63f3f;
}
/*
.home-search-title {
    color: #007b3a;
    margin-top: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.home-search-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #007b3a;
    border-bottom: 10px solid transparent;
    margin-right: 10px;
}*/

input[name="check"] {
    left: -2000px !important;
}
#our-services {
    float: left;
    width: 100%;
    clear: both;
}
hr {
    margin-top: 15px;
    float: left;
    width: 100%;
    clear: both;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 2px solid #ebebeb;
    margin-bottom: 15px;
}
#our-services a {
    float: left;
    width: 100%;
    clear: both;
    color: inherit;
}
#our-services img {
    float: left;
}
#our-services .text {
    float: right;
    width: calc(100% - 190px);
    color: inherit;
}
#our-services div {
    float: right;
    width: calc(100% - 190px);
    color: inherit;
}
#our-services div h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #007b3a;
    font-weight: bold;
}
#our-services .text h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #007b3a;
    font-weight: bold;
}
.form-sidebar .latestentries {
    text-decoration: none;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px !important;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    padding: 20px;
    padding-top: 10px;
    margin-right: 0 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutusimages {
    clear: both;
    float: left;
    width: 100%;
}
.about-img {
    width: calc(50% - 10px) !important;
    float: left !important;
    margin-right: 10px !important;
    height: auto !important;
    margin-bottom: 10px;
}
.dutch-banner img {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.dutch-banner-container {
    float: left;
    width: 100%;
}
.dutch-banner {
    margin: auto;
    margin-bottom: 20px;
    max-width: 260px;
    width: 100%;
    font-weight: bold;
}
.dutch-banner p {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.dutch-banner .button {
    display: inline-block;
    background: #ebebeb;
    font-family: "CenturyGothic", "Verdana";
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
    border: none;
    border-bottom: 2px solid#007b3a;
    padding-left: 25px;
    clear: both;
    font-weight: bold;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: ease-in-out 0.1s;
    box-sizing: border-box;
    margin-top: 10px;
    margin: auto;
    margin-bottom: 20px;
}
.dutch-banner .button:hover {
    background-color: #f4f4f4;
}
#pageskipper-top {
    float: left;
    width: calc(100% - 300px);
}
#pageskipper-top a img {
    transform: ease-in-out .2s;
}
#pageskipper-top a {
    padding: 7px;
    padding-top: 2px;
    padding-bottoM: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
    background-color: #eee;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
#pageskipper-top .disabled {
    padding: 7px;
    padding-top: 2px;
    padding-bottoM: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
    background-color: rgba(0, 123, 58, 0.05);
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 2px;
    margin-right: 5px;
}
#pageskipper-top a:hover img {
    filter: grayscale(100%) brightness(1000%);
}
#pageskipper-top a:hover {
    color: #fff;
    background-color: #007b3a;
    text-decoration: none;
}
.pagination-pageskipper {
    float: left;
    width: auto;
}
#pageskipper-top .resulsfound {
    margin-left: 20px;
    float: left;
    width: calc(100% - 75px);
}
#pageskipper-top {
    margin-top: 5px;
}
#filter {
    float: right;
}
.dropdown-sort .selected {
    z-index: 2;
    position: relative;
}
.dropdown-sort {
    float: right;
    width: 300px;
    min-height: 37px;
    margin-bottom: 56px;
    background: #ebebeb;
    border: none;
    font-family: "CenturyGothic", "Verdana";
    padding: 8px;
    padding-right: 45px;
    border-left: 2px solid #00853f;
    background-image: url(/images/select-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    cursor: pointer;
}
.dropdown-sort .list:before {
    content: '';
    top: -11px;
    right: 8px;
    z-index: 99999999;
    position: absolute;
    width: 24px;
    height: 11px;
    background-image: url(/images/dropdown-arrow.png);
    background-size: auto 12px;
    /* margin-right: 10px; */
    z-index: 9999;
}
.dropdown-sort .list {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 3;
}
.dropdown-sort .list a {
    padding: 20px;
    float: left;
    width: 100%;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400 !important;
    box-sizing: border-box;
}
.dropdown-sort .list a:hover {
    background-color: #eee;
    color: #666;
}
.dropdown-sort .list a.selected {
    color: #007b3a;
    font-weight: bold !important;
}
.dropdown-sort:hover {
    background: #ebebeb;
    background-image: url(/images/select-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 100%;
}
.search-select {
    float: left;
    width: calc(14.6% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
    position:relative;
}
#search-your-properties .hover .dropdown-search-select {
    display: block;
    min-width: 200px !important;
}
#search-your-properties .hover:after {
    content: '';
    bottom: -13px;
    right: 8px;
    z-index: 99999999;
    position: absolute;
    width: 24px;
    height: 11px;
    background-image: url(/images/dropdown-arrow.png);
    background-size: auto 12px;
    /* margin-right: 10px; */
    z-index: 9999;
}
.search-select .selectitem {
    float: left;
    width: 100%;
    height: 37px;
    background: #ebebeb;
    color: #000;
    border: none;
    font-family: "CenturyGothic", "Verdana";
    padding: 8px;
    padding-right: 45px;
    background-image: url(/images/select-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 100%;
    -webkit-box-sizing: border-box;
    border-left: 2px solid #007b3a !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    cursor: default;
    position:relative;
}
.dropdown-search-select {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 3;
    min-width: 200px;
    display: none;
    transition: ease-in-out .2s;
}
.dropdown-search-select a {
    padding: 20px;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400 !important;
    box-sizing: border-box;
    transition: ease-in-out .2s;
}
.dropdown-search-select a:hover {
    background-color: #e6f0d5;
    color: #007b3a;
}
.dropdown-search-select a.selected {
    font-weight: bold !important;
}
.dropdown-search-select .items {
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.dropdown-search-select .item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: ease-in-out .2s;
}
.dropdown-search-select .item input[type='checkbox'] {
    left: 8px;
    top: 10px;
    opacity: 0;
}
.dropdown-search-select .item.subarea input[type='checkbox'] {
    left: 20px;
    top: 13px;
}
.dropdown-search-select .item label {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
    transition: ease-in-out .2s;
}
.dropdown-search-select .item label {
    padding-left: 40px;
}
.dropdown-search-select .item [type="checkbox"]:not(:checked) + label:before, .dropdown-search-select .item [type="checkbox"]:checked + label:before {
    left: 10px;
    top: 11px;
}
.dropdown-search-select .item [type="checkbox"]:not(:checked) + label:after, .dropdown-search-select .item [type="checkbox"]:checked + label:after {
    left: 14px;
    top: 15px;
}
.dropdown-search-select .item label:hover {
    background-color: #eee;
}

.dropdown-search-select .item.tab label {
    padding-left: 50px;
}
.dropdown-search-select .item.tab [type="checkbox"]:not(:checked) + label:before, .dropdown-search-select .item.tab [type="checkbox"]:checked + label:before {
    left: 20px;
    top: 13px;
}
.dropdown-search-select .item.tab [type="checkbox"]:not(:checked) + label:after, .dropdown-search-select .item.tab [type="checkbox"]:checked + label:after {
    left: 24px;
    top: 17px;
}
.dropdown-search-select .item:last-child {
    border-bottom: 1px solid #eee;
}
.area-name {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.area-name span {
    float:left;
    width: calc(100% - 24px);
}
.area-name img {
    width: 16px;
    float:right;
    margin-top: 2px;
    transform: rotate(-180deg);
    transition: ease-in-out .2s;
}
.area-name.active img {
    transform: rotate(0deg);
}
.scrolltoinquire-container {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
}
.scrolltoinquire {
    display: none;
    background: #007b3a;
    padding: 10px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;;

}
.lazy {
    display: none;
}
.owl-dots {
    bottom: 10px;
    position: absolute;
    right: 15px;
}
.owl-dots .owl-dot {
    background: #fff !important;
    border: 2px solid #fff !important;
    text-indent: -9999px;
    display: block;
    width: 9px !important;
    height: 9px !important;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
}
.owl-dots .owl-dot.active {
    background: #000 !important;
}
.owl-nav {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 100%;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -24px;
    outline: 0;
    border-radius: 100%;
    text-indent: -9999px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    z-index: 9999;
    transition: ease-in-out 0.1s;
}
.owl-next span {
    transition: ease-in-out 0.1s;
    box-sizing: border-box;
    background: url(/images/arrow-right-dark.svg) no-repeat !important;
    background-size: 20px !important;
    background-position: center center !important;
    opacity: 0.75;
    z-index: 1 !important;
    transition: ease-in-out 0.1s;
    width: 40px;
    height: 40px;
    float: left;
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -24px;
    outline: 0;
    border-radius: 100%;
    text-indent: -9999px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    z-index: 9999;
    transition: ease-in-out 0.1s;
}
.owl-prev span {
    transition: ease-in-out 0.1s;
    box-sizing: border-box;
    background: url(/images/arrow-left-dark.svg) no-repeat !important;
    background-size: 20px !important;
    background-position: center center !important;
    opacity: 0.75;
    z-index: 1 !important;
    transition: ease-in-out 0.1s;
    width: 40px;
    height: 40px;
    float: left;
}
.form-sidebar .propertysearch_propertytype {
    width: 100%;
    float: left;
}
.form-sidebar .search-select-area {
    width: 100%;
    float: left;
}

.form-sidebar .search-select-cats {
    width: 100%;
    float: left;
}




.img-comp-container:before {
    content: '';
    padding-bottom: 56.2%;
    float: left;
}
.img-comp-container {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    float: left;
}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.img-comp-overlay {
    border-right: 2px solid rgba(0, 0, 0, 0.5)
}
.img-comp-img .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-comp-slider:before {
    content: '';
    width: 48px;
    float: left;
    height: 48px;
    position: relative;
    z-index:4;
    background-image:url('/images/resize.svg');
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
#homeslider .bx-controls-direction {
    pointer-events: none;
}
#homeslider .bx-wrapper .bx-controls-direction a {
    pointer-events: all;
}
.img-comp-slider {
    position: absolute;
    z-index:4;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 58px;
    display: flex;
    align-items:center;
    justify-content:center;
    height: 58px;
    background-color: rgba(141, 198, 63, 0.8);
    transition: transform .1s ease-out;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.26);
    box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.26);
}
.img-comp-slider:hover {
    transform: scale(1.1);
}
.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    pointer-events: all;
}
.detail-description.readmore .toggle {
    display: none;
}
.google-maps-img {
    float: left;
    width: 100%;
}


#rightinfo #languages {
    position: relative;
    width: unset;
}
.selected-language {
    float: right;
    width: unset;
    font-weight: bold;
    padding: 5px;
    display: block;
    color: #007b3a;
    cursor: pointer;
}
#rightinfo #languages ul:before {
    content: '';
    top: -10px;
    right: 0px;
    position: absolute;
    width: 20px;
    height: 10px;
    background-image: url(/images/dropdown-arrow.png);
    background-size: auto 10px;
    z-index: 9999;
}
#rightinfo #languages ul {
    margin-top: 31px;
    width: 100%;
    max-width: 80px;
    right: 0;
    position: absolute;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    background-color: #fff;
    display: none;
}
#rightinfo #languages ul li {
    float: left;
    width: 100%;
}
#rightinfo #languages ul li a {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#rightinfo #languages ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
#rightinfo #languages ul li.active a {
    color: #fff !important;
    background: #007b3a;
}
#rightinfo #languages ul li:after {
    display: none;
}
#rightinfo  #languages {
    float: right;
    position: relative;
}
#promotion-banner {
    float: left;
    width: 100%;
    margin-top: 40px;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
#promotion-banner img {
    width: 100%;
    max-width: 800px;
}
#promotion-banner picture {
    max-width: 100%;
}

/*.jkdev .bxslider,*/
/*.jkdev .slideitem{*/
/*    border:1px red solid !important;*/
/*    -webkit-perspective: 2000px;*/
/*    z-index: 1000;*/
/*}*/
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Magazine */

.magazine-preview-title {
    color: #007b3a;
    padding-bottom: 10px;
    border-bottom: 2px solid #007b3a;
    font-family: "CenturyGothic", "Verdana";
    font-size: 16px !important;
    line-height: 1.5em;
    float: left;
    width: 100%;
}

@media only screen and (min-width: 1339px) {
    #properties_3cols.magazine .item {
        width: calc(33.33% - 14px);
    }
}

.magazine-thumbnail {
    margin-top: 13px;
}

.main-magazine {
    width: 100%;
    /* margin-bottom: 40px; */
    margin-bottom: 100px;
    margin-top: 20px;
}

.main-magazine-wrapper {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.magazine .full-width-items {
    width: 100%;
}

.magazine .imageoverlay {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: ease-in-out .2s;
}

.magazine .imageoverlay img {
    max-height: 400px;
    object-fit: contain;
}

.properties-container .header-top-magazine header h1 {
    margin-top: -70px;
}

.content-top-magazine {
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative;
}

.content-top-magazine.iframe-magazine iframe {
    top: 30px !important;
}

/* disclaimer property */
.disclaimer-wrapper {
    max-width: 100%;
    clear: both;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.6em;
    opacity: 0.8;
    padding-top: 20px;
    white-space: normal;
    word-wrap: break-word;
}

.read-more-inline {
    cursor: pointer;
    font-weight: bold;
}
/* end disclaimer property */