.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.jq-stars {
display: inline-block;
}
.jq-rating-label {
font-size: 22px;
display: inline-block;
position: relative;
vertical-align: top;
font-family: helvetica, arial, verdana;
}
.jq-star {
width: 100px;
height: 100px;
display: inline-block;
cursor: pointer;
}
.jq-star-svg {
padding-left: 3px;
width: 100%;
height: 100% ;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path { stroke-linejoin: round;
} .jq-shadow {
-webkit-filter: drop-shadow( -2px -2px 2px #888 );
filter: drop-shadow( -2px -2px 2px #888 );
}.es-top-arrow {
position: relative;
top: 40px;
z-index: 100;
}
.es-top-arrow a {
float: right;
color: #000;
font-size: 14px;
}
.es-top-arrow a:before {
content: "";
margin: auto;
margin-bottom: 2px;
display: block;
width: 17px;
height: 10px;
background: url(//www.immoprisma.com/wp-content/plugins/estatik/assets/images/to_top_arrow.png) no-repeat;
opacity: 0.3;
}
.es-gallery .es-property-label-wrap {
margin-top: 5px !important;
}
.es-single-tabs-wrap {
min-height: 40px;
margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
.es-single-tabs-wrap {
height: inherit;
}
}
.es-single-tabs-wrap ul.es-single-tabs {
border-bottom: 1px solid #e2e2e2;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0 0 0 !important;
margin: 0 !important;
}
@media screen and (max-width: 560px) {
.es-single-tabs-wrap ul.es-single-tabs {
height: inherit;
}
}
.es-single-tabs-wrap ul.es-single-tabs.es-fixed {
z-index: 9999;
position: fixed;
left: 0;
top: 0;
background: #fff;
}
.es-single-tabs-wrap ul.es-single-tabs.es-fixed a, .es-single-tabs-wrap ul.es-single-tabs.es-fixed a.active {
height: 39px;
margin: 0;
border-bottom: 0;
}
.es-single-tabs-wrap ul.es-single-tabs li {
background: #f0f0f0;
text-align: center;
margin: 0 10px 0 0;
padding: 0;
list-style: none;
}
.es-single-tabs-wrap ul.es-single-tabs li a {
color: #1d1d1d;
background: #f0f0f0;
font-size: 14px;
margin: 1px;
margin-bottom: 0;
text-align: center;
display: block;
height: 36px;
line-height: 36px;
padding: 0 20px;
box-shadow: none;
}
.es-single-tabs-wrap ul.es-single-tabs li a.active {
background: #fff;
color: #9e9e9e;
height: 39px;
margin: 0;
border: 1px solid #e2e2e2;
border-bottom: 0;
}
@media screen and (max-width: 560px) {
.es-single-tabs-wrap ul.es-single-tabs li {
display: block;
width: 100%;
float: none;
margin: 0;
}
}
.perth .es-fixed {
top: 132px !important;
}
.admin-bar .es-single-tabs-wrap ul.es-single-tabs.es-fixed {
top: 32px;
}
.twentyfifteen article.properties, .twentyfourteen article.properties {
padding: 20px;
}
.es-single {
padding-left: 0 !important;
}
.es-single .es-property-single-fields {
margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
margin-bottom: 0;
}
.es-single .es-property-single-fields > li {
font-size: 16px;
list-style: none;
}
.es-single .es-description li, .es-single .es-description ol, .es-single .es-description ul {
list-style: initial;
}
.es-single h2 {
font-size: 32px;
line-height: 42px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.es-single h2 .es-title {
-ms-flex: 0 1 65%;
flex: 0 1 65%;
padding-right: 2%;
}
.es-single h2 .es-cat-price {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex: 1 0 33%;
flex: 1 0 33%;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
.es-single h2 {
display: block;
}
.es-single h2 .es-cat-price {
width: 100%;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
}
}
.es-single .es-category-items a {
color: #1d1d1d;
display: inline-block; text-transform: uppercase;
font-size: 18px;
font-weight: 700;
text-align: center;
float: right;
margin: 0 10px 0 0;
text-decoration: none;
line-height: 24px;
}
.es-single .es-address {
font-size: 18px;
margin: 10px 0 6px 0;
}
.es-single .es-price__wrap {
text-align: center;
position: relative;
}
.es-single .es-price-note {
display: block;
width: 100%;
font-size: 14px;
margin-top: 5px;
line-height: 1.3;
text-align: right;
}
.es-single .es-price {
padding: 3px 7px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.es-single .es-tabbed h3 {
border-bottom: 1px solid #e2e2e2;
font-size: 16px;
font-weight: 700;
padding-bottom: 16px;
margin-bottom: 20px !important;
margin-top: 20px !important;
}
.es-single .es-tabbed .es-tabbed-item {
line-height: 26px;
}
.es-single .es-tabbed .es-tabbed-item.es-features {
font-size: 0;
}
.es-single .es-tabbed .es-tabbed-item.es-features .es-features-list-wrap ul {
padding: 0 !important;
}
.es-single .es-tabbed .es-features-list-wrap {
display: inline-block;
vertical-align: top;
width: calc(100% / 3);
font-size: 14px;
}
.es-single .es-tabbed .es-features-list-wrap span {
font-size: 16px;
}
.es-single .es-tabbed .es-features-list-wrap ul {
margin: 13px 0 0 0;
padding: 0;
}
.es-single .es-tabbed .es-features-list-wrap ul li {
padding: 5px 0;
list-style: none;
margin: 0;
}
.es-single .es-tabbed .es-features-list-wrap ul li i.fa-check {
font-size: 16px;
}
.es-single .es-info {
width: 100%;
font-size: 0;
}
.es-single .es-info .es-gallery, .es-single .es-info .es-property-fields {
display: inline-block;
font-size: 14px;
vertical-align: top;
}
.es-single .es-info .es-gallery ul, .es-single .es-info .es-property-fields ul {
margin: 0;
padding: 0;
}
.es-single .es-info .es-gallery li, .es-single .es-info .es-property-fields li {
list-style: none;
}
@media screen and (max-width: 700px) {
.es-single .es-info .es-gallery, .es-single .es-info .es-property-fields {
width: 100% !important;
}
}
.es-single .es-info .es-gallery {
width: 70%;
padding-right: 2%;
max-width: 500px;
float: left;
}
.es-single .es-info .es-property-fields {
font-size: 16px;
width: 28%;
display: inline;
}
.es-single .es-info .es-property-fields li {
margin: 0;
}
.es-single .es-info .es-property-fields strong {
font-weight: 700;
}
@media screen and (max-width: 700px) {
.es-single .es-info .es-property-fields {
padding-left: 0;
margin-top: 20px;
}
}
.es-single-center .es-property-fields {
width: 100% !important;
}
.es-single-center .es-property-fields .es-share-wrapper {
float: right;
}
@media screen and (max-width: 709px) {
.es-single-center .es-property-fields .es-share-wrapper {
float: none;
}
}
.es-single-center .es-property-fields .es-share-wrapper br {
display: none;
}
.es-single-center .es-gallery {
width: 100% !important;
max-width: 100% !important;
}
.es-single-center .es-gallery .es-gallery-image .slick-slide {
width: 100%;
}
.es-single-center .es-gallery {
width: 100% !important;
}
.es-single-center .es-gallery .es-gallery-image .slick-slide {
width: 100%;
}
.es-single-center .es-property-fields, .es-single-right .es-property-fields {
padding-left: 0 !important;
margin-top: 0;
display: inline-block !important;
}
.es-single-center .es-property-fields ul, .es-single-right .es-property-fields ul {
padding: 0 !important;
}
.es-single-center .es-gallery, .es-single-right .es-gallery {
float: none !important;
padding: 0 !important;
}
.clearfix:after {
content: "";
clear: both;
display: block;
height: 0;
visibility: hidden;
overflow: hidden;
}
.es-single-center .es-property-fields, .es-single-right .es-property-fields {
padding-left: 0 !important;
margin-top: 0;
display: inline-block !important;
}
.es-single-center .es-property-fields ul, .es-single-right .es-property-fields ul {
padding: 0 !important;
}
.es-single-center .es-gallery, .es-single-right .es-gallery {
float: none !important;
padding: 0 !important;
}
.clearfix:after {
content: "";
clear: both;
display: block;
height: 0;
visibility: hidden;
overflow: hidden;
}
.es-single-center .es-gallery {
display: block !important;
margin: 0 auto;
}
.es-single-center .es-property-fields {
width: 100% !important;
}
.es-single-center .es-property-fields .es-share-wrapper {
float: right;
}
@media screen and (max-width: 709px) {
.es-single-center .es-property-fields .es-share-wrapper {
float: none;
}
}
.es-single-center .es-property-fields .es-share-wrapper br {
display: none;
}
.es-single-center .es-gallery {
width: 100% !important;
}
.es-single-center .es-gallery .es-gallery-image .slick-slide {
width: 100%;
}
.es-single-center .es-property-fields, .es-single-right .es-property-fields {
padding-left: 0 !important;
margin-top: 10px;
}
.clearfix:after {
content: "";
clear: both;
display: block;
height: 0;
visibility: hidden;
overflow: hidden;
}
.es-property-single-fields {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 !important;
margin-left: -1%;
margin-right: -1%;
margin-top: 0;
margin-bottom: 0;
}
.es-property-single-fields:after {
content: "";
-ms-flex: auto;
flex: auto;
}
.es-property-single-fields > li {
width: 98%;
margin: 0 1%;
line-height: 1.7;
list-style: none !important;
}
.es-property-single-fields > li img {
width: 100%;
}
.es-file__wrap {
width: 23%;
margin: 1%;
min-width: 150px;
border: 1px solid #e2e2e2;
-ms-flex: 0 0 23%;
flex: 0 0 23%;
box-sizing: border-box;
padding: 10px;
text-align: center;
display: inline-block;
}
.es-file__wrap:after {
display: block;
}
.es-file__wrap i {
font-size: 770%;
}
.es-file__wrap .es-file__label {
font-size: 14px !important;
}
.es-file__wrap .es-file__label b {
font-weight: bold;
}
.single-properties .mfp-figure:after {
content: unset;
}
.single-properties .mfp-close {
background: transparent !important;
}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code{font-family:Menlo,Consolas,monaco,monospace;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none}.wp-block-navigation-link.wp-block-navigation-link{margin:0}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;margin-top:1em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-group.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto;opacity:.4}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{border-collapse:collapse}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}#end-resizable-editor-section{display:none}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//www.immoprisma.com/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}